Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cronyet/videocompressor
批量视频压制工具
https://github.com/cronyet/videocompressor
ffmpeg video video-compressor
Last synced: about 2 months ago
JSON representation
批量视频压制工具
- Host: GitHub
- URL: https://github.com/cronyet/videocompressor
- Owner: Cronyet
- License: mit
- Created: 2022-12-07T10:35:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T14:23:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:43:15.884Z (2 months ago)
- Topics: ffmpeg, video, video-compressor
- Language: C#
- Homepage:
- Size: 109 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requires
1. ffmpeg
You should ensure that your machine have install the ffmpeg and you can run it through command.# How to use
1. Run app, and type in a path which stores your videos.
2. Wait for scanning.
3. Select extensions that you would apply your arguments.
4. Type in your arguments for each file.# Replacements
1. {file} - This will be replaced with file's absolute path.
2. {ext} - This will be replaced with file's extension with dot.
3. {file.rep src, to} - This will be replaced with file's absolute path which was replaced with
But you need to ensure you have right format that spaces are rightly typed in.