Update README, comments

This commit is contained in:
Stian 2025-01-06 18:06:26 +01:00
parent 5f4ac035cb
commit 2e6c671a54
3 changed files with 12 additions and 13 deletions

View File

@ -4,10 +4,14 @@
![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
Based on the research listed here:
[High quality GIF with FFmpeg](https://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html)
## Installation
* Clone the repo.
* Install [FFmpeg](https://www.ffmpeg.org/).
@ -95,13 +99,10 @@ means less visible pattern at the cost of more banding.
```
## Notes
* As APNG does not support multiple input palettes, palettegen (-m) will
fall back to using diff mode if single mode is selected.
* For WEBP lossy (-l) encoding, the quality parameter is mandatory.
* 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.
* The APNG muxer does not support multiple input palettes, palettegen (-m) will fall
back to using diff mode if single mode is selected.
* 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/)
* 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>
* 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>
* You can download the original release here: [MDHEXT/video2gif](https://github.com/MDHEXT/video2gif)

View File

@ -2,8 +2,7 @@
:: Description: Video to GIF/APNG/WEBP converter
:: By: MDHEXT, Nabi KaramAliZadeh, Pathduck
:: Version: 6.0
:: Url: https://github.com/Pathduck/vid2ani/ forked from https://github.com/MDHEXT/video2gif
:: What this script is based on: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
:: Url: https://github.com/Pathduck/vid2ani/
:: License: GNU General Public License v3.0 (GPLv3)
:: Enable delayed variable expension

View File

@ -2,8 +2,7 @@
# Description: Video to GIF/APNG/WEBP converter
# By: MDHEXT, Nabi KaramAliZadeh, Pathduck
# Version: 6.0
# Url: https://github.com/Pathduck/vid2ani/ forked from https://github.com/MDHEXT/video2gif
# What this script is based on: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
# Url: https://github.com/Pathduck/vid2ani/
# License: GNU General Public License v3.0 (GPLv3)
# Enable error handling