-
Notifications
You must be signed in to change notification settings - Fork 62
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
Long duration hevc file not muxing #25
Comments
The purpose of dlb_mp4base is to help Dolby's customers/partners to implement theirs mux tool, not use the tool directly. The executable tool provided is just for testing purpose, so it has limited quality. |
Thanks for information, is bento4 support dlb_mp4demux also? |
Have a try with Mp42Hevc. |
Ok thanks but it is for extract video only right, then how to extract audio like audio.ec3 in bento4 ? |
You can use dlb_mp4demux for ac3, ec3 and ac4 demuxing. |
Have you fix this problem already? I was using this command: mp4muxer --dv-profile 5 -i video.hevc -i audio.ec3 --media-lang eng -o outputfile.mp4 Do you know something similar and what command should i use? |
It's working fine, just wait 5-20 minutes and it will be ready. |
Yeah i know now. It seems like nothing happen , but i just have to wait. Thanks for answering. |
Thank for your answer. May I know for mp4 demuxing which tool should I use in bento4 that function as mp4demuxer of Dolby. |
Bento4 has mp42aac, mp42avc, mp42hevc, that's all codecs they've supported. |
But for ac3,ac4 what to choose? |
|
Hevc file with long duration like 1hr or more not muxing and output file is 0bytes and mp4muxer.exe running where read disk activity occur for few seconds but no write disk activity.
For hevc clips like 2min duration it works fine.
Kindly solve the error, thanks.
The text was updated successfully, but these errors were encountered: