Skip to main content

Preferences

Open the Preferences window from the Menu bar, or click Ctrl/Cmd + ,.

General Preferences

Default export file name

Sets the default export file name for file transcriptions. For example, a value of {{ input_file_name }} ({{ task }}d on {{ date_time }}) will save TXT exports as Input Filename (transcribed on 19-Sep-2023 20-39-25).txt by default.

Available variables:

KeyDescriptionExample
input_file_nameFile name of the imported fileaudio (e.g. if the imported file path was /path/to/audio.wav
taskTranscription tasktranscribe, translate
languageLanguage codeen, fr, yo, etc.
model_typeModel typeWhisper, Whisper.cpp, Faster Whisper, etc.
model_sizeModel sizetiny, base, small, medium, large, etc.
date_timeExport time (format: %d-%b-%Y %H-%M-%S)19-Sep-2023 20-39-25