Posts: 10
Joined: Dec 2014
Reputation:
0
Friends, I can't see an improvement yet, but I guess this is due to the fact that I need to make specific settings? What do I need to change? Thanks in advance. This sounds really promising and I can't wait to test again!
Posts: 5,952
Joined: Sep 2008
Reputation:
201
Koying
Retired Team-Kodi Member
Posts: 5,952
SD MP4 videos are not h/w accelerated, so use the standard ffmpeg deinterlace method.
Posts: 105
Joined: Apr 2014
Reputation:
3
sdfg
Senior Member
Posts: 105
Tried bob deinterlacing and things go much better. Still not like 50p but acceptable quality. Like others said, now the problem is sd (for us in europe pal 720x576), because at least in my config is not possible to force hw accel. Thank you,
sdf
Posts: 170
Joined: Mar 2014
Reputation:
0
Yes, that is what i meant.
I do not use live TV, but my SD-video is always mpeg2 PAL.
SaEt9000
Posts: 5,952
Joined: Sep 2008
Reputation:
201
Koying
Retired Team-Kodi Member
Posts: 5,952
For those around not aware:
MediaCodec cannot h/w decode mpeg2 on Android < 5.0 even if the h/w decoder is available, due to an android bug, so you have to use libstagefright for your 1080i50 mpeg2's.
That is especially the case for AFTV, which does a poor job at deinterlacing on its own.
Posts: 3
Joined: Oct 2014
Reputation:
0
2015-01-11, 20:53
(This post was last modified: 2015-01-11, 20:56 by w4n7s0m3.)
Yes watching the playoffs on MythTV, HD-PVR and Fire TV on this new build working perfectly BOB did the trick for deinterlacing.
Thank You
Posts: 1
Joined: Jan 2015
Reputation:
0
Hi Just found this forum. I have also had troubles but this has improved the TV quality. I use NPVR through a popcorn A100 but I am now trying the Open Hour Chameleon. Picture quality for TV not as good as A100 but this update has made a big difference and is getting closer.
Well done guys
Regards
Dave
Posts: 170
Joined: Mar 2014
Reputation:
0
so, i made some more tests now with libstagefrigth and mediacodec with h264-video (Deinterlace: BOB). The deinterlace-effect for 1080i video is with both amazing good.
BOB is unfortunately not available for mpeg2-SD video 720x576 (europeen PAL-Standard and DVD-Standard in europe) - available is only software blend. This video norm has 50 interlace frames.
And so is my question: is it possible to implement this feature for PAL- video as well? Or if I understand your last post right, koying, - is it possible to decode 576i mpeg2- video with libstagefrigth ? Then the new deinterlacer should be available too ?
My impression (and shown by the onscreen OSD, f.i in SPMC) is ,that for SD-video always the software-codec is used, whatever I had configurated for video acceleration.
SaEt9000
Posts: 5,952
Joined: Sep 2008
Reputation:
201
Koying
Retired Team-Kodi Member
Posts: 5,952
Well, not using interlaced material myself, but it looks to me that ffmpeg's deinterlacing is better, so I'm not sure it is worth implementing bob in this case.
Multiple opinions welcome.
Posts: 105
Joined: Apr 2014
Reputation:
3
sdfg
Senior Member
Posts: 105
I think this is the real problem of Kodi in Android. Most of the tv stations are here still 720x576 mpeg2 50i, When I say most I'm talking about 90%, So the problem (IMHO) is really relevant.
I'm on Android 5.0 and don't have hw accel neither on libstagefright nor mediacodec.
On linux there's no hw accel (pal mpeg2) too, but there are several deinterlacing methods (software) and when I use "deinterlace" (not "bob") picture is perfect like on my tv.
Now I think that on Android a quad core 2.5 Ghz should be capable of doing deinterlacing in software on that resolution.
Otherwise, if there's a method to force hw accel, but I don't know from a programmer's/technical point of view which are the difficulties.
All I can say, from user's perspective, is that sd pal deinterlacing on Android is by far the most important feature for us european pvr users.
Thank you,
sdf