Skip to content

adam0307a/video_to_txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Name the video you want video.mp4 and put it in the same folder . 
Prepare an output.txt file and put it in the same folder and run the code.
!!!!!!!!!!!  ----->The name of the files have to be like this or you can change the file names in the code.
İf the code does not work you may need to download the necessary libraries. 
Example: pip install easyocr .
OPTİONAL(
If you want to change how many seconds frame analysis is done in the video
change the number in the code in line 30.
    frame_interval = int(fps*10)  # One frame for every 10 seconds
    frame_interval = int(fps*20)  # One frame for every 20 seconds )

About

transcribe text on video screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages