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

FFmpeg trac at avcodec.org
Fri Apr 27 18:57:42 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       |
--------------------------------+--------------------------------------

Comment (by Uno):

 Replying to [comment:5 cehoyos]:
 > Did you already test the following?
 > $ ffmpeg -i file:hello\:goofy.avi

 It works! But shouldn't it work also without the "file:" prefix?

 {{{
 [user at pc ~/]$ ffmpeg -i file:hello\:goofy.avi ciao.mp3
 ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers
   built on Apr 10 2012 13:39:02 with gcc 4.5.3
   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc
 --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar
 --optflags='-march=amdfam10 -msse4a -mabm -O2 -pipe -fomit-frame-pointer'
 --extra-cflags='-march=amdfam10 -msse4a -mabm -O2 -pipe -fomit-frame-
 pointer' --extra-cxxflags='-march=amdfam10 -msse4a -mabm -O2 -pipe -fomit-
 frame-pointer' --disable-static --enable-gpl --enable-version3 --enable-
 postproc --enable-avfilter --disable-stripping --disable-debug --disable-
 doc --disable-network --enable-libmp3lame --enable-libvo-aacenc --enable-
 libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --disable-
 indev=v4l --disable-indev=oss --enable-x11grab --disable-outdev=oss
 --enable-libfreetype --disable-altivec --disable-avx --disable-mmx2
 --disable-ssse3 --disable-vis --disable-neon --cpu=amdfam10 --enable-
 hardcoded-tables
   libavutil      51. 35.100 / 51. 35.100
   libavcodec     53. 61.100 / 53. 61.100
   libavformat    53. 32.100 / 53. 32.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 61.100 /  2. 61.100
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0.  6.100 /  0.  6.100
   libpostproc    52.  0.100 / 52.  0.100
 Input #0, flv, from 'file:hello:goofy.avi':
   Metadata:
     starttime       : 0
     totalduration   : 194
     totaldatarate   : 879
     bytelength      : 21374995
     canseekontime   : true
     sourcedata      : BADC202A2HH1333452315075619
     purl            :
     pmsg            :
   Duration: 00:03:14.48, start: 0.000000, bitrate: 879 kb/s
     Stream #0:0: Video: h264 (Main), yuv420p, 640x360 [SAR 1:1 DAR 16:9],
 792 kb/s, 25 tbr, 1k tbn, 50 tbc
     Stream #0:1: Audio: aac, 44100 Hz, stereo, s16, 99 kb/s
 Output #0, mp3, to 'ciao.mp3':
   Metadata:
     starttime       : 0
     totalduration   : 194
     totaldatarate   : 879
     bytelength      : 21374995
     canseekontime   : true
     sourcedata      : BADC202A2HH1333452315075619
     purl            :
     pmsg            :
     TSSE            : Lavf53.32.100
     Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
 Stream mapping:
   Stream #0:1 -> #0:0 (aac -> libmp3lame)
 Press [q] to stop, [?] for help
 size=    3040kB time=00:03:14.50 bitrate= 128.0kbits/s
 video:0kB audio:3039kB global headers:0kB muxing overhead 0.021786%
 }}}

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


More information about the FFmpeg-trac mailing list