Skip to content

Commit

Permalink
Updated path, only works now when installed with gentoo packge rofl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembiance committed Aug 7, 2020
1 parent a15ab0e commit f8eec8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions seq2mp4
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
DIRPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

java -jar "$DIRPATH"/seq2anim.jar "$1" "$2"".anim"
java -jar /opt/seq2mp4/seq2anim.jar "$1" "$2"".anim"
ffmpeg -f iff -i "$2"".anim" -c:v libx264 -crf 1 -preset slow "$2"
rm -f "$2"".anim"

0 comments on commit f8eec8b

Please sign in to comment.