1 Star 0 Fork 1

Feng_Yu / simple_video_compress_build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.txt 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
FengYu 提交于 2015-02-10 13:23 . Init first commit
This is a simple script that can convert a batch of videos to "H.264(libx264) + aac(libfdk_aac)" mp4 videos.
For Windows users:
Just drag and drop your video file(s) onto the ``cmd`` file.
For Linux users:
Should install ``ffmpeg`` first. Follow the ffmpeg official document: https://www.ffmpeg.org/download.html#build-linux
Then open your terminal and type ``bash convert.sh video1 [video2] ...``
Or you can modify convert.sh, change the line ``FFMPEG="wine ffmpeg.exe"``, so you can install wine to run ffmpeg.exe. No need to install ffmpeg at all. But it's not very well. I suggest you to install the corresponding ffmpeg.
Shell
1
https://gitee.com/abcfy2/simple_video_compress_build.git
git@gitee.com:abcfy2/simple_video_compress_build.git
abcfy2
simple_video_compress_build
simple_video_compress_build
master

搜索帮助