pbreak
27th April 2013, 21:05
Hi
I'd like to know if it is possible to create an Avisynth script to use with ffdshow, it's something like that:
if the video is 1280x720 or higher then the script would be
ConvertToYV12().MSU_FRC(7,"fast")
now, if the video is less then 1280x720, any other resolution the script would be:
ConvertToYV12().MSU_FRC(21,"fast")
Thanks.
I'd like to know if it is possible to create an Avisynth script to use with ffdshow, it's something like that:
if the video is 1280x720 or higher then the script would be
ConvertToYV12().MSU_FRC(7,"fast")
now, if the video is less then 1280x720, any other resolution the script would be:
ConvertToYV12().MSU_FRC(21,"fast")
Thanks.