From 2e6c671a54544a43242928565b315ea1711070f8 Mon Sep 17 00:00:00 2001 From: Stian Date: Mon, 6 Jan 2025 18:06:26 +0100 Subject: [PATCH] Update README, comments --- README.md | 19 ++++++++++--------- vid2ani.cmd | 3 +-- vid2ani.sh | 3 +-- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 113d2f9..443ebd2 100755 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ ![sample gif file generated](sample.gif) -A batch script for converting video files to GIF/APNG/WEBP using FFmpeg.
+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)
-* 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)
+* You can download the original release here: [MDHEXT/video2gif](https://github.com/MDHEXT/video2gif) diff --git a/vid2ani.cmd b/vid2ani.cmd index 114478a..dc11050 100755 --- a/vid2ani.cmd +++ b/vid2ani.cmd @@ -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 diff --git a/vid2ani.sh b/vid2ani.sh index c4a85a1..88899c0 100755 --- a/vid2ani.sh +++ b/vid2ani.sh @@ -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