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 14A0C40124 for ; Sat, 4 Mar 2023 11:10:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7B34A68B76F; Sat, 4 Mar 2023 13:10:38 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F202068A5E1 for ; Sat, 4 Mar 2023 13:10:31 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 2F6081060136 for ; Sat, 4 Mar 2023 11:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1677928230; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=8oaUv0hadC2htXaPSKbJAWtN3ivanBofIH8q89PU0PM=; b=3HdYZ3iUgAVewW+Hk4Cl9ZYpgdjxV1RG4k1fgR4uECdFKC3fyZNgadXIoTfRn5rs on8ntTRpXqzPFADoodil9vuIUEIRz/c1C3aMVwsaDv+idrbhfU7K/qE4WL/amcj94KX WmiKNn7z4e1pMHQDYzl27c9ut0u8nGhJpGDJZ8TFHuHsioQIfu4SEIZydHMMleihy3V VQ94lHpvb8oKyI1T+GdC4wcyyIlMausVayBcsYTilUG21g+tO3mVCsonNWMQE231wW+ wKSi6b5eTZg4r10n2VkIyPod8zqpFYMat3ck+TupxsR7SMoQShh6cmdKXdts7Zwzbah AkfztpEAkQ== Date: Sat, 4 Mar 2023 12:10:30 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] RFC: opinions on making fftools work like a library 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: Mar 3, 2023, 11:15 by quinkblack@foxmail.com: > I'd like to know what do you think about making fftools work like a > library, like what ffmpeg-kit already did, but with built-in support. > > https://github.com/arthenica/ffmpeg-kit > > FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, > Linux, macOS, tvOS, Flutter and React Native applications. > > It includes scripts to build FFmpeg native libraries, a wrapper > library to run FFmpeg/FFprobe commands in applications and 8 > prebuilt binary packages available at Github, Maven Central, > CocoaPods, pub and npm. > > Pro: > 1. It can be used for testing on mobile devices. > 2. It can be used directly to do useful work. > 3. It can combine some work from projects like ffmpeg-kit to extend the > funtion. > > Cons: > 1. It makes things complicated. > 2. It's hard to support mobile devices. > > Welcome to comments. I want to know is it: > > a. Absolutely no! It's not fftools supported to do. > b. Doesn't matter/Don't care. > c. I like the idea, (but...) > No. A high-level wrapper is a much better idea than formalizing CLI syntax. And there are plenty of wrappers already. _______________________________________________ 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".