-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Labels
Comments
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. |
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
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
mentioned this issue
Apr 21, 2014
Closed
ghost
mentioned this issue
Aug 14, 2016
ghost
mentioned this issue
Dec 29, 2016
ghost
mentioned this issue
Aug 18, 2017
Closed
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
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)
The text was updated successfully, but these errors were encountered: