[FFmpeg-trac] #5281(ffmpeg:open): FFmpeg doesn't care about existing output file

FFmpeg trac at avcodec.org
Wed Mar 2 13:57:39 CET 2016


#5281: FFmpeg doesn't care about existing output file
------------------------------------+----------------------------------
             Reporter:  Xenos       |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  important   |                Component:  ffmpeg
              Version:  git-master  |               Resolution:
             Keywords:  win         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------

Comment (by Xenos):

 {{{$ ffmpeg -f lavfi -i sine=d=1 MesGenoux.wav}}}
 Does work and creates a "MesGenoux.wav"; run twice and it warns foe
 existing file

 {{{$ ffmpeg -f lavfi -i sine=d=1 Intégrale.wav}}}
 Does not work: no warning for overwriting, but gen file is at the right
 place of "Intégrale.wav"

 {{{$ ffmpeg -f lavfi -i sine=d=1 Intégrale\MesGenoux.wav}}}
 Does not work: no warning for overwriting, but gen file is at the right
 place of "Intégrale\MesGenoux.wav"

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


More information about the FFmpeg-trac mailing list