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