Welcome Guest, Not a member yet? Register   Sign In
ffmpeg wmv to flv?
#2

[eluser]eoinmcg[/eluser]
A shot in the dark but does your server have all the necessary codecs (i.e. for wmv) installed?

You can tell ffmpeg which codec to use
Code:
exec('ffmpeg -i '.$uploadfile.' -f flv -s 320x240 -vcodec wmv1 -acodec adpcm_ima_wav '.$new_flv.'');




Also try generating a log file to see any errors...
Code:
exec('ffmpeg -i '.$uploadfile.' -f flv -s 320x240 -pass 1 -passlogfile log-file '.$new_flv.'');



Hope this is of some help!


Messages In This Thread
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 01:13 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 02:04 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 02:19 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 02:46 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 02:58 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 03:09 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 03:31 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 03:55 AM
ffmpeg wmv to flv? - by El Forum - 07-15-2009, 04:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB