FaceFusion
3.2.0
3.2.0
  • Introduction
    • Changelog
    • Disclaimer
    • Licenses
  • Installation
    • Platform
      • Linux
      • macOS
      • Windows
    • Accelerator
      • Linux
      • Windows
  • Usage
    • CLI Commands
      • General
      • Job Manager
      • Job Runner
    • CLI Arguments
      • Paths
      • Patterns
      • Face Detector
      • Face Landmarker
      • Face Selector
      • Face Masker
      • Frame Extraction
      • Output Creation
      • Processors
        • Age Modifier
        • Deep Swapper
        • Expression Restorer
        • Face Debugger
        • Face Editor
        • Face Enhancer
        • Face Swapper
        • Frame Colorizer
        • Frame Enhancer
        • Lip Syncer
      • UIs
      • Execution
      • Download
      • Memory
      • Misc
    • Deepfake Webcam
    • Platform Benchmark
    • Run With Docker
  • Troubleshooting
    • macOS
    • Windows
  • Workshop
    • Processor
    • UI Layout
    • UI Component
  • Knowledgebase
    • Face Vocabulary
    • Error Codes
    • GPU Capabilities
  • Donation
  • FAQ
  • Project
    • GitHub
    • Shop
  • COMMUNITY
    • Discord
    • Reddit
  • Partner
    • RunDiffusion
    • Pinokio
Powered by GitBook
On this page
  • CLI Arguments
  • Trim Frame Start
  • Trim Frame End
  • Temp Frame Format
  • Keep Temp
  • Default Overrides
  1. Usage
  2. CLI Arguments

Frame Extraction

CLI Arguments

Trim Frame Start

Specify the starting frame of the target video.

Argument: --trim-frame-start

Default: None

Example: --trim-frame-start 100

Trim Frame End

Specify the ending frame of the target video.

Argument: --trim-frame-end

Default: None

Example: --trim-frame-end 200

Temp Frame Format

Specify the temporary resources format.

Argument: --temp-frame-format

Default: png

Choices:

  • bmp

  • jpeg

  • png

  • tiff

Example: --temp-frame-format bmp

Keep Temp

Keep the temporary resources after processing.

Argument: --keep-temp

Default: None

Example: --keep-temp

Default Overrides

Modify the facefusion.ini file to override the defaults.

[frame_extraction]
trim_frame_start = 100
trim_frame_end = 200
temp_frame_format = bmp
keep_temp = True

Last updated 3 months ago