This application provides a command line tool for processing images and movies. Usagedjv_convert (input) (output) [option]... Conversion Options
Input Options
Output Options
Image I/O OptionsDocumentation for image I/O command line options is available here. Documentation for general command line options is available here. Display image information: > djv_info image.sgi image2.sgi Convert an image: > djv_convert input.sgi output.tga Convert an image sequence. Note that only the first frame of the output is specified: > djv_convert input.1-100.sgi output.1.tga Create an RLE compressed image sequence: > djv_convert input.1-100.sgi output.1.tga -targa_compression rle Convert an image sequence to a movie: > djv_convert input.0001-0100.dpx output.mov Convert a movie to an image sequence: > djv_convert input.mov output.1.tga Convert the pixel type: > djv_convert input.sgi output.sgi -pixel "rgb u16" Scale an image by half: > djv_convert input.tga output.tga -scale 0.5 Resize an image: > djv_convert input.tga output.tga -resize 2048 1556 Convert a Cineon file to a linear format using the default settings: > djv_convert input.cin output.tga Convert a Cineon file to a linear format using custom print settings (black point, white point, gamma, and soft clip): > djv_convert input.cin output.tga -cineon_input_film_print 95 685 2.2 10 |