Re: [FFmpeg-devel] Ableton live aiff file

2019-09-26 Thread Adam Johnson
Carl pointed me at an 'abledecoder' repository he found on GitHub. I forked it and added a very basic compile script that works on my machine (I'm not a C(++) developer by day): https://github.com/adamchainz/abledecoder . The decryption there works. It seems there's a key in one of the AIFF chunks

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-26 Thread Paul B Mahol
On 9/20/19, Adam Johnson wrote: > I have some aiff files in my music production library that I'd like to > convert to flac. However they aren't recognized by ffmpeg: > > $ ffmpeg -i Raylon-190-Full.aif > ... > [aiff @ 0x7fc3ce80] unknown or unsupported codec tag: able is not > implemented. Upd

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Adam Johnson
> > I wasn't clear from your post of the aiff file was an export from Ableton, > or raw capture files stores in a working directory. > These are aif files from a partner distributed by Ableton. Ableton's aiff export gives a normal pcm_s24be aiff that ffmpeg happily decodes. Presumably they have an

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Carl Eugen Hoyos
Am Fr., 20. Sept. 2019 um 10:30 Uhr schrieb Carl Eugen Hoyos : > > https://files-adamj-eu.s3.amazonaws.com/ffmpeg-devel/Raylon-190-Full.aif > > https://files-adamj-eu.s3.amazonaws.com/ffmpeg-devel/Raylon-190-Full.wav > Thank you for posting the samples! > They are "encrypted", I doubt it is a str

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Andreas Rheinhardt
Kieran O Leary: > On Fri, 20 Sep 2019, 08:58 Adam Johnson, wrote: > >> I have some aiff files in my music production library that I'd like to >> convert to flac. However they aren't recognized by ffmpeg: >> >> $ ffmpeg -i Raylon-190-Full.aif >> ... >> [aiff @ 0x7fc3ce80] unknown or unsupporte

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Carl Eugen Hoyos
Am Fr., 20. Sept. 2019 um 09:58 Uhr schrieb Adam Johnson : > > I have some aiff files in my music production library that I'd like to > convert to flac. However they aren't recognized by ffmpeg: > > $ ffmpeg -i Raylon-190-Full.aif > ... > [aiff @ 0x7fc3ce80] unknown or unsupported codec tag: ab

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Kieran O Leary
On Fri, 20 Sep 2019, 08:58 Adam Johnson, wrote: > I have some aiff files in my music production library that I'd like to > convert to flac. However they aren't recognized by ffmpeg: > > $ ffmpeg -i Raylon-190-Full.aif > ... > [aiff @ 0x7fc3ce80] unknown or unsupported codec tag: able is not >

[FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Adam Johnson
I have some aiff files in my music production library that I'd like to convert to flac. However they aren't recognized by ffmpeg: $ ffmpeg -i Raylon-190-Full.aif ... [aiff @ 0x7fc3ce80] unknown or unsupported codec tag: able is not implemented. Update your FFmpeg version to the newest one from