Simran
Simran
What do you pass as `newInterest`? Is it `{ "createInterest": null }`? Then it is indeed invalid, because it lacks the `_from` and `_to` attributes with proper document IDs.
FYI: The Linux CI image includes libaom but not libsvtav1 currently. Does FFmpeg pick up the latter like it does the former?
That's perfectly normal, and also a clean merge. Nothing to worry about. Do you have an example of how to build FFmpeg with libsvtav1?
Thanks! This was also helpful: https://github.com/AOMediaCodec/SVT-AV1/blob/master/Docs/Build-Guide.md#svt-av1-ffmpeg-plugin-installation I replaced libaom with libsvtav1 in https://github.com/olive-editor/olive/pull/1943/commits/5565b322ddc01507d699f826c3827ed44d0c4976 and uploaded an updated CI image (yes, it's CentOS 7). Can you check whether the export works...
The Docker-based CI is for Linux only. For Windows and macOS, the dependencies are managed separately and @itsmattkc needs to take care of it. Adding consumer / web delivery codecs...
The upcoming 3.9 version addresses this very problem. It is able to perform stack splitting to avoid reaching the limit.
As @maxkernbach wrote, there are limitations for AQL queries, and some of them are new in 3.9 (4000 execution nodes and 500 levels of nesting). Stack splitting doesn't help in...
### Dependency tree of main executable according to [ldd](https://www.man7.org/linux/man-pages/man1/ldd.1.html) ldd app/olive-editor LibraryPath linux-vdso.so.1 libQt5Multimedia.so.5/usr/local/lib/libQt5Multimedia.so.5 libQt5OpenGL.so.5/usr/local/lib/libQt5OpenGL.so.5 libQt5Svg.so.5/usr/local/lib/libQt5Svg.so.5 libQt5Concurrent.so.5/usr/local/lib/libQt5Concurrent.so.5 libGL.so.1/lib64/libGL.so.1 libavutil.so.56/usr/local/lib/libavutil.so.56 libavcodec.so.58/usr/local/lib/libavcodec.so.58 libavformat.so.58/usr/local/lib/libavformat.so.58 libavfilter.so.7/usr/local/lib/libavfilter.so.7 libswscale.so.5/usr/local/lib/libswscale.so.5 libswresample.so.3/usr/local/lib/libswresample.so.3 libOpenColorIO.so.2.0/usr/local/lib/libOpenColorIO.so.2.0 libOpenImageIO.so.2.2/usr/local/lib64/libOpenImageIO.so.2.2 libOpenImageIO_Util.so.2.2/usr/local/lib64/libOpenImageIO_Util.so.2.2 libIlmImf-2_5.so.25/usr/local/lib64/libIlmImf-2_5.so.25 libImath-2_5.so.25/usr/local/lib64/libImath-2_5.so.25 libIex-2_5.so.25/usr/local/lib64/libIex-2_5.so.25...
Locally updated build image currently fails with: ``` WARNING: Plugin "/usr/local/plugins/platformthemes/libqgtk2.so" not found, skipping WARNING: Plugin "/usr/local/plugins/styles/libqgtk2style.so" not found, skipping ERROR: ldd outputLine: "libxcb-icccm.so.4 => not found" ERROR: ldd outputLine:...
The formats you mentioned could be the officially supported ones, but we could allow other formats supported by FFmpeg as well at your own risk, Same for video formats. Just...