sreepathi-ravikumar commited on
Commit
76fad97
·
verified ·
1 Parent(s): 14ee6d8

Update rust_highlight/src/lib.rs

Browse files
Files changed (1) hide show
  1. rust_highlight/src/lib.rs +1 -1
rust_highlight/src/lib.rs CHANGED
@@ -51,7 +51,7 @@ fn render_video(
51
  "-i", &audio_path,
52
  "-vf", &filter_chain,
53
  "-c:v", "libx264",
54
- "-preset", "ultrafast",
55
  "-crf", "18",
56
  "-pix_fmt", "yuv420p",
57
  "-movflags", "+faststart",
 
51
  "-i", &audio_path,
52
  "-vf", &filter_chain,
53
  "-c:v", "libx264",
54
+ "-preset", "fast",
55
  "-crf", "18",
56
  "-pix_fmt", "yuv420p",
57
  "-movflags", "+faststart",