Opened 17 years ago
Last modified 16 years ago
#1358 closed defect (fixed)
playing 24-bit, 192 kHz file, shows 16bit in output
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | important | Component: | ad |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | compn | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
I have uploaded sample .flac file that is unsupported.
Also there is problem when MPlayer displays info about file:
AUDIO: 192000 Hz, 2 ch, s16le, 5042.2 kbit/82.07% (ratio: 630281->768000)
MPlayer show "s16le" but it isn't true, as this file is 24-bit.
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
I've tested with mplayer (after ffmpeg commit r16723) and file play ok.
The 16/24-bit info display is still the same.
comment:3 by , 17 years ago
| Summary: | FFmpeg FLAC audio decoder can't play 24-bit, 192 kHz file → playing 24-bit, 192 kHz file, shows 16bit in output |
|---|
works in mplayer, change bug title for display problem
comment:4 by , 17 years ago
| bug_file_loc: | ftp://upload.ffmpeg.org/MPlayer/incoming/flac/ → http://samples.mplayerhq.hu/flac/ |
|---|
moved sample
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed, patriotact@gmail.com |
s16le is the format coming out of the decoder and going to your soundcard.
if you want to change that look at -af format

This should be fixed with current FFmpeg. The 16/24-bit info display is a separate issue. I tested the sample with ffmpeg, not mplayer, so someone please verify.