TwVideoManager.misc.parser module¶
-
class
TwVideoManager.misc.parser.MP4Parser(ffprobe_path: str = './ffprobe')[source]¶ Bases:
objectMP4Parserfetches mp4 file meta-data like length, framerate, or screen resolution.Variables: ffprobe_path (str) – the path to the ffprobe. Default value is set based on assumption that the ffprobe file is on the working directory -
ffprobe_path= './ffprobe'¶
-