[FFmpeg-trac] #279(undetermined:new): Remuxing aac in TS fails

FFmpeg trac at avcodec.org
Tue Jun 21 11:57:01 CEST 2011


#279: Remuxing aac in TS fails
-----------------------+---------------------------
Reporter:  etienne     |       Owner:
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  undetermined
 Version:  git-master  |  Resolution:
Keywords:              |  Blocked By:
Blocking:              |  Reproduced:  0
Analyzed:  0           |
-----------------------+---------------------------

Comment (by etienne):

 Right, my analysis was wrong, so I'll rephrase issue I encounter:

 ffmpeg -i with_aac_audio.ts -acodec copy -vcodec copy /tmp/output.ts
 =>[mpegts] aac bitstream not in adts format and extradata missing
 av_interleaved_write_frame(): Operation not permitted

 ffmpeg -i with_aac_audio.ts -acodec copy -vcodec copy /tmp/output.mp4
 =>[mp4] malformed aac bitstream, use -absf aac_adtstoasc
 av_interleaved_write_frame()...

 ffmpeg -i with_mp2_audio.ts -acodec copy -vcodec copy /tmp/output.ts
 => OK (well, until the remux bug strikes back)

 I can upload a <2MB sample that exhibits this if you cannot reproduce with
 your files.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/279#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list