[FFmpeg-trac] #1598(undetermined:new): MUX fail. X264 + AAC to TS.

FFmpeg trac at avcodec.org
Thu Aug 2 22:14:04 CEST 2012


#1598: MUX fail. X264 + AAC to TS.
-------------------------------------+-------------------------------------
             Reporter:  Mista_D      |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  muxer        |               Blocked By:
  mpegts                             |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Can not multiplex h264 and AAC into MPEG2-TS container.

 1. Encode a file
 ffmpeg -i $source_file -acodec libfaac -vcodec libx264 test.ts

 2. Demux:
 ffmpeg -i test.ts -acodec copy 1.aac -vcodec copy 1.h264

 3. Attempt to mux back:
 ffmpeg -i 1.aac -i 1.h264 -acodec copy -vcodec copy mux.ts

 #3 Fails with error:
     [mpegts @ 0x124de2a0] first pts value must set
     av_interleaved_write_frame(): Invalid data found when processing input

 FFmpeg version 0.11, gcc 4.1.2 20080704 (Red Hat 4.1.2-52).
 Running Centos 5.8 on 64bit 12 core Intel.

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


More information about the FFmpeg-trac mailing list