Log in

View Full Version : xvid_encraw incorrect frame rate on encode


krosswindz
22nd November 2009, 18:15
I am trying to encode a video using from an existing uncompressed avi (lag codec). The avs file is at the correct fps of 23.976. When I encode it using xvid_encraw, using megui or directly it keeps encoding the video at 25fps.

avs file:

SetMemoryMax(512)
AVISource("f:\test\test1_lag.avi", audio=false)
crop( 0, 56, 0, -58).Spline36Resize(672,288)


command line:
pass1:

F:\test>"C:\Ripping Tools\megui\tools\xvid_encraw\xvid_encraw.exe" -i "F:\test\test1.avs" -pass1 "F:\test\test1.stats" -bitrate 1150 -kboost 100 -overhead 0 -turbo -nopacked -vhqmode 4 -qtype 1 -imin 1 -pmin 1 -bvhq -bmin 1 -par 1:1 -threads 2


pass2:

F:\test>"C:\Ripping Tools\megui\tools\xvid_encraw\xvid_encraw.exe" -i "F:\test\test1.avs" -pass2 "F:\test\test1.stats" -bitrate 1150 -kboost 100 -overhead 0 -nopacked -vhqmode 4 -qtype 1 -imin 1 -pmin 1 -bvhq -bmin 1 -par 1:1 -threads 2 -avi "F:\tests\test1.avi"


any help on solving the problem is appreciated.

vlada
22nd November 2009, 21:56
Try to use "-framerate" switch for xvid_encraw.

Lugia25000
23rd November 2009, 22:41
Or use the old encraw from megui -> http://megui.org/auto/stable/?C=M;O=D

The new encraw from alexins has this bug.

henryho_hk
24th November 2009, 03:22
Use squid_80's mod:

http://members.optusnet.com.au/squid_80/xvid_encraw.zip

krosswindz
27th November 2009, 07:50
Or use the old encraw from megui -> http://megui.org/auto/stable/?C=M;O=D

The new encraw from alexins has this bug.

Thanks for the info changing to an older version worked.

Use squid_80's mod:

http://members.optusnet.com.au/squid_80/xvid_encraw.zip

will try squids mod soon, thanks for the info.

Lugia25000
27th November 2009, 09:46
The old Megui encraw version = squids mod