Den 26.11.2024 14:36, skrev Andrew Randrianasulu:
> hevc is left out because apparently it works?
>
>
> Terje, can you test this patch?
>
>
Yes, I'll do.
Same procedure for partly rebuild ffmpeg as below for the
previous
patch, and should the latter be removed?
Apply patch saved to:
# cd /Cin/thirdparty/ffmpeg-7.0
# git am
0001-Exp-do-not-set-ildct-flag-for-qsv_av1-h264-vp9.patch
rebuild ffmpeg, do not do make clean!! (NB! FFMPEG - not
Cin)
no, this one is for cinelerra/ffmpeg.C our
interface to libav* libraries from ffmpeg
so just apply from toplevel where./autogen.sh
and bin directories reside, and re build fully.
# cd ../.. or cd /Cin
so you again in main directory with ./autogen.sh and bin
directory
with cinelerra.
# /Cin
# touch cinelerra/ffmpeg.C
# rm -rf thirdparty/ffmpeg-7.0
# rm thirdparty/build/ffmpeg.*
# make