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 08F6E442C2 for ; Wed, 5 Oct 2022 14:25:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4BADF68BCEE; Wed, 5 Oct 2022 17:25:18 +0300 (EEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1659D68BCA9 for ; Wed, 5 Oct 2022 17:25:12 +0300 (EEST) Received: by mail-pg1-f178.google.com with SMTP id 78so15357342pgb.13 for ; Wed, 05 Oct 2022 07:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=7+ENQ9sxKrFryk/KYIwyHBo5Sg0qx156if985Ug1Sp4=; b=oAChMbMDWHO1Bcg3N8ZrWCjxDFSXymKsxpK21R0sWr4eZH6uaVSEbxyAAlFDk2WBwF Htr+IkfUWwMN2Zre9AJmZgRmMxnWHBBsPKxdivcq5t4itbvfDKs1YPuSji8pTQjs99IY Y929z3psQtH9vutk3ptqt9XNghrnLhnIKvc4fEWSUfwl6GAJniWglykh16JqGZwl0Du0 H6d0tB8FxepeZ89PXlbjjTVNqcfxt4g3Ve/oBbQLUMV7B1YZLoZkE3Jj3Sho7hfsHiVr Dm5mQOAV6DQpS48tunMkXIlSzUnwk9L35V34yI4wGbzHk0iO9eice1uBsUXzOAn/iYZg kV4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7+ENQ9sxKrFryk/KYIwyHBo5Sg0qx156if985Ug1Sp4=; b=aOLRQnO/4mqsOsxu8blFzJmujurNOotzZ5C2+q+MGPqXOiTjmgcN03+z3DKIwOMN/S aHT+A5l8iud6y8UwkNjDjzIgQWi4/T9nI9E9MmkcqltEDdjtRAbIFlhHleb2J3n61qHJ Szl5sVG+yXivLTyNyxsUosYGn9lS+9PFA9BHgOaHhb8qy60i6kYhaMTP4JrLZE7c4E7H Gi4KvbMAemL4aLmaikoJjc9zK98PqtVpBYZHYxslLTt4W4alIM/XaQ8STigLaKAWX+Zz G1LNaAgFwXJN0VRXlWh1FtPEiulgL8d+vPltw6ry69BZnU8ZEMAgZzPYxlCX6sRLMKbH tPkA== X-Gm-Message-State: ACrzQf3+IIig17cvdNKgnYQFu/HCDq79WMH5bdUSP0njmUvdlglQjC7S 3CfuM24r+PYDSow1uc1Miu4oBK74EJU= X-Google-Smtp-Source: AMsMyM7DAxfS/YjtSvsqj80raYmvHPhxNxf09UgDVtHo4QYXaJn/FO73f5wEY6bTn/rDo6x6XZjGQA== X-Received: by 2002:a05:6a00:134d:b0:545:4d30:eebf with SMTP id k13-20020a056a00134d00b005454d30eebfmr126375pfu.32.1664979909800; Wed, 05 Oct 2022 07:25:09 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id k3-20020aa79d03000000b0055b674dd134sm4722987pfp.29.2022.10.05.07.25.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Oct 2022 07:25:09 -0700 (PDT) Message-Id: In-Reply-To: References: From: ffmpegagent Date: Wed, 05 Oct 2022 14:25:06 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v2 0/2] libavformat/mov: Add support for exporting poster time. 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 Cc: brycechesternewman 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: Export the poster_time_location if available. The poster_time_location is calculated using the poster_time / time_scale = X seconds. The value of poster_time_location indicates where in the video the poster frame is. Addresses feedback from https://www.mail-archive.com/ffmpeg-devel@ffmpeg.org/msg138122.html. Signed-off-by: Bryce Chester Newman bryce.newman@gettyimages.com Bryce Chester Newman (2): libavformat/mov: Add support for exporting poster time. ibavformat/mov: Add support for exporting poster time. doc/demuxers.texi | 6 ++++++ libavformat/isom.h | 1 + libavformat/mov.c | 13 +++++++++++-- 3 files changed, 18 insertions(+), 2 deletions(-) base-commit: 5f02a261a2ddca7c79198869b45d35019baac819 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-41%2Fbrycechesternewman%2Fadd_poster_time_location_mov-v2 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-41/brycechesternewman/add_poster_time_location_mov-v2 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/41 Range-diff vs v1: 1: c10a75a9ed = 1: c10a75a9ed libavformat/mov: Add support for exporting poster time. -: ---------- > 2: c8f54a5d86 ibavformat/mov: Add support for exporting poster time. -- ffmpeg-codebot _______________________________________________ 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".