When used together with auto-editor will make something like <a href="https://youtu.be/ouUkyeA0Ls8?si=ddCcf7M5BU6nP77C" rel="nofollow">https://youtu.be/ouUkyeA0Ls8?si=ddCcf7M5BU6nP77C</a><p>auto-editor command: auto-editor file.mp4 --video-codec h264 --margin 0.05s,0.05s<p>My understanding is auto-editor doesn't add key frames, so the output is un-seekable, so run it through ffmpeg...<p>ffmpeg -i file.mp4 -c:v libx264 -c:a aac file.mp4_reencoded.mp4