[FFmpeg-trac] #1328(undetermined:new): image2 demuxer to support file list

FFmpeg trac at avcodec.org
Mon May 21 10:45:37 CEST 2012


#1328: image2 demuxer to support file list
-------------------------------------+-------------------------------------
             Reporter:  burek        |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by burek):

 As far as I can see, img2.c uses av_str2id() to guess the image format,
 based on the file extension, so it might me implemented the same way? If
 the file has an extension of ".txt" or ".lst", ".pls", ".m3u"... then
 ffmpeg can read the "playlist" and get the input files from it.

 Maybe the most intuitive way would be to use playlist extensions (m3u,
 pls, ...). My personal choice would be .m3u because of its simplicity
 (each line represents path to a file and lines beginning with # are
 comments: http://en.wikipedia.org/wiki/M3U

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1328#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list