[FFmpeg-user] X-Files, The.mpg: Protocol not found

Dan Hentschel dan at hentschels.com
Tue Sep 25 22:16:29 CEST 2012


> I don't really see a pattern. Do you?

Actually, I think I may have figured it out. It seems like all the
files that have a comma after the first word fail to parse:

ffprobe "a a,.mpg"
ffprobe version N-36405-g2089f93 Copyright (c) 2007-2012 the FFmpeg developers
  built on Sep 25 2012 07:17:13 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac
--enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-librtmp --enable-libtheora
--enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264
--enable-nonfree --enable-version3
  libavutil      51. 73.101 / 51. 73.101
  libavcodec     54. 58.100 / 54. 58.100
  libavformat    54. 28.101 / 54. 28.101
  libavdevice    54.  2.101 / 54.  2.101
  libavfilter     3. 17.100 /  3. 17.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, mpeg, from 'a a,.mpg':
  Duration: 01:33:58.75, start: 0.349089, bitrate: 15274 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 1280x720
[SAR 1:1 DAR 16:9], 19000 kb/s, 59.94 fps, 59.96 tbr, 90k tbn, 119.88
tbc
    Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 448 kb/s

$ mv "a a,.mpg" "a, a.mpg"

$ ffprobe "a, a.mpg"
ffprobe version N-36405-g2089f93 Copyright (c) 2007-2012 the FFmpeg developers
  built on Sep 25 2012 07:17:13 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac
--enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-librtmp --enable-libtheora
--enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264
--enable-nonfree --enable-version3
  libavutil      51. 73.101 / 51. 73.101
  libavcodec     54. 58.100 / 54. 58.100
  libavformat    54. 28.101 / 54. 28.101
  libavdevice    54.  2.101 / 54.  2.101
  libavfilter     3. 17.100 /  3. 17.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
a, a.mpg: Protocol not found

-- 
dan B hentschel
dan at hentschels.com


More information about the ffmpeg-user mailing list