Author |
Message |
Topic: exec("ffmpeg ...") is not working!! |
ramadha
Replies: 2
Views: 19595
|
|
thanks for your reply, Roganty
i already used system() & passthru() but didn't work.
i think no problem with the code exec("ffmpeg -i source_file.wmv new_file.flv")
i think prob ... |
Topic: exec("ffmpeg ...") is not working!! |
ramadha
Replies: 2
Views: 19595
|
|
Hi every one,
my server have installed ffmpeg, and it's working fine on terminal( ffmpeg -i source_file.wmv myflash.flv)
problem is that it's not working through my php file
my code is;
<?php ... |
|