I'm invoking ffmpeg with the following args: ffmpeg -i - -vcodec copy -an -f mp4 -reset_timestamps 1 -blocksize 30000 -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet -
The purpose is to feed it (through stdin) raw h.264 stream, and get (through stdout) fragmented mp4. It works well when I give it demuxed h264 (each frame prefixed with 3 bytes of 0 0 1) but I'd prefer letting ffmpeg do the demuxing for me. Is there a way? -- Gal Bar Mashiah
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
