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