lamer_de
8th March 2003, 12:56
Hi all,
I'd like to have the functionality of the internal resize functions to crop the picture implemented in the in the SimpleResize and BicublinResize filters (I don't know if MarcFD made the sources public for this one and don't have the url at hand). I often crop add odd numbers and this functionality would come in very handy when using avisynth 2.5 and yv12.
Something like:
BicubicResize(576,320,0,0.75, 0.0, 3.0, 720.0, 569.0)
See here for a thread: http://forum.doom9.org/showthread.php?s=&threadid=44400&highlight=crop+resize
I dont know how hard this is hard to implement, but the fact that it's already implemented in the core lets me assume that it's possible...
Thanks for reading,
lamer_de
I'd like to have the functionality of the internal resize functions to crop the picture implemented in the in the SimpleResize and BicublinResize filters (I don't know if MarcFD made the sources public for this one and don't have the url at hand). I often crop add odd numbers and this functionality would come in very handy when using avisynth 2.5 and yv12.
Something like:
BicubicResize(576,320,0,0.75, 0.0, 3.0, 720.0, 569.0)
See here for a thread: http://forum.doom9.org/showthread.php?s=&threadid=44400&highlight=crop+resize
I dont know how hard this is hard to implement, but the fact that it's already implemented in the core lets me assume that it's possible...
Thanks for reading,
lamer_de