New submission from John Van Sickle <[email protected]>: Reported by CarlFK from #ffmpeg
Tested with: ffmpeg version git-a88ef93, Copyright (c) 2000-2011 the Libav developers built on May 10 2011 00:48:07 with gcc 4.6.1 20110507 (prerelease) $Title. Here's the problem and an easy way to test it. $ touch a:b.mp3 && ffmpeg -i a:b.mp3 <snip> a:b.mp3: No such file or directory ---------------------------------------------- $ ffmpeg -i "a:b.mp3" <snip> a:b.mp3: No such file or directory ---------------------------------------------- But this works: $ ffmpeg -i ./a:b.mp3 <snip> ./a:b.mp3: Invalid data found when processing input ---------- messages: 13946 priority: normal status: new substatus: new title: Input file names with colons aren't seen by ffmpeg ______________________________________________ Libav issue tracker <[email protected]> <https://roundup.libav.org/issue2685> ______________________________________________
