https://github.com/thenick775/mov2mp4
A short bash script that converts mov to mp4 through ffmpeg, radically reducing file size with slightly lower quality
https://github.com/thenick775/mov2mp4
Last synced: 3 months ago
JSON representation
A short bash script that converts mov to mp4 through ffmpeg, radically reducing file size with slightly lower quality
- Host: GitHub
- URL: https://github.com/thenick775/mov2mp4
- Owner: thenick775
- Created: 2020-06-14T05:25:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T05:31:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T09:32:59.943Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mov2mp4
A short bash script that converts mov to mp4, radically reducing file size with slightly lower qualityThis utility was created to minimize giant mov files (2-50gb) from the recent wave of remote education.
As storing and moving these files became cumbersome, I created this script to process files
sequentially in batch. This script is designed to reduce mov size while keeping memory and
cpu usage of ffmpeg low.-Requires ffmpeg: can be installed with brew install ffmpeg