Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Late SEI is not implemented (providing a sample)
@ 2022-12-29 15:47 Miguel Borges de Freitas
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Borges de Freitas @ 2022-12-29 15:47 UTC (permalink / raw)
  To: ffmpeg-devel

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".

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [FFmpeg-devel] Late SEI is not implemented (providing a sample)
@ 2023-01-15 15:42 Miguel Borges de Freitas
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Borges de Freitas @ 2023-01-15 15:42 UTC (permalink / raw)
  To: ffmpeg-devel

Answering my own question here in case someone else stumbles into this, it turns out those streams were completely broken:

- The CC data SEI NAL units were defined after the primary coded picture which violates the H264 standard
- The user data part of SEI was lacking the marker_bits (0xFF) at the end

Both issues were fixed upstream by the Dash industry forum and the public samples regenerated after the report, they work correctly now in ffmpeg.
Cross-reference: https://github.com/Dash-Industry-Forum/dash-live-source-simulator/issues/115

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-15 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 15:47 [FFmpeg-devel] Late SEI is not implemented (providing a sample) Miguel Borges de Freitas
2023-01-15 15:42 Miguel Borges de Freitas

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git