Add facetime example

This commit is contained in:
Karl Kroening 2018-11-25 04:36:55 -06:00
parent 848f87da4e
commit b1d167ccb8
2 changed files with 8 additions and 0 deletions

8
examples/facetime.py Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB