从视频和图像序列创建压缩gif

vid2gif的Python项目详细描述


Logo

VID2GIF

PyPI-StatusPyPI-Versions

Build-StatusCoverage-StatusBranch-Coverage-StatusCodacy-Grade

LICENCE

将一个视频或多个图像转换为优化的gif。

  • 适合文本,如控制台屏幕录制。
  • 需要gifsicleconvertffmpeg/avconv二进制文件。

Installation

Latest PyPI stable release

PyPI-Status

pip install vid2gif

Latest development release on github

GitHub-StatusGitHub-StarsGitHub-Forks

拉入并安装到当前目录:

pip install -e git+https://github.com/casperdcl/vid2gif.git@master#egg=vid2gif

Changelog

所有更改的列表可在Github的版本中找到: GitHub-Status或爬虫程序,如 allmychanges.com

Usage

vid2gif [–help | options] <outfile> <infile>…

Documentation

PyPI-VersionsREADME-Hits(自2016年5月19日起)

vid2gif --help
-h, --help     Print this help text and exit
-v, --version  Print version number and exit
-a=<a>, --avconv=<a>   FFMpeg executable in PATH [default: avconv]
-c=<c>, --convert=<c>  Conversion executable in PATH [default: convert]
-C=<C>, --cdepth=<C>   Colour conversion depth [default: 3]
-d=<d>, --dupdir=<d>   Directory to move duplicate input files into
                       [default: vid2gif_dup]
-D, --nodup    Don't move duplicates (ignores `dupdir`)
-g=<g>, --gifsicle=<g>
               gifsicle executable in PATH [default: gifsicle]
-i, --interactive      Pause and wait for the user to manually tweak images
                       after video -> image conversion
-l=<level>, --log=<level>
               Print various types of debugging information. Choices:
                       CRITICAL|FATAL
                       ERROR
                       WARN(ING)
                       [default: INFO]
                       DEBUG
                       NOTSET
-L, --log-trace        Print lots of debugging information (-D NOTSET)
-n, --just-print       Don't execute commands, just show them (dry-run, recon)
-T=<T>, --period=<T>   Frame period [default: 10]
-t=<t>, --tmpdir=<t>   Directory to use as scratch space
                       [default: vid2gif_tmp]

Contributions

所有源代码都托管在GitHub上。 欢迎捐款。

CONTRIBUTE 文件以获取更多信息。

LICENCE

开源(OSI批准):LICENCE

引文信息:DOI-URI

Authors

  • 卡斯珀达科斯塔路易斯酒店(Casperdcl)

README-Hits(自2016年11月2日起)

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

推荐PyPI第三方库


热门话题
使用freemarker(ftl模板)通过spring发送outlook电子邮件的java自定义表单   java Project Euler 17错误答案   java想澄清所有关于Android多屏幕尺寸支持的疑问吗?   如何使用Eclipse和Maven配置Java项目以连接到AmazonRDS   java如何在Java8中按流对映射对象按时间段求和?   我是Java新手,希望有人能帮我   java Spring boot,序列化和反序列化时Jackson Json问题   java扫雷器(不是算法,只是布局问题)   java找到一个字符[]的完全唯一排列吗?   java哪种CRC用于更改Desfire卡中的密钥   java如何修复越界索引错误?   java读取Excel数值单元格值   java如何正确构建“PUT方法”并执行“intern请求”?   java如何从XSD生成JAXB类?   java为什么要运行它?   Java,畸形异常   java Springsecurityldap:实例化InitialContextFactory com失败。太阳jndi。ldap。LDAPCTX工厂   解析Java无法读取文本文件   java在每个请求之前运行资源方法