Hi,
this is an almost identical rebased version of Jan's patchset discussed in [1],
now v7...
Should fix #8329 and #6370.
Thanks,
Thilo
[1] https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2022-May/296553.html
Jan Ekström (2):
ffmpeg: Add display_{rotation, hflip, vflip} options
ffmpeg: De
From: Jan Ekström
This enables overriding the rotation as well as horizontal/vertical
flip state of a specific video stream on the input side.
Additionally, switch the singular test that was utilizing the rotation
metadata to instead override the input display rotation, thus leading
to the same
From: Jan Ekström
Now that we have proper options for defining display matrix
overrides, this should no longer be required.
fftools does not have its own versioning, so for now the define is
just set to 1 and disables the functionality if set to zero.
---
fftools/ffmpeg.c | 2 ++
fftools/f
Am 04.10.22 um 10:44 schrieb Anton Khirnov:
Quoting Thilo Borgmann (2022-09-26 07:57:52)
From: Jan Ekström
This enables overriding the rotation as well as horizontal/vertical
flip state of a specific video stream on the input side.
Additionally, switch the singular test that was utilizing the