Also..... for the record..... regarding this read/write thing pandlouk has brought up..... common sense dictates that processing..... any processing..... should be accomplished requiring the least amount of read/write instructions no matter where the destination of said read/write instructions are to be performed.....
weavermovies
Common sense also dictates that to download a video of
10 GB you should not need to have at least
51 GB free space!!
One would expect that:
1st) before issuing a concatanate command for the decrypted files
a delete command of the now useless "*.tmp" files would be issued
e.g.
del "C:\Users\[username]\Documents\DVDFab\StreamFab\Temp\outputTemp\*.tmp" /s /f /q
and
2nd) before issuing an ffmpeg remuxing command
another delete conmand of the, in this step useless, ".dec" files would occur
e.g.
del "C:\Users\[username]\Documents\DVDFab\StreamFab\Temp\outputTemp\*.dec" /s /f /q
at least then you'd only need 31 GB free space in order to download the file...