-
Webm Error
Hi,
I am trying to convert video files to the webm format. I am using
FFmpeg and have installed the libvpx library. I can confirm this when
I run the following:$ ./ffmpeg -formats 2> /dev/null | grep WebM
E webm WebM file format$ ./ffmpeg -codecs 2> /dev/null | grep libvpx
DEV libvpx libvpx VP8Which means I should be able to convert to webm? However when I run
“ffmpeg -i [input.mp4] [output.webm]”, I get the following error:“Encoder (codec id 146) not found for output stream #0.0”
Has anyone got any ideas?
Many Thanks,
Kit