0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Pipfile & .idea directory updates More... over 5 years ago
Add basic --format=mp4 support (and --format=baseline) More... over 5 years ago
Fix --verbose to output executed command even without --play More... over 5 years ago
Fixed Python 3.5 compatibility More... over 6 years ago
Add initial Travis-CI file (.travis.yml) and Dockerfile for testing More... over 6 years ago
Add requirements files and some more setup.py metadata More... over 6 years ago
Add initial test suite More... over 6 years ago
Force mpv high-resolutiuon seeking; split into separate function More... over 6 years ago
Stream (pipeline) gif output to mpv directly when using --play More... over 6 years ago
Add PyCharm/IntelliJ IDEA project files More... over 6 years ago
Refactor: Options are now passed as argument not global variable More... over 6 years ago
Fix CPU detection on macOS More... over 6 years ago
Various smaller README tweaks More... over 6 years ago
README tweaks, add images More... over 6 years ago
Add initial README file and LICENSE More... over 6 years ago
Add setup.py for Python 'pip' installation More... over 6 years ago
Rename vigif -> keep-on-giffing (kogif) More... over 6 years ago
Bump --colors default to 256 (maximum for GIF) More... over 6 years ago
Add de-noising filters --ppdenoise, --atadenoise for better compression More... over 6 years ago
Do palette generation and gif output in a single pass More... over 6 years ago
Generate better ffmpeg commands: skip unused filters, simplify escaping More... over 6 years ago
Add --slower and --faster args to control video speed More... over 6 years ago
Add --verbose flag for debug output (prints whole executed commands) More... over 6 years ago
Add --quiet flag for reduced output, replaced print() calls with logging More... over 6 years ago
Fix inspection warnings More... over 6 years ago
Add --right, --left, etc aliases for crop switches More... over 6 years ago
Add support for ffmpeg bayer_scale using --dither=bayer[1-5] More... over 6 years ago
Add command log ~/.vigif.log More... over 6 years ago
Don't run mpv when running without --play More... over 6 years ago
Fill in choices to --dither More... over 6 years ago