Replies: 1 comment 1 reply
-
|
判断文件大小差距的算法是什么?怎样视为差异很大呢,这个功能暂且不考虑 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
功能描述
执行
dump -d -r .会无差别的将所有文件转换,即使上次已经转换过。提供一个开关可以跳过已存在的文件,同时如果文件体积差异很大则视为不存在(避免音质升级后依然保留低音质)功能示例
dump -d -r . --skip-exist --skip-equals将会:
Beta Was this translation helpful? Give feedback.
All reactions