We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848f87d commit b1d167cCopy full SHA for b1d167c
examples/facetime.py
@@ -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
0 commit comments