DanielPhoton / xld

Automatically exported from code.google.com/p/xld
0 stars 0 forks source link

Use seperate thread for file copy and transcoding #281

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When transcoding and copying files to iTunes, the file copy blocks the 
transcoding of the next file. Since these are mainly using two different 
computer resources (disk/cpu) splitting them into different threads should 
allow the entire operation to complete more quickly because transcoding can 
continue while the previous file copies on the disk.

Original issue reported on code.google.com by chris.ru...@gmail.com on 5 Oct 2014 at 7:40