Skip to main content

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

This version

1.0

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page