Politics

Step-by-Step Guide- How to Change the Default Video Player on Your Mac

How to Change the Default Video Player on Mac

Are you tired of QuickTime Player automatically opening every video file on your Mac? Do you want to use a different video player, such as VLC or Firefox, for your video needs? Changing the default video player on your Mac is a straightforward process that can be done in a few simple steps. In this article, we will guide you through the process of how to change the default video player on Mac.

Step 1: Identify the Video Player You Want to Set as Default

Before you begin, you need to decide which video player you want to set as the default. Some popular options include VLC, Firefox, and QuickTime Player. Make sure you have the desired video player installed on your Mac. If you don’t, you can download and install it from the respective website.

Step 2: Open the Terminal

To change the default video player, you’ll need to use the Terminal application. You can find it in the Applications folder under Utilities. Double-click on the Terminal icon to open it.

Step 3: Use the ‘open’ Command

In the Terminal, you’ll need to use the ‘open’ command to change the default video player. The command will look like this:

“`
open -a ‘Video Player Name’
“`

Replace ‘Video Player Name’ with the name of the video player you want to set as the default. For example, if you want to set VLC as the default video player, the command would be:

“`
open -a ‘VLC’
“`

Step 4: Set the Command as Default

To make the change permanent, you’ll need to set the command as the default for all video files. This can be done by adding the command to the ‘open’ command you used in Step 3. The updated command will look like this:

“`
open -a ‘Video Player Name’ –args -a ‘Video Player Name’
“`

Again, replace ‘Video Player Name’ with the name of the video player you want to set as the default. For VLC, the command would be:

“`
open -a ‘VLC’ –args -a ‘VLC’
“`

Step 5: Test the New Default Video Player

After setting the command as the default, you can test the new video player by opening a video file. The desired video player should now open the file automatically.

Conclusion

Changing the default video player on your Mac is a simple process that can be done in just a few steps. By following the instructions in this article, you can easily set your preferred video player as the default for all video files on your Mac. Enjoy your new video-playing experience!

Related Articles

Back to top button