Home Reference HScript commands 

loadseq hscript command

Loads a sequence of files into mplay.

Usages

  1. loadseq [-r] [-u] [-f start end] file_pattern

file_pattern can use either $F or * to specify the frame number.

Options

-r

(Replace) Load and discard all currently loaded sequences.

-u

(Unbuffered) Load images without caching.

-f start end

Load the sequence using the given start and end frames.

Examples

loadseq ~/shot1/frame\$F.pic
loadseq -r ~/shot1/frame*.pic