I currently run my ffmpeg command to record the video then afterwards run MP4Box -hint file.mp4
to make the file stream quicker for the web. Is there any way for ffmpeg to "hint" my file straightaway without the extra step?
What's the equivalent of "MP4Box -hint" in ffmpeg?
307 Views Asked by Roman Gaufman At
1
Add
-movflags +rtphint
as an output option.