Skip to content

Commit

Permalink
Try fix vaapi args
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso committed May 13, 2024
1 parent 9deaf4b commit 349af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ fix_args() {
while [[ $# -gt 0 ]]; do
case "$1" in
-ss)
args+=("-ss" "$1" "-noaccurate_seek")
shift
args+=("-ss" "$1" "-noaccurate_seek")
;;

-acodec)
Expand Down

0 comments on commit 349af66

Please sign in to comment.