Skip to content

Commit

Permalink
Fix conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jul 29, 2023
1 parent 56318a1 commit 8b27b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.4 - 2023 Jul 29
- Fix conversion

## 1.5.3 - 2023 Jul 29
- Fix custom quality formats

Expand Down
1 change: 0 additions & 1 deletion bin/to
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ for FILE in "${FILES[@]}"; do
echo Command: `green magick"$OPTIONS_ECHO" "$FILE_ECHO""[0]" "$NEW_FILE_ECHO"`
fi
fi
exit

if [[ $CMD == "ffmpeg" ]]; then
ffmpeg -i "$FILE" "${OPTIONS[@]}" "$NEW_FILE_TEMP" || { echo `red Error:` Conversion failed; exit 1; }
Expand Down

0 comments on commit 8b27b9f

Please sign in to comment.