一组python脚本,用于编写dvd和/或dvd菜单,很少或没有用户交互。

izdvd的Python项目详细描述


说明

izdvd是一组用于制作dvd和/或dvd菜单的python脚本 很少或没有用户交互。

包括三个脚本:

izdvd

Outputs an authored DVD with a simple menu made from images (thumbnails, posters, etc) corresponding to each video laid out in a grid.

Input can be given as video files or directories containing video files. If you have image with filenames similar to the videos, or videos in separate folders with images named like “folder.jpg”, “poster.png”, etc, then it will find the images to use for the menu automatically. Subtitles can be searched for and added to the DVD in the same way if desired.

Optionally, labels can be placed under each menu image. These can be inferred automatically from the video, directory or image name, or they can be explicitly specified on the command line.

izdvdmenu
Outputs a DVD menu (a set of video and xml files that can be used to create a DVD with dvdauthor)
izdvdbg
Outputs a set of image and xml files that can be used to create a DVD menu with spumux (part of the dvdauthor package)

要求

  • Linux
  • python 3.x
  • python lxml
  • ffmpeg
  • ImageMagick
  • DVD作者
  • MJPEG工具
  • 媒体信息
  • 工具名
  • MPlayer(可选;用于预览视频/菜单)

许可证

  • 版权所有(C)2013 William Adams
  • 根据修改后的BSD许可证条款分发。
  • 完整许可证位于文件许可证中,随此软件分发。

安装

来自PYPI:

pip install izdvd

或从以下网址下载:

https://github.com/izzilly/izdvd/archive/master.zip

然后解包并运行:

python setup.py

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

推荐PyPI第三方库


热门话题
gwt java。lang.UnsupportedClassVersionError:不受支持的专业。小版本51.0   java XML解析器trycatch不工作   java Jackson MRBean不工作,无法构造实例   javascript是检查参数的更好方法吗?   java在发生冲突时从ArrayList中删除对象   JavaSpringWebFlux和KeyClope JWTRESTAPI   java Selected选项在微调器中不可见   java在增加分区后,有没有办法在ApacheKafka中保持顺序?   java添加SourceRoot会导致spring启动应用程序出错   java Spring引导:任何bean都没有实现ReactiveCrudepository   java无法注册我的自定义AbstractAnnotationConfigDispatcherServletInitializer   TCP连接上的java Caesar密码   java树集排序不正确   java如何在自定义查询中加载@ElementCollection?