项目作者: luanamartins

项目描述 :
Extracts text from the videos.
高级语言: Python
项目地址: git://github.com/luanamartins/VideoToText.git
创建时间: 2020-03-31T00:15:59Z
项目社区:https://github.com/luanamartins/VideoToText

开源协议:Apache License 2.0

下载


VideoToText

A tool to extract text from videos.

Activate environment

Windows

Execute the command on the root of the project:

  1. .\venv\Scripts\activate

Execution

This tool must be called by terminal, passing the video absolute filepath as argument. For example:

  1. python main.py filepath.mp4

Requirements

Need to install libraries from requirements.txt and also from Libav

To install requirements.txt, you need to run this command:

  1. pip install -r /path/to/requirements.txt

CAUTION: your machine may have an alias to pip as pip3

Libav needs to be installed directly in the machine.

Colaborators

Luana Martins (luanamartins)