[FFmpeg-devel] [PATCH] add prores bitstream demuxer and muxer
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Jul 24 16:31:44 EEST 2023
On 7/24/2023 3:37 AM, hung kuishing wrote:
> ---
> libavcodec/Makefile | 1 +
> libavcodec/parsers.c | 1 +
> libavcodec/prores_parser.c | 91 ++++++++++++++++++++++++++++++++++++++
> libavformat/Makefile | 2 +
> libavformat/allformats.c | 2 +
> libavformat/proresdec.c | 62 ++++++++++++++++++++++++++
> libavformat/rawenc.c | 13 ++++++
> 7 files changed, 172 insertions(+)
> create mode 100644 libavcodec/prores_parser.c
> create mode 100644 libavformat/proresdec.c
Where does un-encapsulated ProRes exist besides this patch?
I am not in favor of adding a format for it that does not exist elsewhere.
- Derek
More information about the ffmpeg-devel
mailing list