Jump to content

*** Split from another thread ***

 

Original https://linustechtips.com/topic/987839-sharex-settings-for-quick-screen-capture-sharing-aka-time-to-ditch-gyazo

 

Considering the thread you posted in was specifically about Gyazo, and about 4 years old, your requirements and hardware are beyond that threads scope. Are you looking at using Gyazo or screen recording in general? For latter, OBS is generally what you would want to use. Or Geforce Experience if you want just clips from games.

 

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to post
Share on other sites

-rtbufsize 1500M -f dshow -framerate $fps$ -i video="screen-capture-recorder" -c:v h264_nvenc -r 60 -preset slow -b:v 4200k -vf "scale='iw*min(1,sqrt(1024*576/iw/ih))':'ih*min(1,sqrt(1024*576/iw/ih))':in_range=full:out_range=full:in_color_matrix=bt709:out_color_matrix=bt709" -sws_flags lanczos -profile:v high -pix_fmt yuv444p -color_range 2 -movflags +faststart -y "$output$"

 

this is what i came to... but 

0mDs9Cc.png

Link to post
Share on other sites

-rtbufsize 1500M -f dshow -framerate $fps$ -i video="screen-capture-recorder" -c:v h264_nvenc -r $fps$ -preset slow -b:v 4200k -vf "scale='iw*min(1,sqrt(1024*576/iw/ih))':'ih*min(1,sqrt(1024*576/iw/ih))':in_range=full:out_range=full:in_color_matrix=bt709:out_color_matrix=bt709" -sws_flags lanczos -profile:v high -pix_fmt yuv444p -color_range 2 -movflags +faststart -y "$output$"

 

the quality still bad

https://gfycat.com/ActualWaterloggedIzuthrush

Link to post
Share on other sites

-rtbufsize 512M -f dshow -framerate $fps$ -i video="screen-capture-recorder" -c:v libx264 -r $fps$ -preset Medium -tune grain -crf 28 -vf "scale='iw*min(1,sqrt(1280*720/iw/ih))':'ih*min(1,sqrt(1280*720/iw/ih))':in_range=full:out_range=full:in_color_matrix=bt709:out_color_matrix=bt709" -sws_flags lanczos -profile:v high444 -pix_fmt yuv444p -color_range 2 -movflags +faststart -y "$output$"

 

hmm using x264 28CRF 720p 

Link to post
Share on other sites

hmmm

i settled for this

-rtbufsize 512M -f dshow -framerate $fps$ -i video="screen-capture-recorder" -c:v libx264 -r $fps$ -preset Fast -tune grain -crf 27 -vf "scale='iw*min(1,sqrt(1280*720/iw/ih))':'ih*min(1,sqrt(1280*720/iw/ih))':in_range=full:out_range=full:in_color_matrix=bt709:out_color_matrix=bt709" -sws_flags lanczos -profile:v high444 -pix_fmt yuv444p -color_range 2 -movflags +faststart -y "$output$"

Link to post
Share on other sites

-rtbufsize 512M -f dshow -framerate $fps$ -i video="screen-capture-recorder" -c:v libx264 -r $fps$ -preset Fast -tune grain -crf 26 -vf "scale='iw*min(1,sqrt(1280*720/iw/ih))':'ih*min(1,sqrt(1280*720/iw/ih))':in_range=full:out_range=full:in_color_matrix=bt709:out_color_matrix=bt709" -sws_flags lanczos -profile:v high444 -pix_fmt yuv444p -color_range 2 -movflags +faststart -y "$output$"  

 

CRF 26

Link to post
Share on other sites

All other posts moved here, please use this thread.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×