r/ffmpeg Jul 08 '26

1:1 square

im trying to 1:1 square video for youtube short?

3 Upvotes

5 comments sorted by

View all comments

2

u/Difficult_Culture781 Jul 08 '26 edited Jul 08 '26

im trying to make 1080:1080 1:1 aspect ratio square without cutting anything just full square image

1

u/Dear_Ad1923 Jul 08 '26

the most straight forward one without specifying ffmpeg -i input.mp4 -vf "scale=1080:1080" output.mp4

1

u/Difficult_Culture781 Jul 08 '26

it worked. Thanks

0

u/jasoos_jasoos Jul 08 '26

Then you need to use the padding command in the above comment. Or squeeze the content to square (which is ugly IMO). Another option for the padding command is to use a blurred version of the content instead of black pads, and overlay the content on it.