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

Can't play AAC LD #9

Closed
bat999 opened this issue Dec 25, 2012 · 2 comments
Closed

Can't play AAC LD #9

bat999 opened this issue Dec 25, 2012 · 2 comments

Comments

@bat999
Copy link

bat999 commented Dec 25, 2012

Hi
Error message is:-
[aac @ 0x8bbde60]Audio object type 23 is not supported.
Could not open codec.
[format] Sample format iec61937le not yet supported.

That's because the audio track is "Format : ER AAC LD".
MPlayer can play this using FAAD2.
But mpv can't use this codec.
Only "Codecs: libavcodecs mpg123" so far.

Samples are here ---> http://www.mediafire.com/download.php?pbl6epjbklvc0g3

michelle1.mkv is "ER AAC LD", sound doesn't play with mpv.
michelle2.mkv is "LC", this plays OK with mpv

@ubuntu:~/mpv-build/mpv$ ./mpv "michelle1.mkv"
Playing michelle1.mkv.
Detected file format: Matroska
[stream] Video (+) --vid=0 (avc1/V_MPEG4/ISO/AVC)
[stream] Audio (+) --aid=0 (*) (MP4A/A_AAC)
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [libavcodec]
[aac @ 0x8bbde60]Audio object type 23 is not supported.
Could not open codec.
Audio decoder init failed for codecs.conf entry "ffaac".
Selected audio codec: libavformat/spdifenc AAC pass-through decoder [spdif]
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
[format] Sample format iec61937le not yet supported
[libaf] Reinitialization did not work, audio filter 'format' returned error code -2
[libaf] Unable to setup filter system can not meet sound-card demands, please send a bug report.
Couldn't find matching filter/ao format!
Audio: no audio
VO: [xv] 320x180 => 320x180 yv12
V: 2.9 (00:00:02) / 3.0 (00:00:03) (96%)
Exiting... (End of file)

@ghost
Copy link

ghost commented Dec 25, 2012

ffmpeg bug report for this issue: https://ffmpeg.org/trac/ffmpeg/ticket/113

I suggest poking the ffmpeg or Libav developers once again to get this fixed.

@ghost
Copy link

ghost commented Sep 18, 2013

It was just added to Libav and will land in ffmpeg soon. I didn't test it, but see no reason why it shouldn't work.

@ghost ghost closed this as completed Sep 18, 2013
kevmitch referenced this issue Apr 14, 2014
I hate tabs.

This replaces all tabs in all source files with spaces. The only
exception is old-makefile. The replacement was made by running the
GNU coreutils "expand" command on every file. Since the replacement was
automatic, it's possible that some formatting was destroyed (but perhaps
only if it was assuming that the end of a tab does not correspond to
aligning the end to multiples of 8 spaces).
@ghost ghost mentioned this issue Aug 18, 2017
@ghost ghost mentioned this issue Feb 28, 2022
12 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant