Windows PowerShell ISO rip

This page summarizes the projects mentioned and recommended in the original post on /r/handbrake

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • HandBrake

    HandBrake's main development repository

  • #--------------CHECK AND INSTALL PROGRAMS AND FILES-------------------- if ((Test-Path $Handbrake_File_Path) -And (Test-Path ("$Handbrake_File_Path\HandBrakeCLI.exe")) -And (Test-Path ("$Handbrake_File_Path\libdvdcss-2.dll"))) { #Make sure Handbrake is installed Write-Host "`nHandbrake is installed" } else { Write-Host "`nHandbrake and/or libdvdcss is NOT installed" -ForegroundColor Red if (!(Test-Path $Handbrake_File_Path)) { Write-Host "Installing Handbrake" -ForegroundColor White Invoke-WebRequest -Uri "https://github.com/HandBrake/HandBrake/releases/download/1.4.0/HandBrake-1.4.0-x86_64-Win_GUI.exe" -OutFile "$HOME\Downloads\HandBrake-1.4.0-x86_64-Win_GUI.exe" Start-Process -FilePath "$HOME\Downloads\HandBrake-1.4.0-x86_64-Win_GUI.exe" -Verb RunAs -ArgumentList "/S" -Wait } if (!(Test-Path ("$Handbrake_File_Path\HandBrakeCLI.exe"))) { Write-Host "Installing HandbrakeCLI" -ForegroundColor White Invoke-WebRequest -Uri "https://github.com/HandBrake/HandBrake/releases/download/1.4.0/HandBrakeCLI-1.4.0-win-x86_64.zip" -OutFile "$HOME\Downloads\HandBrakeCLI-1.4.0-win-x86_64.zip" Expand-Archive -LiteralPath "$HOME\Downloads\HandBrakeCLI-1.4.0-win-x86_64.zip" -DestinationPath "$Handbrake_File_Path\" -Force } if (!(Test-Path "$Handbrake_File_Path\libdvdcss-2.dll")) { Write-Host "Installing libdvdcss" -ForegroundColor White if ([System.Environment]::Is64BitOperatingSystem) { $OSbit="win64" } else { $OSbit="win32" } Invoke-WebRequest -Uri "https://download.videolan.org/videolan/libdvdcss/1.2.12/$OSbit/libdvdcss-2.dll" -OutFile "$Handbrake_File_Path\libdvdcss-2.dll" #Command works when run as admin } Write-Host "`nNecessary Programs and Files Installed" Write-Host "----------------------------" }

  • dvdbackup

    Bug fixes of Olaf Beck's dvdbackup pulled somewhere off the web.

  • Here's one instance on github. https://github.com/dustin/dvdbackup

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Windows Photos saves really large video files

    1 project | /r/Windows10 | 7 Dec 2023
  • Vegas PRO18, my mov files.

    1 project | /r/VegasPro | 5 Dec 2023
  • converting .avi files to .mp4

    1 project | /r/techsupport | 28 Nov 2023
  • HandBrake 1.7.0 released with AMD & Nvidia AV1 hwenc, SVT-AV1 v1.7 & SVT-AV1 multi-pass ABR

    1 project | /r/AV1 | 18 Nov 2023
  • HandBrake 1.7.0 released

    1 project | /r/handbrake | 18 Nov 2023