Page 1 of 1
DVD Movie Playback issues [solved]
Posted: Wed Apr 24, 2024 2:19 am
by Bruce
Hey all,
I added a DVD burner to my new C64 system running COS but it wont play a DVD movie. I tried VLC player and other players. Seems there must be some package I am missing that will enable DVD decoding. I can play MP4 movies with no issues. Any one have an idea where or how I can fix this?
I'm determined to make OS Vision do everything so I don't need windows anymore.
Re: DVD Movie Playback issues
Posted: Wed Apr 24, 2024 7:49 am
by LeoNigro
Hmmmm.... Could it be a codec problem?
From the menu:
Applications --> System Tools --> Codecs Installer
Re: DVD Movie Playback issues
Posted: Thu Apr 25, 2024 3:45 am
by Bruce
I did follow the codec installer and agreed to it and I still am unable to play DVD movies. The same computer has a dual boot with win-11 and DVD's play fine in windows but not Linux. I don't understand why loading the "restricted codecs" did not allow VLC player to play a simple DVD movie.
Re: DVD Movie Playback issues
Posted: Fri Apr 26, 2024 7:42 am
by LeoNigro
The way DVD codecs are handled is rather painful unfortunately.
Cut/Paste the following command in the CLI.
Code: Select all
sudo apt-get -y install libdvd-pkg && sudo dpkg-reconfigure libdvd-pkg && sudo apt-get -y install regionset libavcodec-extra
ADMIN: Please note that the commands that are issued may result in broken dependencies (mostly to do with WINE, LUTRIS etc) which cannot be reversed, and every subsequent update will contain warnings or even worse fail. You have been warned. There may be WINE/Windows oriented alternatives. Consider performing the above actions in a virtual machine running the distro of your choice.
There will be a window prompt of some sort to download and compile the code, so just click next.
Then you need to have a DVD inserted before you enter the following.
It's so stupid it doesn't even present you with a list of the codes. It just asks for a number, so use the one for your DVD's region below.
There are eight region codes possible, currently six are used:
1 – North America (USA and Canada)
2 – Europe, Middle East, South Africa and Japan
3 – Southeast Asia, Taiwan, Korea
4 – Latin America, Australia, New Zealand
5 – Former Soviet Union (Russia, Ukraine, etc.), rest of Africa, India
6 – China
Presumably, it remembers the region and you aren't required to enter this every time.
I think I will make this an option under Commodore OS --> Additional Features in the next update.
I've just tested this and am confident that it will work.
My apologies for the inconvenience.
Re: DVD Movie Playback issues [solved]
Posted: Sun Apr 28, 2024 12:42 am
by Bruce
Hey Leo,
So I filled your instructions and the scripts loaded and installed. After inserting a CD and entering: "sudo regionset" it says "command not found" so I am not able to get the list of region codes. HELP!!!
CODE: SELECT ALL
sudo regionset
It's so stupid it doesn't even present you with a list of the codes. It just asks for a number, so use the one for your DVD's region below.
There are eight region codes possible, currently six are used:
1 – North America (USA and Canada)
2 – Europe, Middle East, South Africa and Japan
3 – Southeast Asia, Taiwan, Korea
4 – Latin America, Australia, New Zealand
5 – Former Soviet Union (Russia, Ukraine, etc.), rest of Africa, India
6 – China
Re: DVD Movie Playback issues [solved]
Posted: Sun Apr 28, 2024 12:56 am
by Bruce
UPDATE:
I entered the following:
sudo apt-get install regionset
Set the region to 1 then had to do a reboot sudo reboot
After the reboot I am now playing a DVD in COS. Thanks for all your help!!!
-Bruce
Re: DVD Movie Playback issues [solved]
Posted: Sun Apr 28, 2024 2:55 am
by Bruce
Now that I can play DVD movies. Any idea how to play Blueray or to install MakeMKV?
Thanks... Bruce