You are not logged in.
Hello,
I'm looking for kind of tool to convert ogv videos in faster way (convert with multiple processor cores). As I tried available apps - all of them acting similar way - working on on core and taking ages to convert 100MB. As I red a bunch of forums I found that there are some patched apps to do this but maybe some fellows archers have found the better way?
The command I'm converting videos (converts multiple videos at time):
find *.avi | while read i; do ffmpeg -i -threads 2 "$i" -acodec libvorbis -ac 2 -ab 128k -ar 44100 -b 768k -s 640x480 converted/"$i".ogg ; done
But seems that option -threads not working with this codec. Thanks for any help.
http://ispconfig.lt - ISPConfig 3 based hosting. Coming Soon!
Offline