kako-nawao / ffconv

Process media files to match profiles using ffmpeg
0 stars 0 forks source link

Height-to-Reference Frames matching error #24

Closed kako-nawao closed 8 years ago

kako-nawao commented 8 years ago

Sometimes the video height does not match the standard values perfectly (720, 1080, etc), and in those cases the stream processor is deciding incorrectly: a video stream with a height if 704 is trying to limit the frames to 4, when it should do it at 8.

When deciding ref frames maximum, we should compare heights instead of matching them exactly.