[FFmpeg-trac] #718(FFmpeg:new): Apple Lossless only muxes in mov

FFmpeg trac at avcodec.org
Wed Dec 7 21:00:29 CET 2011


#718: Apple Lossless only muxes in mov
-------------------------------------+-------------------------------------
             Reporter:  bradskins    |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  FFmpeg       |                  Version:  0.7.8
             Keywords:  alac mpegts  |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I'm trying to mux ALAC into a mpegts container, unfortunately only mov
 works.

 This works fine:
 ffmpeg -i http://stream-tx1.radioparadise.com:9000/rp_192.ogg -acodec alac
 test.mov

 This reports an error (after pressing [q]):
 ffmpeg -i http://stream-tx1.radioparadise.com:9000/rp_192.ogg -acodec alac
 -f mpegts test.mpg

 ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
   built on Nov 27 2011 00:15:00 with clang 2.1 (tags/Apple/clang-163.7.1)
   configuration: --prefix=/opt/local --disable-ffplay --enable-gpl
 --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame
 --enable-libvorbis --enable-libtheora --enable-libdirac --enable-
 libschroedinger --enable-libopenjpeg --enable-libx264 --enable-yasm
 --enable-libaacplus --enable-libvpx --enable-libspeex
 --mandir=/opt/local/share/man --enable-shared --enable-pthreads
 --cc=/Developer/usr/bin/clang --arch=x86_64 --enable-yasm --enable-nonfree
 --enable-libfaac
   libavutil    50. 43. 0 / 50. 43. 0
   libavcodec   52.123. 0 / 52.123. 0
   libavformat  52.111. 0 / 52.111. 0
   libavdevice  52.  5. 0 / 52.  5. 0
   libavfilter   1. 80. 0 /  1. 80. 0
   libswscale    0. 14. 1 /  0. 14. 1
   libpostproc  51.  2. 0 / 51.  2. 0
 [ogg @ 0x7f89d404ac00] Estimating duration from bitrate, this may be
 inaccurate
 Input #0, ogg, from 'http://stream-tx1.radioparadise.com:9000/rp_192.ogg':
   Duration: N/A, start: 0.000000, bitrate: 192 kb/s
     Stream #0.0: Audio: vorbis, 44100 Hz, stereo, s16, 192 kb/s
 [mpegts @ 0x7f89d4043600] muxrate VBR, pcr every 1 pkts, sdt every 200,
 pat/pmt every 40 pkts
 Output #0, mpegts, to 'test.mpg':
   Metadata:
     encoder         : Lavf52.111.0
     Stream #0.0: Audio: alac, 44100 Hz, stereo, s16, 64 kb/s
 Stream mapping:
   Stream #0.0 -> #0.0
 Press [q] to stop, [?] for help
 ffmpeg(46607) malloc: *** error for object 0xc2b60f195cb95406: pointer
 being freed was not allocated
 *** set a breakpoint in malloc_error_break to debug
 Abort trap: 6

-- 
Ticket URL: <http://ffmpeg.org/trac/ffmpeg/ticket/718>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list