LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   want to convert 3gpp file to flash (https://www.linuxquestions.org/questions/linux-general-1/want-to-convert-3gpp-file-to-flash-438696/)

Gogul 04-25-2006 11:32 AM

want to convert 3gpp file to flash
 
I've been spending the last couple of days on google to see if I can find an application to convert 3gpp to flash.

so far it's been difficult to find one that would let you do it for free, though if anyone knows where I can download an application to do this then I'd really appreciate it.

Any of the 3 main platforms will be useful (i.e.: linux, mac, windows)

thanks for reading

nx5000 04-25-2006 11:47 AM

A mix of this
http://kde-apps.org/content/show.php?content=35274
(or ffmpeg if you want to script it)
followed by this
http://www.swftools.org/avi2swf.html

Code:

ffmpeg <a whole lot of options> file.3gp -o file.avi && avi2svf file.avi -o file.svf
I have the list of options for ffmpeg for 3gp but I won't access them before next week because on another computer


edit: oops error, the kde thing seems to generate 3gp. So you have to use ffmpeg for the first pass.

Gogul 04-25-2006 02:42 PM

thanks for that I'll give it a try :)

um hopefully not too complicated for me to handle lol


All times are GMT -5. The time now is 10:45 AM.