Running RITEG.V2
riteg <project> [parameters] [project-defined parameters]
All hard-coded command-line options
-loader <oneshot|sprintf|fsiter>
Specify which way frames are fetched-ipath <path>
Foroneshot
andfsiter
loaders only; in case ofoneshot
specifies input file to load from, in case offsiter
specifies a directory to iterate through-iformat <format>
Forsprintf
loader only. Specifies an sprintf format string to load stuff through. Must contain at least one%d
-ish entry, otherwise it's going to act undefined-behaviourly-imaxframes <count>
Forsprintf
loader only. Specifies maximum amount of frames to load. Can be omitted for the loader to read until first failure-saver <oneshot|sprintf>
Specify which way frames are saved-opath <path>
Foroneshot
saver only. Specifies output file to save into. Required by the loader-oformat <format>
Forsprintf
saver only. Specifies an sprintf format string to save stuff through. Must contain at least one%d
-ish entry, otherwise it's going to act undefined-behaviourly. Required by the loader-omaxframes <count>
Forsprintf
saver only. Specifies maximum amount of frames to save. Required by the loader
Examples
Example 1: VHS - SMPTE bars
riteg project/VHS.V8.lua -loader oneshot -ipath media/vhs43.01.png
Example 2: VHS - blank screen
riteg project/VHS.V8.lua
Example 3: example project
riteg project/example.lua