Director stage - performance video HD, need help!

Hi all

IM using the Director for 3D projects but now I have a customer who want to create multimedia kiosks.

Is the first time I created spotlight to playback videos and im having serious problems playing the videos on the stage...

The videos im play are 1920 x 1080 (full HD) and I have a lot of performance problems.

I add a link for download (.exe, .dir + .f4v)

http://www.360map.EU/test/test_video.zip

Unfortunately, I have tried many video format and cuts, SDRS on or OFF... but everything seems to be the same.

Is there a way to improve the video performance of quality and finesse?

IM playing them on my I5 + NVidia gcard, but videos, even if im not add code lingo in my "projector.exe", are not smooth as it should!

I hope that this forum could help me, thanks!

Mauro

Hi all

I found a solution, maybe someone with the same boredom can use, btw if anyone has simpler solutions please let me know

My solution:

IM using DirectOs Xtra (www.directxtras.com) to launch "VLC.exe" video player with a simple configuration that:

(1) leave when the video is finished

(2) do not show windows interface

(3) full screen still even after a double click

(4) error window no message VLC after closing of

so I'm using another function of DirectOs Xtra to check if the "Windows task bar" is visible, and if YES the program is hide it.

the simple example of code:

------------------------------

on beginSprite

dosRegister ("yourSerialNumber")

end

on mouseUp

_programPath = "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"-last character is a SPACE "").

-last character is a SPACE "", it is very important: the name does not have SPACE characters, for example: ""

_videoPath = "D:\CARLO CRIVELLI.mp4" - this is NOT correct

_videoPath = "D:\CARLO_CRIVELLI.mp4" - it's okay

-command line with using VLC command line configuration

_commandLine = "- fullscreen - quiet where - width = 0 - height = 0 - video-x = 0 - video-y = 0--no-video-deco--non-integree-video vlc://quit--no-vid eo-title.

dosLaunchApp (_programPath & _videoPath & _commandLine, 'Normal', 0)

end

-Check if the taskbar is visible, if so this function will hide it

on exitFrame

TopWindows = dosGetTopWindowIDs()

TaskBarFound = false

Repeat with i = 1 to count (TopWindows)

CurrWindow = GetAt (TopWindows, I)

If (dosGetWindowClassName (CurrWindow) = "Shell_TrayWnd") then

TaskBarFound = true

-close the taskbar

If dosGetWindowState (CurrWindow, "Hidden") then

Success = dosSetWindowState (CurrWindow, 'Normal')

on the other

Success = dosSetWindowState (CurrWindow, "Hidden")

end if

If (not successful) then

put "impossible to display or hide the taskbar, error #"& dosGetLastError()"

end if

output of repetition

end if

end repeat

end

------------------------------

I also play with VLC menu preference ', to hide the 'error message window' and use a different interface of the skin (with VLCSkinEditor)

Kind regards

Mauro

Tags: Director

