Skip to main content

Basic template of a python repository

Project description

Skelly Synchronize

This package synchronizes a set of videos of the same event by cross-correlating their audio files. The videos will be synchronized so that they all start at the earliest shared time, and end at the latest shared time.

Install and Run

Skelly_synchronize can be installed through pip by running pip install skelly_synchronize in your terminal. Once it has installed, it can be run with the command python -m skelly_synchronize. While running, the GUI window may appear frozen, but the terminal should show the progress. Large videos may take a significant amount of time.

Skelly_synchronize currently depends on FFmpeg, a command line tool that handles the video files. If you do not have FFmpeg downloaded, you will need to install it separately. You can download FFmpeg here: https://ffmpeg.org/download.html

Skelly_synchronize_gui_window

Video Requirements

The following requirements must be met for the script to function:

  1. Videos must have audio
  2. Videos must be in the same file format (default is ".mp4")
  3. Videos must have the exact same framerate (frames per second). There are often slight differences between brands/models of camera that lead to one camera's "60 fps" being different from another's. If your frame rates do not match, an error will be thrown.
  4. Videos must have the same audio sample rate. Most cameras record either 44100 or 48000 Hz, so there are not as much variation in audio sample rates as there are in video framerates.
  5. All videos in folder must have overlapping audio from the same real world event

Downsampling

If you video frame rates or audio sample rates do not match, it is possible to downsample them in a separate tool like VLC to have matching frame rates and sample rates. This must be done before trying to synchronize the videos using skelly_synchronize.

How to run from source

First clone this repository and pip install the requirements.txt file.

Synchronize your videos by setting the path to your folder of raw videos and the file types of your videos into skelly_synchronize.py, lines 343-344, then run the file.

skelly_synchronize_main_function

The terminal output while running should look like this:

TerminalOutput

A SyncedVideos folder will be created in the session folder and filled with the synchronized video files. The session folder will also have an AudioFiles folder containing audio files of the raw videos, which are used in processing.

FileStructureAfterRunning

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skelly_synchronize-2023.7.1023.tar.gz (31.3 kB view details)

Uploaded Source

Built Distribution

skelly_synchronize-2023.7.1023-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file skelly_synchronize-2023.7.1023.tar.gz.

File metadata

File hashes

Hashes for skelly_synchronize-2023.7.1023.tar.gz
Algorithm Hash digest
SHA256 bbc9877bb5e9c7fd5a3730d0503effc3f6fa46fb5c819dcd33cd466a502b9b99
MD5 76fbfc127a2ac8d8e8356cba58f74fe6
BLAKE2b-256 000e15a9b72a3382f77989d488c612327dc49dd23e4d18d4f9a16153fd4ee121

See more details on using hashes here.

File details

Details for the file skelly_synchronize-2023.7.1023-py3-none-any.whl.

File metadata

File hashes

Hashes for skelly_synchronize-2023.7.1023-py3-none-any.whl
Algorithm Hash digest
SHA256 e903ccf3d5e8b7de5413e3f8de8f468dab202e5a3297cecd6ca1f56f1254841d
MD5 ae2757e9e267e9cc3abf2744da19e126
BLAKE2b-256 c9dc7da4379961490d9a62ad8caa82246eb2f0cd1f54de9ee05eb0d3fd74a3f2

See more details on using hashes here.

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