Raspberry Pi deinterlacing

For discussion of topics specific to MythTV on Raspberry Pi devices
Post Reply
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Raspberry Pi deinterlacing

Post by pgbennett »

There has been a problem for some time with hardware deinterlacing on Raspberry Pi. The problem arose starting with firmware version #897, released July 8 2016. There is now a fix in MythTV.

MythTV versions prior to v0.28.1-34 will deinterlace correctly with firmware versions up to #896. MythTV versions v0.28.1-34 on will deinterlace correctly with firmware versions #897 and higher.

You can check your firmware version with uname -a

You can upgrade your Raspberry Pi jessie firmware to the latest stable version using "sudo apt update" and "sudo apt dist-upgrade". Currently this will install version #998.

I have updated the package download of MythTV-light so that the new version will be downloaded.

If you have previously changed your deinterlace setting to get around the deinterlace problem you can change it back to "Advanced(HW)" for the best results after installing the latest versions of MythTV and firmware.
MikeB2013
Senior
Posts: 519
Joined: Mon Jul 25, 2016 4:16 pm
Great Britain

Re: Raspberry Pi deinterlacing

Post by MikeB2013 »

Peter,

Not directly associated with deinterlacing fix.

I am running latest master, and have just installed mythtv-light and mythplugins-light on a clean install of latest Raspbian (#998) on Pi 3.

I needed to install libvdpau1 and libva-drm1 before the mythnews and other plugins show in mythfrontend.

Code: Select all

2017-06-23 19:38:34.952568 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:34.952727 E  Unable to initialize plugin 'mytharchive'.
2017-06-23 19:38:34.958675 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:34.958903 E  Unable to initialize plugin 'mythbrowser'.
2017-06-23 19:38:34.977510 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:34.977584 E  Unable to initialize plugin 'mythgame'.
2017-06-23 19:38:34.997260 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:34.997336 E  Unable to initialize plugin 'mythmusic'.
2017-06-23 19:38:35.017164 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:35.017240 E  Unable to initialize plugin 'mythnetvision'.
2017-06-23 19:38:35.024463 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:35.024552 E  Unable to initialize plugin 'mythnews'.
2017-06-23 19:38:35.038591 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:35.038674 E  Unable to initialize plugin 'mythweather'.
2017-06-23 19:38:35.051622 !  MythPlugin::init() dlerror: libvdpau.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:38:35.051702 E  Unable to initialize plugin 'mythzoneminder'.

Code: Select all

2017-06-23 19:41:37.915095 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.915208 E  Unable to initialize plugin 'mytharchive'.
2017-06-23 19:41:37.917951 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.918016 E  Unable to initialize plugin 'mythbrowser'.
2017-06-23 19:41:37.920789 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.920847 E  Unable to initialize plugin 'mythgame'.
2017-06-23 19:41:37.929229 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.929298 E  Unable to initialize plugin 'mythmusic'.
2017-06-23 19:41:37.932622 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.932693 E  Unable to initialize plugin 'mythnetvision'.
2017-06-23 19:41:37.935507 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.935583 E  Unable to initialize plugin 'mythnews'.
2017-06-23 19:41:37.939429 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.939513 E  Unable to initialize plugin 'mythweather'.
2017-06-23 19:41:37.943456 !  MythPlugin::init() dlerror: libva-drm.so.1: cannot open shared object file: No such file or directory
2017-06-23 19:41:37.943535 E  Unable to initialize plugin 'mythzoneminder'.
Mike
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Re: Raspberry Pi deinterlacing

Post by pgbennett »

Thank you for pointing that out. I have investigated and I found that i was building mythplugins with the wrong options. I will post a new version in the next day or two that does not need those libraries. They are not relevant to the raspberry pi setup.
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Re: Raspberry Pi deinterlacing

Post by pgbennett »

I have released a new build of plugins that does not need those libraries.
Post Reply