[FFmpeg-trac] #4539(avformat:closed): No useful error message using quicktime reference input with absolute file path

FFmpeg trac at avcodec.org
Wed May 27 00:20:39 CEST 2015


#4539: No useful error message using quicktime reference input with absolute file
path
------------------------------------+------------------------------------
             Reporter:  alan1523    |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  minor       |                Component:  avformat
              Version:  git-master  |               Resolution:  fixed
             Keywords:  mov         |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by alan1523):

 My appologies, I was not sure if you get the updates unless I open the
 ticket. I will leave it closed as requested.

 FYI : the path /rendertemp/in/reference/original.mov not a valid path unix
 path , its missing the volume information:

 The command you requested me to perform will fail.

 But here it is either way.

 ls -l /rendertemp/in/reference/original.mov
 ls: /rendertemp/in/reference/original.mov: No such file or directory

 It should be :
 ls -l /Volumes/storage/rendertemp/in/reference/original.mov
 -rw-r--r--@ 1 username wheel  703224 May  7 23:03
 /Volumes/storage/rendertemp/in/reference/original.mov

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


More information about the FFmpeg-trac mailing list