mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-08 03:02:14 +08:00
Add facetime example
This commit is contained in:
parent
848f87da4e
commit
b1d167ccb8
8
examples/facetime.py
Normal file
8
examples/facetime.py
Normal file
@ -0,0 +1,8 @@
|
||||
import ffmpeg
|
||||
|
||||
(
|
||||
ffmpeg
|
||||
.input('FaceTime', format='avfoundation', pix_fmt='uyvy422', framerate=30)
|
||||
.output('out.mp4', pix_fmt='yuv420p', vframes=100)
|
||||
.run()
|
||||
)
|
BIN
examples/graphs/dream.png
Normal file
BIN
examples/graphs/dream.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 700 KiB |
Loading…
x
Reference in New Issue
Block a user