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']>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pypi-libavwrapper-0.0.1.tar.gz.
File metadata
- Download URL: pypi-libavwrapper-0.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
986c00a1b43b2cffd3cd9f0ed756d6d722c83f8992cff5652d2bb1d91c02de93
|
|
| MD5 |
919aa0094517e6c665c3b827d31c0bad
|
|
| BLAKE2b-256 |
07971e66e733db95e0b85f5cdfd3add053671fcdd9a12d96824fa780644d24ae
|