📜  安装 handbrake ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:11.058000             🧑  作者: Mango

代码示例1
# From the command line, add the official releases PPA to your system.
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update

# Install HandBrake.
sudo apt-get install handbrake-cli handbrake-gtk

# Run HandBrakeCLI to use HandBrake on the command line.
# Run ghb to launch HandBrake’s graphical user interface.

# HandBrake Docs
# https://handbrake.fr/docs/en/latest/get-handbrake/download-and-install.html