From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 4805548589 for ; Sat, 6 Jan 2024 20:17:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 76C6268CCCB; Sat, 6 Jan 2024 22:17:07 +0200 (EET) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7FBE068CA72 for ; Sat, 6 Jan 2024 22:17:01 +0200 (EET) Received: by mail-ed1-f54.google.com with SMTP id 4fb4d7f45d1cf-5572a9b3420so2802647a12.1 for ; Sat, 06 Jan 2024 12:17:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704572220; x=1705177020; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=tYlGIyPHhpqKyNF8cKfPtpPg6MNXwxoCkWWpatFuPGc=; b=Z1gmFBie8Dm0yfgtD/io/jVRJVFhB/A5LkhtG7nNMwx9bWVq0j5lIreKvczT9acTyT zA2OM3r/kp+1u9sjc1hj9yeBQFtajezOrkG/OsM7xIgp7oa5m5R/cfcIWtNn1QOLoC3w QEtuIrpw7QxRQdGCZI1nMMiNSRnWNGliC34gkSMI8XyMj9yxPaqSPIswlsZuW1LpoOM6 DB/dhKiYKd5BbzA7Ka4LK4RHz+YQugV164vdjwZvOFDkmFBsqECTw0rJyhTWTGQbPcs5 mSvNH+mZkGVwcNix3QGNQh3h8WJPZrR8W1OawUgWBCh7h10avG8I+97Rt+zFeqXLkHt4 wORA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704572220; x=1705177020; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tYlGIyPHhpqKyNF8cKfPtpPg6MNXwxoCkWWpatFuPGc=; b=YMsehSoLlY5/PrBCU04MXnd9V53Xgo5sSwypqib9JILwMBIfRyKIuw0V642IvRXOgX 32+8wP65mNZv5vkGljQNrRS/9OeIVCtvS5aFj7quYI6TN0Gx2YoxIiXFKbViw9Zvn4w8 D456WDp82m5hXxKldZV/oJNYY4czyKtJYKhT6Ve6+ONNUSVLDE46sy9sGS9wvFv5NbH+ RZ311Neubk7jgm5Owe8wRNyYERG2cyTFX3AvFlfvaaRhIgSwMj838RPf+cZX2gg8ULUS Y7FGgoDmbjIS8aWcFNdvVMy2+e43Km4y1cW7iEP730H1pnGmWfHODAlaUs4g6a3LiHXH rBLA== X-Gm-Message-State: AOJu0YyVWxU6vqYwHtOGE766Sa3WE5jH9n5eudXiiITVI+O52CCo15wY OIR7MemoW1UnMNwsKVPwfn9jnCXrpq8= X-Google-Smtp-Source: AGHT+IHI92/uJZ7Uglnw3oMeaN01d1RMFAeB8+KCEe3XGVMECDS75CjgK89zdVVNCPXEA0TQnYWdiA== X-Received: by 2002:a17:907:72c1:b0:a23:690e:48bf with SMTP id du1-20020a17090772c100b00a23690e48bfmr4536121ejc.12.1704572219993; Sat, 06 Jan 2024 12:16:59 -0800 (PST) Received: from mariano (dynamic-adsl-84-220-189-10.clienti.tiscali.it. [84.220.189.10]) by smtp.gmail.com with ESMTPSA id a16-20020a05640233d000b005550192159bsm2422075edc.62.2024.01.06.12.16.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 06 Jan 2024 12:16:59 -0800 (PST) Received: by mariano (Postfix, from userid 1000) id BD5DEBFCDC; Sat, 6 Jan 2024 21:16:58 +0100 (CET) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sat, 6 Jan 2024 21:16:58 +0100 Message-Id: <20240106201658.289376-1-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/muxers: add apng muxer X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Cc: Stefano Sabatini Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- doc/muxers.texi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index 75552f0d03..5608638e89 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -667,6 +667,32 @@ Ubisoft Rayman 2 APM audio muxer. It accepts a single ADPCM IMA APM audio stream. +@section apng +Animated Portable Network Graphics muxer. + +It accepts a single APNG video stream. + +@subsection Options +@table @option +@item final_delay @var{delay} +Force a delay expressed in seconds after the last frame of each +repetition. Default value is @code{0.0}. + +@item plays @var{repetitions} +specify how many times to play the content, @code{0} causes an infinte +loop, with @code{1} there is no loop +@end table + +@subsection Examples +@itemize +@item +Use @command{ffmpeg} to generate an APNG output with 2 repetitions, +and with a delay of half a second after the first repetition: +@example +ffmpeg -i INPUT -final_delay 0.5 -plays 2 out.apng +@end example +@end itemize + @anchor{asf} @section asf -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".