openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

597
active users

#aspectratio

1 post1 participant0 posts today
Continued thread

@lisamelton So, this is my one-liner:

ffmpeg6 -i movie1.m4v -aspect 4:3 -vf 'scale=768:576:force_original_aspect_ratio=decrease,pad=768:576:(ow-iw)/2:(oh-ih)/2,setsar=1' -c:v hevc_videotoolbox -profile:v main -b:v 8M -c:a copy -tag:v hvc1 -f mp4 movie1-new.m4v

Does anything in this one-liner scream "he's doing it wrong!"? OR is anything here that I don't need?

TIA! #FFMPEG #scale #aspectratio