Jump to content

[SOLVED] .wmv to .flv/.swf by PHP


DanDaBeginner

Recommended Posts

hello guys..need your help...I have a project that somehow a replica of youtube..

 

now my problem is user can upload a .wmv file and it needs to be converted to

 

.flv or .swf to be able to play with my flash player (just like in youtube)...

 

do you know some software that does this? (preferably a free). and can execute by PHP..

 

something like imagemagick, because it can be run in PHP. i.e. system(imagemagick code)...

 

any help would be greatly appreciated...

 

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/70152-solved-wmv-to-flvswf-by-php/
Share on other sites

exec("theconvert.exe -f -height=300 -width=500 -format=swf -file=uploaded.wmv")

 

of course those values will be dynamic variables, thats not a real program, thats just an example of how some programs function from command line and use flags to pass information to it

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.