-
using libx264 codec
I’ve been trying to use the libx264 codec but I continue to get the error ‘unknown encoder ‘libx264’.
I’m beginning to think there is something wrong with my ffmpeg installation or that the libx264 presets are not in the correct folder. Currently my libx264 presets are installed in the same folder as ffpmeg, config.mak, configure, ffprobe and the rest. I copied them from the presets folder into the root ffmpeg folder as per instructions that I read.
Where should the presets be located and how do I use them?
ffmpeg -i input.mov -vcodec libx264 -preset ultrafast -f mov output.mov
Pedro
Pedro