基于 ffmpeg 和 Python3 创建视频在不同时间的截图,并将它们合成一张缩略图。
Creating video thumbnails, based on ffmpeg and Python (support Python3 only).
Python3 and ffmpeg is required. You can use apt, yum or brew to install them.
# Clone this repository
git clone https://github.com/stevenjoezhang/video-thumbnail.git
# Go into the repository
cd video-thumbnailpython3 run.py /path/to/example.mp4or
bash run.sh /path/to/example.mp4You may edit the files yourself. For example, you can change the value of width_i in image.py.
- Mimi Developer of this project.
Released under the GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0.html