Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shgopher/vp

批量高效率视频压缩软件,仅限于Linux和macOS。且本地安装ffmpeg
https://github.com/shgopher/vp

ffmpeg go golang video-compression

Last synced: 3 months ago
JSON representation

批量高效率视频压缩软件,仅限于Linux和macOS。且本地安装ffmpeg

Awesome Lists containing this project

README

        

# vp
批量高效率视频压缩软件,仅限于Linux和macOS。且本地安装ffmpeg

使用方法:

```bash
git clone https://gitub.com/shgopher/vp
cd vp
go build
./vp -input /Users/googege/Desktop/1 -code 40k -fps 10 -mass 960x540 -output /Users/googege/Desktop
```