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 35159470EB for ; Thu, 27 Jul 2023 13:02:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 459DC68CA0D; Thu, 27 Jul 2023 16:02:30 +0300 (EEST) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7C12968C991 for ; Thu, 27 Jul 2023 16:02:23 +0300 (EEST) Received: by mail-wm1-f45.google.com with SMTP id 5b1f17b1804b1-3fbc244d307so10169565e9.1 for ; Thu, 27 Jul 2023 06:02:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690462942; x=1691067742; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=7ef/Ga2rCiEe47Wdqa/8OWQjdnnD/2WSB4/eS2baJaE=; b=rwzzUENj9ylaaq/6WfQmAzLPeZFcerVgF+AlCnZZ1lNWWsYnYM8Z7jg1iDk5airczp pmN61YDRQmzFxOUIZJ/5PjUoY6geUw9Wle62yyxux4Oq/YIiD8DbKLuAO81PG6vpZh4r LkLvGd9nlmI2Q/zM3Xj7qGcK5Gl9tNTmlyxDgV4cYxLHchl3MAWvMVj1oHj4zHR6expt LJiV7OTzGb45POduzx7rrojoJX+O72Hen9yS49mmymu3a7VjwqMW2UVLxfqOP5DrHsZE tfRJr+q8dFGosySym5+Z3JIDdE+/Tue3H7egtCkmXi4taEpvwwCF4SLnnTGUn7m3OdA4 YHVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690462942; x=1691067742; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=7ef/Ga2rCiEe47Wdqa/8OWQjdnnD/2WSB4/eS2baJaE=; b=PM7SpRuSn67+YTMrAwVc2Ltd7VVAV34q8daBTrbpdAh7wEe2C7spQr3rcAAb+F0xEp Vt02IqC4FgoXAUY6pG/pY8vvaymRXUjB0gLLvcVk7sn3h3D7+dqsmQXoMCxrsVRx385p 0V5/gS4uZJvTsH++pNJKGv1Mhn3T+3q8ob2lpwE2iSNlGDkIvSGw7b/wc2ckUyrv35pR HAmjFV1blyD2FJXqC7qW8O3p+0uDMNDYJouBcE57M55WvMyrFgBhn0M+QvOjllXT3pt3 JCUs2750+6oe+VgT6IVT6QGgGmUsd1Eipn0906vq57yoiSBX544yNO2D2CplWZKJRBl7 ZTbA== X-Gm-Message-State: ABy/qLb6/MZUMB003TTN5dcf/aa1xV/tA917JPzdpJUrQVvqKvfTbPdR +MZxsYaVN/znUU5AwRiFqwnM06Zvk4Y= X-Google-Smtp-Source: APBJJlG+D06ATYG42ytLvk1CB0LSZJ3BCGncMXuU0f3yJFMVsMC0TnYkMrB27ostw/hxzcbeVfO4bw== X-Received: by 2002:a7b:c4c5:0:b0:3f9:c04:e76c with SMTP id g5-20020a7bc4c5000000b003f90c04e76cmr1656931wmk.28.1690462941728; Thu, 27 Jul 2023 06:02:21 -0700 (PDT) Received: from [192.168.1.106] (33bf2829.skybroadband.com. [51.191.40.41]) by smtp.googlemail.com with ESMTPSA id f6-20020a1c6a06000000b003fbc89af035sm1791638wmc.17.2023.07.27.06.02.19 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Jul 2023 06:02:20 -0700 (PDT) Message-ID: <2f18a33f-ce60-ea16-89c8-cbe17e439398@gmail.com> Date: Thu, 27 Jul 2023 14:02:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 To: ffmpeg-devel@ffmpeg.org References: From: Derek Buitenhuis In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and 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 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: On 7/27/2023 9:16 AM, hung kuishing wrote: > Let me briefly describe what I needed at that time: > I have another prores encoder and another mov muxer, what I need to do are: > 1. use "another mov muxer" to encapsulate prores bitstream generated by ffmpeg. > 2. use ffmpeg to encapsulate prores bitstream generated by "another prores encoder" . > > I know I can implement them by calling the ffmpeg api, but how can I implement them by ffmpeg tool? > So, I developed these patches. So this format was created as a weird hack to enable the ffmpeg CLI to be jammed into such a workflow. My NAK remains. - Derek _______________________________________________ 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".