Answer the question
In order to leave comments, you need to log in
Why find + FFmpeg work incorrectly?
There is a poppy on which I convert videos from mov, mkv and avi to .mp4.
find ~/Desktop/origin -name "*.mkv" -o -name "*.avi" -o -name "*.mov" -exec ffmpeg -loglevel warning -stats -i {} -pix_fmt yuv420p -vf scale=1280:720:flags=bicubic -f mp4 -c:v h264_videotoolbox -b:v 2100k -c:a aac -b:a 128k "{} | converted.mp4" \;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question