[FFmpeg-devel] [PATCH] Playlist API

Geza Kovacs gkovacs
Sun Aug 2 03:29:10 CEST 2009


On 08/01/2009 11:54 AM, Michael Niedermayer wrote:
> no, let me clarify
> 
> currently ffmpeg fully supports combining audio from one file and video from
> another or for the matter of fact any stream from any file.
> ffmpeg -i video.avi -i audio.mp3 -map 0:0 -map 1:0 test.avi
> 
> if we now replace video.avi by some concatenated list like
> video0.avi,video1.mpg,video3.mkv
> then this should still work
> 

This updated patch now supports such behavior. I also moved the
comma-delimited input playlist detection from opt_input_file (ffmpeg.c)
to av_open_input_file (utils.c) to allow for the syntax to be more
easily for applications other than ffmpeg.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-concat.diff
Type: text/x-patch
Size: 39377 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090801/f5ef598d/attachment.bin>



More information about the ffmpeg-devel mailing list