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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -