Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawngee/slitscan
Command line tool to generate slit scan videos from a video source.
https://github.com/jawngee/slitscan
Last synced: 19 days ago
JSON representation
Command line tool to generate slit scan videos from a video source.
- Host: GitHub
- URL: https://github.com/jawngee/slitscan
- Owner: jawngee
- Created: 2010-08-09T17:27:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-09T17:36:16.000Z (over 14 years ago)
- Last Synced: 2025-01-19T22:13:49.934Z (23 days ago)
- Language: Objective-C
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BSD Licensed.
This is a command line tool to generate slit scan videos from a video source. It will generate a series of PNG files.
Usage:
SlitScan -input -output -prefix filename- -start 0 -end 0 -distance 1 -offset 0
All of the options are required:
input - The complete path to the video file.
output - The path to where you want the series of PNG files generated
prefix - The file name prefix for the generated files
start - The frame to start at
end - The frame to end at, 0 to process all frames
distance - The width of the slit in pixels
offset - The offset into the video frame where the slit is centered, 0=left, 0.5=center 1=rightNote: Must be compiled 32-bit since it uses some low level Quicktime shit that's not available in 64-bit.