Dear All, I have bunch of .h264 raw data, could any one tell me how to use ffmpeg library to mux .h264 to fragmented mp4 files. I only know how to generate fragmented mp4 file via ffmpeg.exe, like below,
ffmpeg -i xx.h264 -vcodec copy -an -f mp4 -reset_timestamps 0 \ -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet xxx.mp4 Thanks. -- ***************************** Po-Tung Fang Email: [email protected] *************************
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
