🌱 Convert Anamorphic Footage With Ffmpeg

ffmpeg -I IMG_7502.MOV -vf "scale=iw*sar:ih,setsar=1.33" test.mov

Make sure export exists one dir up

for i in *.mov; do ffmpeg -i "$i"  -vf "scale=iw*sar:ih,setsar=1.33" "../export/${i%.*}.mov"; done
Made by Brandon . If you find this project useful you can donate.