Forrest logo
tool overview
On this page you find all important commands for the CLI tool extrace. If the command you are looking for is missing please ask our AI.

extrace

Extrace is a command line tool used for extracting data from digital video formats. It stands for "Extract data from Exif files". Extrace primarily focuses on extracting metadata from video files, including information such as video duration, creation date, and resolution. It can be used on various video formats such as AVI, MOV, MP4, and MPEG. The tool is commonly used in multimedia applications to collect information about videos. Extrace outputs information in a human-readable and machine-parsable format, making it easy to integrate with other applications or scripts. One of its key features is the ability to extract metadata from embedded Exif data in video files. Extrace can also display detailed information about the video codec, audio codec, and additional technical details of the video file. The tool is designed to be lightweight and efficient, allowing for quick extraction of relevant data. Extrace is an open-source tool and is available for use on various operating systems such as Linux, macOS, and Windows.

List of commands for extrace:

  • extrace:tldr:18a43 extrace: Print the current working directory of each process.
    $ sudo extrace -d
    try on your machine
    explain this command
  • extrace:tldr:1fdbf extrace: Run a command and only trace descendants of this command.
    $ sudo extrace ${command}
    try on your machine
    explain this command
  • extrace:tldr:4e509 extrace: Trace all program executions occurring on the system.
    $ sudo extrace
    try on your machine
    explain this command
  • extrace:tldr:6100e extrace: Display the user running each process.
    $ sudo extrace -u
    try on your machine
    explain this command
  • extrace:tldr:6e88b extrace: Resolve the full path of each executable.
    $ sudo extrace -l
    try on your machine
    explain this command
tool overview