Re: [FFmpeg-user] Recovery of broken Dohiker 'trailcam' videos

2021-06-10 Thread Rob Hallam
On Wed, 9 Jun 2021 at 21:52, Carl Eugen Hoyos wrote: > This is a regression, works fine with FFmpeg 3.2, I opened ticket #9287. > > Thank you for the sample, Carl Eugen My pleasure, thank you for looking into this and opening the ticket, I'll watch it with interest. Much appreciated, Rob

Re: [FFmpeg-user] help: I use av_err2str function in c++, it occurs " error: taking address of temporary array" when build.

2021-06-10 Thread Diederick C. Niehorster
That macro doesn't work in C++. use: char a[AV_ERROR_MAX_STRING_SIZE] = { 0 }; av_make_error_string(a, AV_ERROR_MAX_STRING_SIZE, errCode_); On Thu, Jun 10, 2021 at 12:40 PM 沈海煌 wrote: > > I use av_err2str function in c++, it occurs " error: taking address of > temporary array" when build. > >

[FFmpeg-user] help: I use av_err2str function in c++, it occurs " error: taking address of temporary array" when build.

2021-06-10 Thread 沈海煌
I use av_err2str function in c++, it occurs " error: taking address of temporary array" when build. I use extern "C" but it doesn't work. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

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-g