clsid2

Results 268 comments of clsid2

Hi guys, I am working on LayoutRes implementation for MPC-HC ISR. Can you also make a conformance checking sample that uses LayoutRes, but without anamorpic stuff? And one with ScaledBorderAndShadow...

I got the two 1080p samples rendering correctly already. The other two almost: ![original_s720x576_d1024x576 mkv_snapshot](https://user-images.githubusercontent.com/4704996/204838111-14ca2051-214f-4b8d-8d99-d1e19ca0dd36.jpg) Text is rotated too much. It is related to the PAR compensation. But I am...

Some good simple demo files for those issues would be greatly appreciated.

LAV Filters included in MPC-HC uses a similar patch: https://github.com/clsid2/LAVFilters/commit/9633f1a9d2ce5beb08efee564a462498c2ec31b1

Confirmed. It fails with `LAV Splitter Source` but works with `File Source URL` + `LAV Splitter`. So likely related to HTTPS protocol changes in FFmpeg.

Possible workaround in FFmpeg code could be to retry with empty referrer in case of a http 403 with self referrer set.

Look at the channel mask value on the Status tab during playback. MPC-HC menu > Play > Filters Quad (front+back) should be 0x33 https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ksmedia/ns-ksmedia-ksaudio_channel_config

Converting from timestamp to frame number or vice-versa will never be very accurate due to rounding errors, gaps, or even variable frame rate. But I guess you could do something...

D3D11 is better choice anyway. It can work in native mode if you use MPC Video Renderer.