AudioVideoRecorder generates AV-Recordings along with ffmpeg
Project description
# AVrecordeR Audio and video recording using Python
branched from https://github.com/JRodrigoF/AVrecordeR
You can use it like this:
import time from AVrecordeR import start_AVrecording, stop_AVrecording, file_manager start_AVrecording(“MyAVRecording”) time.sleep(5) stop_AVrecording(“MyAVRecording”) file_manager(“MyAVRecording”)
which will create a AV-Recording named “MyAVRecording.avi” in the same directory as your script is in.
for your convenience a setup file is provided.
GNU General Public License v2.0
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
AVrecordeR-1.0.zip
(3.2 kB
view details)
File details
Details for the file AVrecordeR-1.0.zip
.
File metadata
- Download URL: AVrecordeR-1.0.zip
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45d6c381f065e7a020f1f7601c0e4afa9d4b5cf4ef8f1cf38f1d259eb4899c12 |
|
MD5 | e3aa003f22182c72cc1dca9949c46236 |
|
BLAKE2b-256 | 37d9e131187d03282482cf001bc6d9274493d64efeb056ca3181f895353615aa |