Skip to main content
GameDev.net gamedev.net
🔒 Locked

[web] Video to flash convertors

Started by Sander Sep 4, 2006 at 11:44 AM 4 replies 2.8k views
Original Post
Sander
Sander
I am looking for an application that can convert various video formats to flash video's as seen on Google Video or YouTube for example (preferably with adding the nice playback controls as well). Must be flash 7 or earlier as I run Linux (which doesn't have Flash 8 yet). Does anyone know of such an application? One that can run stand-alone on Linux, powered by a script is preferred, but UI powered Windows payware applications are welcome too. I'm just trying to find out what's out there.
Wan
Wan
I know a co-worker of mine has used FFmpeg for this, and the results are pretty good (at least on a Windows server).
You can look here for a brief explanation.
Sander
Sander
That looks very interesting. I'd have to move out the drupal specific stuff of that, but it looks like the entire toolchain can work fine on a linux box.
Rob Loach
Rob Loach
Yup, FFmpeg is the way to go. If you get the right command line arguments, you're set to convert pretty much any video format. The great thing about it is that you can setup a batch file to convert your standard AVI video to all the video formats you need.
Rob Loach [Website] [Projects] [
Sander
Sander
I'm actually going to hook it to an upload form so a user can upload any format he wants and then view it on the website in Flash 7. User in this context not being Joe Random like Google Video or YouTube, but a CMS admin that wants to embed video in his pages like he can with images.
Sander
Sander
It took a recompile of ffmpeg to get mp3 support, but now I actually got the basic toolchain working. I just created my first flash video :-)

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.