-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
46 lines (37 loc) · 1.08 KB
/
.env.template
File metadata and controls
46 lines (37 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# MP3 to MP4 Converter Environment Configuration
# Copy this file to .env and fill in your values
# OpenAI API Configuration (for Whisper transcription)
OPENAI_API_KEY=your_openai_api_key_here
# Alternative Whisper API (if using cloud services)
WHISPER_API_URL=https://api.openai.com/v1/audio/transcriptions
WHISPER_API_KEY=your_whisper_api_key_here
# Video Processing Settings
VIDEO_WIDTH=480
VIDEO_HEIGHT=854
VIDEO_FPS=30
# Logo URLs (can be overridden from environment)
RUMMERLAB_LOGO_URL=https://rummerlab.com/images/rummerlab_logo_transparent.png
PHYSIOSHARK_LOGO_URL=https://physioshark.org/images/logo-physioshark-project.png
# Background Colors (RGB values)
BG_TOP_RED=100
BG_TOP_GREEN=50
BG_TOP_BLUE=20
BG_BOTTOM_RED=200
BG_BOTTOM_GREEN=100
BG_BOTTOM_BLUE=50
# Caption Settings
CAPTION_FONT_SIZE=60
CAPTION_FONT_COLOR=white
CAPTION_STROKE_COLOR=black
CAPTION_STROKE_WIDTH=3
# Whisper Model Settings
WHISPER_MODEL=base
WHISPER_LANGUAGE=en
# Processing Options
FORCE_CONVERSION=false
SKIP_EXISTING=true
ENABLE_CAPTIONS=true
ENABLE_LOGOS=true
# Output Settings
OUTPUT_QUALITY=high
TEMP_DIR=temp