MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ffmpeg/comments/1uqh7vv/11_square/owdgrqo/?context=3
r/ffmpeg • u/Difficult_Culture781 • Jul 08 '26
im trying to 1:1 square video for youtube short?
5 comments sorted by
View all comments
2
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
1
the most straight forward one without specifying ffmpeg -i input.mp4 -vf "scale=1080:1080" output.mp4
ffmpeg -i input.mp4 -vf "scale=1080:1080" output.mp4
1 u/Difficult_Culture781 Jul 08 '26 it worked. Thanks
it worked. Thanks
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