Add example for comparing AV1 with and without grain synthesis#137
Add example for comparing AV1 with and without grain synthesis#137jonfryd merged 2 commits intopixop:masterfrom
Conversation
|
This is a nice addition. The description (“with and without film grain synthesis applied”) is clear, but the actual argument Also, minor stylistic suggestion: I think it would improve readability to place decoder options before the input files for consistency. Something like: But overall, great addition. |
|
Thanks for the review! I've added a short note clarifying that `export_side_data=film_grain` disables grain synthesis during decoding, and moved the decoder option before the input files for consistency. Would be glad to see others check their av1 grain synth results with this project. |
Adds a README example showing how to use
--right-decoder libdav1d:export_side_data=film_grainto compare an AV1 video against itself with film grain synthesis disabled on the right side.This is useful for evaluating the visual impact of AV1 film grain synthesis but requires libdav1d to be available.