LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Convert AVI/MPG to SWF format, with a frontend (https://www.linuxquestions.org/questions/linux-software-2/convert-avi-mpg-to-swf-format-with-a-frontend-610126/)

frenchn00b 12-31-2007 07:31 AM

Convert AVI/MPG to SWF format, with a frontend
 
Hello,

Which software could do it (and present in the debian repos.) would do the trick ?

thanks for the info!

I found this info, but dont know if it works:
Quote:

Hi all,

To get a conversion happening with sound i needed to:

add the -V (video) switch in edit.py
$ edit.py -o out.mpg -V input.swf

and upgrade to latest flash player
$ sudo aptitude update && sudo aptitude install flashplugin-nonfree
(with edgy backports repo enabled)

also note that edit.py to mpeg requires PyMedia (http://pymedia.org/)
whereas SWF -> FLV -> AVI doesn't.

So much nicer than the nasty (and expensive) programs under windows
that just do a screen capture of a playing swf....

So here's all the links in one spot:
vnc2swf (edit.py): http://www.unixuser.org/~euske/vnc2swf/
PyMedia (Python MPEG): http://pymedia.org/
Flash9 Install Howto: http://www.psychocats.net/ubuntu/flash

hellork 01-01-2008 07:00 PM

ffmpeg will do it. Your "frontend" is the ever-popular terminal.

ffmpeg -i blag.avi blag.flv


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