Skip to content

Instantly share code, notes, and snippets.

get-appxpackage Microsoft.549981C3F5F10 | remove-appxpackage
get-appxpackage Microsoft.WindowsAlarms | remove-appxpackage
get-appxpackage Microsoft.WindowsCamera | remove-appxpackage
get-appxpackage Microsoft.WindowsFeedbackHub | remove-appxpackage
get-appxpackage Microsoft.WindowsMaps | remove-appxpackage
get-appxpackage Microsoft.GetHelp | remove-appxpackage
get-appxpackage Microsoft.Windows.Photos | remove-appxpackage
get-appxpackage Microsoft.People | remove-appxpackage
get-appxpackage Microsoft.YourPhone | remove-appxpackage
get-appxpackage Microsoft.XboxGamingOverlay | remove-appxpackage
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/tree/master/amf/public/include/components
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/doc/AMF_Video_Encode_HEVC_API.md
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/doc/AMF_Video_PreAnalysis_API.md
OBS
https://github.com/obsproject/obs-studio/blob/master/plugins/obs-ffmpeg/texture-amf.cpp
---------------------------------------------------------------------------------------------------------
@lextra2
lextra2 / input.conf
Last active March 13, 2024 18:05
mpv\portable_config\mpv.conf
WHEEL_UP add volume 5
WHEEL_DOWN add volume -5
LEFT seek -5 exact
RIGHT seek 5 exact
UP add chapter 1
DOWN add chapter -1
@lextra2
lextra2 / 0_AVISYNTH
Last active March 7, 2024 10:35
AVISYNTH-2022
321
@lextra2
lextra2 / MPV-OLD
Last active February 14, 2024 07:00
MPV-OLD
[default]
hwdec=auto
scale=lanczos
dither-depth=auto
volume=100
volume-max=100
@lextra2
lextra2 / DefaultDeviceProfiles.ini
Last active August 4, 2023 08:45
Unreal Engine 4
[/Script/Engine.TextureLODSettings]
TextureLODGroups=(Group=TEXTUREGROUP_World,MinLODSize=1,MaxLODSize=8192,LODBias=0,MinMagFilter=aniso,MipFilter=point,NumStreamedMips=0,MipGenSettings=TMGS_Sharpen3)
TextureLODGroups=(Group=TEXTUREGROUP_WorldNormalMap,MinLODSize=1,MaxLODSize=8192,LODBias=0,MinMagFilter=aniso,MipFilter=point,NumStreamedMips=0,MipGenSettings=TMGS_SimpleAverage)
TextureLODGroups=(Group=TEXTUREGROUP_WorldSpecular,MinLODSize=1,MaxLODSize=8192,LODBias=0,MinMagFilter=aniso,MipFilter=point,NumStreamedMips=0,MipGenSettings=TMGS_SimpleAverage)
@lextra2
lextra2 / Environment Variables
Last active June 27, 2023 00:19
DXVK Settings
System Properties > Environment Variables > System Variables
Name > Value
DXVK_ASYNC
1
DXVK_CONFIG_FILE
C:\DXVK_CACHE\dxvk.conf
@lextra2
lextra2 / NEWEST
Last active March 5, 2023 02:12
youtube.com CSS
/* country code besides the youtube logo - top left */
#country-code {
display: none !important;
}
/* video player gradients */
.ytp-gradient-top,
.ytp-gradient-bottom {
display: none !important;
}
@lextra2
lextra2 / 0-ubuntu
Last active August 7, 2022 22:10
Ubuntu Terminal Commands
gstreamer
https://askubuntu.com/a/1340796
~/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib/wine/dxvk/d3d9.dll
Dxvk location
https://www.omgubuntu.co.uk/2022/07/nautilus-admin-open-file-as-root-ubuntu
to preview gtk themes:
thewidgetfactory / gtk3-widget-factory
@lextra2
lextra2 / Capture Desktop
Last active August 3, 2022 14:54
Capture Desktop
ffmpeg -y \
-thread_queue_size 512 -f x11grab \
-s 1920x1080 -r 60 \
-i :0 \
-thread_queue_size 1024 -f pulse \
-i default \
-c:v libx264 -preset fast -b:v 10M -pix_fmt nv12 \
-c:a aac -b:a 320K \
output.mkv