Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 93fe7d3

Browse files
committed
Swith to default encoding preset
1 parent 5bb2e7c commit 93fe7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playphrase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def create_fragments(search_phrase, clips, export_mode, output_dir):
189189

190190
t_fade = 0.2
191191
af = "afade=t=in:st=%s:d=%s,afade=t=out:st=%s:d=%s" % (0, t_fade, t - t_fade, t_fade)
192-
video_encoding_mode = "ultrafast"
192+
video_encoding_mode = "medium"
193193

194194
if export_mode["audio"]:
195195
cmd = ["ffmpeg", "-y", "-ss", str(ss), "-i", video_file, "-t", str(t), "-af", af, fragment_filename + ".mp3"]

0 commit comments

Comments
 (0)