允许递归地将flac文件的目录/播放列表转换为ogg的脚本。

tree2ogg的Python项目详细描述


允许递归地转换flac文件的目录/播放列表的脚本。 给奥格。

在目标目录中遇到现有文件时,^ {TT1}$ 如果目标的修改时间比 来源。这可以通过使用--force--skip标志来更改。

安装

要安装tree2ogg,请使用pip:

pip install tree2ogg

您还可以从github安装最新的开发版本:

pip install git+https://github.com/guyru/tree2ogg.git#egg=tree2ogg

概要

usage: tree2ogg [-h] [-j JOBS] [--force | --skip] [-v] [--version]
                src dst_dir ...

Convert a directory tree of FLAC files to Ogg.

positional arguments:
  src                   source directory/playlist
  dst_dir               destination directory
  oggenc_args           additional arguments to pass to oggenc

optional arguments:
  -h, --help            show this help message and exit
  -j JOBS, --jobs JOBS  number of simultaneous encoding process to spawn
  --force               force overwrite existing files
  --skip                always skip existing files
  -v, --verbose         increase output verbosity
  --version             show program's version number and exit

学分

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么加载个人密钥库需要这么多时间?   当我使用main创建Android应用程序UI时,如何通过java修改它。xml文件?   java Tomcat 6和7:WebappClassLoader:尝试为名称org/apache/openjpa/persistence/osgi/BundleUtils复制类定义   java`parseInt()`和`parseDouble()`throw`NumberFormatExeption`   JavaSpringMongoDB填充引用   在LinuxMint中打开Eclipse时发生java错误;OpenJDK 64位服务器VM警告:忽略选项MaxPermSize=512m;支持在8.0中被删除   使用PKCS7Padding的AES CBC加密在Java和Objective中有不同的结果   java为什么Jackson要用一个以类命名的额外层来包装我的对象?   json在Java中使用parallelStream提取值   JavaSpring存储库自动生成方法:按给定的顶部编号+按字段描述排序选择   java是否有可序列化的标准闭包接口?   .NET与Java在初创公司的web应用程序开发   如何修复java。java中的lang.unsatifiedLinkError   JavaFX+Spring Boot+Hibernate应用程序对多个环境的java支持   自定义视图组中的java更改未呈现