lubczyk
30th January 2009, 19:14
I've got this script:
LoadPlugin("FFMS2.dll")
FFVideoSource("AnimeTest.mkv")
I want to convert framerate from vfr to cfr, but I'm not sure how to use fpsnum and fpsden. All the documentation says is:
"fpsnum & fpsden: For VFR -> CFR conversion. Setting fpsnum <= 0 means a 1:1 relation with the encoded frames."
I have no idea what, "Setting fpsnum <= 0 means a 1:1 relation with the encoded frames," means.
LoadPlugin("FFMS2.dll")
FFVideoSource("AnimeTest.mkv")
I want to convert framerate from vfr to cfr, but I'm not sure how to use fpsnum and fpsden. All the documentation says is:
"fpsnum & fpsden: For VFR -> CFR conversion. Setting fpsnum <= 0 means a 1:1 relation with the encoded frames."
I have no idea what, "Setting fpsnum <= 0 means a 1:1 relation with the encoded frames," means.