Opened 13 years ago

Closed 12 years ago

Last modified 3 years ago

#452 closed enhancement (fixed)

APE - Only 16-bit samples are supported

Reported by: Flurby Owned by: Michael Niedermayer
Priority: wish Component: avcodec
Version: git-master Keywords: APE
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

When I want to convert an .ape file to a .wav, ffmpeg don't want and says : "Only 16-bit samples are supported".

bash$ffmpeg -i SideA.ape SideA.wav

The result is :
FFmpeg version 0.6.3-rpmfusion
[...]
[ape @ 0x263d400]Only 16-bit samples are supported

Last message repeated 20 times

Input #0, ape, from 'SideA.ape':

Duration: 00:21:36.00, start: 0.000000, bitrate: 3148 kb/s

Stream #0.0: Audio: ape, 96000 Hz, 2 channels

File 'SideA.wav' already exists. Overwrite ? [y/N] y
[ape @ 0x263d400]Only 16-bit samples are supported
Output #0, wav, to 'SideA.wav':

Stream #0.0: Audio: pcm_s16le, 96000 Hz, 2 channels, s16, 3072 kb/s

Stream mapping:

Stream #0.0 -> #0.0

Error while opening decoder for input stream #0.0
bash$

Attachments (1)

SideA-small.ape (2.0 MB ) - added by Flurby 13 years ago.
Sample audio APE file

Download all attachments as: .zip

Change History (4)

by Flurby, 13 years ago

Attachment: SideA-small.ape added

Sample audio APE file

comment:1 by Carl Eugen Hoyos, 13 years ago

Component: FFmpegavcodec
Keywords: Monkey's Audio 24bit added; decoder removed
Priority: normalwish
Reproduced by developer: set
Status: newopen
Type: defectenhancement
Version: unspecifiedgit-master

comment:2 by Elon Musk, 12 years ago

Resolution: fixed
Status: openclosed

comment:3 by Carl Eugen Hoyos, 3 years ago

Keywords: Monkey's Audio 24bit removed
Note: See TracTickets for help on using tickets.