Re: [FFmpeg-user] Converting CAF file

2019-01-27 Thread Carl Eugen Hoyos
2019-01-13 12:03 GMT+01:00, Hafez Adnan : > *[root@test]# ffmpeg -i 8387fe50349724b2d4a9ff9052b47355..caf test1.mp3* > > ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers > built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4) > configuration: --prefix=/usr --bindir=/usr/bin

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Carl Eugen Hoyos
2019-01-14 23:14 GMT+01:00, Hafez Adnan : > Thank you for the reply, please find the link below: > > https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing I just sent a patch to support such files, work-around is to use the pipe: $ cat file | ffmpeg -i - out.wav

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
thanks for the help but 2 things, it works fine with Quick time and how can I fix a large number of files automatically. Best Hafez On Tue, Jan 15, 2019 at 12:52 AM Paul B Mahol wrote: > On 1/14/19, Paul B Mahol wrote: > > On 1/14/19, Hafez Adnan wrote: > >> Thank you for the reply, please

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Paul B Mahol wrote: > On 1/14/19, Hafez Adnan wrote: >> Thank you for the reply, please find the link below: >> >> https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing >> > > Looks like invalid file. Can be easily fixed, by hex editor... > >> Best

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Hafez Adnan wrote: > Thank you for the reply, please find the link below: > > https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing > Looks like invalid file. > Best regards, > Hafez > > On Tue, Jan 15, 2019 at 12:08 AM Paul B Mahol wrote: > >> On

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
Thank you for the reply, please find the link below: https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing Best regards, Hafez On Tue, Jan 15, 2019 at 12:08 AM Paul B Mahol wrote: > On 1/14/19, Hafez Adnan wrote: > > Thank you Dear, I upgrade the FFmpeg, but I

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Hafez Adnan wrote: > Thank you Dear, I upgrade the FFmpeg, but I getting sometimes the > following error: > Please upload this CAF sample somewhere. And post link here. > ffmpeg -y -i 6090fd7f711c12ca0d0d975dd80e44b0..caf > 6090fd7f711c12ca0d0d975dd80e44b0.mp3 > ffmpeg version 4.1

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
Thank you Dear, I upgrade the FFmpeg, but I getting sometimes the following error: ffmpeg -y -i 6090fd7f711c12ca0d0d975dd80e44b0..caf 6090fd7f711c12ca0d0d975dd80e44b0.mp3 ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7 (GCC) configuration:

Re: [FFmpeg-user] Converting CAF file

2019-01-13 Thread Paul B Mahol
On 1/13/19, Hafez Adnan wrote: > Hi All, > > Kindly I need your support to convert the CAF file to MP3 format. > > I am using the following command, but I getting the following error: > > ffmpeg -i 40c90a1b16acc9f88ee700d2d812af63..caf test.caf > > ffmpeg version 2.6.8 Copyright (c) 2000-2016 the

[FFmpeg-user] Converting CAF file

2019-01-13 Thread Hafez Adnan
Hi All, Kindly I need your support to convert the CAF file to MP3 format. I am using the following command, but I getting the following error: ffmpeg -i 40c90a1b16acc9f88ee700d2d812af63..caf test.caf ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 4.8.5