Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 455 Bytes

Vid2pdf

A app tthat uses estimation to convert videos to pdf , it can also add subtitles if srt/vrt file is provided.

How to use:

CLone this repository then add your video in the videos folder inside tests folder, then run coomand:

python3 -m src.main tests/videos/<vid_name> -s tests/subtitles/ -o output.pdf
If you dont want subtitles:
python3 -m src.main tests/videos/input_4.mp4 -o output.pdf