Skip to content

Commit

Permalink
choke: remove threads from ffmpeg command
Browse files Browse the repository at this point in the history
  • Loading branch information
justchokingaround committed Jul 28, 2024
1 parent b26cda4 commit 77ebac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ EOF
sub_ops="$sub_ops $ffmpeg_maps -c:v copy -c:a copy -c:s srt $ffmpeg_meta"
# shellcheck disable=SC2086
ffmpeg -loglevel error -stats -i "$1" $sub_ops -c copy -threads 6 "$dir.mkv"
ffmpeg -loglevel error -stats -i "$1" $sub_ops -c copy "$dir.mkv"
}
choose_from_trending_or_recent() {
path=$1
Expand Down

0 comments on commit 77ebac6

Please sign in to comment.