# DialogueExtractor **Repository Path**: qiao08/DialogueExtractor ## Basic Information - **Project Name**: DialogueExtractor - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-29 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Video Demo: https://www.bilibili.com/video/BV1Ba41187cP/ # DialogueExtractor A tool that extracts video clips using subtitles # Pre-requisit * `ffmpeg ffprobe` added to system path * Basic features: pip install -r requirements.txt * Beta features: pip install -r requirements-beta.txt # Beta Features Change line#16 in DialogueExtractor.py to **TRUE** to enable beta features # FAQ * UnicodeDecodeError: "utf-8" codec can't decode byte 0x.... : invalid continuation byte. * Your subtitle file may not be encoded with "utf-8", please double check.