From patchwork Sun Feb 21 13:12:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Buitenhuis X-Patchwork-Id: 25856 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id D2F6844A9A5 for ; Sun, 21 Feb 2021 15:12:44 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B4D0E68A636; Sun, 21 Feb 2021 15:12:44 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B517068A5BA for ; Sun, 21 Feb 2021 15:12:38 +0200 (EET) Received: by mail-wm1-f46.google.com with SMTP id a132so11119090wmc.0 for ; Sun, 21 Feb 2021 05:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=eIvBWMG3bmiCmGldff/SZXhnjWMi8t5XRr4uhomF7AY=; b=T6IYk0u5Y/QfKNep8Q6yKYBQVOVY3p3Lw+D6r/GfjiP2ElUbXVMZnd8ABJTzxypZyi xA+/Acw7CLO/OWecJmoY1Kyp1xiwApdqzTnstr+GUyPe0neRKON3C2YpdilI6IrZikMA 1Nj7TjSzbUc1WJOYOLa/g56MY3UewCSucPd5YxecP5SSNMGhpyeBS2nKWqcLvnD+C311 B9VAzdIFSgqRpA85RmHfjZASKP4tV0RzXoDvgxiej2gRKvrFNooqeGz4QlPuVjN+OPta Tr6pfd+sb+AvLbGZjaC1YLuVxe2OzwHHqdtPWllYyWT8u0+FLfgJpir5W1dv261Q59OP p3fA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=eIvBWMG3bmiCmGldff/SZXhnjWMi8t5XRr4uhomF7AY=; b=aPjLPt+jnP+7H/nIgU26anQYNms1VzfHwSziDqr7rUL0jL7lK7lm8yxRC68k68ushf 5DlhFZAUhCFOXgTR7nSMBdPZMbCMLsyYiD2nDZCamxSCoXo5a09RaiZuasPOoN7pYSAR MZOpVS1mNtgot3qVO7ySka277eco5u1frWV+KPUUQl62e7P7FqH+8vQxTuoVdZJTaqs/ LvpdFxt+kZg4vV2U3AheKjK0h7q+PnuV9FKuQPt27xWvHdDdLHbyOQmMMmeXYRXALHuL 9uePfchTNz159GrkjcQ0DPd7FLhsQhmuxFFW2AfAScs5kD/EXSGHBNIwAewXXPga0pj5 z9zQ== X-Gm-Message-State: AOAM532jvaK5t6o/+rmSP65dRUaeyWSM38hZtjbJ7sgX/PGy9BSe8GOK LYOPbWBbGgqTW9enJ16zM+9O33f3LSM= X-Google-Smtp-Source: ABdhPJwzYXHcfT7TKFvuJcb1MhyqB1p9jGGXz7Bb6oB4mGllaFPLBKcTfbeOFotFVHzWAPH9dLDHXw== X-Received: by 2002:a05:600c:4f46:: with SMTP id m6mr15941525wmq.160.1613913158027; Sun, 21 Feb 2021 05:12:38 -0800 (PST) Received: from localhost.localdomain ([82.129.110.36]) by smtp.gmail.com with ESMTPSA id y62sm25903926wmy.9.2021.02.21.05.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Feb 2021 05:12:37 -0800 (PST) From: Derek Buitenhuis To: ffmpeg-devel@ffmpeg.org Date: Sun, 21 Feb 2021 13:12:27 +0000 Message-Id: <20210221131227.518865-1-derek.buitenhuis@gmail.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210220185050.508373-1-derek.buitenhuis@gmail.com> References: <20210220185050.508373-1-derek.buitenhuis@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/2] doc/encoders: Add documentation for the GIF encoder X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Derek Buitenhuis --- doc/encoders.texi | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index 8fb573c416..d7d81e070d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1268,6 +1268,44 @@ disabled A description of some of the currently available video encoders follows. +@section GIF + +GIF image/animation encoder. + +@subsection Options + +@table @option +@item gifflags @var{integer} +Sets the flags used for GIF encoding. + +@table @option +@item offsetting +Enables picture offsetting. + +Default is enabled. + +@item transdiff +Enables transparency detection between frames. + +Default is enabled. + +@end table + +@item gifimage @var{integer} +Enables encoding one full GIF image per frame, rather than an animated GIF. + +Default value is @option{0}. + +@item global_palette @var{integer} +Writes a palette to the global GIF header whee feasible. + +If disabled, every frame will always have a palette written, even if there +is a global palette supplied. + +Default value is @option{1}. + +@end table + @section Hap Vidvox Hap video encoder.