Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

the exact mediainfo could be helpful

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

1st Example is a DVD rip straight to MKV container (this one is 16:9);

ID                                       : 1
Format                                   : MPEG Video
Format version                           : Version 2
Format profile                           : Main@Main
Format settings                          : CustomMatrix / BVOP
Format settings, BVOP                    : Yes
Format settings, Matrix                  : Custom
Format settings, GOP                     : Variable
Codec ID                                 : V_MPEG2
Codec ID/Info                            : MPEG 1 or 2 Video
Bit rate mode                            : Variable
Bit rate                                 : 4 794 kb/s
Maximum bit rate                         : 9 800 kb/s
Width                                    : 720 pixels
Height                                   : 480 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Original frame rate                      : 23.976 FPS
Standard                                 : Component
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Scan order                               : 2:3 Pulldown
Compression mode                         : Lossy
Time code of first frame                 : 00:59:58;00
Time code source                         : Group of pictures header
Language                                 : English
Default                                  : No
Forced                                   : No
Color primaries                          : BT.601 NTSC
Transfer characteristics                 : BT.601
Matrix coefficients                      : BT.601

2nd Example is an NTSC DVD rip straight to MKV container (this one is 4:3);

Format                                   : MPEG Video
Format version                           : Version 2
Format profile                           : Main@Main
Format settings                          : BVOP
Format settings, BVOP                    : Yes
Format settings, Matrix                  : Default
Format settings, GOP                     : M=3, N=13
Format settings, picture structure       : Frame
Duration                                 : 22 min 54 s
Bit rate mode                            : Constant
Bit rate                                 : 5 300 kb/s
Width                                    : 720 pixels
Height                                   : 480 pixels
Display aspect ratio                     : 4:3
Frame rate                               : 29.970 (30000/1001) FPS
Standard                                 : NTSC
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Interlaced
Scan order                               : Top Field First
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.512
Time code of first frame                 : 00:59:59:00
GOP, Open/Closed                         : Open
Stream size                              : 868 MiB (100%)
Color primaries                          : BT.601 NTSC
Transfer characteristics                 : BT.601
Matrix coefficients                      : BT.601

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

yeah, ok, I can reproduce this
lets wait for the fix big_smile - https://github.com/CrendKing/avisynth_filter/issues/35

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

Thanks for verification and for submitting the issue on Github smile

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

I have just tried the new version of 0.90 released by CrendKing on many different video codecs & resolutions and I have not had any issues, so good work on the quick fix!

Seeking also seems to be a bit more responsive.

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

updated to 0.9.1

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

0.9.1 seems to be a bit slower than 0.9.0-1 when the input format is YV24

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

Does anyone know how to use the avisynth filter in Kodi dsPlayer? Need that sweet sweet HDR.

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

the same way as you're using ffdshow filter?

85 (edited by clidx 07-02-2021 22:14:28)

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

Chainik wrote:

the same way as you're using ffdshow filter?

I don't really know what I'm looking for as ffdshowrawfilter is listed as an extra external filter but there isn't any mention of Avisynth.
Edit: so when switching to rules and filters mode from internal filters, I found the option to add an avisynth filter as an extra filter and that worked, but the instructions are different to the ffdshow filter on the wiki.

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

indeed... just updated the wiki page wink

87 (edited by cookieboyeli 29-07-2021 07:10:29)

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

Hi, recently if Avisynth Filter is checked my player instantly crashes on launch. I do not know what has changed.

I reinstalled MPC-BE and reinstalled SVP saving settings in picture format and manually reentering them.

I know I'm missing something but for the life of me after hours I can't seem to get it to work.

Basically: How should I setup my system to use AVSF if it's not working by default.

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

> if Avisynth Filter is checked my player instantly crashes on launch

does it crashes on player launch, or after video open?
any error message windows appears?
what if SVP is closed / disabled?

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

(MPC-BE open or not doesn't matter) Click file -> MPC-BE flashes open to instantly crash.
No error message or window.
If Avisynth Filter disabled it doesn't crash.

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

All windows applications crashes you can find in Windows Events Log. Right click on Windows Start button > Events viewer > Windows Log > Application
Can you post here details about crashes MPC-BE?

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

cookieboyeli wrote:

Hi, recently if Avisynth Filter is checked my player instantly crashes on launch. I do not know what has changed.

I reinstalled MPC-BE and reinstalled SVP saving settings in picture format and manually reentering them.

I know I'm missing something but for the life of me after hours I can't seem to get it to work.

Basically: How should I setup my system to use AVSF if it's not working by default.

look kinda similar with my problem
https://github.com/CrendKing/avisynth_filter/issues/58

Re: PUBLIC BETA TEST: AviSynth Filter - 10-bit/HDR in DirectShow

Is it possible to combine avysinth filter with the external nightlylav filters to get tonemapping in Kodi 17.7 DSPlayer and latest madvr beta builds (I'm using 132 beta)?