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 985774A675 for ; Wed, 3 Apr 2024 08:18:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D5ACB68D0DD; Wed, 3 Apr 2024 11:18:48 +0300 (EEST) Received: from glom.nmugroup.com (glom.nmugroup.com [193.183.80.6]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5510D68CEEB for ; Wed, 3 Apr 2024 11:18:42 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by glom.nmugroup.com (Postfix) with ESMTP id E90745429EDE for ; Wed, 3 Apr 2024 10:18:41 +0200 (CEST) Received: from [192.168.1.117] (81-233-159-219-no2430.tbcn.telia.com [81.233.159.219]) (Authenticated sender: git01) by glom.nmugroup.com (Postfix) with ESMTPSA id C20EC5429EA1 for ; Wed, 3 Apr 2024 10:18:41 +0200 (CEST) Message-ID: <613b355a440ba4ef9e2754d593bdfdc5c1ad23ed.camel@haerdin.se> From: Tomas =?ISO-8859-1?Q?H=E4rdin?= To: FFmpeg development discussions and patches Date: Wed, 03 Apr 2024 10:18:41 +0200 In-Reply-To: <525766067.252024.1712044156341@mail.yahoo.co.jp> References: <525766067.252024.1712044156341.ref@mail.yahoo.co.jp> <525766067.252024.1712044156341@mail.yahoo.co.jp> User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] Request: Memory cache to avoid write lags to storage. 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: tis 2024-04-02 klockan 16:49 +0900 skrev texrayk-sup--- via ffmpeg- devel: > This feature caches data in memory that is scheduled to be written to > storage. This list isn't for feature requests. > When data writing cannot keep up due to storage lag or other reasons, > The data is cached in ffmpeg memory space up to the memory capacity > specified by this option. > Memory Size (M,G, or Specify % of Available capacity) > eg. If the available capacity is 10GB and specify 80%, up to 8GB will > be used. This is the job of your operating system. /Tomas _______________________________________________ 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".