Hello.

I am making a (non-standard) SVCD from an AVI file
using transcode, mpeg2enc, toolame and mplex with
the commands

$ transcode -V -i o.rei.leao.avi -y mpeg2enc,null \
    -w 2800 --export_asr 2 \
    -F '5,-s -B 285 -V 230 -S 804 -4 2 -2 1  -q 4 -K hi-res -E -8 -R 0' \
    -o o.rei.leao.cd \
    -a 1 -b 224,0,5 --a52_dolby_off -J astat=o.rei.leao.cd.scl \
    -Z 480x368 -Y -56,0

$ transcode -i o.rei.leao.avi -y null,toolame \
    -a 1 -b 224,0,5 --a52_dolby_off \
    -s 1.155 -m o.rei.leao.cd -Z 480x368 -Y -56,0

$ mplex -f 5 -V -o o.rei.leao.cd.%d.mpg \
    o.rei.leao.cd.m2v o.rei.leao.cd.mp2

$ ls -l *.cd.*
-rw-r--r--  1 romildo romildo 1211728952 Mar 13 03:57 o.rei.leao.cd.1.mpg
-rw-r--r--  1 romildo romildo 1041265749 Mar 13 01:09 o.rei.leao.cd.m2v
-rw-r--r--  1 romildo romildo  149317056 Mar 13 03:55 o.rei.leao.cd.mp2
-rw-r--r--  1 romildo romildo          6 Mar 13 01:09 o.rei.leao.cd.scl

I hoped the resulting MPG file being splitted into
2 files of size 804M, as I have been doing with many
other movies, but it was not. Any reasons for that?

Romildo


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to