Penecho
15th March 2012, 16:21
So i was wondering what could be wrong there.
I pretty often record stuff from TV and encode it to x264 afterwards. Source is 1080i @ 25 FPS. I usually make a 720p x264 encode (in commandline, not megui).
The weird thing is, that around the first 12000 frames the encode x264.exe only runs at around 1,07 fps, and after the 12000 frames it runs as it should, with ~16 fps.
My avs script looks like this:
DirectShowSource("X:\Temp\record.ts", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
Load_Stdcall_Plugin("C:\Program Files (x86)\Megui\tools\yadif\yadif.dll")
Yadif(order=-1)
crop( 4, 4, -4, -6)
Spline36Resize(1280,720)
and the command i run x264.exe with:
x264.exe --crf 23 --preset slow --level 4.1 -o endfile.mkv encoding.avs
Shouldnt the encode run at the same speed all the time? it really is weird that it goes super slow for the first 12000 frames and then speeds up...
I pretty often record stuff from TV and encode it to x264 afterwards. Source is 1080i @ 25 FPS. I usually make a 720p x264 encode (in commandline, not megui).
The weird thing is, that around the first 12000 frames the encode x264.exe only runs at around 1,07 fps, and after the 12000 frames it runs as it should, with ~16 fps.
My avs script looks like this:
DirectShowSource("X:\Temp\record.ts", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
Load_Stdcall_Plugin("C:\Program Files (x86)\Megui\tools\yadif\yadif.dll")
Yadif(order=-1)
crop( 4, 4, -4, -6)
Spline36Resize(1280,720)
and the command i run x264.exe with:
x264.exe --crf 23 --preset slow --level 4.1 -o endfile.mkv encoding.avs
Shouldnt the encode run at the same speed all the time? it really is weird that it goes super slow for the first 12000 frames and then speeds up...