Metadata-Version: 1.1
Name: clapperboard
Version: 0.1
Summary: A command-line clapperboard
Home-page: https://github.com/sdeleon28/clapperboard
Author: Santiago de Leon
Author-email: sdeleon28@gmail.com
License: MIT
Download-URL: https://github.com/sdeleon28/clapperboard/tarball/0.1
Description: ************

        Clapperboard

        ************

        

        Want record yourself playing guitar with a camcorder while using the audio from

        your audio interface? No problem, we've got you covered!

        

        Clapperboard syncronizes your video an audio by using a clapperboard-like

        technique. If you don't know what I'm talking about, have a look at this post

        -> http://www.learningguitarnow.com/blog/recording/how-to-record-a-video-while-playing-over-a-backing-track/

        

        Instead of using a pricy UI based NLE, you can instead use this handy command

        line script to sync your video and audio tracks.

        

        Installation

        ============

        

        Clone this repo and run ``pip install clapperboard``.

        

        Usage

        =====

        

        Syntax::

        

          clapsync audio_filename video_filename video_start audio_start out_filename

        

        Example::

        

          clapsync guitar_solo.mp4 guitar_solo.wav 15.32 2.45 guitar_solo_sync.mp4

        
Keywords: movie clip video clapperboard editing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
