Answer the question
In order to leave comments, you need to log in
When encoding video through ffmpeg does not find the codec. What to do?
Trying to encode video with ffmpeg on ubuntu using command:
ffmpeg “video.mp4” -i -vcodec libx264 -vpre slow -crf 22 “new_file_name.mp4”
Answer the question
In order to leave comments, you need to log in
ffmpeg -i "video.mp4" -vcodec libx264 -vpre slow -crf 22 "new_file_name.mp4"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question