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 9B61C44EFA for ; Thu, 29 Dec 2022 15:48:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7C25268B76F; Thu, 29 Dec 2022 17:47:58 +0200 (EET) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C0EE768AF6B for ; Thu, 29 Dec 2022 17:47:51 +0200 (EET) Received: by mail-ot1-f52.google.com with SMTP id l8-20020a056830054800b006705fd35eceso11657825otb.12 for ; Thu, 29 Dec 2022 07:47:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kodi-tv.20210112.gappssmtp.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=18XYNDjegRZ/ZYNMYnFpBY1SFyMALCUHnSBX+PprV/A=; b=FifKc9StPVUNIBnH8ABCqYkxZKI1j7FV+ziw65tojFkmF/h+m1DmssZKeFoxjBk3ty Fx3PvTkLhABdzkTt0BiHbVMif/zuJEqSmc87do3GDDufq4XOtgYayWmkxyTQL0H0immd 0F8HLWiOOHoXPJrwXX3o2HJr5vfwZPLVfw8X1JEjRD2dsCkp66T6e+cJGhb/Y/MRv24r Da48LYNPaIzxM8S9YS2Bj7twM1YDi2we0Uv2xV1KHK5tu/EtxgYJgEvad0PigAmWyV14 TAjlyaYCnc5mcL7MGOdfvBHFiy55zrCR2BcUsybfetSC1WOF9V8xxyrd0joN1/q+HCHu zmDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=18XYNDjegRZ/ZYNMYnFpBY1SFyMALCUHnSBX+PprV/A=; b=fD98PIKOBL1QdMvQiKGbAceXvRcNptNUgfKOZB6IHssMFscKwlgbRxmQ6hBj0T/h5j sPtJq/rJzk+uwI5kjwXO5vq5rUteLpggFNu15fn0RljaLe9JALsUQHtmmnGTPq/S9U2T rV1UA1Fit58bEI0W5+CfOiFNLZMcFhsUq1684mxkwKjN195gwXKF/XNwVcCDnIchvBmD KTT7VBpS52xZcc5ypp9mmV5FOmEgA9pvRwnu5qpeyn4N6N4NFrHDZGzn8uCdhvk5S5ag 2+eNk4Dg0o7MYguflhvjI3Cb5EyTRY1fXK7hyGIiceXdGEUbMk2J6yqBP7rnBbECTpk8 cvww== X-Gm-Message-State: AFqh2kpbVHl4aQLWPyzQ4tSRq7Tu8H4YqqZrTEDCHRzQfcCYjJ3HaSiq HoWkwBO6Ck2TujaSxYiSuhGqWpjzzk2kR8s5f9DvjPHHHN5hzCXg X-Google-Smtp-Source: AMrXdXuJ+QU/DbRMeZzsl6OFeZhLMroiSm+CzV4t92CIdCLsD4C38qDUe/AnBFfK6ptwh0JdoyCOjZPFWJiFxZ6150A= X-Received: by 2002:a05:6830:3699:b0:670:69fc:cd23 with SMTP id bk25-20020a056830369900b0067069fccd23mr1904624otb.174.1672328869928; Thu, 29 Dec 2022 07:47:49 -0800 (PST) MIME-Version: 1.0 From: Miguel Borges de Freitas Date: Thu, 29 Dec 2022 15:47:39 +0000 Message-ID: To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] Late SEI is not implemented (providing a sample) 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: Dear all, While updating Kodi to use the ffmpeg provided A53 side data for closed captions instead of our custom (old) demuxer (c.f. https://github.com/xbmc/xbmc/pull/22333) and running it against a battery of test samples I've found the following messages in the log for one particular sample: [ffmpeg/video] h264: Late SEI is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [ffmpeg/video] h264: If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) This happens with ffmpeg version 5.1.2 and current master. To reproduce the problem you can simply open it with ffplay: ffplay https://livesim.dashif.org/dash/vod/testpic_2s/cea608.mpd The sample in question has two closed caption streams, although in ffmpeg none is detected/demuxed (a53 side data is empty). You can validate the proper behavior using dash.js for example: https://players.akamai.com/players/dashjs?streamUrl=https%3A%2F%2Flivesim.dashif.org%2Fdash%2Fvod%2Ftestpic_2s%2Fcea608.mpd Hope you find this helpful, Best regards, Miguel _______________________________________________ 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".