#121 closed defect (fixed)
Cannot use libdts?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | ao |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I've downloaded today mplayer from CVS; configured it with:
./configure --with-win32libdir=/usr/local/share/win32codecs/ --enable-libdts
$ mplayer -ac help |grep -i dts
ffdts ffmpeg working DTS [dts]
hwdts hwac3 working DTS through SPDIF
But if I use "mplayer -ac ffdts filename.avi", I get:
Requested audio codec family [ffdts] (afm=ffmpeg) not available.
Enable it at compilation.
Cannot find codec for audio format 0x2001.
Why??
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In reply to comment #1)
Did you got also libavcodec? If not, that's the cause of your porblem (MPlayer
uses libdts via libavcodec).
Shame on me, it's the first time I get mplayer for CVS and I didn't notice that.
I'm closing the bug report.
Ciao!
Did you got also libavcodec? If not, that's the cause of your porblem (MPlayer
uses libdts via libavcodec).
Always use CVS libavcodec (and libavformat) if you're using CVS MPlayer.
See README files for details.