minus-squareBaconWrappedEnigma@lemmy.nztoSelfhosted@lemmy.world•What's your self-hosting success of the week?linkfedilinkEnglisharrow-up16·12 days agoI think QSV is the new “easiest” way if you have an Intel CPU. Here are some docker compose values that might help: group_add: - "110" - "44" devices: - /dev/dri/renderD128:/dev/dri/renderD128 110 is render 44 is video You can grep render /etc/group to find your values. I found CPU accelerated transcoding to be as effective as using GPU acceleration for my small media server setup. Nvidia wasn’t worth it for me. linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 28 days agoGovt rolls back Auckland housing intensification rules, Chris Bishop announces | RNZwww.youtube.comexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkGovt rolls back Auckland housing intensification rules, Chris Bishop announces | RNZwww.youtube.comBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 28 days agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 2 months agoNZ Treasury: "The likely effect would therefore be to increase house prices"plus-squarewww.treasury.govt.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkNZ Treasury: "The likely effect would therefore be to increase house prices"plus-squarewww.treasury.govt.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 2 months agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 3 months agoAge Verification (ID) for Adult Websites Greenlit by Judith Collinsplus-squarelemmy.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkAge Verification (ID) for Adult Websites Greenlit by Judith Collinsplus-squarelemmy.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 3 months agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · edit-23 months agoGovernment unveils major overhaul of New Zealand’s planning systemplus-squareenvironment.govt.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkGovernment unveils major overhaul of New Zealand’s planning systemplus-squareenvironment.govt.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · edit-23 months agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 4 months agoKids KiwiSaver — I.D.E.A.plus-squarewww.ideainstitute.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkKids KiwiSaver — I.D.E.A.plus-squarewww.ideainstitute.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 4 months agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 4 months agoAction plan to combat methamphetamine harmplus-squarewww.beehive.govt.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkAction plan to combat methamphetamine harmplus-squarewww.beehive.govt.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 4 months agomessage-square0linkfedilink
BaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 5 months agoBlackout: A new movement to ban social media for under-16s has a huge blind spot.plus-squarewww.metromag.co.nzexternal-linkmessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkBlackout: A new movement to ban social media for under-16s has a huge blind spot.plus-squarewww.metromag.co.nzBaconWrappedEnigma@lemmy.nz to NZ Politics@lemmy.nzEnglish · 5 months agomessage-square0linkfedilink
I think QSV is the new “easiest” way if you have an Intel CPU. Here are some docker compose values that might help:
group_add: - "110" - "44" devices: - /dev/dri/renderD128:/dev/dri/renderD128110isrender44isvideoYou can
grep render /etc/groupto find your values.I found CPU accelerated transcoding to be as effective as using GPU acceleration for my small media server setup. Nvidia wasn’t worth it for me.