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

307 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Add -movflags +rtphint as an output option.