Anonymous
12/28/2025 (Sun) 18:19
No.2065
del
ffmpeg can move the moov atom to the front with -movflags +faststart before the output filename, but yt-dlp knows how to exclude a few small unnecessary atoms. My mpv script adds
-empty_hdlr_name true -use_editlist false -write_btrt false -write_tmcd false
to my ffmpeg commands to exclude some of those unneeded atoms, but occasionally I need to set the editlist option to true for the timestamps to come out right.
https://www.instagram.com/p/DQbqg8vEk0U