Opened 15 years ago

Last modified 13 years ago

#1358 closed defect (fixed)

playing 24-bit, 192 kHz file, shows 16bit in output

Reported by: mgarski@… Owned by: r_togni@…
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 justin.ruggles@…, 15 years ago

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.

comment:2 by mgarski@…, 15 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 compn, 15 years ago

Summary: FFmpeg FLAC audio decoder can't play 24-bit, 192 kHz fileplaying 24-bit, 192 kHz file, shows 16bit in output

works in mplayer, change bug title for display problem

comment:4 by compn, 14 years ago

bug_file_loc: ftp://upload.ffmpeg.org/MPlayer/incoming/flac/http://samples.mplayerhq.hu/flac/

moved sample

comment:5 by compn, 13 years ago

Resolution: fixed
Status: newclosed, 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

Note: See TracTickets for help on using tickets.