A
A
Andrey Galko2015-03-22 15:09:07
Video
Andrey Galko, 2015-03-22 15:09:07

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”

It gives me an error -vcodec: No such file or directory
As far as I understand, it does not find the codec. What to do? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Zhilko, 2015-03-22
@Kangreon

ffmpeg -i "video.mp4" -vcodec libx264 -vpre slow -crf 22 "new_file_name.mp4"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question