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: 3 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T16:37:00.000Z (almost 5 years ago)
- Last Synced: 2024-12-04T11:37:48.641Z (11 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 to
ffmpeg -i $FILE -c:v libvpx-vp9 -b:v 0 -crf 41 "${FILE%%.*}.webm"