N
N
nifigasebe2011-03-18 12:10:47
Video
nifigasebe, 2011-03-18 12:10:47

Processing media content on the server. But not everything is so simple..

The main need is to convert (on the server) swf files into mpg, mpeg-1, mp4 video files (for playing on a computer (Windows XP Windows 7, MAC OS), Iphone and Android).

Today the project is running on a server with Windows Server 2008 Standard edition, PHP5 (Kohana Framework).
The input is a dynamically generated SWF file (with a resolution of 640x360), consisting of a video stream and dynamically loaded data (images). That is, before starting the conversion to swf, parameters (image url) are passed through flashVars that need to be loaded and added to the swf.

Next, the swf file is converted to a video format (mpg (mpeg-1), mp4 with a resolution of 640x360. This video file must be completely identical to the SWF file during playback (all elements displayed in the SWF file must be displayed), including sound.

On

Moyea swf to video SDK software (http://www.flash-video-mx.com/swf-to-video-sdk/) is currently used, but we are not sure about the correct choice of this software (Windows server). this task on LINUX and find an alternative to Moyea swf to video SDK.

Does anyone know what to do in this situation? Is there ready-made software? Write your own? Or combinations?

Thanks in advance for any advice!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
YourChief, 2011-03-18
@YourChief

I think you can convert everything with mencoder. Post some swf for example

A
admin4eg, 2011-03-18
@admin4eg

Maybe it will be useful
www.unixuser.org/ ~euske/vnc2swf/
www.unixuser.org/ ~euske/vnc2swf/pyvnc2swf.html#edit
I myself use ffmpeg to convert anything different to flv, I think it can also do it like mencoder
for example something like this ffmpeg -i nameofswf.swf output.mpg

S
savant, 2011-03-18
@savant

FFMpeg for conversion, and everything else on Linux already works

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question