8000 Add facetime example · yoyonel/ffmpeg-python@b1d167c · GitHub
[go: up one dir, main page]

Skip to content

Commit b1d167c

Browse files
committed
Add facetime example
1 parent 848f87d commit b1d167c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/facetime.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import ffmpeg
2+
3+
(
4+
ffmpeg
5+
.input('FaceTime', format='avfoundation', pix_fmt='uyvy422', framerate=30)
6+
.output('out.mp4', pix_fmt='yuv420p', vframes=100)
7+
.run()
8+
)

examples/graphs/dream.png

700 KB
Loading

0 commit comments

Comments
 (0)
0