[FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Jul 27 16:02:17 EEST 2023


On 7/27/2023 9:16 AM, hung kuishing wrote:
> Let me briefly describe what I needed at that time:
> I have another prores encoder and another mov muxer, what I need to do are:
> 1. use "another mov muxer" to encapsulate prores bitstream generated by ffmpeg.
> 2. use ffmpeg to encapsulate prores bitstream generated by "another prores encoder" .
> 
> I know I can implement them by calling the ffmpeg api,  but how can I implement them by ffmpeg tool? 
> So, I developed these patches.

So this format was created as a weird hack to enable the ffmpeg CLI to be jammed
into such a workflow.

My NAK remains.

- Derek


More information about the ffmpeg-devel mailing list