FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ffmpeg-python/examples/facetime.py at master · anminhhung/ffmpeg-python · GitHub
anminhhung
/
ffmpeg-python
Public
forked from
kkroening/ffmpeg-python
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ffmpeg-python
/
examples
/
facetime.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (7 loc) · 175 Bytes
Breadcrumbs
ffmpeg-python
/
examples
/
facetime.py
Copy path
File metadata and controls
8 lines (7 loc) · 175 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
import
ffmpeg
(
ffmpeg
.
input
(
'FaceTime'
,
format
=
'avfoundation'
,
pix_fmt
=
'uyvy422'
,
framerate
=
30
)
.
output
(
'out.mp4'
,
pix_fmt
=
'yuv420p'
,
vframes
=
100
)
.
run
()
)
Back
|
FazBrowse Home
|
New Git URL