Skip to main content

VLC Media Player Blocked in INDIA! Boost Windows Video Player.

 

Hi Everyone,


This blog is after a long time, recently i tried downloading VLC Setup file for Windows OS to play a certain Media format which Windows Movies&TV /Media player does not support but the site was not accessible.

This was long back ago and as an alternative i was able to get setup file from FileHippo Web site.

But i recently came across the news that its banned in INDIA, how ever you can download the setup file from various 3rd Party sites.

So thought of writing a blog on how i installed codecs for Windows Media player to play almost 99% of video formats.

Although VLC is still available and downloadable on Linux Distros as they are delivered via Packages/Snap/Flatpak.

 I am using Windows OS on one of my System as few reporting SW as not available in Linux.

back to installing Codecs, its very simple go to the below Site and the instructions are very clear and crisp.

https://codecguide.com/windows_media_codecs.htm

 


as i have Windows 10, i choose to download Media Foundation Codecs.

next we have all extra codecs available for download.


after installing above Files i was able to play most of the Video Files.


Comments

Popular posts from this blog

Debian 11 Bullseye setup for home user.

    Debian 11 bullseye post install. Why Debian? I Choose Debian because i like to use an independent Distribution. Debian runs smooth on my personal laptop and it makes me nostalgic. i have tried a huge list of Distro’s but always came back for Debian as it runs smooth on my laptop’s hardware.

MSSQL Server + Azure Data Studio Install Using AUR

  Hi Everyone, Last Post i documented how i installed Arch Linux the easy way using the archinstall script. This time i will show how i installed SQL Server and server studio on linux. sql server is easy to install in Arch by using AUR- Arch User repository. I recommend using YAY tool to handle the installation of AUR packages as its easy. before that Ensure the base-devel package group is installed  pacman -S --needed base-devel Now i will show you how to install a AUR Package. First visit AUR site and search for a package, it will auto complete package name parallely when you start typing. here i will show a demo using a neofetch package install from AUR. Next Click to copy the git link. Installing Package manually needs 3 steps, Acquire Build Packages. Run makepkg. Install the setup file. below is the terminal output for s...