Opening an animation using the -n option
See Convention for opening files to understand how FCheck specifies padded numbers for opening files.
fcheck -n <start> <end> <interval> <filename>
<start> is the number of the first frame to load.
<end> is the number of the last frame to load.
<interval> is the interval step to load by.
<filename> is sequence filename. The filename must follow guidelines set in Convention for opening files.
A FCheck Playback window displays the animation according to the specifications entered.
Creating a sequence of unrelated images.
fcheck -S <filename1> <filename2> <filename3>...
where <filename1,2,3,...> represents the images you want to display as a sequence in FCheck. The first image in the list is the start frame, and the last image is the end frame.
A FCheck Playback window will appear displaying the sequence.