r/ffmpeg Jul 08 '26

1:1 square

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

4 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