Similar Questions

  • every time I have a video on youtube, if I switch to full screen, have stamped all over again. any video's. need help

    I watch a video in youtube innormal screen (small), but when I go fullscreen, there stamped all over again. need help

    This is because when you switch to full-screen, youtube will switch to a higher resolution and low resolution buffer releases. It has nothing to do with Firefox. See this article for possible solutions: http://www.gtricks.com/youtube-tricks/full-screen-deletes-buffer-maximizing-problem/

  • I would like to have a widget to embed quicktimevideos not only links from youtube videos! Need help!

    HY everybody,

    his situation is:

    It is possible to bind a picture or text to a quicktimevideo. That's nice. The webuser Gets a dialogue to download or save the file .mov (or othertype) to watch it separately from the Web page remains open. OK so far.

    B U t: my client wants to play the movie directly integrated on its Web page. His film is not placed in youtube, because it makse no sence for him, a TI is not possible to make an iframe in MUSE linking the film to the iframe directly on the Web page. YouTube has its own code to place in the Muse, who works with Katies Coffe shop perfect. But how I can do without the Youtube code ist?

    The Film is in the same folder as all other files.

    Need help. At least one information, when you create a widget-viedo?

    You can try the steps mentioned in this page:

    http://Stager.org/iMovie/QtWeb.html

    Thank you

    Sanjit

  • 5 D Mark III video problem - need help!

    Hello

    Been using my 5 d Mark III for video for about a month now. I noticed a problem occurring in the middle of some plans where the color seems to pass. The problem is so weak that it will take full screen, full HD and a high level of concentration to detect. In my opinion, the most obvious presence is 28 seconds where the valley below suddenly takes a different color. Here is a video of my question: http://www.youtube.com/watch?v=Xw9IHYkUEqQ

    I performed these parameters:

    Manual focus

    Opening, ISO: Manually set

    Shutter speed: 1/50

    1920 x 1080 EVERYTHING I have 24 p

    Photo Style: faithful

    Custom white balance

    Auto Lighting Optimizer: OFF

    Highlight priority: OFF

    Speed High ISO NR: OFF

    I tried to see if they were detectable on the LCD on the camera, but to the naked eye, they are not. The original. Show them the MOV files that were transferred from the camera.

    Maybe that Chromatic Aberration or the peripheral illumination Correction? I did not disable these, and they are the only automatic settings I can think that would change Mid-shot.

    In my view, what ISO was set at 100 for these plans.

    Any ideas what could be causing this? Any suggestions would be much appreciated!

    Thank you

    Max

    I tested it on multiple devices, and it seems that there is a problem with my primary monitor. I will definitely test it next time I have a problem on multiple devices. Thanks for all the help!

  • On query performance problem. Need help.

    It is essentially a performance problem. I hope someone can help me with that.

    Basically, I have four old masters (150000 records), (100000 records) Child1, Child2 (50 million records!), child 3 (10000 + records)
    (please forgive the alias).

    Each record in the master has now more than one matching record in each table child (one to many).
    Also there may be any record in any or all of the tables for a particular master record.

    Now, I need to get the maximum of last_updated_date for each master record in each table 3 child and then find the maximum of
    the three obtained last_active_dates from the 3 tables.
    for example: Master ID 100, to interrogate Child1 for all Master ID 100 records and get the max last_updated_date.
    Same for the other 2 tables and get the most out of these three values.
    (I also need to deal with cases where no trace may be found in a child table to a Master ID)

    Write a procedure that uses sliders that the value of each of the performance hits of child table
    evil. And that's, I need to know the last_updated_date for each master file (all 150000 of them). It will probably take days to do this.

    SELECT MAX (C1. LAST_UPDATED_DATE)
    MAX (C2. LAST_UPDATED_DATE)
    MAX (C3. LAST_UPDATED_DATE)
    OF CHILD1 C1
    CHILD2 C2
    CHILD3 C3
    WHERE C1. MASTER_ID = 100
    OR C2. MASTER_ID = 100
    OR C3. MASTER_ID = 100

    I tried the above, but I got an error in tablespace temp. I don't think that the application is good enough at all.
    (The GOLD clause is to take care of any records in a child table. If there is an AND, then the join and then select
    No, not even if there is no record in a child table, but valid values in the other 2 tables).

    Thank you very much.

    Published by: user773489 on December 16, 2008 11:49

    You want alias to this field then.

    SELECT MAX (C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, field2, field3,... field4 from CHILD1 UNION ALL
     select child2_master_id MASTER_ID, field2, field3,... field4 from CHILD2 UNION ALL
     select child3_master_id MASTER_ID, field2, field3,... field4 from CHILD3) C
    WHERE C.MASTER_ID = 100
    

    If do you something like that, and explicitly list the columns you want.

    Edit: for something like a specific query for a MASTER_ID...

    SELECT MAX (C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD1 where child1_master_id = 100 UNION ALL
     select child2_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD2 where child2_master_id = 100 UNION ALL
     select child3_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD3 where child3_master_id = 100) C
    WHERE C.MASTER_ID = 100
    

    That should give you very good performance by raising a record. But a better idea, as indicated, would be to get it all at once with a sql:

    SELECT MASTER_ID, MAX(C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD1 UNION ALL
     select child2_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD2 UNION ALL
     select child3_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD3 ) C
    GROUP BY MASTER_ID
    

    This will give you the max for each MASTER_ID in a sql without a cursor.

    Published by: tk-7381344, December 16, 2008 12:12

  • Cannot remove videos. Need help

    I deleted my pictures and videos on my iPhone 6 but some videos that I already deleted are still there and I can't delete them, but only can share. How can I remove it?

    Is it possible that these are the videos that have been synchronized from your computer and your iTunes library? If this is the case, they cannot be deleted directly from the phone, you will need to connect your phone to the computer and iTunes and delete the synchronization process. See this support document and read the section to disable the iTunes syncing. Keep your photos safely stored and updated on all your devices - Apple Support

  • example of video-conferencing need help, fast!

    Hi fans of flash... .im working with the example of video-conference and it is not possible for me to get a connecten on my local server. What is the problem? the server displays an incoming connection. thx for the help!

    Hi fans of flash... .im working with the example of video-conference and it is not possible for me to get a connecten on my local server. What is the problem? the server displays an incoming connection. thx for the help!

  • Don't broadcast the video. Need help

    I have a flash video, which will play when it is stored locally on my hard drive, and it will play progressive download (sent via HTTP), but he won't play if I put it up to streams (sent via RTMP).

    Any thoughts on why this is happening, or how can I fix?

    The video is not one that I personally created, it was created by one of my partners and sent via FTP to load our Canadian. 30 of the 50 files they sent us DOWN, but the 20 who do not have baffled me.

    Any thoughts?

    Video information:
    Type: File Flash video
    Size: 5910KB (6052179 bytes)
    Media length: 00:01:54
    Video size: 640 x 480
    Video: FLV4 640 x 368 [Video]
    Audio: MPEG Audio Layer 3 44100 Hz stereo 128 Kbps [Audio]

    Thank you!

    Dave

    Here is how I fixed the files:

    First of all, I used the FLV check tool to determine the error and I came with-9 which is an invalid FLV message footer.

    Then I found info on videos of fixing Flash (FLV) for use with Adobe Flash Media Server (FMS) here:
    Ms. http://muzso.hu/2008/12/18/fixing-Flash-Videos-FLV-for-use-with-Adobe-Flash-Media-Server-f

    It essentially tells use you FFMPEG to rewrite metadata saying it copy video and audio streams on and only write new metadata. For streams remain intact (so the video quality remains the same), only metadata container are regenerated (ie. fixed if she has been 'broken').

    Here the line FFMPEG to write in the command line tool:
    ffmpeg input.flv - vcodec copy - acodec copy output.flv-i

    Once I did this and revived FLVCheck tool, everything going on.

    Now to stream video and see if all goes well...

    Thanks for all your help!

    Dave

  • Using windows XP: whed download afthe the beginning of download Turbo tax program an error message appears saying "user lacks administrative privileges to perform the task"need help"

    I bought a turbo tax download and during the download of the process I ge an error message (1321) saying ' windows install has sufficient privileges to install or change the file. "

    Hello

    1. have you logged as administrator?

    2 are you able to install other programs?

    I suggest to follow the steps in the following article and check if it helps.

    http://TurboTax.Intuit.com/support/IQ/install-product/error-1321--Installer-doesn-t-have-permission/SLN12336.html

    If you are always faced with the question, then I recommend you contact Turbo tax support for more help.

    http://TurboTax.Intuit.com/support/

    Hope this helps

  • Video effects need help

    someone knows how to do these effects in this short video

    The astronomical Kid | Facebook

    Video Ruff bone looks like that done for the most part by elements of film burn composition and leader by top and using a kind of lens flare plugin base.

    There are some elements of free burning, legit light leaks/film here:

    http://vashivisuals.com/free-assets-for-film-and-video-editors/

    I know not all free lens flare plugins, but if you have a little money, video Copilot optical flares or Knoll Light Factory are both very good.

    Video Copilot has a ton of tutorials, if you are just getting started. There are a few pretty good tuts here, as well:

    http://www.creativebloq.com/after-effects/tutorials-1232661

    Good luck!

  • Want to update my 9100 video and need help please.

    Can I switch to an ATI RADEON X 1950 XT 256 MB GDDR3 CARD CHART?

    I have an ATI Radeon 9700 now. If not the X 1950 XT the someone could make suggestions?

    Thanks for the help.


  • Need help with video scrolling

    Hello

    I need help with a project. Subsequently, I want is that a webcam controls the position of the mouse and the mouse position

    control of a video. But I would like the part where the mouse position controls the video.

    So, if the mouse is on the left on your screen, the video will be on the first image and when you move, you're the mouse for

    the right to the video play as a result traffic. and stop when the mouse is completely right.

    Effectivly the scrolles from the mouse through the video. It must be on the x-axis.

    I'm not that formilliar with flash, so any help would be great

    THX!

    Thijs

    what you need to do, is to designate a rectangle where users can use their mouse to scroll through the video.  If this rectangle has instance name bar, you can use:

    var m, b:Number;

    var lastSeek:int = getTimer();

    flv_pb.addEventListener (MetadataEvent.METADATA_RECEIVED, f);

    bar.addEventListener (MouseEvent.MOUSE_MOVE, moveF);

    function f(e:MetadataEvent):void {}

    paramF (0,0,stage.stageWidth,e.info.duration);

    }

    function moveF(e:MouseEvent):void {}

    {if (getTimer () - lastSeek > 1000)}

    flv_pb. Seek(m*e.stageX+b);

    lastSeek = getTimer();

    flv_pb. Play();

    }

    }

    function paramF(x1:Number,y1:Number,x2:Number,y2:Number):void {}

    m = (y2 - y1) / (x 1 - x 2);

    b = y1 - m * x 1;

    }

  • Speed/performance of my mac mini (mid-2010) is very slow. Need help, consolidate the files, software updates, etc. in order to improve the speed and performance.

    My mac mini (mid-2010) speed/performance is very slow - think of it as a result of letting my kids do "whatever" about it in recent years.  Need help, consolidate the files, software updates, etc. in order to improve the speed and performance.  You will also need to get data out of old PowerBook G4.

    < object edited by host >

    We are users like you.  Search locally by using something like Yelp or similar

    http://www.Yelp.com/search?find_desc=Apple+repair & find_loc = Chicago, + IT & start = 0 & ortby = rating s

    or read a few links which may be relevant on this forum about the slow mac mini

    http://BFY.tw/5C63

  • Need to get a video removed, please help

    Good afternoon; I just load a video from my iPhone to my macbook air, and while I have been putting day and cleaning of my library, I deleted by mistake;

    I looked for the "Recently deleted" folder but can't find it; is there anyway that I can get it back? need help.

    Hi sade666,

    The information described below details how locate and restore items that you have recently removed from the Photos app on your Mac.

    Deleted items remain in the album deleted recently for the indicated number of days and are then permanently deleted. You can view deleted items recently and add back them to your photo library.

    1. Choose file > view recently deleted.

    2. Select the photos that you want to restore.

    3. Click on recover.

      To remove recently immediately deleted items, select them, then click on remove.

    If you use Time Machine to back up your computer, you can retrieve the elements after their deleted permanently from your Mac or iCloud.

    For more information on the use of Time Machine, see restore a library of Photos from a Time Machine backup.

    Photos for OS x: delete pictures and videos
    https://support.Apple.com/kb/PH21313

    See you soon!

  • Need help 3d video Controller Driver for Hp 15 - laptop d103tx

    Hi all

    I use Hp 15-d103tx 4th Gen i5 intel laptop with Window 7 64 bit OS.

    I need help reagarding controller driver 3d video. I need this driver. I tried to find on the site official HP, but not found.

    Please send me the link for this driver.

    Thank you

    Sunil

    You are the very welcome, Sunil.

    Try the driver directly from Nvidia...

    http://www.nvidia.com/download/driverResults.aspx/75992/en-us

Maybe you are looking for

  • Yoga screen brightness/flicker

    Love my 13 Yoga so far have had since October 26, when he was released. Like everyone else I had some problems with partitioning blah blah blah, got that taken care, but lately, I noticed that the brightness of my screen seems to flicker ALL the time

  • WSN-9791, management to the 3202 errors

    I have setup a 9791with 3202 and attached to a 250 Ohm resistor to measure a 4-20mA signal to the 3202 AI0. I'm always out of measing the input voltage and I also check the voltage of battery, link quality, external power supply and error messages wi

  • Problem on Converersion in string table

    Hello world I have an array of type "string", which all elmenmts are the same: "9.91E37." I'm going to do an array of length 64 (64 items) of the '9.91E37' value with a comma between each one (except the first and the last of them). The result is sup

  • using Xbox controller on computer

    Ive downloaded the multiplayer part of moderwarfare2 and wonder how to make my xbox controller to work with it

  • configuration dell poweredge t610

    Hi all I hope you guys can help me with the following. I have this server in the office: dell poweredge t610. Configured with raid 5. Two of your hard drive has failed, so I replaced the. After the replacement, used windows. Boot. I installed a fresh