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 E801F47CFD for ; Wed, 18 Oct 2023 20:18:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A248468CA8F; Wed, 18 Oct 2023 23:18:43 +0300 (EEST) Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B864468CA0A for ; Wed, 18 Oct 2023 23:18:36 +0300 (EEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-5a84204e7aeso58551297b3.0 for ; Wed, 18 Oct 2023 13:18:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697660314; x=1698265114; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=UyOObB8X87NqSPNHhGFzHgQ2doO4HbeqM3Hg18d7xZQ=; b=AfD5LLKZfYaFF4xgSJeoi3eVnpzBOofZQW3/C3YpRbgWvcZtQWxsACRD9Z6BTaC5W3 jvav1w91wE64KkxpUYVTHupni5h4JbdL7CVqi5SvLEOgRhQRDkBJjOzYapyyBMDbrJTx v8IDuxFGcfNh5aw3qJfyBDmHuwA1sF9bLWpTbtf9Vs1E3mdv8GMukis8CV5Psos4kSdY Axej2i2BxagM8aguglGxe0VjCiE5HGjAfTBU8flIINyTMfR1FH+7CXkXCKc0/hwVo3r9 kfOUVsDBC0EaJMqFXfxHAaQiaSxYf6YkfONKRqv94sLxPSV7kYGFwG8S2M2GvxdT3o6f kkSg== X-Gm-Message-State: AOJu0YwUs7dHpkK4EuHr6MCrZ1a6k4hYax4ziWAnb6OS3GuSAnjwJVog jWot4hPmvCj6+MsBqfXy3f/OtaxPugm2UQ== X-Google-Smtp-Source: AGHT+IFS0vr/+sHCj31FEv8QubWkstX4BIJMxDmfcsw+PbkpYjd+dXNIhlOx0dVzRyOPgi4zz/plVQ== X-Received: by 2002:a0d:c707:0:b0:5a7:aaac:2bce with SMTP id j7-20020a0dc707000000b005a7aaac2bcemr327132ywd.35.1697660314253; Wed, 18 Oct 2023 13:18:34 -0700 (PDT) Received: from mail-yb1-f177.google.com (mail-yb1-f177.google.com. [209.85.219.177]) by smtp.gmail.com with ESMTPSA id c186-20020a0ddac3000000b00592236855cesm1779526ywe.61.2023.10.18.13.18.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 Oct 2023 13:18:34 -0700 (PDT) Received: by mail-yb1-f177.google.com with SMTP id 3f1490d57ef6-d9ca471cf3aso502727276.2 for ; Wed, 18 Oct 2023 13:18:34 -0700 (PDT) X-Received: by 2002:a25:7795:0:b0:d9a:4772:48c6 with SMTP id s143-20020a257795000000b00d9a477248c6mr474741ybc.38.1697660313830; Wed, 18 Oct 2023 13:18:33 -0700 (PDT) MIME-Version: 1.0 From: facefunk Date: Wed, 18 Oct 2023 21:18:21 +0100 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] Should setting disposition forced on a subtitle stream actually force it? 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: We are not currently able to force mov_text subtitles by setting -disposition:s:0 +forced or equivalent. Should this setting actually result in forced subtitles or is this a misapprehension of the meaning of this setting? Thanks _______________________________________________ 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".