[Ffmpeg-devel] Re: ffmpeg cvs version can not recognize dvd .vob with dts audio codec.

Guillaume POIRIER poirierg
Tue May 3 07:32:48 CEST 2005


Hi,

On 5/3/05, Bo Xie <xiebopublic at gmail.com> wrote:
> > ffmpeg don't support dts, it was supported by
> > http://www.videolan.org/libdca.html .
> >
> Yes,I know ffmpeg avcodec lib has not native dts support and it calls
> external libdts/libdca. But from the user point of view, it has no
> difference between native or external dts decoder lib. right?
> 
> Who can give me some suggestions to locate the bug(ffmpeg can not
> recognize dvd .vob with dts audio). If I can locate it, maybe I can
> fix it by myself.

I guess you should help yourself with some very basic and simple shell
scripts, like this one:
find -name "*.c" -type f -exec grep -q "dts" {} \; -print
Which will tell you all the C files that contains an occurrence of "dts".
That will sure give you a great start point, from which I trust you're
gonna be a able to kick those bugs out.

If your OS doesn't allow you do do such a thing, install cygwin or use
a better OS, there are plenty available.

Guillaume





More information about the ffmpeg-devel mailing list