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 20649401B6 for ; Wed, 20 Apr 2022 18:25:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 143D868B42B; Wed, 20 Apr 2022 21:25:38 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ED00768B3DE for ; Wed, 20 Apr 2022 21:25:31 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 220CF20008 for ; Wed, 20 Apr 2022 18:25:30 +0000 (UTC) Date: Wed, 20 Apr 2022 20:25:29 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220420182529.GS2829255@pb2> References: <20220419005829.1886458-1-james.darnley@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220419005829.1886458-1-james.darnley@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: add an option to choose sub stream by language 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: multipart/mixed; boundary="===============0942221949503533784==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0942221949503533784== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oKQJ6RYFRqxvIokW" Content-Disposition: inline --oKQJ6RYFRqxvIokW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 19, 2022 at 02:58:29AM +0200, James Darnley wrote: > --- > doc/filters.texi | 5 +++++ > libavfilter/vf_subtitles.c | 23 ++++++++++++++++++++--- > 2 files changed, 25 insertions(+), 3 deletions(-) >=20 > diff --git a/doc/filters.texi b/doc/filters.texi > index a161754233..cfbc807f16 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -21160,6 +21160,11 @@ Override default style or script info parameters= of the subtitles. It accepts a > string containing ASS style format @code{KEY=3DVALUE} couples separated = by ",". > @end table > =20 > +@item language > +Use first stream with the given language, ISO language code. @code{subti= tles} > +filter only. Requires the language metadata to be read from the file. > +@end table that @end table looks a bit like its not matched=20 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If the United States is serious about tackling the national security threat= s=20 related to an insecure 5G network, it needs to rethink the extent to which = it values corporate profits and government espionage over security.-Bruce Schn= eier --oKQJ6RYFRqxvIokW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYmBQFgAKCRBhHseHBAsP q7KsAJ47xCNyLCqH/pH7LG8p30Cga/351gCfZF8h3ofS5kXj9uWyMhjA9ganhco= =GkMo -----END PGP SIGNATURE----- --oKQJ6RYFRqxvIokW-- --===============0942221949503533784== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============0942221949503533784==--