[FFmpeg-trac] #5384(undetermined:closed): Command line tools fail to open file with ':' char in filename

FFmpeg trac at avcodec.org
Sat Apr 2 00:32:54 CEST 2016


#5384: Command line tools fail to open file with ':' char in filename
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  ahthovaikied                       |                   Status:  closed
                 Type:  defect       |                Component:
             Priority:  minor        |  undetermined
              Version:  git-master   |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by ahthovaikied):

 I understand very well. The root issue is that the protocol prefix
 separator is {{{:}}} in FFmpeg whereas in other programs this is usually
 {{{://}}}.
 {{{:}}} is a valid char for Unix filesystem file names, but {{{/}}} is
 not.

 In all programs except FFmpeg the behavior is "{{{file://}}} is implied
 unless you specify another prefix".
 In FFMpeg, the behaviour is "{{{file:}}} is implied unless you specify
 another prefix or your filename has an {{{:}}} in it, in that case there
 is ambiguity and you have to be explicit", which is against usual
 expectations and leads to inconsistent beavior (eg: 'a' or './a:' works
 but not 'a:').

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


More information about the FFmpeg-trac mailing list