-
Notifications
You must be signed in to change notification settings - Fork 58
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
Question: support of MOV container #20
Comments
Hi :)
All we need - specify different codec instead of MP4_OBJECT_TYPE_AUDIO_ISO_IEC_14496_3.
Do not know if it's standard values or not though. |
Thank you @lieff! I will try it out. Also with setting of |
Time scale can be any value, it's just affects timestamps which passed to MP4E_put_sample(). |
Hi @lieff, do you know if it is enough just to change the tr.object_type_indication? Can we use G.711 packed into the 'mp4a' atom type? If I understand correctly it requires the AAC audio format, and currently, this is the only one supported in your library? |
Currently I do not know, that's why I write "If codec do not need any specific atoms". It may require another atom inside BOX_stsd. If you have sample stream - I can take a look. |
I have an issue when I need to save H264 video + G711 audio into container. I have read that it is not possible with mp4, but is supported by mov.
I want to ask maybe it is possible to extend this project or create a new one for support of mov container.
The text was updated successfully, but these errors were encountered: