[FFmpeg-trac] #2805(undetermined:closed): Can not demux to elementary .h264

FFmpeg trac at avcodec.org
Tue Jul 23 17:27:26 CEST 2013


#2805: Can not demux to elementary .h264
-------------------------------------+-------------------------------------
             Reporter:  mikhailov    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by mikhailov):

 Great, it works:

 {{{
 ffmpeg -i input.flv -an -c:v copy -vbsf h264_mp4toannexb output.h264
 ffmpeg -i input.flv -vn -c:a libvo_aacenc -ab 96k -ac 1 output.aac
 ffmpeg -i output.h264 -i output.aac -c copy -bsf:a aac_adtstoasc
 output.mp4
 }}}

 But it produces few out-of-sync issues, the same as ticket #2085

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


More information about the FFmpeg-trac mailing list