You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
I have included full stderr/stdout output from ffmpeg
The text was updated successfully, but these errors were encountered:
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
The input is a 16:9 video, it should output a 1:1 video.
Observed results
Output is still 16:9. I checked the actual command run with htop, it's simply
ffmpeg -i input.mp4 -y output.mp4
I tested
-aspect
flag manually and it works fine when I useffmpeg
command directly.Checklist
The text was updated successfully, but these errors were encountered: