Hi, if you can help a cat
thanks
I need to tell to avisynth that it should
only if at the point in the script where exist this line, video is not already YUY2Code:converttoYUY2(interlaced=false)
is this possible?![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
AviSynth+
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/FilterSDK/VideoInfo.html#isy...2-isyv411-isy8Code:ISYUY2 ? last : ConvertToYUY2(interlaced=false)
Last edited by jagabo; 11th Oct 2025 at 19:35. Reason: added link
-
Is this test really needed? I thought when the video is already in YUY2 the ConvertToYUY2() does nothing.
-
[Attachment 89185 - Click to enlarge]
exactly I don't know cat
in my transcoding script seems it act well
Code:echo ISYUY2 ^? last ^: ^ConvertToYUY2(interlaced=false)>>"%~n1_HD.avs"
Last edited by marcorocchini; 15th Oct 2025 at 06:08.
-

ah, cat
in my original intention it would be that ConvertToYUY2 should be act if at that point it appears that it is not, so wonder is however correct or not?
Similar Threads
-
How do you install/execute a folder with files in macOS?
By tigerb in forum MacReplies: 14Last Post: 11th Jul 2024, 15:04 -
any one got guide on how to install avisynth that don' point to avisynth.nl
By MrKool in forum Newbie / General discussionsReplies: 7Last Post: 9th Aug 2023, 11:57 -
Avisynth .vs Avisynth+ 32-bit
By Santuzzu in forum Newbie / General discussionsReplies: 5Last Post: 21st Apr 2023, 16:52 -
Avisynth and Avisynth+ with MeGUI
By pooksahib in forum Video ConversionReplies: 8Last Post: 3rd Mar 2023, 06:30 -
moving from avisynth to avisynth+
By pooksahib in forum Video ConversionReplies: 9Last Post: 23rd Feb 2023, 09:37


Quote