CrendKing / avisynth_filter

DirectShow filters that put AviSynth and VapourSynth into video playing
MIT License
108 stars 8 forks source link

DVD Video + LAV Filters + AVSF = green bar 16 pixel wide #74

Closed Disaer closed 2 years ago

Disaer commented 2 years ago

Environment

Describe the bug

When DVD resolution video (720 pixel wide) opened in MPC-HC, AVSF add 16 pixel wide green bar to it. 2022-05-12

To Reproduce

Just open attached sample with MPC-HC. VTS_06_1.zip

Disaer commented 2 years ago

Same thing happens with 720 or 1040 pixels width MP4 video.

You can create dummy MP4 video to test with ffmpeg: ffmpeg -f lavfi -i testsrc=duration=10:size=1040x584:rate=30 -pix_fmt yuv420p testsrc.mp4

CrendKing commented 2 years ago

https://github.com/CrendKing/avisynth_filter/actions/runs/2319020509