Search found 5 matches

Go to advanced search

by LRTNZ
03 Feb 2021 09:13
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14600

Re: Android: problems with deinterlacing

I am also aware about VLC android using libVLC - which is why I am confused that deinterlacing was not working for me 🤔
by LRTNZ
03 Feb 2021 09:09
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14600

Re: Android: problems with deinterlacing

LRTNZ: do you have logs on both case? If it's decoded with HW decoding off, then deinterlacer will trigger but there are no way to interact with interlacing and mediacodec. VLC android uses libvlc so anything done there can be done in your application. In the link to my bug report, you will find al...
by LRTNZ
31 Dec 2020 01:49
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14600

Re: Android: problems with deinterlacing

Hi, HW decoding (mediacodec) with Android prevents deinterlacing because you cannot extract the raw planes, it's already deinterlaced (in an arbitrary way, hence the difference between devices) and converted to packed RGB when it goes to the android Surface. That's odd, as I can playback a multicas...
by LRTNZ
25 Jan 2020 04:43
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14600

Re: Android: problems with deinterlacing

@rmorgade, did you end up finding a solution to this problem? I have been trying to solve it myself, with no luck.
by LRTNZ
24 Jan 2020 15:42
Forum: Development around libVLC
Topic: LibVLC and Android Deinterlacing - Is it a thing?
Replies: 0
Views: 410

LibVLC and Android Deinterlacing - Is it a thing?

Hi all. Having been wracking my brains for the last few days trying to get de-interlacing to work on android, and I have unfortunatly had to admit defeat. I am wondering: Is user configurable de-interlacing a thing in Android LibVLC? Whatever format and order of commands I have tried, I either get n...

Go to advanced search