LibAVWrapper is a small wrapper for the ffmpeg encoder. You can append Codec, Filters and other ParameterStores to the AVConv class and then run the resulting command.
>>> from libavwrapper import AVConv , Input, Output, VideoCodec, VideoFilter
>>> codec = VideoCodec('webm')
>>> input_video = Input('old')
>>> output_video = Output('new', videofilter, codec)
>>> AVConv('avconv', input_video, output_video)
<AVConv ['avconv', '-i', 'old', '-vcodec', 'webm', 'new']>
Release files for pypi-libavwrapper 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypi-libavwrapper-0.0.1.tar.gz | 5.5 kB | Details |
Release files / pypi-libavwrapper-0.0.1.tar.gz
| Download URL | pypi-libavwrapper-0.0.1.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
986c00a1b43b2cffd3cd9f0ed756d6d722c83f8992cff5652d2bb1d91c02de93
|
|
BLAKE2b-256 checksum How to use checksums |
07971e66e733db95e0b85f5cdfd3add053671fcdd9a12d96824fa780644d24ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |