I'm creating what i think are _standard_ SVCDs, that is, i'm observing
the SVCD specifications exactly. I would expect that to be playable on
every DVD player that knows the SVCD standard.
Well, not. A friend of mine has a Panasonic DVD player that was able to
play just fine some non-standard SVCDs i created before (different
bitrate, different quality setting), but when i created a standard disk,
he told me the player reproduced it with jumps, more like a set of fixed
images than a movie.

Here are the commands i'm using:

transcode -i ../dv -F 4,"-a 2 -I 1 -S ${maxfs}" -b 128 -V \
    -g 720x480 -B 0,15,16 -x dv,avi -y mpeg2enc,mp2enc \
    -E 44100 -J resample -o ${name}

which of course is just a wrapper and translates into:

mpeg2enc -v 0 -f 4 -F 4 -n n  -o "v1".m2v -a 2 -I 1 -S 795

Then:

mplex -f 4 -o ${name}.mpg ${name}.m2v ${name}.mpa
vcdimager -p -t svcd --add-dir=SEGMENT ${name}.mpg

Am i doing something wrong? Or is it just his player that's broken?

-- 
Florin Andrei

http://florin.myip.org/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to