Options (2)
-gbooleanEncode the GOP with the specified number only
Example:
ppmtompeg {{[-g|-gop]}} {{gop_num}} {{path/to/parameter_file}}booleanSpecify the first and last frame to encode
Example:
ppmtompeg {{[-fr|-frames]}} {{first_frame}} {{last_frame}} {{path/to/parameter_file}}Examples (4)
Produce an MPEG-1 stream using the parameter file to specify inputs and outputs
ppmtompeg path/to/parameter_fileEncode the GOP with the specified number only
ppmtompeg [-g|-gop] gop_num path/to/parameter_fileSpecify the first and last frame to encode
ppmtompeg [-fr|-frames] first_frame last_frame path/to/parameter_fileCombine multiple MPEG frames into a single MPEG-1 stream
ppmtompeg -combine_frames path/to/parameter_filemade by @shridhargupta | data from tldr-pages