-
Notifications
You must be signed in to change notification settings - Fork 6k
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
DtsReader: Add support for other dts sync values #3340
Comments
Could you point me to the document version and section that define when the alternative sync words are used? From the copy I have:
But I couldn't find the alternative ones. |
From ETSI TS 102 114 V1.2.1 Section 5.3:
I also found the alternative ones in FFmpeg/libavcodec/dca_syncwords.h |
Hi, we will be pushing support for this soon. If you have any sample content for DCA_SYNCWORD_CORE_LE and DCA_SYNCWORD_CORE_14B_BE, please send a copy to us. Thanks! |
Sorry, I don't have such sample contents either. |
Issue:#3340 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185973510
Issue:#3340 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185973510
Hi,
DtsReader
only supports sync value of0x7FFE8001
now. However, according to "ETSI TS 102 114", there are other sync values like0xFE7F0180
,0x1FFFE800
and0xFF1F00E8
. Some of them stand for a 14-bit format.Any plans on adding support for these sync values and 14-bit dts audio format?
Thanks.
Link to test content
http://vod.zhenxian.fm/1812_part.ts
The text was updated successfully, but these errors were encountered: