Troubleshooting
FFmpeg or FFprobe not found
Section titled “FFmpeg or FFprobe not found”Install FFmpeg with your operating system’s package manager, then verify both commands are available:
ffmpeg -versionffprobe -versionOutput already exists
Section titled “Output already exists”QuickEdit never overwrites a video by accident. Choose another output name or
add --overwrite after checking the target.
No audio track
Section titled “No audio track”QuickEdit needs an audio stream for voice detection and output rendering. Add or mux an audio track before processing this version of QuickEdit.
CUDA problems
Section titled “CUDA problems”Start with CPU mode to isolate your environment:
quickedit recording.mp4 --device cpu --whisper-compute-type int8Then confirm that your CUDA driver and faster-whisper runtime support the selected compute type.
LLM provider errors
Section titled “LLM provider errors”Confirm you installed the matching optional provider dependency group with the
source installer, set the matching API key, and selected a supported model
identifier. --no-llm returns to local-only editing.