Pyluxcoretool merge

From LuxCoreRender Wiki
Revision as of 12:41, 4 February 2018 by Dade (talk | contribs) (Created page with "== Introduction == PyLuxCoreMerge is a command line tool for merging and multiple films. Films have usually the ".flm" file extension and are the most rich type of image file...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

PyLuxCoreMerge is a command line tool for merging and multiple films. Films have usually the ".flm" file extension and are the most rich type of image file format you can obtain as out of a LuxCoreRender rendering. The command line options are:

usage: pyluxcoremerge.py [-o FILE_NAME] [-f FILE_NAME] [-h]

PyLuxCoreMerge

optional arguments:
  -o FILE_NAME, --image-output FILE_NAME
                        Save the RGB_IMAGEPIPELINE film output to a file
  -f FILE_NAME, --film-output FILE_NAME
                        Save the merge film to a file
  -h, --help            Show this help message and exit.
usage: pyluxcoremerge.py [-p] [-s]
                         [-r SRC_OFFSET_X SRC_OFFSET_Y SRC_WIDTH SRC_HEIGHT DST_OFFSET_X DST_OFFSET_Y]
                         fileFilm

Film Options

positional arguments:
  fileFilm              .cfg, .flm or .rsm files with a film

optional arguments:
  -p, --pixel-normalized-channel
                        the film will have
                        CHANNEL_RADIANCE_PER_PIXEL_NORMALIZED (required by all
                        render engines)
  -s, --screen-normalized-channel
                        the film will have
                        CHANNEL_RADIANCE_PER_SCREEN_NORMALIZED (required by
                        BIDIRCPU and LIGHTCPU render engines)
  -r SRC_OFFSET_X SRC_OFFSET_Y SRC_WIDTH SRC_HEIGHT DST_OFFSET_X DST_OFFSET_Y, --region SRC_OFFSET_X SRC_OFFSET_Y SRC_WIDTH SRC_HEIGHT DST_OFFSET_X DST_OFFSET_Y
                        define the origin and the size of the region in the
                        source filme and the placement in the destination film
                        where the it will be merged

Tutorals