Add comment to frameloom.sh, explaining how the basic example works. This can be expanded upon to eventually replace the node script.

This commit is contained in:
mmcwilliams 2019-04-02 12:49:16 -04:00
parent 9d8739cf9b
commit 2cd09f1e05
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ fi
mkdir -p $TMPDIR
#relies on the alphanumeric sorting that occurs when getting
#the list of files in the for loop below
ffmpeg -i "$1" -compression_algo raw -pix_fmt rgb24 "${TMPDIR}export-%05d_a.tif"
ffmpeg -i "$2" -compression_algo raw -pix_fmt rgb24 "${TMPDIR}export-%05d_b.tif"