I have an avi with a video stream and an ac3 audio stream. I want this
encoded to dvd, together with a subtitle from a separate .srt file.

How can I do this?

Sofar I've managed to get an .m2v file. That's it.
The .ac3 audio stream that I spearately extracted from the avi is not
synchronized with this video file, so I have nothing yet, really.

I used this to get the .m2v file:

transcode -i $1 -o $2 -y ffmpeg -F mpeg2video -Q 5,5 --export_prof
dvd-pal -w 9000 --keep_asr

but I couldn't get transcode from changing the .ac3 stream.
( I can make it not creating an .mp3, but it will still reform the 5
channels into 2 channels. )
And ofcourse, nothing about a subtitle yet.

Could somebody help me out here?

Warren

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Reply via email to