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
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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.