[–] journal 1y ago ↗ When used together with auto-editor will make something like https://youtu.be/ouUkyeA0Ls8?si=ddCcf7M5BU6nP77Cauto-editor command: auto-editor file.mp4 --video-codec h264 --margin 0.05s,0.05sMy understanding is auto-editor doesn't add key frames, so the output is un-seekable, so run it through ffmpeg...ffmpeg -i file.mp4 -c:v libx264 -c:a aac file.mp4_reencoded.mp4
1 comment
[ 2.8 ms ] story [ 15.8 ms ] threadauto-editor command: auto-editor file.mp4 --video-codec h264 --margin 0.05s,0.05s
My understanding is auto-editor doesn't add key frames, so the output is un-seekable, so run it through ffmpeg...
ffmpeg -i file.mp4 -c:v libx264 -c:a aac file.mp4_reencoded.mp4