Converting videos with Mencoder and Flvtool2

Discussion in 'PHP' started by Nerve, Dec 1, 2007.

  1. #1
    Can anyone help me converting videos with Mencoder and FlvTool2? I tried it with ffmpeg, but the video quality is very poor and pixelated. I would be willing to hire someone to code me the script as well.
     
    Nerve, Dec 1, 2007 IP
  2. Kwaku

    Kwaku Well-Known Member

    Messages:
    1,217
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    140
    #2
    On picturepush.com we use;

    `ffmpeg -i "$src" -f flv -ar 44100 -ab 32 -b 512000 -s 320x240 -aspect 4:3 "$dest"`;

    which seems to be fine actually. We used mencoder before but it had less features and was less flexible.
     
    Kwaku, Dec 1, 2007 IP
  3. Nerve

    Nerve Peon

    Messages:
    467
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks soo much!
     
    Nerve, Dec 2, 2007 IP