On Nov 29, 2007 5:46 PM, Jon Pastore <[EMAIL PROTECTED]> wrote: > The server this is going to reside on doesn't have mplayer installed. > Locally on my Ubuntu it does play but not in mplayer. It runs in Totem > though. > > I'm ok with hard answers to =)
Ok, so let's go ;) Recently, transcode HEAD has got support for libavformat. This open the door to a bunch of new formats, including 3gp. This support is currently limited to video streams only (no audio) but this doesn't look a problem for this specific task. So, what you can try is to 1. download and install a ffmpeg SVN snapshot with all codecs and formats (of your interest) enabled 2. download and install a transcode CVS *HEAD* snapshot, rebuild against ffmpeg libraries installed in step above 3. try it It should work, at least with some additional patches that I'll like to provide (to properly recognize and autoprobe 3gp streams). Bests, -- Francesco Romani // Ikitt > > If I have to compile some libraries to make codec available just show me > where to download them. > > Thanks for the suggestion though! > > > > > -Jon Pastore > > > > > > > On Thu, 2007-11-29 at 16:10 +0000, Martin Guy wrote: > 2007/11/29, Jon Pastore <[EMAIL PROTECTED]>: > > Hello, I currently use transcode to rip still images from video to create > image galleries. I'd like to do something similar with 3gp files taken with > cell phones. What codecs to I have to install and how well does transcode > support this? I found a howto for converting 3gp to avi using ffmpeg. the > video looked like snow, or another 4 letter s word =)... > > If mplayer will play your 3gp files, then using -x mplayer is the lazy > way to do it... :) > > M > >