|
|
| shekh |
| Posted: Jun 1 2014, 05:45 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14

|
Hello, I am developing a plugin which has keyframe animated parameters. Editing these parameters is similar to VD`s blend curve. This seems something new to VirtualDub: I havent seen any other plugin with such controls.
So far I am quite happy with what I have, but want to highlight some issues:
1) There is no way to know current frame selected in the preview window. It is required to scroll the curve editor and update displayed parameter values. Right now I am using last frame passed through the plugin as a hint, however I understand this is not guaranteed to work always.
2) There is no way to control preview window (select current frame). It is useful because while manipulating the parameter curve it is desirable to see synced picture. I have no workaround: essentially I get two independent timelines (one in preview and other is mine) which I have to synchronize manually.
3) There is no way to roll my own preview. There is a SampleCurrentFrame, why not a SampleSpecificFrame? If I could get random frame I could display a thumbnail near my curve editor.
4) There is no way to know anything about the timeline. I`d like to know its length and maybe displayed scale (frames per pixels, frames per label). This isnt really necessary, I just made infinite timeline with no scroll bands. And fixed scale seems ok (maybe because I am only processing clips few minutes long).
Thanks |
 |
| skoulik |
| Posted: Mar 8 2015, 10:49 PM |
 |
|
Newbie

Group: Members
Posts: 1
Member No.: 38703
Joined: 8-March 15

|
I am second voting for the above features. |
 |
| shekh |
| Posted: Mar 10 2015, 10:57 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14

|
Track my fork http://sourceforge.net/p/vdfiltermod/wiki/Home/ I have resolved features 1,2,4 and some other. |
 |
| ALbino |
| Posted: Mar 10 2015, 11:39 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 101
Member No.: 26983
Joined: 9-February 10

|
Looking forward to following your progress, especially after recent developments. Please keep us posted. |
 |