Valerii Zapodovnikov
Valerii Zapodovnikov
> certainly "x[2-5]" since those exist Perfect. Then just change || to &&. And when (if) you need x0 multiplier edit the code.
> recognise private area keys as public What is the difference? And what are those private ones specifically here?
@JeromeMartinez Even with my patch these samples are still recognized as YUVA, not as YCCK. Sigh. https://trac.ffmpeg.org/ticket/4686?replyto=1#comment
@JeromeMartinez Ping.
> has a link on YUVA files and this patch changes that. Oh, it does? Then I am sorry. Those files are indeed YCCK and if this patch fixes it...
I found how the inverted K is signalled: https://bugzilla.mozilla.org/show_bug.cgi?id=674619#c7 APP12 'EMBED\x00' (in hex: FF EC 00 08 45 4D 42 45 44 00) https://wiki.mozilla.org/PDF.js/EMBED
Yes, also editlist Media time can be in samples, not in ms. See a file genarated by: ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -c:a eac3 out.mp4 on recent ffmpeg. Since EAC3...
There is also a problem that it cannot read sgpd and sbgp atoms that signal that decoding should happen not after 1024 samples but from 1023 then dropping 1023 then...
> media_time equals to sample_number / sample_rate. I think it is a good idea to just remove ms whatsover then. Just parse the raw value, let people extract their own...