From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51727) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDAtH-00032j-LL for guix-patches@gnu.org; Sat, 14 Mar 2020 13:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDAtG-0003uY-Nx for guix-patches@gnu.org; Sat, 14 Mar 2020 13:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56199) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDAtG-0003uT-KA for guix-patches@gnu.org; Sat, 14 Mar 2020 13:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDAtG-00088x-HS for guix-patches@gnu.org; Sat, 14 Mar 2020 13:48:02 -0400 Subject: [bug#40060] [PATCH 1/2] gnu: youtube-dl: Use ffmpeg and pycryptodome Resent-Message-ID: Date: Sat, 14 Mar 2020 13:47:37 -0400 From: Leo Famulari Message-ID: <20200314174737.GA24608@jasmine.lan> References: <20200314143418.13963-1-brice@waegenei.re> <20200314144221.17112-1-brice@waegenei.re> <20200314172114.GA23019@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brice Waegeneire Cc: 40060@debbugs.gnu.org On Sat, Mar 14, 2020 at 05:39:50PM +0000, Brice Waegeneire wrote: > I should have written this in the cover-letter, my bad. > pycryptodome is needed for the hlsative downloader, ffmpeg adds the ability > to merge video and audio files downloaded separately by youtube-dl and > removes the following warning: > WARNING: You have requested multiple formats but ffmpeg or avconv are not > installed. The formats won't be merged. What is hlsative? I guess that for FFmpeg, it looks in $PATH? This has always worked for me. But I think it's a good idea to bind them together.