[FFmpeg-user] Adding support for EAC3 compatibility with mp4 container

Tarun singhal tsinghal18 at gmail.com
Mon Nov 11 13:34:13 CET 2013


On Thu, Nov 7, 2013 at 4:51 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Tarun singhal <tsinghal18 <at> gmail.com> writes:
>
> > I got to know that ffmpeg cant put EAC3 in mp4 because
> > FFmpeg's mov/isom muxer does not contain a function
> > mov_write_eac3_tag() which is necessary to write
> > compliant files.
> >
> > I would like to get some help/guidance from this group
> > towards development of this function.
>
> Look at mov_read_dec3() in libavformat/mov.c
>
> How can you test the output files?
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>

not sure what kind of testing you are referrign to? But If its just a
playback, I can play it on VLC media player. I can test video info using
media info / ffmpeg. Ofcourse I have come to know that Standard Silverlight
player is not capable of playing EAC3+H.264 smoothstreams (may be I am
wrong) But I am counting on someone else for development of that part.

But really appreciate your guidance on this part. If I am successful in
this, I will update you


More information about the ffmpeg-user mailing list