Created
October 23, 2020 00:44
-
-
Save mariotpc/8170d5a0bec4bd06aaf5731c89a8ffed to your computer and use it in GitHub Desktop.
H265 Video Encoder
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 ximagesrc use-damage=0 xid=$(xwininfo -tree | egrep 'Window id:' | cut -d ' ' -f4) ! videoconvert ! video/x-raw, format=I420 ! queue ! x265enc ! queue ! h265parse ! queue ! mpegtsmux name=mux ! filesink location=/mnt/ramdisk/custom27.21.10.20.h265 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment