Re: [FFmpeg-user] libatomic support for mips32

2022-07-27 Thread Christian Marillat
On 26 juil. 2022 12:31, Aravinth Kathiravan wrote: > Hi ffmpeg user, > We are cross compiling ffmpeg with mips32 architecture but our toolchain > does not support libatomic and is facing the following error. > "Undefined reference to __sync_fetch_and_add_8" Add "--extra-libs=-latomic" confgure

Re: [FFmpeg-user] libatomic support for mips32

2022-07-27 Thread Dennis Mungai
On Tue, 26 Jul 2022 at 10:02, Aravinth Kathiravan < aravinth.kathira...@vvdntech.in> wrote: > Hi ffmpeg user, > We are cross compiling ffmpeg with mips32 architecture but our toolchain > does not support libatomic and is facing the following error. > "Undefined reference to __sync_fetch_and_add_8"

Re: [FFmpeg-user] Clarification for decoding AV1 input on the GPU

2022-07-27 Thread Mario Roy
Thanks for the explanation regarding cuvid. Mario On Wed, Jul 20, 2022 at 11:27 PM Xiang, Haihao < haihao.xiang-at-intel@ffmpeg.org> wrote: > On Wed, 2022-07-20 at 08:02 -0500, Mario Roy wrote: > > Thank you Haihao, for the URL to patchset. > > > > Previously, I applied only the patch conta

Re: [FFmpeg-user] Question regarding format as used for '-i'

2022-07-27 Thread jb
Am 23.07.22 um 06:56 schrieb tu...@posteo.de: Hi, My blender animation render process normally results in files like 0002.png 0003.png . 0459.png I use this script to join them into a mp4 video: ffmpeg -r 25 -f image2 -s 1280x1280 -i %04d.png -vcodec libx264 -crf 25 -pix_fmt yuv4