Closed homocomputeris closed 1 year ago
Does it work when you don't use parallel?
The reason I'm asking is that parallel and quoting is a bit unintuitive at times. It appears like the single quote argument around the extra options gets split into invididual arguments. You may have more luck defining the ffmpeg normalize call as a shell function first, or putting it into a small script.
Without parallel it works fine.
Also, I forgot to put -
before application
.
The reason I'm asking is that parallel and quoting is a bit unintuitive at times.
Yeah, I completely forgot about this. Thanks a lot!
In this particular case, running parallel -q
worked fine.
:warning: Please read this carefully and edit the example responses! If you do not fill out this information, your bug report may be closed without comment.
Checklist (please tick all boxes)
ffmpeg-normalize
(runpip3 install --upgrade ffmpeg-normalize
)ffmpeg
or a recent build from Git masterExpected behavior Using
the
-e '[ "-vbr", "on", "application", "voip" ]'
is passed to ffmpegActual behavior ffmpeg-normalize thinks that
-vbr
is-v br
Command The exact command you were trying to run:
Any output you get when running the command with the
--debug
flag:Environment (please complete the following information):
python3 --version
orpython --version
)ffmpeg -version
)