[FFmpeg-devel] [PATCH] avformat: add a concat protocol using a files recipe

James Almer jamrial at gmail.com
Tue Jun 22 20:40:58 EEST 2021


On 6/22/2021 8:02 AM, Hendrik Leppkes wrote:
> On Sat, Jun 19, 2021 at 9:14 PM James Almer <jamrial at gmail.com> wrote:
>>
>> Suggested-by: ffmpeg at fb.com
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>   libavformat/Makefile    |   1 +
>>   libavformat/concat.c    | 111 ++++++++++++++++++++++++++++++++++++++++
>>   libavformat/protocols.c |   1 +
>>   3 files changed, 113 insertions(+)
>>
> 
> This patch leaves me totally puzzling what it might do. "files recipe"
> doesn't really ring any bells.

Bad wording, i guess, sorry. It's basically the concat protocol except 
it reads the urls from individual lines in a text file instead of a 
single string using a colon as separator.

> 
> A quick explanation in the commit should be included at the very
> least, adding it to doc/protocols.texi would be even better.

Will do.

> 
> - Hendrik
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 



More information about the ffmpeg-devel mailing list