https://github.com/diraneyya/fix-frame-rate
A Makefile to fix the speed or the frame-rate of an mp4 video (uses 'ffmpeg').
https://github.com/diraneyya/fix-frame-rate
Last synced: 4 months ago
JSON representation
A Makefile to fix the speed or the frame-rate of an mp4 video (uses 'ffmpeg').
- Host: GitHub
- URL: https://github.com/diraneyya/fix-frame-rate
- Owner: diraneyya
- Created: 2022-11-06T20:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T20:40:04.000Z (over 3 years ago)
- Last Synced: 2025-11-16T17:32:14.274Z (7 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fix-frame-rate
A Makefile to fix the speed or the frame-rate of an mp4 video (uses 'ffmpeg').
## Usage
Assuming that you have a video file with the name 'video.mp4' that is, for whatever reason, damaged or have an odd framerate (let's say, `108928000 frames/9021 seconds`).
You can use this script to fix the speed of the video file by entering the target (i.e. desired) frame-rate as follows:
```bash
make FPS=value video.fixed.mp4
```