Opened 12 years ago

Closed 11 years ago

#1557 closed defect (fixed)

support old sipr in rm

Reported by: Carl Eugen Hoyos Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: real sipr roundup
Cc: ami_stuff@o2.pl Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

(issue 1708)
http://samples.ffmpeg.org/real/RA/sipr/
Works fine with mplayer -demuxer rm -ac ffsipr, does not work correctly with ffmpeg and mplayer -demuxer lavf

$ ffmpeg -i big_16k.ra
ffmpeg version N-42619-g6b7849e Copyright (c) 2000-2012 the FFmpeg developers
  built on Jul 19 2012 08:58:35 with gcc 4.3.2
  configuration: --cc=/usr/local/gcc-4.3.2/bin/gcc --enable-gpl --enable-libopenjpeg --enable-libvorbis --enable-libspeex --enable-libmp3lame --enable-libtheora --extra-ldflags=-lm --enable-libvpx --enable-libxavs --enable-x11grab --enable-libass
  libavutil      51. 65.100 / 51. 65.100
  libavcodec     54. 41.100 / 54. 41.100
  libavformat    54. 17.100 / 54. 17.100
  libavdevice    54.  1.100 / 54.  1.100
  libavfilter     3.  2.100 /  3.  2.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[rm @ 0x90764e0] max_analyze_duration 5000000 reached at 5000000
[rm @ 0x90764e0] Estimating duration from bitrate, this may be inaccurate
Guessed Channel Layout for  Input Stream #0.0 : mono
Input #0, rm, from 'big_16k.ra':
  Metadata:
    title           : >
    author          :
    copyright       :
    comment         : ??D
  Duration: N/A, bitrate: N/A
    Stream #0:0: Audio: sipr (sipr / 0x72706973), 16000 Hz, mono, flt
At least one output file must be specified

Attachments (2)

rm.diff (502 bytes ) - added by ami_stuff 11 years ago.
patchreal.diff (807 bytes ) - added by Carl Eugen Hoyos 11 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 by compn, 12 years ago

Summary: Support demuxing SIPR on RA filessupport old sipr in rm (rewrite rm demuxer)

these sipr samples work fine:
http://samples.ffmpeg.org/real/AC-sipr/

the samples in

http://samples.ffmpeg.org/real/RA/sipr/

are using an older format:
[07:16] <kshishkov> I suspect it's because big* files are in really old format
[07:17] <kshishkov> and they have Int0 interleaver instead of (expected) "sipr" interleaver

a rewrite of rm demuxer maybe useful.

comment:2 by Carl Eugen Hoyos, 11 years ago

Keywords: roundup added

comment:3 by ami_stuff, 11 years ago

at least RealAudio Encoder 3.1 (1997) produces such files

comment:4 by Carl Eugen Hoyos, 11 years ago

Reproduced by developer: set
Status: newopen
Summary: support old sipr in rm (rewrite rm demuxer)support old sipr in rm

by ami_stuff, 11 years ago

Attachment: rm.diff added

comment:5 by ami_stuff, 11 years ago

Cc: ami_stuff@o2.pl added

Attached hack fixes the problem.

comment:6 by Carl Eugen Hoyos, 11 years ago

Could your patch break ATRAC decoding?

comment:7 by ami_stuff, 11 years ago

yes it breaks atrac3 in version 5 cointainer:

http://www.datafilehost.com/download-d27069ba.html

by Carl Eugen Hoyos, 11 years ago

Attachment: patchreal.diff added

comment:8 by Carl Eugen Hoyos, 11 years ago

Could you test attached patch?

in reply to:  8 comment:9 by ami_stuff, 11 years ago

Replying to cehoyos:

Could you test attached patch?

Works fine with my samples.

comment:10 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Thank you for testing!

Note: See TracTickets for help on using tickets.