Advertisement
Game_Tips_And_More

ShareX - SETTINGS - Capture 720p +3Deblock h264/AAC recording

Apr 23rd, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "OverrideCLIPath": false,
  3. "CLIPath": "C:\\x265_GUI_Build180_by_ozok\\x265GUI_build180\\tools\\ffmpeg.exe",
  4. "VideoSource": "screen-capture-recorder",
  5. "AudioSource": "virtual-audio-capturer",
  6. "VideoCodec": "libx264",
  7. "AudioCodec": "libvoaacenc",
  8. "UserArgs": "-vf scale=1280x720 -deblock 3",
  9. "UseCustomCommands": false,
  10. "CustomCommands": "-hide_banner -f dshow -thread_queue_size 1024 -rtbufsize 256M -audio_buffer_size 80 -framerate 60 -i video=\"screen-capture-recorder\":audio=\"virtual-audio-capturer\" -vf scale=1280x720 -deblock 3 -c:v libx264 -r 60 -preset superfast -tune zerolatency -crf 28 -pix_fmt yuv420p -movflags +faststart -c:a aac -ac 2 -b:a 256k -y \"output.mp4\"",
  11. "x264_Preset": "superfast",
  12. "x264_CRF": 28,
  13. "x264_Use_Bitrate": false,
  14. "x264_Bitrate": 3000,
  15. "VPx_Bitrate": 3000,
  16. "XviD_QScale": 10,
  17. "NVENC_Preset": "llhp",
  18. "NVENC_Bitrate": 3000,
  19. "GIFStatsMode": "full",
  20. "GIFDither": "sierra2_4a",
  21. "GIFBayerScale": 2,
  22. "AMF_Usage": "transcoding",
  23. "AMF_Quality": "speed",
  24. "QSV_Preset": "fast",
  25. "QSV_Bitrate": 3000,
  26. "AAC_Bitrate": 256,
  27. "Opus_Bitrate": 128,
  28. "Vorbis_QScale": 3,
  29. "MP3_QScale": 4
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement