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)
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
Author
Carlos André Antunes (@antunsz)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_video_editor-0.0.11.tar.gz.
File metadata
- Download URL: streamlit_video_editor-0.0.11.tar.gz
- Upload date:
- Size: 30.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab313f6d0b81803c11647f772921c26ca84818be2d7af1cdec993e9878a44b3c
|
|
| MD5 |
322a9660c38c2847e475fef761973e21
|
|
| BLAKE2b-256 |
aae0e53a8afdc73c6b95b51c367c96b6f957b54bb18ebbd1109443ced9062069
|
File details
Details for the file streamlit_video_editor-0.0.11-py3-none-any.whl.
File metadata
- Download URL: streamlit_video_editor-0.0.11-py3-none-any.whl
- Upload date:
- Size: 35.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f6a42018b516bfa7ae76c33a9af8de100af9a244b5ab3671fc0931b2e0a4e24
|
|
| MD5 |
05d42dc628cf54912fbeafc4fcc971b8
|
|
| BLAKE2b-256 |
9631dcc95ea967af3853834957b20fc2436999db5c05b66b0c4fc40e1f861d93
|