-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gátomo edited this page Mar 21, 2023
·
1 revision
This is the FFtools wiki, where you can get a more detailed explanation of all commands, options and flags.
First of all, install FFtools. Instructions are in README.md
.
To check if is installed, run fftools -h
. This should show you the commands and options list.
This is the command structure
fftools <SUBCOMMAND> -i <INPUT> [OPTIONS] <OUTPUT> [SUB_VALUES]
The command line parser takes the next items:
-
subcommand
: The subcommand to run -
input
: Input file -
options
: Options and flags to use -
output
: Output file -
sub_values
: Subcommand values (e.g. framerate value forfps
subcommand)
Due to some problems with the parser, subcommand values must be after the output, but is not a big problem.
The command, option and flag descriptions are in different pages.
If you have some problem with FFtools please open an issue.