Skip to content

main

Main CLI entry point for the typed-ffmpeg scripts package.

This module provides a unified command-line interface for various FFmpeg code generation and parsing utilities. It combines multiple sub-applications into a single CLI tool with different subcommands for each functionality area.

Functions:

Name Description
main

Typed-FFmpeg code generation and parsing utilities.

pdb_callback

Enable debugger on exceptions when the --pdb option is used.

main

main(
    pdb: bool = Option(
        False,
        "--pdb",
        help="Drop into debugger on exceptions",
    )
) -> None

Typed-FFmpeg code generation and parsing utilities.

pdb_callback

pdb_callback(value: bool) -> None

Enable debugger on exceptions when the --pdb option is used.