Jump to content

converting a wmv file


kishanforum

Recommended Posts

HI every one

i ahve the following issue

 

My ffmpeg was located at /usr/local/bin

And i am executing the following cmnd through my application

 

exec("ffmpeg -i  $src  -ar 22050 -ab 32 -f flv    -s 320x240 -y $dest.flv");

 

It works quite  fine for all other types of files

 

where as for wmv files its creating a flv file of size 0 .

 

where as when iam executing the same cmnd through command line in my lynux shell its creating the flv with some size

 

what can be the problem is the problem with my ffmpeg settings or my application

Link to comment
https://forums.phpfreaks.com/topic/90805-converting-a-wmv-file/
Share on other sites

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.