„to_opus.sh“ ändern
readability
This commit is contained in:
parent
ffe4465ebf
commit
cca7277146
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ for file in **/*.@($extension); do
|
||||||
}')
|
}')
|
||||||
|
|
||||||
|
|
||||||
is_video=$(ffprobe -i Hair.m4v -v 0 -select_streams V -show_entries stream=codec_type)
|
is_video=$(ffprobe -i Hair.m4v -v fatal -select_streams V -show_entries stream=codec_type)
|
||||||
if [[ -n "$is_video" ]]; then
|
if [[ -n "$is_video" ]]; then
|
||||||
echo "$file is a video file and will not be converted"
|
echo "$file is a video file and will not be converted"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue