Log in

View Full Version : wrong framerate in huff->x264 conversion


Terka
29th March 2010, 14:38
(input DV, using tempgauss filter, output is huff@50fps.)
this huff want to encode to x264, but
framerate changes to 25fps.
used this settings:
c:\x264.exe "c:\Program Files\AviSynth\___narozky\101.avi" --preset slow --level 4.1 --crf 22 --tune film -o 101-50.mkv
could anyone help?

Warpman
29th March 2010, 16:46
mhm sounds like x264 or ffmpegsource to be precise can't read the framerate and is falling back to 25fps...

post the log (if you have one) or try with avisynth ...

Blue_MiSfit
29th March 2010, 19:49
What happens if you specify --fps 50 ?

~MiSfit

kemuri-_9
29th March 2010, 23:24
for avis, what gets used depends on what that build of x264 is compiled with.

the priority list is
ffms2 > lavf > avs

x264 uses what these report and it's simple as that.

since you are using an avi and it can't be vfr,
as Blue_MiSfit suggests, adding --fps 50 would be the easiest solution.