Hi, I'm using libxine to play a TS stream from a sattelite receiver. It works fine, however the image needs to be deinterlaced. How can I enable/disable deinterlacing in libxine?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi. libxine-java allows access to most/all functionality of libxine. I have no idea how to control the deinterlacing in libxine. If you find out how to do that, you can try to do the same in libxine-java.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm using libxine to play a TS stream from a sattelite receiver. It works fine, however the image needs to be deinterlaced. How can I enable/disable deinterlacing in libxine?
hi. libxine-java allows access to most/all functionality of libxine. I have no idea how to control the deinterlacing in libxine. If you find out how to do that, you can try to do the same in libxine-java.
Thanks freckle, I'll go though the C libxine sources and will try to find the functions for deinterlacing there.