Skip to content

v1.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@zmwangx zmwangx released this 03 Nov 23:40
· 52 commits to master since this release
v1.0b3
f4d22e3
  • 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.