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 eight virtual exposures into files named mystill0.jpg through mystill7.jpg. Make the sequence of eight 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 -n8 -omystill%d.jpg -b0.5 -f1 -a360 kreqc.tik
