View Single Post
Old 12th April 2011, 09:20   #41  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
Quote:
Originally Posted by SubJunk View Post
I have added the new parameter "GPU" ...
Please let me know if it works for you
With GPU=false it doesn not work correctly for me.

On Intel Pentium-D (WinXP): the output shows a 2x2 array of the input.

On Intel i7-860 (Win7): every few moments, there are green "flashes" all over the screen. (Didn't look close - could be the green builds a "cross" pattern, related to the grid of the 2x2 array.)

Code:
src = colorbars().converttoyv12().reduceby2().showframenumber()
dbl = src.interframe(GPU=false,FlowPath="C:\ [...] \InterFrame-1.5\Dependencies\")
stackhorizontal( interleave(src,src).subtitle("source").addborders(4,4,4,4),
 \               dbl.subtitle("InterFrame(GPU=false)").addborders(4,4,4,4))
return(last)


Colorbars is just for demonstration. Running a native 1280x720 clip shows the same issue.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote