https://github.com/pecuchet/ffmpeg_batch
A bash script to batch convert .mp4 and .mov videos to HTML5 formats (mp4, webm, ogv) with ffmpeg
https://github.com/pecuchet/ffmpeg_batch
Last synced: 16 days ago
JSON representation
A bash script to batch convert .mp4 and .mov videos to HTML5 formats (mp4, webm, ogv) with ffmpeg
- Host: GitHub
- URL: https://github.com/pecuchet/ffmpeg_batch
- Owner: pecuchet
- License: other
- Created: 2015-08-15T09:40:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T18:31:59.000Z (about 9 years ago)
- Last Synced: 2025-03-05T14:16:19.704Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg_batch
A bash script to batch convert all .mp4 and .mov videos in a folder at once. It converts to three HTML5 formats, .mp4, .webm and .ogv using ffmpeg.
If the video is wider than 1280px, the script also converts a scaled .mp4 to 1280px for iPhone support.
(Currently quite basic handling of options and conversion settings.)
## Usage
```ffmpeg_batch ["audio"] [bitrate]```
- ["audio"] default batch does not include audio, type "audio" to allow it
- [bitrate] bit rate defaults to 2000mbps, just provide a higher or lower number