#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac