v1.0b3
Pre-release
Pre-release
-
Introduce builtin retry (number of times can be controlled via
-r, --retries
option); -
Introduce
--workroot <path>
for specifying an alternative virtual filesystem root for all processing, from downloads to final merging. Use cases: destination on a slow HDD (where all the intermediate FFmpeg reads and writes take very long, or even downloads cannot saturate bandwidth due to disk bottleneck), with workroot on a fast SSD; destination on a networked drive, with workroot on a local drive; etc.