https://github.com/komali2/convert-mp4-to-gif
Dead simple script to convert all .mp4 files in directory to relatively well proportioned .gif files.
https://github.com/komali2/convert-mp4-to-gif
Last synced: 4 months ago
JSON representation
Dead simple script to convert all .mp4 files in directory to relatively well proportioned .gif files.
- Host: GitHub
- URL: https://github.com/komali2/convert-mp4-to-gif
- Owner: komali2
- License: gpl-3.0
- Created: 2020-12-07T22:59:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T16:37:00.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:16:06.913Z (8 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - komali2/convert-mp4-to-gif - Dead simple script to convert all .mp4 files in directory to relatively well proportioned .gif files. (Shell)
README
# convert-mp4-to-gif
Dead simple script to convert all .mp4 files in directory to relatively well proportioned .gif files.# webm
To do webm instead change the ffmpeg line toffmpeg -i $FILE -c:v libvpx-vp9 -b:v 0 -crf 41 "${FILE%%.*}.webm"