Skip to content

Instantly share code, notes, and snippets.

@mariotpc
Created October 23, 2020 00:44
Show Gist options
  • Save mariotpc/8170d5a0bec4bd06aaf5731c89a8ffed to your computer and use it in GitHub Desktop.
Save mariotpc/8170d5a0bec4bd06aaf5731c89a8ffed to your computer and use it in GitHub Desktop.
H265 Video Encoder
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