Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelloparev/slitcamera
Bash script to turn video file into slit photo
https://github.com/pavelloparev/slitcamera
avconv bash ffmpeg image-processing imagemagick slit-photo video-processing
Last synced: 22 days ago
JSON representation
Bash script to turn video file into slit photo
- Host: GitHub
- URL: https://github.com/pavelloparev/slitcamera
- Owner: PavelLoparev
- License: gpl-3.0
- Created: 2016-05-05T18:10:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T19:03:37.000Z (over 8 years ago)
- Last Synced: 2023-10-19T21:02:04.638Z (about 1 year ago)
- Topics: avconv, bash, ffmpeg, image-processing, imagemagick, slit-photo, video-processing
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SLITCAMERA
Script to turn video into slit photo.
Requirements: ffmpeg or avconv and imagemagick.Usage:
-i, --input
Input video file name.
Required parameter.-o, --output
Output video file name.
Optional parameter.
Default value: "slit-photo.png".-s, --slit-shift
Slit shift in pixels by X-axis.
Optional parameter.
Default value: 0.-h, --help
Show help information.
Optional parameter.Example:
./slitcamera.sh --input=test.avi --output=test.png --slit-shift=100
Developed by Loparev Pavel 2016