Usage
Here, i'm trying to sequeeze a normal video to a n times faster. But, i found that there are many ways to relize this, such as
- ffmpeg and adjust the speed while roamming, etc.
- OpenCV requires being complied with ffmpeg, which i didn't have the condition and many video format(.mp4) is not well supported.
Installation
- Under Linux
1 |
|
- Under Windows
Directly download the binary executable file from the official page. Move
to the bin folder and run the ./ffmpeg
in command line.
For example the "ffmpeg-master-latest-win64-gpl-shared" file.