Search code examples
ffmpegmp4box

What's the equivalent of "MP4Box -hint" in ffmpeg?


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?


Solution

  • Add -movflags +rtphint as an output option.