[FFmpeg-trac] #1253(FFmpeg:closed): FFMpeg don't handle files with some characters

FFmpeg trac at avcodec.org
Wed Apr 25 18:25:51 CEST 2012


#1253: FFMpeg don't handle files with some characters
--------------------------------+--------------------------------------
             Reporter:  Uno     |                    Owner:
                 Type:  defect  |                   Status:  closed
             Priority:  normal  |                Component:  FFmpeg
              Version:  0.10.2  |               Resolution:  worksforme
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+--------------------------------------
Changes (by cehoyos):

 * keywords:  filename characters =>
 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Works fine here, please reopen if you can provide ls output and complete,
 uncut ffmpeg -i file:filename.extension output.

 For example:

 {{{
 $ ls file\:out.avi
 file:out.avi
 $ ffmpeg -i file:file:out.avi
 ffmpeg version N-40097-gae0591f Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Apr 24 2012 17:35:52 with gcc 4.3.2
   configuration: --cc=/usr/local/gcc-4.3.2/bin/gcc --enable-gpl
   libavutil      51. 47.100 / 51. 47.100
   libavcodec     54. 15.100 / 54. 15.100
   libavformat    54.  3.100 / 54.  3.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 72.100 /  2. 72.100
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0. 11.100 /  0. 11.100
   libpostproc    52.  0.100 / 52.  0.100
 Input #0, avi, from 'file:file:out.avi':
   Metadata:
     encoder         : Lavf54.3.100
   Duration: 00:00:00.04, start: 0.000000, bitrate: 40255 kb/s
     Stream #0:0: Video: png (MPNG / 0x474E504D), rgba, 256x256, 25 tbr, 25
 tbn, 25 tbc
 At least one output file must be specified
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1253#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list