Skip to content

Equivalent of the Video-to-Image Converter. All the functions of that repo have been incorporated into a webapp.

License

Notifications You must be signed in to change notification settings

VSevagen/Video-pdf-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-pdf-webapp

Building process

Step1: Clone this repo into your local machine

Step2: cd into that repo and run pip3 install -r requirements.txt

Step3: Run python3 manage.py migrate

Step4: Run python3 manage.py runserver

Sample execution

After going throught the building procedure above, your homepage would be a simple submission form, where you submit your .mp4 or .mov file.

After uploading, you'll be given the option to create the pdf.

After clicking the "Create Pdf" button, the procedure will take place and take the video throught the first phase of image retrieving and elimination. After executing those procedures, it will compile all images into a pdf. Note that this pdf will not have any duplicates from an algorithm point of view but might have similar images from a human perspective.

If you want to have a shorter pdf with absolutely no duplicates, then click the "Create new Pdf" button. The output pdf will be shorter and have less content, but the images will be absolutey different.

The app should be running on your localhost and if any problem arise, please create an issue.

About

Equivalent of the Video-to-Image Converter. All the functions of that repo have been incorporated into a webapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages