Ticket #452 (closed enhancement: fixed)
APE - Only 16-bit samples are supported
| Reported by: | Flurby | Owned by: | michael |
|---|---|---|---|
| Priority: | wish | Component: | avcodec |
| Version: | git-master | Keywords: | APE Monkey's Audio 24bit |
| 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:
Error while opening decoder for input stream #0.0
bash$
Attachments
Change History
Changed 21 months ago by Flurby
-
attachment
SideA-small.ape
added
comment:1 Changed 21 months ago by cehoyos
- Status changed from new to open
- Reproduced by developer set
- Component changed from FFmpeg to avcodec
- Priority changed from normal to wish
- Version changed from unspecified to git-master
- Keywords Monkey's Audio 24bit added; decoder removed
- Type changed from defect to enhancement



Sample audio APE file