Skip to content
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

Open
Learner00100 opened this issue Mar 28, 2022 · 13 comments
Open

Long duration hevc file not muxing #25

Learner00100 opened this issue Mar 28, 2022 · 13 comments

Comments

@Learner00100
Copy link

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.

@ShaoWeiguo
Copy link
Member

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.
We recommend to use Bento4 which Dolby has finished the contribution, and make it support Dolby codec.

@Learner00100
Copy link
Author

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. We recommend to use Bento4 which Dolby has finished the contribution, and make it support Dolby codec.

Thanks for information, is bento4 support dlb_mp4demux also?
Is mp4extract in bento4 is same as dlb_mp4demux?

@ShaoWeiguo
Copy link
Member

Have a try with Mp42Hevc.

@Learner00100
Copy link
Author

Learner00100 commented Mar 30, 2022

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 ?

@XingzhaoYun
Copy link
Collaborator

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.

@joopie18
Copy link

@Learner00100

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?

@andrei-cb
Copy link

It's working fine, just wait 5-20 minutes and it will be ready.

@joopie18
Copy link

joopie18 commented Jul 1, 2022

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.

@Learner00100
Copy link
Author

It's working fine, just wait 5-20 minutes and it will be ready.

Thank for your answer.

May I know for mp4 demuxing which tool should I use in bento4 that function as mp4demuxer of Dolby.

@XingzhaoYun
Copy link
Collaborator

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.

@Learner00100
Copy link
Author

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?
Mp42aac only for aac right.
I need for ac3,ac4. So kindly tell what to choose.

@XingzhaoYun
Copy link
Collaborator

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? Mp42aac only for aac right. I need for ac3,ac4. So kindly tell what to choose.
Dolby mp4demuxer might be a choice https://github.com/DolbyLaboratories/dlb_mp4demux.
Mp4box https://github.com/gpac/gpac also supports ac3/eac3 according to their page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@andrei-cb @ShaoWeiguo @XingzhaoYun @Learner00100 @joopie18 and others