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:
parent
9d8739cf9b
commit
2cd09f1e05
|
@ -15,6 +15,8 @@ fi
|
||||||
|
|
||||||
mkdir -p $TMPDIR
|
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 "$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"
|
ffmpeg -i "$2" -compression_algo raw -pix_fmt rgb24 "${TMPDIR}export-%05d_b.tif"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue