LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-24-2019, 11:18 PM   #1
Lplater38
Member
 
Registered: Jan 2017
Location: Coffs Harbour NSW Australia
Distribution: ubuntu 20.04
Posts: 35

Rep: Reputation: Disabled
Angry Installing H.264 decoder High Profile


I have attempted to install the H.264 decoder so that I can open my Dashcam videos. I ventured into that dark and mysterious place called "Terminal".

I encountered a problem that said that my package needed to be reinstalled. It ended up that I had nothing other than the Apt-get command that won't go away.

I use Ubuntu Beaver 18.04, which I can operate reasonably well in the normal stuff but I knew I should have stayed out of the terminal.

Write your answers slowly as I am 81 and read slowly, and understand a lot slower.
 
Old 11-25-2019, 12:28 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
to play dashcam videos .....you may like to install a media player like vlc?

try copy and paste from this tutorial
https://ourcodeworld.com/articles/re...-not-installed

Assuming the link is still valid as I do not use Ubuntu the lines to copy and paste into your terminal are:

Code:
sudo apt-get update
sudo apt-get install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo apt-get install ubuntu-restricted-extras
If you get any errors

copy and paste from your terminal into your reply so we can see where you might have issues please
 
1 members found this post helpful.
Old 11-25-2019, 04:24 PM   #3
Lplater38
Member
 
Registered: Jan 2017
Location: Coffs Harbour NSW Australia
Distribution: ubuntu 20.04
Posts: 35

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
to play dashcam videos .....you may like to install a media player like vlc?

try copy and paste from this tutorial
https://ourcodeworld.com/articles/re...-not-installed

Assuming the link is still valid as I do not use Ubuntu the lines to copy and paste into your terminal are:

Code:
sudo apt-get update
sudo apt-get install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo apt-get install ubuntu-restricted-extras
If you get any errors

copy and paste from your terminal into your reply so we can see where you might have issues please
Thank you for your reply, however when I finally got to 'do you want to continue Y/N I pressed Y and then the command line said abort.

I use Ubuntu Beaver 18.04
 
Old 11-25-2019, 04:25 PM   #4
Lplater38
Member
 
Registered: Jan 2017
Location: Coffs Harbour NSW Australia
Distribution: ubuntu 20.04
Posts: 35

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
to play dashcam videos .....you may like to install a media player like vlc?

try copy and paste from this tutorial
https://ourcodeworld.com/articles/re...-not-installed

Assuming the link is still valid as I do not use Ubuntu the lines to copy and paste into your terminal are:

Code:
sudo apt-get update
sudo apt-get install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo apt-get install ubuntu-restricted-extras
If you get any errors

copy and paste from your terminal into your reply so we can see where you might have issues please
Thank you for your reply, however when I finally got to 'do you want to continue Y/N I pressed Y and then the command line said abort.

I use Ubuntu Beaver 18.04 I did copy and Paste
 
Old 11-25-2019, 04:44 PM   #5
Lplater38
Member
 
Registered: Jan 2017
Location: Coffs Harbour NSW Australia
Distribution: ubuntu 20.04
Posts: 35

Original Poster
Rep: Reputation: Disabled
Unhappy H.264 decoder for linux

I now find myself in this situation: I am in the terminal and the final command line states: Sudo apt-get install ubuntu-restricted-extras

If I try to close the terminal I get: There is a process running in this terminal. Closing the terminal will kill it. )Close terminal or Cancel.)
 
Old 11-27-2019, 07:17 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
the process was still running but I guess you did not see my reply so close the terminal is fine.

1) lets see if you have at least installed some of the dependencies to run vlc?

Code:
dpkg -l | grep dvd
dpkg -l | grep gstream
I will show mine so you know what to expect....I have more installed....more is better but not a problem

dpkg -l | grep dvd
ii dvd+rw-tools 7.1-14 amd64 DVD+-RW/R tools
ii libdvdnav4:amd64 6.0.0-1 amd64 DVD navigation library
ii libdvdread4:amd64 6.0.1-1 amd64 library for reading DVD
dpkg -l | grep gstream
ii gir1.2-gstreamer-1.0:amd64 1.14.4-1 amd64 GObject introspection data for the GStreamer library
ii gstreamer1.0-alsa:amd64 1.14.4-2 amd64 GStreamer plugin for ALSA
ii gstreamer1.0-libav:amd64 1.15.0.1+git20180723+db823502-2 amd64 libav plugin for GStreamer
ii gstreamer1.0-plugins-bad:amd64 1.14.4-1+b1 amd64 GStreamer plugins from the "bad" set
ii gstreamer1.0-plugins-base:amd64 1.14.4-2 amd64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-good:amd64 1.14.4-1 amd64 GStreamer plugins from the "good" set
ii gstreamer1.0-plugins-ugly:amd64 1.14.4-1 amd64 GStreamer plugins from the "ugly" set
ii gstreamer1.0-pulseaudio:amd64 1.14.4-1 amd64 GStreamer plugin for PulseAudio
ii libcanberra-gstreamer:amd64 0.30-7 amd64 GStreamer backend for libcanberra
ii libgstreamer-gl1.0-0:amd64 1.14.4-2 amd64 GStreamer GL libraries
ii libgstreamer-plugins-bad1.0-0:amd64 1.14.4-1+b1 amd64 GStreamer libraries from the "bad" set
ii libgstreamer-plugins-base1.0-0:amd64 1.14.4-2 amd64 GStreamer libraries from the "base" set
ii libgstreamer1.0-0:amd64 1.14.4-1 amd64 Core GStreamer libraries and elements
ii phonon-backend-gstreamer:amd64 4:4.9.0-1 amd64 Phonon GStreamer 1.0 backend
ii phonon-backend-gstreamer-common:amd64 4:4.9.0-1 amd64 Phonon GStreamer 1.0.x backend icons

so pretending you get similar results......lets try a different way to get the restricted package?

https://askubuntu.com/questions/5644...extras-package

Quote:
Well I think you need to enable multiverse on Software and Updates (if you use Ubuntu 12.04, you can access software properties or something like that from Ubuntu Software Center > Edit menu)
ignore the release 12.04 you should see a similar image as showing in the link

ahh there is a youtube movie for 18.04
https://www.youtube.com/watch?v=qMvrNRGyt9w

good luck

Last edited by aus9; 11-27-2019 at 07:20 PM.
 
Old 11-28-2019, 02:11 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
You don't need the terminal to install a standard media player on ubuntu.
And yes, the h264 codec is pretty standard nowadays and any media player should support it; VLC and mpv definitely do.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing beini wireless decoder based on tiny core network adapter wont load to bios Thomcat70 Linux - Newbie 1 11-14-2019 03:04 PM
Graphic card with supported H.264 hardware decoder hansalfredche Linux - Hardware 3 09-03-2008 04:25 PM
LXer: High-def STB decoder chip runs Linux LXer Syndicated Linux News 0 01-08-2008 01:10 PM
system profile vs user profile bonito SUSE / openSUSE 3 06-28-2006 01:02 PM
non roaming profile on a roaming profile system fieldyweb Linux - Newbie 1 10-03-2005 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration