HI
I am having a problem that I did not have previously. I have done many encoding for a cartoon serie using the same script. All the episodes of that serie have the same caracteristics. Laking of time I have stop to encode that serie for couple months. Now getting back to it, my script doesn't work anymore I get : hqdn3d:requires YV12 source (temporaldegrain.avsi, line 82).
Here my script that I use with megui :
DSS2("C:\Users\blabla\Episode 13.1080p.mkv")
TemporalDegrain(degrain=3, ov=4, blksize=16)
Hysteria()
During the last months, I have been playing with my codecs (ffdshow, LAV) for some capturing purpuse, so I obviously touched something that created that problem. The thing is that I just dont know where.
I have tried to add ConvertToYV12() at the end of the script but I get the same message...
I would be grateful if someone could guide me to fix the problem. (Like I said the script used to work and now doesn't work, even on videos that I have encoded in the past)
P.S : Does someone know a better alternative than DSS2 for sources like 1080p.mkv (no audio conversion needed)
Thank you in advance
+ Reply to Thread
Results 1 to 4 of 4
-
-
Add ConvertToYV12() between DSS2 and TemporalDegrain. AviSynth's filters run in a pipeline from top to bottom.
But DirectShow should be your last choice of sources as it's not always frame accurate. Try using LSmashVideoSource or ffVideoSource instead. You'll need to download and add those to AviSynth. -
Thanks Jagabo your very helpful
The ConvertToYV12() between DSS2 and TemporalDegrain works. I'll give a try to ffVideoSource and LSmashVideoSource. I still would like to know with what I mess with to get that problem but at least now I can encode
Thank you again -
DSS2 uses Windows' DirectShow to open and decompress the video. It's behavior will vary depending on the DirectShow components that are installed. DSS2 isn't returning YV12 video now. You might be able to force it to return YV12 by adding the argument pixel_type="YV12" Or maybe it's format="YV12". I don't remember.
Similar Threads
-
MeGui and Avisynch compatibility issue
By TheHooligan95 in forum Newbie / General discussionsReplies: 4Last Post: 8th Sep 2017, 14:05 -
nvenc compatibility
By amrel in forum Video ConversionReplies: 0Last Post: 29th Nov 2015, 10:02 -
Problem of compatibility or something else?
By Iron Maiden UK in forum DVD & Blu-ray WritersReplies: 5Last Post: 30th Jun 2013, 04:34 -
Mkv compatibility
By kyrcy in forum DVD & Blu-ray PlayersReplies: 2Last Post: 29th Jan 2013, 09:33 -
DVD compatibility
By neljan in forum Authoring (DVD)Replies: 12Last Post: 12th Oct 2012, 09:07