You are not logged in.

#1 2013-02-04 20:41:58

Rokixz
Member
From: Šiauliai, Lithuania
Registered: 2007-04-21
Posts: 251
Website

[Help] libvorbis multithread video convertion

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

Board footer

Powered by FluxBB