petrkotek / chromecastize

Bash script to convert video files into Google Chromecast supported format.
MIT License
178 stars 34 forks source link

Multi thread options #21

Closed alaintxu closed 7 years ago

alaintxu commented 9 years ago

I'm not sure if your app is using multithread. Avconv/ffmpeg have -threads auto option or even specifying the amount of threads to use -threads 2. You can add these options to the app in order to get shorter codification times.

cstich commented 8 years ago

The script is using multithreading (at least in my case)

pfrenssen commented 7 years ago

The -threads auto option is the default. It depends though on the codecs that are being used. If you see that not all your threads are being used this probably means that the codec doesn't support more threads.