Skip to content

Conversation

Dan-Flores
Copy link
Contributor

@Dan-Flores Dan-Flores commented Sep 30, 2025

This PR updates the round trip test in test_ops.py to support 6 common video container formats with absolute tolerance 2 in the best case, and 55 in the worst case.

Additional changes are made to align with the design in #907:

These are the codecs and pixel formats used by default:

## mov: Using codec: libx264 pixel format: gbrp -> yuv444p

mp4:

Using codec: libx264
pixel format: gbrp -> yuv444p

avi:

Using codec: mpeg4
pixel format: gbrp -> yuv420p

matroska (mkv):

Using codec: libx264
pixel format: gbrp -> yuv444p

webm:

Using codec: libvpx-vp9
pixel format: gbrp -> gbrp

flv:

Using codec: flv
pixel format: gbrp -> yuv420p

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant