Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

Enhanced version of capture video frames #408

Closed Salman666142 closed 3 years ago

Salman666142 commented 3 years ago

2 enhancements were made. 1.User can set his preferred destination folder name under query. User can also set the video name under query(the video must be in .mp4 format and must be in in this folder itself). 2.User can set how many frames he want from the video then waiting 30 minutes for all the frames to get converted to .jpg extension.

Description

A short summary of what is included in your Pull Request.

Fixes #(issue_no)

Replace issue_no in the above line, with the issue related to this PR.

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

Salman666142 commented 3 years ago

This is my 2 enhancements for Capture_Video_Frame project

chavarera commented 3 years ago

mismatch in code and PR closing