I've been converting videos to the correct format using FFMPEG for months, but one of the videos is giving me this error adn I don't know what it means.
error: ActiveRecord::RecordInvalid - Validation failed: video is anamorphic (SAR is 40:33)
I have been using the following line:
"D:\FFMPEG\ffmpeg-7.1.1-full_build\ffmpeg-7.1.1-full_build\bin\ffmpeg.exe" -i "unconverted video.mp4" -c:v libsvtav1 -preset 0 -svtav1-params tune=0 -g 150 -pix_fmt yuv420p -crf 14 -an -movflags +faststart "converted video.mp4"
Of course replacing "unconverted video" and "converted video" with the path as needed. This has been working just fine for ages, up until this video here https://www.furaffinity.net/view/60211721/ I have been uploading all the animations from this artist from oldest to newest posts. I would appreciate it if anyone could help me fix this issue.
I am doing this, and have been doing this on a Windows 11 computer.
Updated