[FFmpeg-trac] #3620(undetermined:new): -pattern_type glob -i '*' fails with " *: No such file or directory"

FFmpeg trac at avcodec.org
Wed May 7 10:51:26 CEST 2014


#3620: -pattern_type glob -i '*' fails with " *: No such file or directory"
-------------------------------------+-------------------------------------
             Reporter:  dE_logics    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Replying to [ticket:3620 dE_logics]:
 > I'm trying to get input of all files (mix of jpg and png images)

 This cannot (currently) work:
 Changing codecs in a stream is not supported.

 Generally, in your command line {{{*}}} does not indicate a demuxer (but
 glob only works for the image2 demuxer), so you have to specify it with
 {{{-f image2}}}. If you don't provide a suffix on the command line, the
 image2 demuxer doesn't know which codec to use (there is no image codec
 autodetection), so for {{{*}}} you have to specify the codec with
 something like {{{-vcodec targa}}}.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3620#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list