Created
          May 16, 2020 19:40 
        
      - 
      
- 
        Save abihf/35782c1068e51e79326be7b26853c14a to your computer and use it in GitHub Desktop. 
    smooth screen recording with hevc/h265 hardware encoding
  
        
  
    
      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
    
  
  
    
  | # need sudo | |
| ffmpeg -device /dev/dri/card0 -f kmsgrab -framerate 60 -i - -vf 'hwmap=derive_device=vaapi,scale_vaapi=format=nv12' -c:v hevc_vaapi output-$(date +%s).mp4 | |
| # tested with amdgpu | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment