All Projects → PavelLoparev → slitcamera

PavelLoparev / slitcamera

Licence: GPL-3.0 license
Bash script to turn video file into slit photo

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to slitcamera

avconv4java
Java interface to avconv tool
Stars: ✭ 26 (-36.59%)
Mutual labels:  video-processing, avconv
3D-Tracking-MVS
3D position tracking for soccer players with multi-camera videos
Stars: ✭ 68 (+65.85%)
Mutual labels:  video-processing
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+2380.49%)
Mutual labels:  imagemagick
Perspec
Scriptable desktop app to correct the perspective of images
Stars: ✭ 523 (+1175.61%)
Mutual labels:  imagemagick
gilfoyle
Distributed video encoding, hosting and streaming (WIP)
Stars: ✭ 73 (+78.05%)
Mutual labels:  video-processing
eta
ETA: Extensible Toolkit for Analytics
Stars: ✭ 22 (-46.34%)
Mutual labels:  video-processing
viddl
Ruby/Command line tool to download, cut, crop and resize video clips
Stars: ✭ 32 (-21.95%)
Mutual labels:  video-processing
DrawingBotV3
DrawingBotV3 is a software for creating line drawings from Images
Stars: ✭ 161 (+292.68%)
Mutual labels:  video-processing
MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
Stars: ✭ 38 (-7.32%)
Mutual labels:  video-processing
libyami-utils
Libyami Utilities
Stars: ✭ 23 (-43.9%)
Mutual labels:  video-processing
VideoReflection
Embeddable video, GIF, water reflection and video borders in a video.
Stars: ✭ 33 (-19.51%)
Mutual labels:  video-processing
cherry-on-py
Cloud computing is a game changer for developers. What can you do in a couple hundred lines of code?
Stars: ✭ 67 (+63.41%)
Mutual labels:  video-processing
FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+178.05%)
Mutual labels:  imagemagick
conv3d-video-action-recognition
My experimentation around action recognition in videos. Contains Keras implementation for C3D network based on original paper "Learning Spatiotemporal Features with 3D Convolutional Networks", Tran et al. and it includes video processing pipelines coded using mPyPl package. Model is being benchmarked on popular UCF101 dataset and achieves result…
Stars: ✭ 50 (+21.95%)
Mutual labels:  video-processing
VideoStitching
solve real time video stitching problem: 4 camera example by opencv surf
Stars: ✭ 42 (+2.44%)
Mutual labels:  video-processing
tator
Video analytics web platform
Stars: ✭ 66 (+60.98%)
Mutual labels:  video-processing
resizer
Quick image resizer app for elementary OS
Stars: ✭ 15 (-63.41%)
Mutual labels:  imagemagick
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (-7.32%)
Mutual labels:  video-processing
NaturalGroundingPlayer
Sequence videos based on their energy readings
Stars: ✭ 46 (+12.2%)
Mutual labels:  video-processing
RobotEyes
Image comparison for Robot Framework
Stars: ✭ 62 (+51.22%)
Mutual labels:  imagemagick

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].