Converting 3gp video to flv?

Converting 3gp video to flv?

Posted by: mgendron
Posted on: 2009-05-12 14:33:00

Good morning.

I need to convert some 3gp videos (from my Motorola phone) to flv to display on my Dreamhost web page. How can I do this? The flash converter does not recognize the 3gp format. I tried using FFMPEG from the command line, but it appears to not recognize the input audio stream (which seems odd since FFMPEG on /genki appears to have been compiled with AMR support. I believe that is all that is needed.)

Thanks!
-Mark


Re: Converting 3gp video to flv?

Posted by: sXi
Posted on: 2009-05-12 21:20:00

You can check available codecs with:

<?php
$output = shell_exec("ffmpeg -formats");
echo "<pre>";
print_r($output);
echo "</pre>";
?>




How To Install PHP.INI / ionCube on DreamHost

Tags: ffmpegweb page