Why Nostr? What is Njump?
2025-06-11 17:10:11

Matthew on Nostr: I had a need to upload a video. A requirement was that the file size be 20MB or less. ...

I had a need to upload a video. A requirement was that the file size be 20MB or less.

The video I took was 50MB. I used this ffmpeg command to keep the same video content and duration, but reduce the file size to about 18MB. Perfect!

ffmpeg -i input.mp4 -c:v libx264 -crf 23 -preset medium -movflags +faststart -c:a aac -b:a 128k output.mp4

#ffmpeg #linux #video
Author Public Key
npub1hrjtmuryqz82hxzpvv5ulrcxxgrw42afax8n7d9cnnz0zrrq44tqpv3ft3