petsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agoHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.comexternal-linkmessage-square31fedilinkarrow-up1277arrow-down14
arrow-up1273arrow-down1external-linkHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agomessage-square31fedilink
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·6 months agoSo GTK3 doesn’t have GPU acceleration?? Does Qt have it?
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up1·6 months agoGTK3 did not. That’s a big reason 4 exists.
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·edit-26 months agoHmm hmm idk why a new protocol(incompatibe with GTK3) is required for that feature
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-26 months agoWell the core of a toolkits api is rendering… so when rendering is completely redesigned the api is going to change.
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·6 months agoIt seems that Qt5 and Qt6 have GPU acceleration in multiple areas, but I dont understand their landscape with QtWidgets etc.
So GTK3 doesn’t have GPU acceleration?? Does Qt have it?
GTK3 did not. That’s a big reason 4 exists.
Hmm hmm idk why a new protocol(incompatibe with GTK3) is required for that feature
Well the core of a toolkits api is rendering… so when rendering is completely redesigned the api is going to change.
It seems that Qt5 and Qt6 have GPU acceleration in multiple areas, but I dont understand their landscape with QtWidgets etc.
Oh cool