Hallo

> I am making a (non-standard) SVCD from an AVI file
> using transcode, mpeg2enc, toolame and mplex with
> the commands
Which version of the mjpegtools do you use ?

> $ 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
I cant tell for the transcode command, but -S 804 and -B 285 should do
the thing.
Can you run it a way so the command trancode execute is shown ?

I think transcode is doing something wrong because mpeg when you run
mpeg2enc it splits by default a 700MB.
You see this when mpeg2enc start in that 2 lines:
   INFO: [mpeg2enc] New Sequence every 700 Mbytes
   INFO: [mpeg2enc] Assuming non-video stream of 230 Kbps

> $ mplex -f 5 -V -o o.rei.leao.cd.%d.mpg \
>     o.rei.leao.cd.m2v o.rei.leao.cd.mp2
That command lokkes nice too.

> $ 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?
You need to provide more inforamtion about what transcode does. And the
options mpeg2enc really gets. 

On the other Hand I would recommend you to take a look at the mjpeg-peg
howto, section: "Decoding streams with mplayer"  
A other nice and fast way to transcode streams.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
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