Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
genvid
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7a6699
genvid
/
ejemploffmpy.py
Moibe
ffmpy!
2313c20
4 days ago
raw
Copy download link
history
blame
113 Bytes
from
ffmpy
import
FFmpeg
ff = FFmpeg(
inputs={
'input.mp4'
:
None
},
outputs={
'output.avi'
:
None
}
)
ff.run()