Re: [FFmpeg-user] Issue in converting a dss audio file to wav

2021-06-10 Thread Aman Bisht
Hi Carl, I built and installed ffmpeg from git head but the issue is still there. ffmpeg started on 2021-06-10 at 12:48:51 Report written to "ffmpeg-20210610-124851.log" Log level: 48 Command line: ffmpeg -i Welcome.dss -acodec pcm_s16le output.wav -report ffmpeg version N-102686-g99bbf4a5be

Re: [FFmpeg-user] Issue in converting a dss audio file to wav

2021-06-09 Thread Carl Eugen Hoyos
Am Mi., 9. Juni 2021 um 18:00 Uhr schrieb Aman Bisht : > ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers Is the issue you see reproducible with current FFmpeg git head? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Issue in converting a dss audio file to wav

2021-06-09 Thread Aman Bisht
Sample file is uploaded here: https://drive.google.com/file/d/1kwMK-BAityolV9loSPbZESTIXKZowhq5/view?usp=sharing Output of the conversion: ffmpeg started on 2021-06-09 at 15:50:57 Report written to "ffmpeg-20210609-155057.log" Log level: 48 Command line: ffmpeg -i Welcome.dss output.mp3 -report

Re: [FFmpeg-user] Issue in converting a dss audio file to wav

2021-06-09 Thread Carl Zwanzig
On 6/9/2021 3:25 AM, Aman Bisht wrote: Please find the attached sample .dss audio used for conversion to .wav. Please put the file on a sharing site and include the URL. I’m using the below command to convert ffmpeg -I Welcome.dss output.wav I have attached the log report. And please

[FFmpeg-user] Issue in converting a dss audio file to wav

2021-06-09 Thread Aman Bisht
Hi team, I am using ffmpeg for a use case and found a strange thing in the audio conversion process. I haven’t been able to find related material/docs that I could use to resolve the issue. Please find the attached sample .dss audio used for conversion to .wav. I’m using the below command to