-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify AVC Intra vs XAVC #2124
Comments
For AVC-Intra, we try to detect that and we show "AVC-Intra xx" (xx = 50 or 100) in Format_Commercial_IfAny when we catch it. About XAVC, I find only marketing blabla, no real technical limitations beside max level / max bitrate, so can be same as Panasonic AVC-Intra. Checking https://en.wikipedia.org/wiki/AVC-Intra after few years, I see that there is an update in the Panasonic constraints: |
From the files you provided, I currently see:
custom quantization matrices are same. I didn't check intra prediction (too far in the bitstream, I don't see it). So for the moment the only diff which could impact is the slices count. I will update MediaInfo for showing AVC-Intra in the commercial name field when there are 10 slices (it was expected to be the case already but current code works only with Clip MXF, not Frame MXF). |
Snapshots have this PR. |
Thanks Jerome! Confirmed in latest snapshots. Do you have any cases where you display the commercial name as XAVC? Commercial name : AVC-Intra 100 |
There is currently no display of XAVC commercial name as we didn't find any technical limitation permitting to narrow to XAVC limitations. For example:
Questions:
|
Hi Jerome, |
We were looking at mapping MediaInfo data to our own internal data model. We have an issue where we need to identify AVC Intra vs XAVC. When looking at exports from one application (Adobe Media Encoder) for each codec, I could not readily tell the difference between the files in terms of identifying one as AVC Intra and the other as XAVC.
Do you know if there is a reliable way to differentiate? On our end, our downsteam encoder can process AVC Intra (Panasonic) correctly but has trouble with XAVC (Sony).
I'll send files over to you out of band.
The text was updated successfully, but these errors were encountered: