nurjns

Video Compressor Tool Kontextmenü - TEIL 2

Jan 14th, 2026 (edited)
4,986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 4.37 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress]
  4. "MUIVerb"="Video Compressor by @nurjns"
  5. "SubCommands"=""
  6. "Icon"="shell32.dll,150"
  7.  
  8. ; --- AV1 Menü ---
  9. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1]
  10. "MUIVerb"="AV1 (Libaom)"
  11. "SubCommands"=""
  12.  
  13. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\01VeryHigh]
  14. "MUIVerb"="CRF 20 - Sehr gute Qualität"
  15. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\01VeryHigh\command]
  16. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 20 -Codec AV1"
  17.  
  18. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\02High]
  19. "MUIVerb"="CRF 25 - Gute Qualität"
  20. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\02High\command]
  21. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 25 -Codec AV1"
  22.  
  23. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\03Medium]
  24. "MUIVerb"="CRF 30 - Mittlere Qualität"
  25. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\03Medium\command]
  26. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 30 -Codec AV1"
  27.  
  28. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\04Low]
  29. "MUIVerb"="CRF 38 - Niedrige Qualität"
  30. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\04Low\command]
  31. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 38 -Codec AV1"
  32.  
  33. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\05VeryLow]
  34. "MUIVerb"="CRF 45 - Sehr niedrige Qualität"
  35. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\00AV1\shell\05VeryLow\command]
  36. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 45 -Codec AV1"
  37.  
  38. ; --- HEVC Menü ---
  39. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\01VeryHigh]
  40. "MUIVerb"="CRF 18 - Sehr gute Qualität"
  41. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\01VeryHigh\command]
  42. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 18 -Codec HEVC"
  43.  
  44. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\02High]
  45. "MUIVerb"="CRF 22 - Gute Qualität"
  46. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\02High\command]
  47. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 22 -Codec HEVC"
  48.  
  49. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\03Medium]
  50. "MUIVerb"="CRF 25 - Mittlere Qualität"
  51. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\03Medium\command]
  52. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 25 -Codec HEVC"
  53.  
  54. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\04Low]
  55. "MUIVerb"="CRF 30 - Niedrige Qualität"
  56. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\04Low\command]
  57. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 30 -Codec HEVC"
  58.  
  59. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\05VeryLow]
  60. "MUIVerb"="CRF 35 - Sehr niedrige Qualität"
  61. [HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\.mp4\shell\VideoCompress\shell\05VeryLow\command]
  62. @="powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File \"X:\\PFAD\\ZU\\video_compress.ps1\" -FilePath \"%1\" -CRF 35 -Codec HEVC"
Advertisement