12-06-2008, 10:35 PM
|
#5 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
To convert the files what I did was constructed a command to run through FFMPEG. Which was:
Code:
ffmpeg -i "/home/adam/domains/File.avi" -s 430x256 -b 7000k -aspect 16:9 -ar 44100 -r 30 -ac 1 "File.flv"
You then exec() that and that begins the conversion from AVI to FLV.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|