-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to add DRC data? #38
Comments
@edrthomas Could you please help? |
The loudness/DRC Metadata is based on MPEG-D DRC. You might need to use the reference software at http://wg11.sc29.org/svn/repos/MPEG-D/Part04-Dynamic_Range_Control/ to generate the data that you need. |
@Frank-Ba Thanks for your reply. But the link you shared is not accessible. Could you please share an example of drcInputBitStream.bit or an example mp4 file with loudness box? |
@xinyuwang-hotstar here is a simple file with a |
@podborski Thanks a lot! |
Hi @podborski , Seems the ludt data in that mp4 file is not compatible with the ludt parsing code in this repo. I tried to parse the DRC data with this MP4_to_DRC tool. But got below failure in LoudnessBaseAtom.c.
Do you have any idea about this? Thanks. |
@xinyuwang-hotstar the instructions how to use the software are provided in the ISOBM FF reference software package and attached here. I am afraid that it is necessary to also have the DRC reference software from the SVN server to make it work. |
@Frank-Ba Thanks, I also have seen this readme doc. But SVN is not accessible. I also tried to create new user at http://wg11.sc29.org/ , but still failed to create user. Seems http://wg11.sc29.org/ is out of maintenance. |
I have no idea where to get the DRC reference software from @cconcolato any suggestions? |
Please ask ***@***.*** ***@***.***>. He probably knows the location.
… On Feb 14, 2024, at 5:20 PM, Dimitri Podborski ***@***.***> wrote:
I have no idea where to get the DRC reference software from @cconcolato <https://github.com/cconcolato> any suggestions?
—
Reply to this email directly, view it on GitHub <#38 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALGETPSHJ3LL3JORA4CG3NLYTVPEVAVCNFSM6AAAAAAQITP3J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGIYTEOBTGQ>.
You are receiving this because you were mentioned.
|
Hi team,
Can you please share an example mp4 file with loudness box --
ludt
data?Or can you please share an example of drcInputBitStream.bit, so that we can run DRC_to_MP4?
It is confusing for me about how to add ludt data.
Thanks in advance!
The text was updated successfully, but these errors were encountered: