Page 1 of 1

WD Std 5 - How to link audio and video

PostPosted: Tue Jul 10, 2012 8:29 pm
by mrduque
So I need to link audio to an intro video. does anyone know how to say make a single button set both the video file onto a layer then set the audio file to another layer? Or is there a way to link the audio file to a video file so when I press the thumbnailed button in the WD Media Panel it'll auto load the audio file unto a layer? What is the script to load a media file into a layer??

Thanks In Advance!

Re: WD Std 5 - How to link audio and video

PostPosted: Wed Jul 11, 2012 9:02 am
by alverman
should be this: DeviceSetMedia, 'SiteID', 'DeviceID', 'folderid', 'FileID'

Re: WD Std 5 - How to link audio and video

PostPosted: Wed Jul 11, 2012 2:04 pm
by Markus Zeppenfeld
Hi mrduque,

Alberto is right. We do not see any difference between video and audio onto a layer as both are medias in their way and are assigned to the media part.

Using "DeviceSetMedia,'SiteID','DeviceID','FolderID','FileID'" will let you assign any kind of media to a layer.
If you include the audio into the video file, you it will be played back automatically. Only make sure to have the volume fader up.

Markus