Posts

Showing posts with the label mkv

3 FFMPEG Command Lines for Screen Recording Video Audio in GNU Linux MKV WEBM OGV Formats

Image
3 FFMPEG Command Lines for Screen Recording Video Audio in GNU Linux MKV WEBM OGV Formats This article gives three command lines of ffmpeg as example to capture video + audio of your desktop screen in GNU/Linux. You may choose between three popular video formats: WKV, WEBM, or OGV. Just run the command line. Subscribe to UbuntuBuzz Telegram Channel https://telegram.me/ubuntubuzz to get article updates directly. The Basic Press q to stop ffmpeg processing. You will start ffmpeg command, and then ffmpeg will show line by line output continuously, and then you start moving your cursor and speaking, and then go back to ffmpeg terminal pressing q to end the recording. Check your $HOME directory for the video file result. They are the basic things in using ffmpeg command line to record desktop. Format Choices These three video formats mentioned in this article ( .mkv , .webm , .ogv ) are ready for YouTube.   1) Record Video + Audio to MKV Format ffmpeg -video_size 1366x768 -framera...