Convert *.mov to *.gif
Project description
pymov2gif
Convert *.mov
to *.gif
:
Web Interface
Python Interface
To integrate the functionality in your project, just import the convert
function:
from pymov2gif import convert
convert(file, resolution='800x600', framerate=10, output_file=None)
- file (str): Input movie file in *.mov format
- resolution (str): Resolution of the output *.gif file - default: 800x600
- framerate (int): Framerate of the output *.gif file - default: 10
- output_file (str/None): Filename of the output *.gif file - optional
Comand Line Interface
Quickly convert your *.mov files to the *.gif format on the command line:
pymov2gif test.mov --resolution=800x600 --framerate=10 --output_filename=test.gif
test.mov
: Input movie file in *.mov format--resolution
: Resolution of the output *.gif file - default: 800x600--framerate
: Framerate of the output *.gif file - default: 10--output_filename
: Filename of the output *.gif file - optional
Installation
Both the python interface and the command line interface require pymov2gif
to be installed via pip
:
pip install pymov2gif
Alternatively, pymov2gif
can be installed using conda-forge:
conda -c conda-forge pymov2gif
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymov2gif-0.0.2.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file pymov2gif-0.0.2.tar.gz
.
File metadata
- Download URL: pymov2gif-0.0.2.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e483534a0ead72e7be5a8526a1295d0bc68fc9d799a0a8fefe472fd6a295346 |
|
MD5 | 4f61f6108955cee0d45cf469ef51f105 |
|
BLAKE2b-256 | 0f43c0e8e95843dca956d444e4a8a6a0eff6c0d2b89b9ffc16d3944358b67fe9 |
File details
Details for the file pymov2gif-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pymov2gif-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f32e933fbb3d4f94a472fc147688d080cc1b6c21c2d8c834858376246b4cff1b |
|
MD5 | 206f77a9ea8a302c29f804283f06f570 |
|
BLAKE2b-256 | 92d55197155f509bf7dbb587dfe84b3a2824c6032d0af6af13893808f8e130e4 |