Fork me on GitHub

Ranked awesome lists, all in one place

This list is a copy of ibaaj/awesome-OpenSourcePhotography with ranks


#Awesome-OpenSourcePhotography Awesome ★73813

A list of awesome free open source software & libraries for photography. Also tools for video. For more awesomeness, check out awesome ★73813.

General

Camera Firmware Mods

Libraries

Canon

GoPro

Sony

Utilities

RAW image developers

HDR Specific Software

Panorama Stitching

Photo Organizers

Photo Downloaders

Camera Tetherers

Monitor Color Correction

Alternative Image Viewers

Useful GIMP Mods or Scripts

Communities

Resources

Video

General tools

Compositing software

Video Libraries

Scripts

Video to Panorama

Using FFmpeg and Hugin.

#!/bin/bash
mkdir -p /tmp/images
ffmpeg -i video.avi -r 5 -qscale 3  tmp/images/image-%3d.jpg
pto_gen -o tmp/hugin.pto tmp/images/*.jpg
cpfind --multirow -o tmp/hugin.pto tmp/hugin.pto
cpclean -o tmp/hugin.pto tmp/hugin.pto
linefind -o tmp/hugin.pto tmp/hugin.pto
autooptimiser -a -l -s -m -o tmp/hugin.pto tmp/hugin.pto
pano_modify -o tmp/hugin.pto --center --fov=AUTO --canvas=70% tmp/hugin.pto
pto2mk -o tmp/hugin.mk -p tmp/output tmp/hugin.pto
make -f tmp/hugin.mk all

license


This list is a copy of ibaaj/awesome-OpenSourcePhotography with ranks