Update rust_highlight/src/lib.rs
Browse files
rust_highlight/src/lib.rs
CHANGED
@@ -51,8 +51,8 @@ fn render_video(
|
|
51 |
"-i", &audio_path,
|
52 |
"-vf", &filter_chain,
|
53 |
"-c:v", "libx264",
|
54 |
-
"-preset", "
|
55 |
-
"-crf", "
|
56 |
"-pix_fmt", "yuv420p",
|
57 |
"-movflags", "+faststart",
|
58 |
"-c:a", "aac",
|
|
|
51 |
"-i", &audio_path,
|
52 |
"-vf", &filter_chain,
|
53 |
"-c:v", "libx264",
|
54 |
+
"-preset", "ultrafast",
|
55 |
+
"-crf", "23",
|
56 |
"-pix_fmt", "yuv420p",
|
57 |
"-movflags", "+faststart",
|
58 |
"-c:a", "aac",
|