Created
July 17, 2017 18:33
-
-
Save sr105/66c8dc0a55f8970ff1efd342f3a6ce98 to your computer and use it in GitHub Desktop.
gstreamer encode and watch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gst-launch-1.0 -e v4l2src ! video/x-raw,width=3840,height=2160,format=YV12 \ | |
! vaapih264enc bitrate=20000 rate-control=2 ! queue \ | |
! mpegtsmux ! filesink location=file.mp4 | |
gst-launch-1.0 -e v4l2src ! video/x-raw,width=1280,height=720 ! queue ! xvimagesink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment