How can i record a video using ffmpeg in a better quality? -


now i'm using line in command prompt window:

ffmpeg -f gdigrab -framerate 24 -i desktop -preset ultrafast -pix_fmt yuv420p outspaceships.mp4 

when uploading youtube see quality 360p. there way change line record in higher quality ? maybe 720p/i or 1080p/i ?

screenshot of console window:

console window


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -