Open GoogleCodeExporter opened 8 years ago
Known issue with VSFilter.dll that it strips interlaced flags and bitstream
information.
Patches welcome if anyone want to attempt fixing this. I was hopeful that
nevcairiel (lavfilters developer) would write us a patch, but a couple years
have now gone by since I made my initial request, so that seems unlikely at
this point.
If you switch to using XySubFilter Beta with madVR, EVR-CP, or VMR9 and the
latest MPC-HC release, you'll be able to utilize hardware deinterlacing.
Original comment by cyber.sp...@gmail.com
on 8 Feb 2014 at 3:25
Here a patch. Work in MPC-BE's VSFilter
Original comment by Aleksoid...@gmail.com
on 25 Feb 2014 at 7:28
Attachments:
2 Aleksoid...@gmail.com
Whould you please upload the compiled files (for 32-bit) with patch applied?
Just in order for me to try if it's working in my system - 'cause I'm not sure
I can make it by myself.
Thanks in advance.
Original comment by alex.olk...@gmail.com
on 25 Feb 2014 at 8:04
No - i don't compile ...
Original comment by Aleksoid...@gmail.com
on 25 Feb 2014 at 8:55
So are there any plans to implement the patch in upcoming versions?
And how could I know when its's done?
Thanks a lot.
Original comment by alex.olk...@gmail.com
on 20 Mar 2014 at 3:27
Unfortunately the patch doesn't function as expected with xy-VSFilter, as it
causes all videos (even Progressive) to be flagged as Interlaced. MPC-BE
VSFilter.dll works as expected though, so there must be another change hidden
in the MPC-BE codebase which makes the patch fully functional.
Original comment by cyber.sp...@gmail.com
on 20 Mar 2014 at 4:02
Looked into it a bit more, and it seems even MPC-BE always forces
AMINTERLACE_IsInterlaced & AMINTERLACE_DisplayModeBobOrWeave, instead of
copying the dwInterlaceFlags value from the input pin.
After a bit of research, I believe I've now fixed that limitation in MPC-BE's
implementation.
Try the attached test build:
xy-VSFilter 3.0.0.284 (CCCP 2014-03-09 release)
+
Aleksoid's MPC-BE patch
+
Copy dwInterlaceFlags value from Input Pin to Output Pin
Original comment by cyber.sp...@gmail.com
on 20 Mar 2014 at 7:19
Attachments:
It works just perfect!
Thank you very much, guys.
Original comment by alex.olk...@gmail.com
on 22 Mar 2014 at 9:39
Original issue reported on code.google.com by
alex.olk...@gmail.com
on 4 Feb 2014 at 6:53