Hallo

> Guess that would help :-)  mpeg2enc is what is running slower.
> 
> Here's the command line I used on the old one vs the new:
> 
> Old Command:
>  nice mpeg2enc -f 8 -b ${aRate} -V 230 -n n -s -a 2 -g 6 -G 18 -I 0  \
>            -r 24 -4 2 -2 2 -F 1 -p -v 0 -o ${aName}.m2v
> 
> New Command:
> nice mpeg2enc -f 9 -b ${aRate} -V 230 -n n -s -a 2 -g 6 -G 18 -I 0  \
>            -r 24 -4 2 -2 2 -N 1.50 -Q 1.00 -v 0 -p -F 1 -o ${aName}.m2v
> 
> (Also tried -f 8 rather than -f 9).
> 
> I also noticed that using either -f8 or -f9 that something wasn't quite right with 
> some sort of timestamps.  I did a 'mplayer test.m2v -ss 15:00' for example and that 
> really took me about 45 minutes into the movie (maybe a little further).  This 
> worked when I encoded using the older version of mpeg2enc, doesn't with the new.
tps://lists.sourceforge.net/lists/listinfo/mjpeg-users
Could it be that some optimations are not used when mpeg2enc start you
should find lines like that:
   INFO: [mpeg2enc] SETTING 3DNOW and EXTENDED MMX for QUANTIZER!
   INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
   INFO: [mpeg2enc] SETTING MMX for TRANSFORM!
   INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!

If mpeg2enc does not use them it will be slower. 
If you have compiled it yourselfe you should take a look what you see
when you configure it. Do you have a nasm installed ?

Else. It could be that mpeg2enc does not detect you cpu correct. Which
distirbution/kernel do you use ?

auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to