LinuxCommandLibrary

ppmtompeg

Encode an MPEG-1 stream.

TLDR

Produce an MPEG-1 stream using the parameter file to specify inputs and outputs

$ ppmtompeg [path/to/parameter_file]
copy


Encode the GOP with the specified number only
$ ppmtompeg -gop [gop_num] [path/to/parameter_file]
copy


Specify the first and last frame to encode
$ ppmtompeg -frames [first_frame] [last_frame] [path/to/parameter_file]
copy


Combine multiple MPEG frames into a single MPEG-1 stream
$ ppmtompeg -combine_frames [path/to/parameter_file]
copy

Copied to clipboard