Remove jobs check for ffmpeg transcode
This commit is contained in:
parent
8f120e5394
commit
fa19249927
@ -30,9 +30,6 @@ while read -r dir; do
|
|||||||
|
|
||||||
# convert flac files to opus
|
# convert flac files to opus
|
||||||
while read -r file; do
|
while read -r file; do
|
||||||
# only set amount of jobs
|
|
||||||
while [[ $(jobs | wc -l) -gt $numjobs ]] ; do sleep 1 ; done
|
|
||||||
|
|
||||||
# strip extension
|
# strip extension
|
||||||
noextfile="${file%.*}"
|
noextfile="${file%.*}"
|
||||||
# add opus extension
|
# add opus extension
|
||||||
|
Loading…
Reference in New Issue
Block a user