Results 1 to 9 of 9

Thread: SMPlayer mkv video lagging?

  1. #1
    Join Date
    Dec 2014
    Beans
    147

    Question SMPlayer mkv video lagging?

    Hello guys
    I'm running Ubuntu 12.04 SMPlayer version 0.7.0 it is the one that comes from the official repository which means I installed using Ubuntu Software Center my laptop specs are:
    3 GB RAM Memory
    Intel® Core™2 Duo CPU T6400 @ 2.00GHz × 2
    Do I meet the recommended requirements for Full HD playback? because when I play 1080P mkv with FLAC audio SMPlayer skip scenes, but in the 720P mkv with FLAC audio everything runs smoothly, so is there any trick to gain smoothly Full HD playback?

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: SMPlayer mkv video lagging?

    The CPU may not be able to handle the demands of decoding full 1080p content with H.264 and FLAC. You don't say what video adapter it has, probably motherboard Intel graphics is my guess. You could try some of the alternatives to the xv driver in Options > Preferences > General > Video and see if any of them work better. I'm guessing you're just coming up against the limits of the hardware.

    If it has an NVIDIA or ATI card, you have some other options. Run the command "lspci | grep VGA" to see what video hardware you have.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Dec 2014
    Beans
    147

    Re: SMPlayer mkv video lagging?

    Quote Originally Posted by SeijiSensei View Post
    The CPU may not be able to handle the demands of decoding full 1080p content with H.264 and FLAC. You don't say what video adapter it has, probably motherboard Intel graphics is my guess. You could try some of the alternatives to the xv driver in Options > Preferences > General > Video and see if any of them work better. I'm guessing you're just coming up against the limits of the hardware.

    If it has an NVIDIA or ATI card, you have some other options. Run the command "lspci | grep VGA" to see what video hardware you have.
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: SMPlayer mkv video lagging?

    Not much you can do with that other than try some of the other video drivers. Maybe the OpenGL ones will work better.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  5. #5
    Join Date
    Jun 2007
    Beans
    14,789

    Re: SMPlayer mkv video lagging?

    For an Intel GPU, you want to use a video player that supports VA-API output. If memory serves correctly, (S)mplayer doesn't support it without patching.
    I would suggest mpv, but you're using an old version of Ubuntu. Maybe VLC...

  6. #6
    Join Date
    Jun 2012
    Beans
    822

    Re: SMPlayer mkv video lagging?

    There are also some smplayer settings that are good for performance.

    First, the cache for local file streams isn't enabled by default. Set it to 8192Kb. I've found this makes a pretty big difference.

    Also, in the mplayer arguments setting add:

    -cache-min 50
    This means the cache is preloaded to half full before playing any videos. They'll open a bit slower but this also gives you a nice performance hit.

    You may also have to enable frame skip or even hard frame skip.

    Another thing to try is installing gnome-mplayer, which is a lighter GUI than smplayer. It's not as powerful but it's faster and uses the same mplayer with the same keyboard commands.

  7. #7
    Join Date
    Dec 2014
    Beans
    147

    Re: SMPlayer mkv video lagging?

    Quote Originally Posted by SeijiSensei View Post
    Not much you can do with that other than try some of the other video drivers. Maybe the OpenGL ones will work better.
    How to enable OpenGL video driver

  8. #8
    Join Date
    Dec 2014
    Beans
    147

    Re: SMPlayer mkv video lagging?

    Quote Originally Posted by Temüjin View Post
    For an Intel GPU, you want to use a video player that supports VA-API output. If memory serves correctly, (S)mplayer doesn't support it without patching.
    I would suggest mpv, but you're using an old version of Ubuntu. Maybe VLC...
    I'm gonna try play the video with VLC and give you an answer.

  9. #9
    Join Date
    Dec 2014
    Beans
    147

    Re: SMPlayer mkv video lagging?

    Quote Originally Posted by Temüjin View Post
    For an Intel GPU, you want to use a video player that supports VA-API output. If memory serves correctly, (S)mplayer doesn't support it without patching.
    I would suggest mpv, but you're using an old version of Ubuntu. Maybe VLC...
    Everything runs smoothly on Video Local Area Network Client no wonder it is the most popular multimedia player.

Tags for this Thread

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
  •