Hello.

While transcoding an AVI file into SVCD using transcode, toolame,
mpeg2enc and mplex, I expected two output files from the
multiplexer, but have got just one:

$ transcode -i rudolph.avi -y mpeg2enc,null \
    -j -4,0,-4,0 -Z 480x480,fast -V --export_asr 2 \
    -F '5,-s -B 284 -V 230 -S 800 -4 2 -2 1 -q 5 -K hi-res -R 0' \
    -w 2800 -o rudolph.cd
[...]

$ ls -l rudolph.cd.{mp2,m2v}
-rw-r--r--    1 romildo  romildo  1275072965 2003-12-27 16:45 rudolph.cd.m2v
-rw-r--r--    1 romildo  romildo  125565216 2003-12-27 07:52 rudolph.cd.mp2

$ mplex -f 5 -r 3084 -V -o rudolph.cd.%d.mpg rudolph.cd.m2v rudolph.cd.mp2
[...]

$ ls -l rudolph.cd.*.mpg
-rw-r--r--    1 romildo  romildo  1425081448 2003-12-27 17:03 rudolph.cd.1.mpg

Notice that I have specified the option "-S 800" to mpeg2enc,
hoping that a sequence split is inserted into the output video
stream and the multiplexer recognises this split and starts a
new multiplexed output file when encountering it.

Why it did not work?

Regards.

Romildo


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to