Batch Encode Video Files into FLV like YouTube

Discussion in 'Server Operation' started by signature16, Dec 10, 2006.

  1. signature16

    signature16 New Member

    I am just curious, how does YouTube/google Video/ MySpace etc take a random avi video file and convert it into an FLV file?

    I know it is a complicated process, but could somebody break it down for me?
     
  2. edge

    edge Active Member Moderator

  3. bplgonzo

    bplgonzo New Member

    Edge, do you know of any tutorial that works? with proper support for sound? I have Debian Etch...
     
  4. edge

    edge Active Member Moderator

    I think (it's some time ago) that you need to configure ffmpeg with mp3lame
    Code:
    ./configure --enable-shared --enable-mp3lame
    make
    make install
    I did write some personal notes on how I did it, but can not find it anymore :/
     
    Last edited: Jun 19, 2007

Share This Page