Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wudududu/extract-video-ppt
extract the ppt in the video
https://github.com/wudududu/extract-video-ppt
Last synced: 9 days ago
JSON representation
extract the ppt in the video
- Host: GitHub
- URL: https://github.com/wudududu/extract-video-ppt
- Owner: wudududu
- License: mit
- Created: 2022-03-26T04:27:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T13:12:07.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:09:55.132Z (3 months ago)
- Language: Python
- Size: 437 KB
- Stars: 323
- Watchers: 7
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## extract ppt from a video
If The video content is included ppt, then this tool can extract the ppt from the video and export a pdf file. Or you can just transform video to pdf -,-.
## install
``` shell
# install from pypi
pip install extract-video-ppt# or local
python ./setup.py install# or local user
python ./setup.py install --user
```### useage
``` shell
# help info
evp --help
# example
evp --similarity 0.6 --pdfname hello.pdf --start_frame 0:00:09 --end_frame 00:00:30 ./ ./test.mp4
# similarity: The similarity between this frame and the previous frame is less than this value and this frame will be saveed, default: 0.6
# pdfname: the name for export pdf
# start_frame: start frame time point, default = '00:00:00'
# end_frame: end frame time point, default = 'INFINITY'
```### example
``` shell
evp --similarity 0.6 --pdfname hello.pdf --start_frame 0:00:09 --end_frame 00:00:30 ./demo ./demo/demo.mp4
```### frame detail
![alt frame detail](./demo/demo.png "frame detail")