Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shgopher/vp
- Owner: shgopher
- License: apache-2.0
- Created: 2021-01-12T13:30:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T13:39:02.000Z (about 4 years ago)
- Last Synced: 2023-03-05T23:31:34.313Z (almost 2 years ago)
- Topics: ffmpeg, go, golang, video-compression
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```