Results 1 to 3 of 3

Thread: What's the best way to encode video in WebM format using Ubuntu?

  1. #1
    Join Date
    Jul 2007
    Location
    New York City
    Beans
    265
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    What's the best way to encode video in WebM format using Ubuntu?

    What's the best way to encode video in WebM format using Ubuntu?

  2. #2
    Join Date
    Nov 2005
    Location
    Kansas City
    Beans
    61
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What's the best way to encode video in WebM format using Ubuntu?

    If I read correctly on thei WebM project page then if you have FFmpeg revision #23165 installed then you can grab the patches available at the downloads page (link below) which will allow you to encode VP8 using FFmpeg. If you don't have FFmpeg then just get it from their SVN.

    Code:
    svn checkout -r 23165 svn://svn.ffmpeg.org/ffmpeg/ ffmpeg
    http://code.google.com/p/webm/downloads/list

  3. #3
    Join Date
    Sep 2006
    Beans
    3,713

    Re: What's the best way to encode video in WebM format using Ubuntu?

    Here's a good tutorial on the subject: VP8, WebM, and FFmpeg. Unfortunately, the libvpx install target doesn't work as expected, so you may have to manually install the headers and libs as shown in the tutorial. Maybe a good package wrangler knows of a better method?

    Those using 64-bit installs may want to use --target=x86_64-linux-gcc instead.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •