Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#1090 closed defect (fixed)

Unrecognized stream in realmedia file

Reported by: dbuitenh Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: real
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

avconv:

avconv version v0.8-1007-gc95fefa, Copyright (c) 2000-2012 the Libav developers

built on Mar 12 2012 04:33:33 with gcc 4.5.3

[NULL @ 0000000000529A80] Unsupported video codec
[rm @ 000000000069F800] max_analyze_duration reached
Input #0, rm, from 'b.rm':

Metadata:

title :
author :
copyright : (C) 2002
comment :

Duration: 01:27:35.13, start: 0.000000, bitrate: 0 kb/s

Stream #0.0: Audio: cook, 22050 Hz, stereo, flt, 44 kb/s
Stream #0.1: Video: rv40, yuv420p, 352x240, 304 kb/s, 29.97 fps, 29.97 tbr,

1k tbn

Stream #0.2: Data: [0][0][0][0] / 0x0000

At least one output file must be specified

ffmpeg:

ffmpeg version N-38607-g57986c5 Copyright (c) 2000-2012 the FFmpeg developers

built on Mar 6 2012 21:27:20 with gcc 4.6.2 (x86.generic.Komisar)
configuration: --enable-gpl --enable-libutvideo

--extra-cflags=-I/devel/ut_x86
/include/ --extra-ldflags=-L/devel/ut_x86/lib/ --enable-memalign-hack
--enable-w
32threads --enable-runtime-cpudetect

libavutil 51. 41.100 / 51. 41.100
libavcodec 54. 10.100 / 54. 10.100
libavformat 54. 2.100 / 54. 2.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 63.100 / 2. 63.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 7.100 / 0. 7.100
libpostproc 52. 0.100 / 52. 0.100

[rm @ 01429360] Unsupported stream type 00000185
Input #0, rm, from 'b.rm':

Metadata:

title :
author :
copyright : (C) 2002
comment :

Duration: 01:27:35.13, start: 0.000000, bitrate: 0 kb/s

Stream #0:0: Audio: cook (cook / 0x6B6F6F63), 22050 Hz, stereo, flt, 44

kb/s

Stream #0:1: Video: rv40 (RV40 / 0x30345652), yuv420p, 352x240, 304 kb/s,

29
.97 fps, 29.97 tbr, 1k tbn, 1k tbc

Stream #0:2: Data: none

At least one output file must be specified

Attachments (1)

b.rm (512.0 KB ) - added by dbuitenh 12 years ago.
Sample Input File

Download all attachments as: .zip

Change History (5)

by dbuitenh, 12 years ago

Attachment: b.rm added

Sample Input File

comment:1 by Carl Eugen Hoyos, 12 years ago

Could you explain what the issue with the sample is?

in reply to:  1 comment:2 by dbuitenh, 12 years ago

Replying to cehoyos:

Could you explain what the issue with the sample is?

Either the rm header is being read wrong and it doesn't really have a third track, or it is being read right, and we don't support whatever this third type of track is yet.

Whether it is a bug or enhancement depends on which it is...

comment:3 by Michael Niedermayer, 12 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed

comment:4 by Carl Eugen Hoyos, 11 years ago

Keywords: real added; realmedia rm rmvb removed
Note: See TracTickets for help on using tickets.