[FFmpeg-trac] #7448(ffmpeg:new): Concat file input not finding file

FFmpeg trac at avcodec.org
Thu Sep 20 01:46:41 EEST 2018


#7448: Concat file input not finding file
--------------------------------+---------------------------------------
             Reporter:  daBee   |                     Type:  defect
               Status:  new     |                 Priority:  minor
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:  concat  |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % ffmpeg -y -f concat -safe 0 -i /Volumes/Dragon2/Yums/randoms.txt
 /Volumes/Dragon2/Yums/final.mp4
 ffmpeg version 4.0.2
 Mac OS 10.11.6
 }}}


 First file in randoms.txt I have the first file to process.

 {{{
 file '/Volumes/Dragon2/Yums/Sep\ 16,\ 2018,\ 1-04\ PM.mov'
 file '/Volumes/Dragon2/Yums/Sep\ 16,\ 2018,\ 1-28\ PM.mov'
 file '/Volumes/Dragon2/Yums/Sep\ 16,\ 2018,\ 12-25\ PM.mov'
 }}}

 This is the error I get upon a concat as stated above:


 {{{
 [concat @ 0x7fcadc010600] Impossible to open '/Volumes/Dragon2/Yums/Sep\
 16,\ 2018,\ 1-04\ PM.mov'
 /Volumes/Dragon2/Yums/randoms.txt: No such file or directory
 }}}

 Both the randoms.txt and that first file are indeed there:


 {{{
 [Wed Sep 19 18:44 rich at HQ /Volumes/Dragon2/Yums] ls randoms.*
 randoms.txt
 [Wed Sep 19 18:44 rich at HQ /Volumes/Dragon2/Yums] ls Sep\ 16,\ 2018,\ 1-04\
 PM.*
 Sep 16, 2018, 1-04 PM.mov
 }}}

 Not sure why it can't see the file that is evidently there.  Not clear
 what "No such file or directory" is talking about.  Doesn't matter, both
 are there.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7448>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list