[FFmpeg-devel] [PATCH 0/3] avformat/avisynth: support frame properties
Stephen Hutchinson
qyot27 at gmail.com
Tue Feb 8 13:02:37 EET 2022
AviSynth+ 3.6.0 introduced support for frame properties, allowing
various metadata to be passed between filters or read out by
client programs. Using this, FFmpeg can read Color Range, Transfer
Characteristics, Matrix, Color Primaries, Chroma Location, and
Field Order information from AviSynth scripts.
Reading frame properties through AviSynth's C interface was not
possible until a few months ago, though, so client programs that
use the C API need version 3.7.1 or higher to be able to take
advantage of it.
Incorporates a previous patch by emcodem that fixes setting field
order on non-frameprop-aware versions of AviSynth.
Stephen Hutchinson (2):
avisynth: use AviSynth+'s frame properties to set various fields
configure: check avisynth header version
emcodem (1):
avisynth: corrected interlace detection
configure | 4 +-
libavformat/avisynth.c | 266 ++++++++++++++++++++++++++++++++++++++---
2 files changed, 253 insertions(+), 17 deletions(-)
--
2.32.0
More information about the ffmpeg-devel
mailing list