Skip to main content

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

pypi-libavwrapper-0.0.1.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file pypi-libavwrapper-0.0.1.tar.gz.

File metadata

File hashes

Hashes for pypi-libavwrapper-0.0.1.tar.gz
Algorithm Hash digest
SHA256 986c00a1b43b2cffd3cd9f0ed756d6d722c83f8992cff5652d2bb1d91c02de93
MD5 919aa0094517e6c665c3b827d31c0bad
BLAKE2b-256 07971e66e733db95e0b85f5cdfd3add053671fcdd9a12d96824fa780644d24ae

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1-dev

This release

0.0.1 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page