XanaMuui
10th March 2016, 15:03
Hi,
I'm trying to encode at 60 fps for the first time and while enconding using x264 I get this information:
ffms [info]: 1280x720p 0:1 @ 60062/1001 fps (vfr)
resize [warning]: converting from rgb24 to yuv420p
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSEMisalign LZCNT
x264 [info]: profile High, level 4.0
Where did that value for the fps came from? The original video is in 60 fps.
Stream #0:0: Video: lagarith (LAGS / 0x5347414C), rgb24, 1280x720, 360658 kb/s, 60 fps, 60 tbr, 60 tbn, 60 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s
this are the commands passed to x264:
--crf 18 --profile high --preset placebo --tune film --qpmin 12 --vbv-maxrate 6000 --vbv-bufsize 6000 --output "E:\test_done.mp4" "E:\test_done.avi"
Is that fps normal or is it a bug? Because after the enconding MPC file info shows 60.002 fps.
I'm trying to encode at 60 fps for the first time and while enconding using x264 I get this information:
ffms [info]: 1280x720p 0:1 @ 60062/1001 fps (vfr)
resize [warning]: converting from rgb24 to yuv420p
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSEMisalign LZCNT
x264 [info]: profile High, level 4.0
Where did that value for the fps came from? The original video is in 60 fps.
Stream #0:0: Video: lagarith (LAGS / 0x5347414C), rgb24, 1280x720, 360658 kb/s, 60 fps, 60 tbr, 60 tbn, 60 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s
this are the commands passed to x264:
--crf 18 --profile high --preset placebo --tune film --qpmin 12 --vbv-maxrate 6000 --vbv-bufsize 6000 --output "E:\test_done.mp4" "E:\test_done.avi"
Is that fps normal or is it a bug? Because after the enconding MPC file info shows 60.002 fps.