Merge pull request #162 from Nicko98/master

Call AAXtoMP3 interactively
This commit is contained in:
KrumpetPirate
2021-03-09 17:38:10 -05:00
committed by GitHub
3 changed files with 170 additions and 2 deletions

View File

@ -683,7 +683,7 @@ do
#ffmpeg version 4+ and on the output for all older versions.
split_input=""
split_output=""
if [ "$(($(ffmpeg -version | sed -E 's/[^0-9]*([0-9]).*/\1/g;1q') > 3))" = "1" ]; then
if [ "$(($(ffmpeg -version | $SED -E 's/[^0-9]*([0-9]).*/\1/g;1q') > 3))" = "1" ]; then
split_input="-ss ${chapter_start%?} -to ${chapter_end}"
else
split_output="-ss ${chapter_start%?} -to ${chapter_end}"