STAMMER: Difference between revisions
Jump to navigation
Jump to search
added example |
mNo edit summary |
||
| Line 3: | Line 3: | ||
https://github.com/ArdenButterfield/stammer | https://github.com/ArdenButterfield/stammer | ||
STAMMER is a Python Script that [[Scrambling|scrambles]] video frames to line up with a given sound file. | STAMMER is a Python Script that [[Scrambling|scrambles]] video frames to line up with a given sound file. The program was originally designed as a way to remix clips of "Steamed Hams", however it has uses for practically any video/audio file. | ||
=Examples= | |||
1:18: | |||
<youtube>qL3r_a9E7o8</youtube> | <youtube>qL3r_a9E7o8</youtube> | ||
=Usage= | =Usage= | ||
See the | See the GitHub page for basic usage, but it summarizes down to: | ||
# Make sure you have a version of Python installed that is compatible. | # Make sure you have a version of Python installed that is compatible. | ||
# Set up the input file and source for that file to "stammer" | # Set up the input file and source for that file to "stammer" | ||
# Run the program | # Run the program | ||
# Check the output to see what it did! | # Check the output to see what it did! | ||
Revision as of 15:05, 6 March 2025
https://github.com/ArdenButterfield/stammer
STAMMER is a Python Script that scrambles video frames to line up with a given sound file. The program was originally designed as a way to remix clips of "Steamed Hams", however it has uses for practically any video/audio file.
Examples
1:18:
Usage
See the GitHub page for basic usage, but it summarizes down to:
- Make sure you have a version of Python installed that is compatible.
- Set up the input file and source for that file to "stammer"
- Run the program
- Check the output to see what it did!