Add ASS/SSA subtitle to video using ffmpeg.
Note
This projected was created with a cookiecutter template. It helps you start writing custom nodes without worrying about the Python setup.
- Install ComfyUI.
- Install ComfyUI-Manager
- Look up this extension in ComfyUI-Manager. If you are installing manually, clone this repository under
ComfyUI/custom_nodes
. - Ensure FFmpeg is installed.
- Restart ComfyUI.
- Extract ASS/SSA subtitle from video.
- Hard code or soft code subtitle to video.
- Video transcoding (Not tested).
- FFMpegSettings: FFmpeg Settings.
- VideoTranscoding: Video Transcoding based on FFmpeg setting.
- SubtitleExtraction: Extract soft encoded subtitle from mkv files.
- SubtitleEmbedding: Embed subtitle to video. Support soft subtitles in MKV, and hard subtitles in various formats.
- ASSSubtitleReader: Load ASS Subtitles from file to ComfyUI strings.
- ASSSubtitleSave: Save ComfyUI strings to subtitle file.
- MultilineTextInput: Multiline text input.