Skip to content

Troubleshooting

Install FFmpeg with your operating system’s package manager, then verify both commands are available:

Terminal window
ffmpeg -version
ffprobe -version

QuickEdit never overwrites a video by accident. Choose another output name or add --overwrite after checking the target.

QuickEdit needs an audio stream for voice detection and output rendering. Add or mux an audio track before processing this version of QuickEdit.

Start with CPU mode to isolate your environment:

Terminal window
quickedit recording.mp4 --device cpu --whisper-compute-type int8

Then confirm that your CUDA driver and faster-whisper runtime support the selected compute type.

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.