|
|
| stephanV |
| Posted: Jul 13 2006, 08:55 AM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
Video processing filters
A long list of all sort of filters - Thanks to Dmitry Popov for assembling the list.
Input Plugins
32 bit: * MPEG-2 / DVD (by fcchandler) * Matroska (MKV / MKA) (by fcchandler) * Flash Video (FLV) (by fcchandler) * Flash Video (FLV) (by Moitah) => superceded by fcchandler's one * Windows Media (ASF / WMV / WMA) (by fcchandler) * Dolby Digital (AC3) (by fcchandler) * FLIC (FLI / FLC) (by fcchandler) * QuickTime / MPEG-4 (MOV / MP4) (by tateu) * MPEG-4 / 3GPP (MP4 / 3GP) (by SEt) * PVN (by DJStealth) * Redcode RAW (R3D) (by Gábor Kertai) * Narrow-Bandwidth TV wave (by Gary) * DirectShow (by phaeron)
64 bit: * MPEG-2 / DVD x64 (by fcchandler) * Matroska (MKV / MKA) x64 (by fcchandler) * Flash Video (FLV) x64 (by fcchandler) * Windows Media (ASF / WMV / WMA) x64 (by fcchandler) * Dolby Digital (AC3) x64 (by fcchandler) * FLIC (FLI / FLC) x64 (by fcchandler) * DirectShow x64 (by phaeron)
Animated PNG (APNG) => This isn't a plugin but a mod with support for APNG
When using plug-ins it is recommended to use the latest version of VirtualDub, or at least the version that is recommended in its documentation.
[edit] Mirrors of fcchandlers plugins by forum members Placio74 and Gral https://skydrive.live.com/redir?resid=2A1EF...0BE839E!179 http://gral.y0.pl/~fcchandler
This post has been edited by dloneranger on Nov 3 2012, 12:13 PM
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| stephanV |
| Posted: Jul 13 2006, 09:00 AM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
If people want to add their own filters or filters they have found, they can post them in this topic. I will try to keep up with this topic and include the links in the first post.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| ale5000 |
| Posted: Sep 30 2007, 05:08 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
Other input plugins: http://forums.virtualdub.org/index.php?act...=ST&f=7&t=19488
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| yawnmoth |
| Posted: Jan 9 2008, 08:29 PM |
 |
|
Member
 
Group: Members
Posts: 13
Member No.: 22025
Joined: 30-August 07

|
That'd be nice. Off hand, I know of these input filters:
quicktime mpeg-2 wmv FLV directshow MP4
If there are other input filters, I'm not aware of them.
mkv seems unlikely. |
 |
| rjisinspired |
| Posted: Jan 10 2008, 12:39 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 1256
Member No.: 20008
Joined: 12-October 06

|
There is a program called mkvtoolnix which will take audio, video and any chapter information you might have and put them in the mkv container.
ffdshow doesn't appear to have any mkv support but it will do ogm with Vdub. |
 |
| ale5000 |
| Posted: Jan 16 2008, 01:49 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
Edit: Post removed
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| DarrellS |
| Posted: Feb 24 2008, 04:50 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 567
Member No.: 1061
Joined: 28-November 02

|
AC3 input plugin
http://fcchandler.home.comcast.net/Plugins/AC3/AC3.zip |
 |
| predator |
| Posted: Feb 28 2008, 11:19 AM |
 |
|
Newbie

Group: Members
Posts: 6
Member No.: 23146
Joined: 28-February 08

|
Hi, Does anybody have some ideas how to create a plugin to the VDub, which would be able to analyse the video and the sound together? |
 |
| foxidrive |
| Posted: Feb 28 2008, 11:29 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 918
Member No.: 16996
Joined: 21-October 05

|
What information were you looking at finding out with such a plugin? |
 |
| predator |
| Posted: Feb 28 2008, 11:42 AM |
 |
|
Newbie

Group: Members
Posts: 6
Member No.: 23146
Joined: 28-February 08

|
I need to write the source code of plugin to the VirtualDub. In other words, I need to create the "filter", which would be able to scan the audio file (AVI), detect TV commercials and cut them off. Does anybody have some ideas how to do it? Pls, help me. |
 |
| foxidrive |
| Posted: Feb 28 2008, 01:18 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 918
Member No.: 16996
Joined: 21-October 05

|
VideoRedo and DVRMS Toolbox have that functionality. |
 |
| predator |
| Posted: Feb 28 2008, 01:48 PM |
 |
|
Newbie

Group: Members
Posts: 6
Member No.: 23146
Joined: 28-February 08

|
Sorry, but I think you understood me wrong. I study IT and this year I've got to write my final work. So it's not the tool, what I'm asking about. I need to create a new one, like plugin to the VirtualDub. I need exactly to write the source code of it using C++ and then try it with VDub and see, wheter it will work and will be able to cut off the TV commercials. Do you understand me now? |
 |
| foxidrive |
| Posted: Feb 28 2008, 02:30 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 918
Member No.: 16996
Joined: 21-October 05

|
Yes, I do. Hopefully someone who knows can help you.
That would be a useful tool for various people - a tip though, try not to post multiple queries on the same topic. |
 |
| predator |
| Posted: Feb 28 2008, 02:40 PM |
 |
|
Newbie

Group: Members
Posts: 6
Member No.: 23146
Joined: 28-February 08

|
Well, so I need to write the source code or somebody help me to write it. Do you know who can do it for me? I have 3 months maximum to present my final work. |
 |
| foxidrive |
| Posted: Feb 28 2008, 03:11 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 918
Member No.: 16996
Joined: 21-October 05

|
The people here will answer when it is time in their local timezone, if they have an interest in your proposal. |
 |