A app tthat uses estimation to convert videos to pdf , it can also add subtitles if srt/vrt file is provided.
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