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 01A2A4B200 for ; Mon, 1 Jul 2024 21:12:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3BF8368D85E; Tue, 2 Jul 2024 00:12:29 +0300 (EEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7CF7F68D4AF for ; Tue, 2 Jul 2024 00:12:23 +0300 (EEST) Received: by mail-pj1-f47.google.com with SMTP id 98e67ed59e1d1-2c2c91c9279so512509a91.0 for ; Mon, 01 Jul 2024 14:12:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719868341; x=1720473141; 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=H3tRwpqjl09dlU4f1saXVQE2IaaqrULVvL3ta9ZBVJM=; b=Ej6NSF8qPEjJI+Y/oyqc0A7UzM9zBF/UlRdU/qsX2mDI6fpofgoSCUiQTKF38IpHpt ev4U302sIgcn/OD/NOtonjP5N/fbrSWtDRTQf2nkYbFmv5xpPbItlstyT+/GVUaUVXEX Y5uVPa7iPZbspyYZfVDhYD7RMq46BArg2rvJb6WvtUyVcTUKf67D2uYa1l+z23a6Sbzp LRVJaXb0PW/7rxCL+tcCcKAROfQoDJ88232q5vNcPPs/8dyenhQZN4pc9Ji8vgikFIuc epGQTzK+PYQY15TPsvWDlDU/OdHoPW4mSi26XbxdrPR5jXTEjnFcy1WhqrGsD1AA+vRn mSag== X-Gm-Message-State: AOJu0YwHnQfr//etW839tMyw7UideCOaPnK8887cin74BBCqx4cxE/Jh yBcGn2HxImVxTvKevpFyW83lkGuJyP1rOyZWYggpINMpNOcAoW226Rpu05iC2VAv9EkCEYy5r1z 44BT30TTYUQozWhXsjaIQxe70tk8u3PE5wiqDcxtSn6iNXaBToqo= X-Google-Smtp-Source: AGHT+IHCyG3NKlMkw5PcGnKBGR+E50GHM+gmKE8ETqbkViWzUBxPNcYtHycjze/rtUIryM9N9VvLQijbWd24YKdwpZg= X-Received: by 2002:a17:90a:c704:b0:2c8:4bca:f904 with SMTP id 98e67ed59e1d1-2c93d5d999amr7633113a91.0.1719868341176; Mon, 01 Jul 2024 14:12:21 -0700 (PDT) MIME-Version: 1.0 References: <20240627030546.143368-1-marth64@proxyid.net> In-Reply-To: From: Marth64 Date: Mon, 1 Jul 2024 16:12:10 -0500 Message-ID: To: FFmpeg development discussions and patches , Marth64 Subject: Re: [FFmpeg-devel] [PATCH] avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter range 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: > What is the meaning of the 0 special case? If chapter_end is 0, this means "end". So you can say, -chapter_start 5 -chapter_end 0 and demuxer will go from chapter 5 to end of title. This is also in the public docs since initial demuxer merge. Thank you! _______________________________________________ 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".