Skip to content
Gátomo edited this page Mar 21, 2023 · 1 revision

Welcome to FFtools wiki!


This is the FFtools wiki, where you can get a more detailed explanation of all commands, options and flags.


Getting started

Installation

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.

Usage

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 for fps subcommand)

Due to some problems with the parser, subcommand values must be after the output, but is not a big problem.

Documentation

The command, option and flag descriptions are in different pages.

Issues

If you have some problem with FFtools please open an issue.

Clone this wiki locally