Description of the the bug
I was getting some mysterious failures during the ffmpeg step of deew so I passed in the -la flag so I could grab the exact command and run it myself. Turns out an & in the filename was causing the second half of the filename to be interpreted as an unknown command. I found I was able to get around this (outside of deew, running it myself) by wrapping the input and output in quotes.
Version
deew 3.2.1
OS
Ubuntu 24.04 LTS
Description of the the bug
I was getting some mysterious failures during the ffmpeg step of deew so I passed in the
-laflag so I could grab the exact command and run it myself. Turns out an&in the filename was causing the second half of the filename to be interpreted as an unknown command. I found I was able to get around this (outside of deew, running it myself) by wrapping the input and output in quotes.Version
deew 3.2.1
OS
Ubuntu 24.04 LTS