Fix ffmpeg temp file naming
This commit is contained in:
parent
890dfc5e9c
commit
5c38663f50
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
extractAudio() {
|
||||
tmpfile="${fileid}ffmpeg.wav"
|
||||
tmpfile="${fileid}ffmpeg"
|
||||
commandline=(${ionice}ffmpeg -v 0 -vn -y)
|
||||
commandline+=(-i "$sourcepath/$filename" -map a:0 "$tempdir/$tmpfile")
|
||||
commandline+=(-i "$sourcepath/$filename" -map a:0 "$tempdir/$tmpfile".wav)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user