Rat's Blog

Linux下使用MediaEncoder工具压制视频

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »

前言

KiritoMiao大佬写的脚本,用来压制视频的,感觉还可以。

Github地址:https://github.com/KiritoMiao/MediaEncoder

安装

1、安装指令

yum install unzip curl  #For Centos
apt-get install unzip curl  #For Debian和Ubuntu

2、安装脚本

bash <(curl https://www.moerats.com/usr/down/mediaencode/mencode.sh)

使用

输入mediaencode按提示操作。

原文地址:MediaEncoder在Linux下压制视频