![]() |
|
Input source CFR - output created VFR - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Input source CFR - output created VFR (/thread-2103.html) |
Input source CFR - output created VFR - kingcrimsonster - 03.10.2021 Input source: Quote:Frame rate mode : Constant Output file: Frame rate mode : Variable
Frame rate : 25.000 FPS
Minimum frame rate : 24.381 FPS
Maximum frame rate : 25.000 FPSCrashed creating mov file with ffmpeg RE: Input source CFR - output created VFR - Selur - 03.10.2021 Looking at the debug output:
I sadly have no clue why mediainfo report the output of those options as vfr. Only thing that seems wrong is the '-itsoffset', I'll write a workaround for that (by simply ignoring delays which absolute values < 2, since those are probably rounding errors). -> will send you a link to a dev verison in a few minutes and go to bed then. In case that version does not help, I would need a file which allows to reproduce the issue to get to the bottom of that. Cu Selur RE: Input source CFR - output created VFR - kingcrimsonster - 03.10.2021 Selur, I changed my first post - there is another, second debug file - Crashed creating mov file with ffmpeg RE: Input source CFR - output created VFR - Selur - 03.10.2021 Have to go to bed in a few minutes, have to stand up in 6 hours and need some sleep. Had a quick look at the second debug output, I know where the problem is (decimal to fraction output when looking for a fraction for 1.29104478 produces "1.61381e+08:125000000"). Will look at it tomorrow. Cu Selur |