Log in

View Full Version : How 2 do multiple Streams in one Job?


danjo
8th March 2004, 21:36
I have several streams, like

Movie1_Video.m2v
Movie1_Audio.AC3
Movie2_Video.m2v
Movie2_Audio.AC3
MovieN_Video.m2v
MovieN_Audio.AC3

and want do convert these as ONE Videostream to SVCD.

I tried TMPGenc DVD Author and Build a DVD from these streams and tried to convert it with D2S, but D2S only pics ONE SINGLE track of the DVD, not the FULL DVD.

How to merge all streams into ONE Stream (with only ONE track), so that D2S work fine?

jsoto
9th March 2004, 02:04
Hi danjo,

First of all, ac3 files must be in the same bitrate, acmode, etc. If they are, you can add them simply copying with the MS-DOS command:
copy /b file1+file2+file3 fileresult
Previously it will be desirable to check and fix the files (may be they have an uncompleted frame). You can use delaycut or BeSliced.

Not sure if you can do the same with video files, but may be. In any case they have to be in the same resolution, aspect ratio, etc..

And there is other method (a little bit harder)
- Author a DVD for each pair (audio/video) (You can use IFOEdit)
- Join the resulting VOBs with VobEdit (there are some guides about how to do it)
- Author a "new" DVD with the joined VOBs.
- Use this "new" DVD as source for D2S.

jsoto