View Single Post
Old 28th October 2021, 22:39   #4  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by PCU View Post
Because until a few months ago, MediaInfo showed x264 specs.
The reason why MediaInfo and similar tools can show "x264 specs" is that the x264 encoder, by default, embeds that information into the H.264 stream, as a custom SEI message.

H.264 decoders simply ignore this "unknown" custom SEI message. MediaInfo knows what to look for and how to interpret it. Anyway, the custom SEI message is not needed by any means; it's just some "diagnostic" information.

Therefore, x264 could trivially be modified to not write the custom SEI message. Or the custom SEI message could be removed – intentionally or incidental – by whatever MP4(?) muxer they use.

So, as Blue_MiSfit already pointed out, the lack of x264 custom SEI message alone is not a prove that the stream wasn't created by x264. An x264 developer probably could tell by looking at the stream in detail though...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 28th October 2021 at 22:46.
LoRd_MuldeR is offline   Reply With Quote