Update README, comments
This commit is contained in:
parent
5f4ac035cb
commit
2e6c671a54
19
README.md
19
README.md
@ -4,10 +4,14 @@
|
|||||||
|
|
||||||
![sample gif file generated](sample.gif)
|
![sample gif file generated](sample.gif)
|
||||||
|
|
||||||
A batch script for converting video files to GIF/APNG/WEBP using FFmpeg.<br>
|
A batch script for converting video files to GIF/APNG/WEBP using FFmpeg.
|
||||||
|
|
||||||
By MDHEXT, Nabi KaramAliZadeh, Pathduck
|
By MDHEXT, Nabi KaramAliZadeh, Pathduck
|
||||||
|
|
||||||
|
Based on the research listed here:
|
||||||
|
[High quality GIF with FFmpeg](https://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
* Clone the repo.
|
* Clone the repo.
|
||||||
* Install [FFmpeg](https://www.ffmpeg.org/).
|
* Install [FFmpeg](https://www.ffmpeg.org/).
|
||||||
@ -95,13 +99,10 @@ means less visible pattern at the cost of more banding.
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
* The APNG muxer does not support multiple input palettes, palettegen (-m) will fall
|
||||||
* As APNG does not support multiple input palettes, palettegen (-m) will
|
back to using diff mode if single mode is selected.
|
||||||
fall back to using diff mode if single mode is selected.
|
* Since FFmpeg can convert between any format, it's also possible to convert
|
||||||
* For WEBP lossy (-l) encoding, the quality parameter is mandatory.
|
between for instance GIF to WEBP, although frame rates might be off.
|
||||||
* Since FFmpeg can convert between any format, it's also possible to
|
|
||||||
convert between for instance GIF to WEBP, although frame rates might be off.
|
|
||||||
* This tool uses ffmpeg, you can download that here: [FFmpeg](https://www.ffmpeg.org/)
|
* This tool uses ffmpeg, you can download that here: [FFmpeg](https://www.ffmpeg.org/)
|
||||||
* You can download this fork from here: [Pathduck/vid2ani](https://github.com/Pathduck/vid2ani)
|
* You can download this fork from here: [Pathduck/vid2ani](https://github.com/Pathduck/vid2ani)
|
||||||
* You can download the original release here: [MDHEXT/video2gif](https://github.com/MDHEXT/video2gif)<br>
|
* You can download the original release here: [MDHEXT/video2gif](https://github.com/MDHEXT/video2gif)
|
||||||
* This tool wouldn't be possible without the research listed here: [High quality GIF with FFmpeg](https://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html)<br>
|
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
:: Description: Video to GIF/APNG/WEBP converter
|
:: Description: Video to GIF/APNG/WEBP converter
|
||||||
:: By: MDHEXT, Nabi KaramAliZadeh, Pathduck
|
:: By: MDHEXT, Nabi KaramAliZadeh, Pathduck
|
||||||
:: Version: 6.0
|
:: Version: 6.0
|
||||||
:: Url: https://github.com/Pathduck/vid2ani/ forked from https://github.com/MDHEXT/video2gif
|
:: Url: https://github.com/Pathduck/vid2ani/
|
||||||
:: What this script is based on: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
|
|
||||||
:: License: GNU General Public License v3.0 (GPLv3)
|
:: License: GNU General Public License v3.0 (GPLv3)
|
||||||
|
|
||||||
:: Enable delayed variable expension
|
:: Enable delayed variable expension
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
# Description: Video to GIF/APNG/WEBP converter
|
# Description: Video to GIF/APNG/WEBP converter
|
||||||
# By: MDHEXT, Nabi KaramAliZadeh, Pathduck
|
# By: MDHEXT, Nabi KaramAliZadeh, Pathduck
|
||||||
# Version: 6.0
|
# Version: 6.0
|
||||||
# Url: https://github.com/Pathduck/vid2ani/ forked from https://github.com/MDHEXT/video2gif
|
# Url: https://github.com/Pathduck/vid2ani/
|
||||||
# What this script is based on: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
|
|
||||||
# License: GNU General Public License v3.0 (GPLv3)
|
# License: GNU General Public License v3.0 (GPLv3)
|
||||||
|
|
||||||
# Enable error handling
|
# Enable error handling
|
||||||
|
Loading…
Reference in New Issue
Block a user