Opened 12 years ago

Closed 12 years ago

#620 closed defect (fixed)

mpeg2video not detected

Reported by: Elon Musk Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: mpeg mpeg2video
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

sample url: http://okeoke.net/test.mpg

ffprobe version git-2011-11-04-259a960, Copyright (c) 2007-2011 the FFmpeg developers

built on Nov 5 2011 21:44:08 with clang 3.0 (branches/release_30 142614)
configuration: --disable-indev=bktr --disable-indev=alsa --disable-outdev=alsa --enable-postproc --enable-gpl --enable-shared --disable-static --cc=clang --disable-debug
libavutil 51. 23. 0 / 51. 23. 0
libavcodec 53. 27. 0 / 53. 27. 0
libavformat 53. 18. 0 / 53. 18. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 45. 3 / 2. 45. 3
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0

[mpeg @ 0x2945e100] probed stream 0 failed
[mpeg @ 0x2945e100] parser not found for codec none, packets or times may be invalid.
[mpeg @ 0x2945e100] max_analyze_duration 5000000 reached at 5016000
Input #0, mpeg, from '/usr/home/r/test.mpg':

Duration: 00:00:23.76, start: 0.266933, bitrate: 4567 kb/s

Stream #0:0[0x1e0]: Video: none, 0.08 tbr, 90k tbn
Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
Stream #0:2[0x1c1]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s

Unsupported codec with id 0 for input stream 0

Attachments (1)

videonone.mpg (2.4 MB ) - added by Carl Eugen Hoyos 12 years ago.

Change History (3)

by Carl Eugen Hoyos, 12 years ago

Attachment: videonone.mpg added

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: mpeg mpeg2video added
Priority: minornormal
Reproduced by developer: set
Status: newopen
Summary: unsupported mpeg2videompeg2video not detected

Works fine with mplayer -demuxer mpegps

$ ffmpeg -vcodec mpeg2video -i videonone.mpg
ffmpeg version N-34524-gd3bc75c, Copyright (c) 2000-2011 the FFmpeg developers
  built on Nov  6 2011 17:57:40 with gcc 4.5.3
  configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc
  libavutil    51. 23. 0 / 51. 23. 0
  libavcodec   53. 28. 0 / 53. 28. 0
  libavformat  53. 19. 0 / 53. 19. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 47. 0 /  2. 47. 0
  libswscale    2.  1. 0 /  2.  1. 0
Input #0, mpeg, from 'videonone.mpg':
  Duration: 00:00:04.32, start: 0.266933, bitrate: 4740 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 480x480 [SAR 4:3 DAR 4:3], 8000 kb/s, 30.08 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
    Stream #0:2[0x1c1]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
At least one output file must be specified

comment:2 by Michael Niedermayer, 12 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.