PDA

View Full Version : Two audio tracks in Ayisynth


Trinity 2005
29th January 2005, 00:54
Hi, here is my question. The DVD I try to encode has two audio tracks, English and French. I want to make a scrip and feed it to NERO Recode. With the "audiodub(a,b)" I only can put one track in. So who can tell me how to put two audio tracks into one scrip and to be recognized by the NERO Recode. Thanks million in advance.:D

actionman133
29th January 2005, 11:32
hi,

i'm not familiar with nero recode, but by the sound of it, i would assume it to be a dvd burning program. unfortunately, i'm quite sure that avisynth can't do what you're looking for it to do. but there is an alternate method.

avisynth can't provide multiple audio tracks for output, but you can save each track (video, english audio, french audio) in mpeg-2 or dolby digital formats using avisynth to apply your filtering. save them with an mpeg-2 encoder (tmpgenc for example). then mux/combine them together into a single file and burn that writing software.

avisynth can apply the changes you want, but it can't provide your output directly.