💾 Archived View for ebc.li › wiki › ffmpeg-incantations.gmi captured on 2021-11-30 at 20:18:30. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
2021-05-17
This page will be an ever-updating list of FFMPEG incantations I used to do, well, anything involving FFMPEG.
If you have any improvements to these, please let me know.
ffmpeg -i input.mp4 -vf "scale=iw/3:ih/3,fps=fps=30" output.mp4
ffmpeg -i input.mp4 -vf "scale=iw/3:ih/3,fps=fps=30" -c:v libx265 -vtag hvc1 output.mp4
ffmpeg -i input.mp4 -c:v libx265 -vtag hvc1 output.mp4
Last updated: 2021-05-17
🐺 · CC BY-SA 4.0 · me@ecmelberk.com