[FFmpeg-user] Vorbis codec

Michael Bradshaw mbradshaw at sorensonmedia.com
Wed Jul 11 02:12:48 CEST 2012


On Tue, Jul 10, 2012 at 6:53 AM, asha <asha_puranik at persistent.co.in> wrote:
> Hi
> I have upgraded ffmpeg from to 0.6

>From what version?

> M trying to convert video into webm,M getting error that is
>
> [root at CWMNode-A tmp]# ffmpeg -i 113.avi -vcodec libvpx  -b 500k -qmin 10
> -qmax 42 -maxrate 500k -bufsize 1000k -threads 4  -acodec vorbis   -ab 128k
> -f webm  output.webm
> FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers

You're using version 0.6.1. That's really old. You should really
upgrade to current git head.

--Michael


More information about the ffmpeg-user mailing list