OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
519 stars 169 forks source link

Remove setting of FPS when reading y4m files #485

Closed intelmark closed 4 years ago

intelmark commented 4 years ago

When processing y4m header information, the FPS information should be ignored as it controls the playback of the file, but should not impact the encoding. This commit removes the setting of the configuration framerate when processing the y4m header.

Signed-off-by: Mark Feldman mark.feldman@intel.com

closes #484

tianjunwork commented 4 years ago

Can we just comment out the lines instead of deleting?

intelmark commented 4 years ago

What would be the reason for allowing them to still be visible?

tianjunwork commented 4 years ago

What would be the reason for allowing them to still be visible?

It is not a big deal. But visually show that there are FPS info in the header, but we ignore them.