Opened 21 months ago
Closed 21 months ago
#10189 closed defect (fixed)
rka: lossless file decodes incorrectly
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
rkau.exe decompresses the file correctly
and the output from attached rka file should be identical to:
ffmpeg -i 16_33_M_C0.WA -f s16le out.raw
https://trac.ffmpeg.org/attachment/ticket/10178/16_33_M_C0.WA
./ffmpeg -i 16_33_m_l1.rka -y out.wav ffmpeg version N-109855-g2296078397 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) configuration: libavutil 58. 1.100 / 58. 1.100 libavcodec 60. 2.100 / 60. 2.100 libavformat 60. 2.100 / 60. 2.100 libavdevice 60. 0.100 / 60. 0.100 libavfilter 9. 1.100 / 9. 1.100 libswscale 7. 0.100 / 7. 0.100 libswresample 4. 9.100 / 4. 9.100 Guessed Channel Layout for Input Stream #0.0 : mono Input #0, rka, from '16_33_m_l1.rka': Duration: 00:00:10.00, start: 0.000000, bitrate: 133 kb/s Stream #0:0: Audio: rka, 33333 Hz, 1 channels, s16p Stream mapping: Stream #0:0 -> #0:0 (rka (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf60.2.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 33333 Hz, mono, s16, 533 kb/s Metadata: encoder : Lavc60.2.100 pcm_s16le size= 346kB time=00:00:09.83 bitrate= 288.2kbits/s speed= 433x video:0kB audio:346kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.022033%
Attachments (1)
Change History (2)
by , 21 months ago
Attachment: | 16_33_m_l1.rka added |
---|
comment:1 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Now does not decode noise. Maybe it have few samples extra but i do not consider that deal breaker.