NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.65k stars 338 forks source link

(Request): Natron and ffmpeg5 #771

Closed a61kt closed 2 years ago

a61kt commented 2 years ago

Make sure to follow our issue report guidelines

Provide a description of your feature request

Could Natron give problems on ffmpeg5.0 ...

Im Asking cos archlinux/manjaro updated ffmpeg (From 4.4 to 5.0) and arch replaced some stuff at chromium (to make it ffmpeg5 compatible) https://github.com/archlinux/svntogit-packages/commit/a4401d45a9c70a6c0a25f008890f8404ce5a6a08

Is this a realistically implementable feature?

Can you contribute in creating this feature?

Additional details

ffmpeg5 replaced their apis https://ffmpeg.org/ so it miiiight give problems

devernay commented 2 years ago

The only major change is deprecation of old APIs, and we did that some time ago. Natron lnux binaries are still being built with ffmpeg 4.4.1.

We will upgrade when 5.0 is considered stable enough (usually when https://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html is updated)

a61kt commented 2 years ago

and do u think that it will give problems .. or nah (archlinux has 5.0

devernay commented 2 years ago

we don't care what arch linux has, since we bring our own build of ffmpeg with Natron