[SOFT] VLC screen recording - dual screen edition
tl;dr: A set of instructions to capture your computer screens with VLC.
Knowing your setup
Before recording, you need to know the resolution of each screen and their position in your operating system. We'll use a dual screen setup as an example with:
- a 1600x900 laptop screen on the left.
- a 1920x1080 desktop screen on the right.
Setting up VLC - left screen recording
If we want to record the laptop screen, we will:
- Open VLC.
- Click Media > Convert/Save to open the recording menu.
- In the Capture device tab, select Desktop from the Capture mode drop-dowm menu.
- In the Desired frame rate menu, type in your frame rate (she usually goes for 30fps).
- Check Show more options to open more options (yup).
- Add
:screen-left=0 :screen-width= 1600 :screen-height=900
at the end of the Edit Options field.
- Finally, click Convert/Save.
Setting up VLC - right screen recording
If we want to record the desktop screen, we will:
- Open VLC.
- Click Media > Convert/Save to open the recording menu.
- In the Capture device tab, select Desktop from the Capture mode drop-dowm menu.
- In the Desired frame rate menu, type in your frame rate (she usually goes for 30fps).
- Check Show more options to open more options (yup).
- Add
:screen-left=1600
at the end of the Edit Options field.
- Finally, click Convert/Save - you are done with the first step!
You are done with the first step!
Setting up VLC output
- In the Convert screen, choose a profile from the drop down menu - we usually go for Video - H.264 + MP3 (MP4).
- Click on the Settings icon next to the drop-down menu to open the Profile edition screen.
- In the Encapsulation tab, we usually leave eveything alone.
- In the Video Codec tab, change the Frame size in the Video codec options to match the resolution of the screen you'll be recording.
- In the Audio Codec tab, we usually uncheck Audio because we love the sound of silence. Also we're done editing the Profile - click Save.
- Back on the Convert screen, click Browse to choose a destination for your capture - let's say example.mp4 on your desktop.
- Finally, click Start to start recording.
Nothing seems to happen but VLC should already be recording and you should have a example.mp4 file on your desktop. Everything happening on the target screen is being captured by VLC. On your desktop, you will find a new file with the name you provided earlier: as soon as you click Stop in VLC to stop capturing, the file will finish processing and update with a thumbnail picture of the contents you captured. It's ready to play!
You can do a lot more with VLC Media Player and we have only grazed the surface. There is a ton to explore here, check the resources below for more.
Extra resources