Skip to main content

A library to extract FFmpeg subtitle streams

Project description

fese

A library to extract FFmpeg subtitle streams

Usage

import logging
import sys

from fese.container import FFprobeVideoContainer

logging.basicConfig(level=logging.DEBUG)

video_path = sys.argv[1]

video = fese.FFprobeVideoContainer(video_path)

subtitles = video.get_subtitles()

paths = video.extract_subtitles(subtitles)
print(paths)

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

fese-0.3.0.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

fese-0.3.0-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file fese-0.3.0.tar.gz.

File metadata

  • Download URL: fese-0.3.0.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for fese-0.3.0.tar.gz
Algorithm Hash digest
SHA256 9a3fe52ab6d88a9cc94d66643779596262a247d659d06bd21d327a6bf2702a5a
MD5 303bf8688237673adb65d7cd26e3a690
BLAKE2b-256 6034d2b48b68b8cdeb0d9ed29385253b3a080363f2e86584dc693f43c90aeffa

See more details on using hashes here.

File details

Details for the file fese-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: fese-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for fese-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a99652a931874be028500faa0f66b53db2dc8210f72c957f8a714e19a2677f4b
MD5 d27be8f6aa5b908cec0a92c1f288eae9
BLAKE2b-256 59d486bc41cf4e8200ea99cff92b239cb4395e3bd4d22c76bffe103e1efe4bed

See more details on using hashes here.

Supported by

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