Opened 14 years ago

Last modified 13 years ago

#1703 new defect

mplayer fails to play ffmpeg's flac output.

Reported by: nospam12@… Owned by: reimar
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

To reproduce:

1) Convert a .wav (in.wav) to low-freq flac file with ffmpeg (out.flac)

$ ffmpeg -i in.wav -acodec flac -ar 8000 out.flac

2) Try to play in MPlayer

$ mplayer out.flac

Change History (1)

comment:1 by compn, 13 years ago

Cc: patriotact@… added
Summary: Mplayer fails to play flac files with low audio sampling frequenciesmplayer fails to play ffmpeg's flac output.

the -ar part is not needed. i wonder if ffmpeg's flac output is valid?

anyways mplayer does not play it.

simpler reproduction:
ffmpeg -i in.wav out.flac
mplayer out.flac

workaround:
mplayer -demuxer lavf out.flac

config workaround
[extension.flac]
demuxer=lavf

Note: See TracTickets for help on using tickets.