|
|
| evropej |
| Posted: Jan 23 2014, 10:13 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
Is there a video tutorial out there to show how someone can write a simple filter and compile it for vdub? Just cirous |
 |
| dloneranger |
| Posted: Jan 23 2014, 10:25 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
The sdk comes with all the stuff you need, and two simple filters you can alter to do your own stuff The hardest part is doing a GUI To figure out that you can download others with source code and have a read The easy bit if fiddling with the picture :-)
I hadn't done any c++ programming at all until I decided I wanted to make a few changes to virtualdub A knowledge of any other language is a major help though as you already know the concepts if not the words
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| evropej |
| Posted: Jan 24 2014, 04:26 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
I have looked at it long ago and got discouraged. I am more of a visual person so I like watching a video. Plus, when someone demonstrates in a video, there is a lot of little gotchas that get answered. If I had more time and less hobbies, I would dig into it but for now, I am looking for an easy out lol |
 |
| dloneranger |
| Posted: Jan 24 2014, 05:29 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
It's not a visual task though? Kind of like asking to see a video of someone writing a book, just watching someone type won't be useful at all I'm really not sure what you'd expect to see in a video that could be of any help at all
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| evropej |
| Posted: Jan 24 2014, 06:08 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
So to find out what it really takes to compile a filter, you would need to start in virtualmachine with nothing installed. Try this out and you will be amazed.
You will find out that you do a lot of things which you are not aware of that most people don't, I speak from experience.
For example, I always install a c++ distribution package by default which installs dlls. I tried telling someone that it was easy to install MSU filters and run it so I could not understand why theirs didnt work. So one day I tried a clean install in a virtualmachine and bingo! He found out that he needed to install a package, use a 32 bit version, and then it would work. None are evident from the installation instruction which says put in in the plugin folder.
The code itself and the programming is not as critical.
I hope this makes sense.
|
 |