mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 04:50:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Encode the GOP with the specified number only:
|
||||
|
||||
`ppmtompeg -gop {{gop_num}} {{path/to/parameter_file}}`
|
||||
`ppmtompeg {{[-g|-gop]}} {{gop_num}} {{path/to/parameter_file}}`
|
||||
|
||||
- Specify the first and last frame to encode:
|
||||
|
||||
`ppmtompeg -frames {{first_frame}} {{last_frame}} {{path/to/parameter_file}}`
|
||||
`ppmtompeg {{[-fr|-frames]}} {{first_frame}} {{last_frame}} {{path/to/parameter_file}}`
|
||||
|
||||
- Combine multiple MPEG frames into a single MPEG-1 stream:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user