Rendering utilities
![]() |
Open image sequences |
The option -n allows you to open an animation, while specifying the start and end frames, and the intervals of frames.
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.
Using the -S option, you can display a list of unrelated images.
fcheck -S <filename1> <filename2> <filename3>...
<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.