From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs: A multimedia editor Date: Fri, 28 Jan 2022 22:05:44 +0100 Message-ID: <87ee4rwoyf.fsf@logand.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9666"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Anand Tamariya Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 28 22:07:56 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDYTL-0002KV-F3 for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Jan 2022 22:07:55 +0100 Original-Received: from localhost ([::1]:34304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDYTH-0003e2-LZ for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Jan 2022 16:07:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDYRM-00011k-16 for emacs-devel@gnu.org; Fri, 28 Jan 2022 16:06:00 -0500 Original-Received: from logand.com ([37.48.87.44]:43664) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDYRI-0006l7-2l for emacs-devel@gnu.org; Fri, 28 Jan 2022 16:05:50 -0500 Original-Received: by logand.com (Postfix, from userid 1001) id CECBF19ECC9; Fri, 28 Jan 2022 22:05:45 +0100 (CET) X-Mailer: emacs 27.2 (via feedmail 11-beta-1 I) In-Reply-To: Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: 0 X-Spam_score: -0.0 X-Spam_bar: / X-Spam_report: (-0.0 / 5.0 requ) SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285528 Archived-At: On Fri 28 Jan 2022 at 10:19, Anand Tamariya wrote: > Ever wondered - what if multimedia editing were as simple as text > manipulation? Simple cut, copy and paste operations. Thanks to VLC and > FFMPEG, now you can use GNU Emacs for simple multimedia editing tasks. Nice! What does "simple multimedia editing tasks" mean exactly? I have been using melt https://mltframework.org/ (with wrapper smelt) to edit videos using plain text. Once I figure out how to do something (sometimes a challenge), editing is much more convenient than using point and click interface.