tangled
alpha
login
or
join now
matrixfurry.com
/
scripts
1
fork
atom
Various scripts that I maintain
1
fork
atom
overview
issues
pulls
pipelines
extract-m4a: quiet logging
matrixfurry.com
7 months ago
63453e99
7f256cb8
verified
This commit was signed with the committer's
known signature
.
matrixfurry.com
SSH Key Fingerprint:
SHA256:68a4335QUqf4PR8E4jmNMaKH1SIxm7r+LLY9m/8nc/s=
+2
-2
1 changed file
expand all
collapse all
unified
split
scripts
extract-m4a.nu
+2
-2
scripts/extract-m4a.nu
···
44
let file = $file | path expand
45
let parsed_path = $file | path parse
46
47
-
log info $"Extracting `($file)`"
48
49
if $parsed_path.extension != "m4a" {
50
error make {
···
84
# -c:a copy -> Copy codec
85
# -vn -> No video
86
87
-
log info $"Extracted `($file)` to `($output)`"
88
}
···
44
let file = $file | path expand
45
let parsed_path = $file | path parse
46
47
+
log debug $"Extracting `($file)`"
48
49
if $parsed_path.extension != "m4a" {
50
error make {
···
84
# -c:a copy -> Copy codec
85
# -vn -> No video
86
87
+
log debug $"Extracted `($file)` to `($output)`"
88
}