View Single Post
Old 17th September 2015, 18:13   #4765  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
The oneclick process is divided in two major parts: source preparation (extracting, indexing, ...) and encoding (audio/video, muxing). New jobs for new files are created at the end of the first part. So it looks like;
- source preparation file 1
- jobs for encoding file 1 are created
- jobs for source preparation file 2 are created
- encoding file 1
- source preparation file 2
- ....

If the source preparation part fails it stops. This is the intended behavior as the indexing job does not know which files need to be processed lateron. Only possible change would be to create all "source preparation" steps of a folder at once but then all source files will be extracted first (which may be a problem for the storage space) and then all files are encoded (therefore the first file will be ready later). I may add an option to select these second work order but it will not be the default one.
Zathor is offline   Reply With Quote