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 14B7D44B98 for ; Sun, 6 Nov 2022 22:04:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9C8D668BA90; Mon, 7 Nov 2022 00:04:52 +0200 (EET) Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7C93768B87F for ; Mon, 7 Nov 2022 00:04:46 +0200 (EET) Received: by mail-ej1-f41.google.com with SMTP id ud5so25742308ejc.4 for ; Sun, 06 Nov 2022 14:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=3qdZciyauQ4bU7QZpO23xsdxSQGfqcXMRLB3RfxEpR4=; b=UGpsTBoC+LhKSUC+LeVfERBJvCInCaWDkU9KU9I4g+daz16yJWKMLsBIpzrGdZqRnO /tkcodhH8jQf09ANbDhSTEz0fOuPg6Csk3dzPkH1HheLyIJwieSE4674ZsaUobGW+RpW rDsfJ1qvydekToBC2FYjn1x4bgPEzw5hYiK8LKXPBehCxhYXfffNzA1nnMGYRzK9FGF3 KEhUyFZXmhlcYQo+PcRYApw8QEWXMwyhIr0uVX8sudxlB/nHyTYdOHBrQiHcYkACTOGd Maoo6XhYEEq6hgzyHoozBYH73kGkrn5E8M8YYW7Yo8VfUh2BeO51SjUKLbEF97/e6uzy IlWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=3qdZciyauQ4bU7QZpO23xsdxSQGfqcXMRLB3RfxEpR4=; b=Lu9dE1FJiJhdlsiL5VM62PnKdPPqKo1LU+L0QlcgsVyn5hoU6mjDox5/2LgUIllE/y wRq8Ia2R8SFnSq+CihAyON02jdDKJF9dgLpAacv9+cZy6+4ftfIjf7gWeabBEEgc9yNj 7rsSnfRvn3o5OzE+3T5RZMru0xbhiQAc9IAXGRlohbZYrOdaL0JgV/LXGx1hp26TjyuW qTMQg1MtiaLVj0R86Bx+fQ9DsqFI7YNS/KNKtlhBIaBt2IyJqCesm3O4whl583A2pCva DXfsAadekNwNEfRVOlmBpMk9riTVewXA0idbogsS27PBYiNvr/lJyQEJHBtN6bxekCgB FNlA== X-Gm-Message-State: ACrzQf17/fASAI01MfU1NPvVND+kGHXl1TfrX8D3n3my+B2/zCocJDTG kVsTCoKVyKvdT0apcfxAcWe42nuft05u12mvcgYlnv3R X-Google-Smtp-Source: AMsMyM68JOqFtc4sA2a6/CAliT5F/dyd55kSf/njEijYJJ6nl6w+h25Ya1HGgDtBe132yubWflAsM4qD0T6bhHjoga0= X-Received: by 2002:a17:906:1c0e:b0:7ad:c648:a4af with SMTP id k14-20020a1709061c0e00b007adc648a4afmr40070620ejg.277.1667772285971; Sun, 06 Nov 2022 14:04:45 -0800 (PST) MIME-Version: 1.0 References: <12a9e165-5675-2f88-dc59-45061cd250ab@web.de> In-Reply-To: <12a9e165-5675-2f88-dc59-45061cd250ab@web.de> From: Carl Eugen Hoyos Date: Sun, 6 Nov 2022 22:57:06 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa) 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: Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 : > > Support for mlpa muxing was added back in 2019: > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=808a6717e0c584738c60a109afd6d47f4973d619 > But it was hidden back then behind FF_COMPLIANCE_EXPERIMENTAL, because it was new and there was no > support from other applications. > > In the meantime there is support in MediaInfo: MediaArea/MediaInfoLib#1258 > For VLC: videolan/vlc@9c49f40 > Since version 7.3.4 for Infuse: https://community.firecore.com/t/dolby-mlp-mlpa-codec-support/26100/31 > And mpv does support this as well. If there was ever a good reason to make this feature experimental, I don't think these applications change the situation. Carl Eugen _______________________________________________ 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".