DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

eac3 not supported #18

Closed Cyb3rd3crypti0n closed 2 years ago

Cyb3rd3crypti0n commented 3 years ago

Hello everybody,

Don't know if this is the tools fault or if I've done something wrong.

Whenever I want to import mux a .h265 file with a Dolby Digital Plus audio track (.eac3; extracted through MKVExtract) I get the error:

ERROR! Input ES type: eac3, extension not supported

According to the ReadMe, Dolby Digital Plus is supported. When i change the filename form .eac3 to .ac3 it works. So there is at least a workaround but why is this even needed?

ElegantPercentage commented 3 years ago

Hello everybody,

Don't know if this is the tools fault or if I've done something wrong.

Whenever I want to import mux a .h265 file with a Dolby Digital Plus audio track (.eac3; extracted through MKVExtract) I get the error:

ERROR! Input ES type: eac3, extension not supported

According to the ReadMe, Dolby Digital Plus is supported. When i change the filename form .eac3 to .ac3 it works. So there is at least a workaround but why is this even needed?

My understanding is Dolby Digital Plus is supported but you need to rename .eac3 to .ec3 to make it work.

M0djO commented 2 years ago

Use .ec3 as the file extension. Ticket may be closed.

ShaoWeiguo commented 2 years ago

I see, thanks.