Results 1 to 2 of 2

Thread: Colors Distorted in Videos

  1. #1
    Join Date
    Sep 2018
    Beans
    5

    Colors Distorted in Videos

    Hi,

    When using the default app for videos that came with ubuntu 18.04 the colors are completely distorted.
    This problem only happens with the default app. VLC plays videos with no issues at all.
    It's not a big deal since I can just use VLC but I was wondering if this can be resolved?

    I attached a pic of the distorted video.
    Attached Images Attached Images

  2. #2
    Join Date
    May 2018
    Location
    Canada
    Beans
    93
    Distro
    Ubuntu Development Release

    Re: Colors Distorted in Videos

    Hey there,

    This is a common issue for most people when they download Ubuntu 18.04. The problem is (most of the times) Ubuntu's default app doesn't have the proper codecs or decoders. So basically they get a video file format it goes to open and it doesn't have a single clue what to do with it. Hence the extremely blurry 4K pixels. Hence why VLC works is because they have the necessary codecs and decoders to translate the amazing 4K pixel blocks into an actual video. The work around for this is simply installing the necessary files. Open the terminal and copy and paste the two lines down to download the necessary codec and decoders to watch the MPEG-4 videos.
    Code:
    sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
    sudo apt install ubuntu-restricted-extras
    hope this helps!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •