[FFmpeg-trac] #1813(avfilter:new): ASS filter does not accept filenames with '

FFmpeg trac at avcodec.org
Sun Oct 14 07:52:05 CEST 2012


#1813: ASS filter does not accept filenames with '
----------------------------------+----------------------------------
             Reporter:  Atarikid  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avfilter  |                  Version:  1.0
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+----------------------------------
 When using a filename including the character ' within the .ass filename
 FFmpeg gives an error 'Error opening filter'

 Example with escaping
 -vf ass="/Volumes/Data/Movies/Crime\ d\'Amour.srt"

 or without escaping:
 -vf ass="/Volumes/Data/Movies/Crime d'Amour.srt"

 Both gives an error.


 When removing the ' character (and renaming the file to Crime dAmour.srt)
 it works fine.

 I did not test this with other filters (watermark etc..) but I guess it
 the same would happen.

 BTW with FFmpeg 1.0 compiled to OS X

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


More information about the FFmpeg-trac mailing list