#11320: ffmpeg DESTROYS input files
-------------------------------------+-------------------------------------
             Reporter:  ffmpeg.pete  |                    Owner:  (none)
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by elenril):

 * resolution:   => invalid
 * status:  new => closed

Comment:

 > -i 00/* -r 25 result.mp4
 Considering for simplicity that directory `00` contains just two files
 named `0` and `1`, your shell would expands this part of the commandline
 to `-i 00/0 00/1 -r 25 result.mp4`, which means
 * one input: `00/0`
 * two outputs: `00/1` and `result.mp4`

 In other words, this is not a bug, has nothing to do with input files
 being corrupted, and did not ever do what you want unless the directory
 had just one file.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11320#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to