Browse Source

Updated preset, keyframe error on arch builds?

master
rbeck4 11 months ago
parent
commit
f2ecfc6809
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      transcode.sh

+ 2
- 2
transcode.sh View File

@ -36,11 +36,11 @@ function encode {
-i "$inFL" $inline \
-map_metadata 0 \
$vidline \
-c:v libsvtav1 -crf 28 -preset 4 -pix_fmt yuv420p10le \
-c:v libsvtav1 -crf 28 -preset 6 -pix_fmt yuv420p10le \
-svtav1-params \
"enable-overlays=1:\
tune=0:\
keyint=7s" \
keyint=10s" \
-map 0:a? -acodec aac \
-map 0:s? -scodec copy $subline \
-use_wallclock_as_timestamps 1 -max_interleave_delta 0 \

Loading…
Cancel
Save