Metadata-Version: 1.0
Name: AVrecordeR
Version: 1.0
Summary: AudioVideoRecorder generates AV-Recordings along with ffmpeg
Home-page: https://github.com/bunkahle/AVrecordeR
Author: Andreas Bunkahle
Author-email: abunkahle@t-online.de
License: GPL 2.0
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
        
Platform: any
