Skip to main content

A Streamlit custom component to display a simple video editor.

Project description

Video Editor Component for Streamlit

A Streamlit custom component to display a simple video editor interface.

Installation

First install Streamlit (of course!) then pip-install this library:

pip install streamlit
pip install streamlit-video-editor

Example

# Streamlit Video Editor Component Example

import streamlit as st
from streamlit_video_editor import video_editor

# use full page width
st.set_page_config(page_title="Video Editor Example", layout="wide")

# load video file
video_file = st.file_uploader("Upload a video", type=["mp4", "mov"])

if video_file:
    # display video editor
    editor_response = video_editor(video_file.path)
    st.write("Editor output:", editor_response)

Component Example

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Author

Carlos André Antunes (@antunsz)

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

streamlit_video_editor-0.0.5.tar.gz (25.7 MB view details)

Uploaded Source

Built Distribution

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

streamlit_video_editor-0.0.5-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file streamlit_video_editor-0.0.5.tar.gz.

File metadata

  • Download URL: streamlit_video_editor-0.0.5.tar.gz
  • Upload date:
  • Size: 25.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for streamlit_video_editor-0.0.5.tar.gz
Algorithm Hash digest
SHA256 1a43ace5f93b5c56e90526eafd929949f73f4bb614c1bec6827ba7eab97b5b64
MD5 4a39cdf4c4e409553cac3b02f2f4977e
BLAKE2b-256 9b3c6289dc7fa6348faa30d313a479229e4e31bcb8a4db77a5e008ee289cb550

See more details on using hashes here.

File details

Details for the file streamlit_video_editor-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_video_editor-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9218aa0263a9bff8089f5b2a70a5133297ff98c7d7ef928bb306408cb8a78e2d
MD5 cb7c417d9658d6e4b5bfdc7027645892
BLAKE2b-256 a7d380f685018c418ba3d78c16a5dedfd14f6324952d28d267ebfb5b171a6af7

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