Package torpido
Expand source code
from torpido.auditory import *
from torpido.io import *
from torpido.textual import *
from torpido.visual import *
Sub-modules
torpido.analytics
torpido.auditory
-
Audio de noising process: this class will read the audio file and using wavelet transforms a threshold will be added to each window with certain level
torpido.config
torpido.exceptions
torpido.io
-
This file contains function to separate out video and audio using ffmpeg. It consists of two functions to split and merge video and audio using ffmpeg.
torpido.progress
torpido.textual
-
This file is for calculating the textual ranking for the video ,the textual ranking is done by detecting text in the video. Text detection is achieved …
torpido.tools
torpido.util
torpido.video
torpido.visual
-
This file reads the video and gives ranking to frames that have motion in it, saves in the dictionary with frame numbers this dictionary is then saved …