echo "Create An Error Model
To create an error model file named myerrmod.ppm from a static video image
kreqc.mp4 (but this is NOT a static video):"
tik -e -omyerrmod.ppm kreqc.mp4

echo "Encode A Video As A TIK File
Using the default error model, make a TIK file named kreqc.tik from a video named kreqc.mp4:"
tik -okreqc.tik kreqc.mp4

echo "Create JPEG Virtual Exposures From A TIK File
Use the a TIK file named kreqc.tik to extract ten virtual exposures into files named mystill0.jpg through mystill9.jpg. Make the sequence of ten virtual exposures start 0.5 seconds into the TDCI, representing a sequence of frames at 1 FPS and a shutter angle of 360 degrees:"
tik -n10 -omystill%d.jpg -b0.5 -f1 -a360 kreqc.tik
