EncodingGuidelines
EncodingGuidelines copied to clipboard
This site provides guidelines for encoding frames to movie files for review.
Adding the host config to the template files.
This is adding ffmpeg-7.0 to the docker configs.
If the yml source file exists, but the frames that the file points to do not, the error is rather obscure. If the file is missing, the code currently ends...
We base a lot of the generated output file info on the results of "get_output_filename", we should embed this result into the OTIO file, so that when we generated the...
Add an explicit section for tests that would be a dictionary so that an example config would look like: ``` tests: test_h265_color: app: ffmpeg comparisontest: - testtype: idiff - testtype:...
I would like to be able to run different tests on different architectures, and then merge the results into a single report. Examples could be comparing different architectures (e.g. OSX...
So.. Pretty nice guide you have here, but I think you slightly misunderstood *the situation*. It is true that "all unspecified things the same" they stick to bt601, but the...
We need a way to pre-populate the yml files for some cases. Perhaps the code can add any missing field, e.g. adding in the frame-range, even if the frame-rate already...
By default RV does read, but doesnt interpret the NCLC data, it would be good to have some sample code that does.
Being able to define a baseline test result, and then compare new results to baseline. That way we can use it to determine if new versions of ffmpeg produce the...