Advertisement
Guest User

screenshot stuff

a guest
Feb 5th, 2022
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #Screenshot:
  2. #Output format of screenshots
  3. screenshot-format=png
  4.  
  5. #Same output bitdepth as the video
  6. #Set it "no" if you want to save disc space
  7. screenshot-high-bit-depth=no
  8. #Compression of the PNG picture (1-9)
  9. #Higher value means better compression, but takes more time
  10. screenshot-png-compression=7
  11.  
  12. #Output directory
  13. screenshot-directory="path/to/folder"
  14.  
  15. #Name format you want to save the pictures
  16. screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n"
  17.  
  18. #some other neccessary stuff
  19. profile=gpu-hq
  20. deband=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement