21.08.2021, 13:07
Quote:Guess something related to keyframes detection here. in basic mode it detect correct time or correct numbers if frames that match to MediaInfo data.Normal length, frame count and frame rate, is usually taken from mediainfo, of if one is missing calculated from the others.
-> totally unrelated to key frame collection.
Hybrid uses soemthing like:
ffmpeg -i "PATH TO INPUTFILE" -vf showinfo -vsync vfr -an -sn -f null -
Usually one would get infos like:
[Parsed_showinfo_0 @ 0000023a2d7518c0] n: 82 pts:4834830 pts_time:161.161 pos: 11821708 fmt:yuv420p sar:1/1 s:640x480 i:P iskey:1 type:I checksum:C161F93C plane_checksum:[57E701D0 58A9A237 B8F55535] mean:[50 127 129] stdev:[41.8 2.3 3.8]
Since this output would be homoungous it's not included in the debug output log. Send you the command how it would look for your file via PM.
The interessting part is how the output looks like.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.