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 26D85435E2 for ; Mon, 18 Jul 2022 16:08:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D15468B81E; Mon, 18 Jul 2022 19:08:53 +0300 (EEST) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1F05C68B580 for ; Mon, 18 Jul 2022 19:08:46 +0300 (EEST) Received: by mail-wm1-f54.google.com with SMTP id h14-20020a1ccc0e000000b0039eff745c53so7623701wmb.5 for ; Mon, 18 Jul 2022 09:08:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vVhZlBBxYMNt5ebnMyI037jL7Ex9sg6iymsvZFCrORI=; b=G4YiiPDFemADvb4hvC2JqP30neQHocWRNFmz+uksMfToJwGNMr8hL5Mqz7/murM1dB /8S4UmFJwtIOjm6qYHItRGIe5UvuHl8p62+MnKsj5Nw61tz3L656ZmvLvJzWojOJ0xx3 wXR9A0J71LV9zA3IH8n7a0Nn7e6DTZTSh4UjBM9nF7oKxrKmEcwIYMu+rxRFgReTIing 7FuTHhMTxnx7a7Rtr4Mo9XiVn03YCANvMSS3Sj3ychmglvHcgjxvBs3ygtTH5ZfhOaFO kBr8Eus91dXO4TbfTsy4zy+/TBdVuuMAkAdC1RTPhPdpdq1IIDWjmXdwY0JWoxlR0dNj GifA== X-Gm-Message-State: AJIora/eZlraeEs/tHD/nFRGP/Wf9t0t/PqioJqeYJ91+TsBwSpFozQF VBRaKQV0VWBerYvXX7FXcJq62FAgsr4TDw== X-Google-Smtp-Source: AGRyM1vciAR0KTrIoEDBO/JOlFyUFwu37YOdIfRCkKFkb+9/AJPzHIG9Uz/hTR/f8xuB6aK7JQFZHA== X-Received: by 2002:a05:600c:1e04:b0:3a3:11ca:5c0c with SMTP id ay4-20020a05600c1e0400b003a311ca5c0cmr11549995wmb.31.1658160524716; Mon, 18 Jul 2022 09:08:44 -0700 (PDT) Received: from localhost.localdomain ([84.71.185.98]) by smtp.gmail.com with ESMTPSA id co18-20020a0560000a1200b0021b5861eaf7sm11228737wrb.3.2022.07.18.09.08.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jul 2022 09:08:44 -0700 (PDT) From: facefunk To: ffmpeg-devel@ffmpeg.org Date: Mon, 18 Jul 2022 17:08:30 +0100 Message-Id: <20220718160833.12397-1-facefunk@fcfnk.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220717133256.35929-1-facefunk@fcfnk.com> References: <20220717133256.35929-1-facefunk@fcfnk.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] Make disposition forced work with mov_text subtitles. 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. By setting the forced flags in movtextenc as specifid in https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html subtitles can be forced as expected in VLC and similar players. _______________________________________________ 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".