Tech News
← Back to articles

Show HN: FFmpeg Pages – because I was tired of fighting FFmpeg every time

read original related products more articles

You can compress video using: ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4

How to cut a video without re-encoding?