Seems like a reasonable request. Will do.It would be nice if DGDecode could also set clip props like PictType (I, P, B Frame).
Revise DGDecode to add properties for Avisynth and Vapoursynth
Revise DGDecode to add properties for Avisynth and Vapoursynth
Request from ChaosKing at Doom9. Creating thread here for tracking:
Revise DGDecode to add properties for Avisynth and Vapoursynth
OK, looking for details...
Do you mean Avisynth+ or Vapoursynth? Please specify for each the specific properties you need to be set.
Do you mean Avisynth+ or Vapoursynth? Please specify for each the specific properties you need to be set.
- thechaoscoder
- Posts: 49
- Joined: Tue Jul 14, 2020 8:34 am
Revise DGDecode to add properties for Avisynth and Vapoursynth
I just saw that I tested in Vapoursynth with avs compat mode
avs.MPEG2Source().text.ClipInfo() instead of
dgdecode.MPEG2Source()
(With avs compat mode no clip props are set)
Clip props are already set. Range (Limited/Full) and Chroma Location are missing so if it's not much work it would be nice to add them. Idk about Primaries and Transfer
Here's how lsmash "sees" the file
avs.MPEG2Source().text.ClipInfo() instead of
dgdecode.MPEG2Source()
(With avs compat mode no clip props are set)
Clip props are already set. Range (Limited/Full) and Chroma Location are missing so if it's not much work it would be nice to add them. Idk about Primaries and Transfer
Here's how lsmash "sees" the file
Revise DGDecode to add properties for Avisynth and Vapoursynth
Yeah, I knew I had set some Vapoursynth properties in the 64-bit DLL. I'll add the missing ones but don't plan on doing anything for Avisynth.