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 897FA484EE for ; Wed, 6 Dec 2023 10:52:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6E67A68CF5C; Wed, 6 Dec 2023 12:52:47 +0200 (EET) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 244CC68CF11 for ; Wed, 6 Dec 2023 12:52:40 +0200 (EET) Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id 9A0111CB4 for ; Wed, 6 Dec 2023 11:52:39 +0100 (CET) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id jSD46pAKdcnk for ; Wed, 6 Dec 2023 11:52:39 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail1.khirnov.net (Postfix) with ESMTPS id E368C1049 for ; Wed, 6 Dec 2023 11:52:38 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id BBF373A0334 for ; Wed, 6 Dec 2023 11:52:38 +0100 (CET) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Wed, 6 Dec 2023 11:51:12 +0100 Message-ID: <20231206105119.31066-1-anton@khirnov.net> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231206103002.30084-1-anton@khirnov.net> References: <20231206103002.30084-1-anton@khirnov.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] web: add a news entry for ffmpeg CLI threading 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 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: --- src/index | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/index b/src/index index 0d68db5..22f6844 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,20 @@ News +

December xxth, 2023, multi-threaded ffmpeg CLI tool

+

+ Thanks to a major refactoring of the ffmpeg command-line tool, all the major + components of the transcoding pipeline (demuxers, decoders, filters, encodes, muxers) now + run in parallel. This should improve throughput and CPU utilization, decrease latency, + and open the way to other exciting new features. +

+ +

+ Note that you should not expect significant performance improvements in cases + where almost all computational time is spent in a single component (typically video + encoding). +

+

November 10th, 2023, FFmpeg 6.1 "Heaviside"

FFmpeg 6.1 "Heaviside", a new -- 2.42.0 _______________________________________________ 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".