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

FFmpeg trac at avcodec.org
Wed Mar 2 13:28:08 CET 2016


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

Comment (by Xenos):

 For the old ffmpeg version:

 {{{[lavfi @ 01fcb9a0] No such filter: 'sine' sine=d=1: Invalid argument}}}

 For the newer
 {{{$ ffmpeg -f lavfi -i sine=d=1 "01 Piste 1.wma"}}}

 Detects the overwritable output file (hence, asks for {{{Overwrite?
 [y/N]}}}), but a relative or absolute path with "Intégrale" doesn't: the
 file is created at the right place (Intégrale/...ogg") but the checker
 fails to detect this file already exists (since it seems to check for
 "Int├®grale").

 Either you should put a simple warning in the documentation saying that
 accent (or non-base-ASCII chars) will fail, or you should fix the checker
 to use the same encoding as the converters (since the converted file is at
 the right place, meaning that the converter uses the correct path but the
 "does-output-exist" checker doesn't).

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


More information about the FFmpeg-trac mailing list