Skip to main content

ffmpegp is an enhanced version of FFmpeg, offering additional features and functionalities to extend its powerful media processing capabilities.

Project description

ffmpegp-logo

ffmpegp (short for "FFmpeg Plus") is a Python-based utility designed to simplify working with media files using ffprobe and ffmpeg. This tool lets you easily extract media details, format conversions, and advanced querying via JSON paths, providing a convenient and efficient interface.

Preview




Features

  • Media Metadata Extraction : Get detailed media information via ffprobe.
  • JSONPath Querying : Retrieve specific metadata using JSON path expressions.
  • Gradient Text : Colored gradient output for enhanced readability.
  • Progress Bar : Visual progress bar with customizable colors and time estimation.
  • File Size Conversion : Converts file size to human-readable formats.
  • Time Conversion : Converts media duration to seconds.
  • Enhanced Command Options : Supports various flags for different modes and output styles.

Prerequisites

Ensure ffmpeg and ffprobe are installed and accessible in your system's PATH. If either is missing, the script will display an error.

Installation

Install ffmpegp using pip:

pip install ffmpegp

Usage

Run the program as follows:

ffmpegp -i <file_path> [options]

Arguments

  • file_path: Path to the media file for which you want details.

Options

Option Description
--colored Enable gradient color output.
--log Display logs of the running process.
--stdout Print only plain text without any colored output.
--jq Query specific JSON data (e.g.,format.filename).
--dir Enable multi-file processing mode in a directory.
--format Set specific file format to find. (works with '--dir' tag) (default: all) (e.g., --format=mp4).

Example Commands

Get media details:

ffmpegp "video.mp4"

Get specific JSON data:

ffmpegp "video.mp4" --jq="format.filename"

Enable gradient color progress output:

ffmpegp -i "video.mp4" [options] --colored

Run in directory mode and select only (mp4) extension files and save files to "output" folder with same filename with diffrent file extension (mkv).:

ffmpegp -i "{}" <options> "/output/{}.mkv" --dir="./videos" --format="mp4"

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on GitHub.

License

This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSE - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ffmpegp-1.30.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ffmpegp-1.30-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file ffmpegp-1.30.tar.gz.

File metadata

  • Download URL: ffmpegp-1.30.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for ffmpegp-1.30.tar.gz
Algorithm Hash digest
SHA256 172fe4b68844b16210c0075a28baf769247f7ea9883285aeb6d060dec1f65401
MD5 996934b7244824fbfa6cf93c15eb3630
BLAKE2b-256 c10728a91e6478a9b88da3f1b1bdd65f93d6a261db10ba1b6717858fb0857ec7

See more details on using hashes here.

File details

Details for the file ffmpegp-1.30-py3-none-any.whl.

File metadata

  • Download URL: ffmpegp-1.30-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for ffmpegp-1.30-py3-none-any.whl
Algorithm Hash digest
SHA256 8fbe63fe21ca6331ee82532f9b7c647a827fec9a5fe5291f7eb22fe7c9aa66d4
MD5 d05d78d6b15777d20217f079a6fbc634
BLAKE2b-256 f259c10f8f83d0974462743857f0ab9f948dc384cb84431dc9d08af5dea76c8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page