google-cloud-platform - 如何将 FFMPEG 安装到 GCP 中

标签 google-cloud-platform ffmpeg gcloud google-cloud-shell

如何在 Google Cloud Shell 中安装 FFMPEG。那可能吗?

screenshot of error

对不起我的语言不好

最佳答案

您可以使用以下命令在 Cloud Shell 上安装 FFmpeg。但是,您的 Cloud Shell 机器是短暂的,并且在 session 结束后不会持续存在系统范围的更改。

sudo add-apt-repository ppa:mc3man/trusty-media  
sudo apt-get update  
sudo apt-get install ffmpeg  

Customize Cloud Shell

关于google-cloud-platform - 如何将 FFMPEG 安装到 GCP 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61846775/

相关文章:

git - 使用 gcloud init 时出错

google-cloud-platform - gcloud:用户无权访问服务帐户 "default"

google-cloud-platform - 谷歌语音转文本: Invalid recognition 'config' : bad sample rate hertz

ffmpeg - 从 ffmpeg 向 ffserver 发送 2 个不同的摄像机源

ffmpeg - 让 ffmpeg 捕获运行 puppeteer 脚本的 xfvb-run screen 的全屏,并通过 rtmp 发送

go - 错误 : (gcloud. functions.deploy) OperationError : code=3, 消息=构建失败错误 ID:6191efcd

docker - Kubernetes Pods 与内部/外部 IP 地址互通

oauth - gsutil 结果为 "CommandException: You have multiple types of configured credentials"

google-cloud-platform - GCP API 网关创建失败并出现内部服务器错误

ffmpeg 和 ffmpeg-php 安装在 Fedora 13 上