вт, 8 окт. 2024 г., 15:46 Terje J. Hanssen <terjejhanssen@gmail.com>:


Den 08.10.2024 11:09, skrev Andrew Randrianasulu via Cin:


вт, 8 окт. 2024 г., 12:01 Andrea paz via Cin <cin@lists.cinelerra-gg.org>:
I have not been able to follow CinGG lately, but it seems OK now. I
see many long threads and several patches from Andrew. Could you
please point me to which patches to put in and what to test?

I was mostly looking at qsv (intel-specific) encoding, and related mediacodec (but mediacodec only relevant/usable in termux).

So, not sure if this part applicable for you on AMD.


To verify if the last two patches  I applied 28/9-24 via:
Re: [Cin] so, it looks like qsv integration a bit harder than just adding few lines ....
0001-Add-nv12-as-def.-pixformat-for-qsv-profiles-clarify-.patch
0002-Modify-remaining-_qsv-orofiles-to-use-nv12-fix-typo-.patch
caused some of my later testing issues "mismatch audio/video file format", I wonder if it is easy roll back/"unpatch" to my system status before patching; possibly how to do it?

use git log in cingg source directory.

you will see many lines like

commit 9bc167893466062f9b5f59be6ebc68c96557cbf7 (HEAD -> master)                                  
 Author: Andrew Randrianasulu <randrianasulu@gmail.com>                                             Date:   Tue Oct 8 16:04:04 2024 +0300

you can select long string after commit word, just before two recently applied commits.

then 'q' from git log's pager (usually less) and try

git reset --hard long-string-you-just copied

verify with 'git log' that two last commits are gone 





Another part was about ffmpeg-7.1/x265 4.0 , there was one failing filter (F_scale) that can be fixed by altering ffmpeg sources. I am not sure I want 7.1 without some range conversion fixes, but I am not sure if they ever find their way into 7.1 branch  ...

so, in short unless you want to see how ffmpeg 7.1 performs I do mot think there is much else to test yet?


Although basic ffmpeg 7.1 has been available for Slowroll since a little week (from obs:multimedia:libs)
I thought I would wait a bit longer with testing until the 7.1 series becomes full codec enabled from Packman.