This project is the first in a suite of tools designed for Exceedingly Reproducibly Research by the Community Data Science Collective. The goal of this project is to convert pdf representations of lab meetings and other conversations, which can be annotated with audio and timestamps.
Using this script requires the following dependencies:
- Python 3.5+
- pdflatex
The script takes three parameters: an input file, and output file, and the number of pages to produce.
E.g.,
python3 video_to_pdf.py -i path/to/input/file.mp4 -o path/to/output/file.pdf -p 100
The projet extensively uses the video_to_ascii project.