Time Travel in writing Avisynth Plugins » Database » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 15.04.2025 - 05:07:21
Pages:  1  

Time Travel in writing Avisynth Plugins

Advertising

/
AuthorMessage

Balamut

users




Statistics:
Messages: 1
Registration: 18.02.2006

Apologies for subject title :D In my code for Sandwich, I'm asking for the nth frame and also the nth-1 and nth+1 frames. (Lets call them nA(0),nA(-1) and nA(1) ) After processing, I then have an altered nth frame. nA'(0), which I output. Does this altered frame nA'(0) become the next nth-1 frame, nB(-1), when I move to processing the next frame, nB(0), or will I get the original untouched frame, nA(0)? I hope there are no typos in this :o regards Simon

---------------------
I want to leave for( ; ; ){ } (c)
Message # 1 19.07.23 - 02:00:51
RE: Time Travel in writing Avisynth Plugins

klima

users




Statistics:
Messages: 10
Registration: 04.02.2008

I hope I understand you correctly - so here is my answer: You can not in any way request frames, that has been touched by your own filter. When you request a frame, you get the previous frame BEFORE it came to your filter, so you will always get frames that has been untouched by your filter. That makes the "time-feedback" situation impossible. Since Avisynth is completely non-linear (opposite VDub), you cannot rely on that the previous frame you processed was frame-1.

---------------------
http://vich-na-vich.info
Message # 2 19.07.23 - 02:05:06
RE: Time Travel in writing Avisynth Plugins

Taick

users




Statistics:
Messages: 12
Registration: 15.04.2012

Thanks Sh0dan - thats what I'd assumed. regards Simon

---------------------
Message # 3 19.07.23 - 02:16:06
RE: Time Travel in writing Avisynth Plugins

j.com

users




Statistics:
Messages: 322
Registration: 03.06.2006

Cool — That means things won’t need to get too messed up at skips and transitions. “Random access” sounds good, but why not use a manlier term, like “Happy happy hop hop access”? ;)

---------------------
ну це вже всьо (с)
Message # 4 19.07.23 - 02:23:04
RE: Time Travel in writing Avisynth Plugins

Solnishko5

users




Statistics:
Messages: 7
Registration: 10.08.2011

I wouldn't want to say "manly" because we wouldn't want to imply that the traits you refer to are proprietary to the male sex.

---------------------
У эгоистов есть одна хорошая черта: они не обсуждают других людей.
Message # 5 19.07.23 - 02:30:59
RE: Time Travel in writing Avisynth Plugins
Force Film????? : Previous topicNext topic: Mix It Like a Record - REAPER Edition
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants