hi guys,
i've written a small external application which accesses VideoReDo via it's COM interface in order to execute several functions.
system requirements:
VideoReDo Build 412
Microsoft .Net Runtime Environment
current functions:
+ creation of chapter (=scene marks) by specifying the interval in minutes or specifying the total number of requested chapters
+ splitting a file to multiple files at the scene marks
+ splitting a file to multiple files according to your edits
my recommendation:
unless you know what you do only use this program if you need the required functions. one of the main reasons is simply that if you close the program, it will also close the running VideoReDo instance without notice and you'll lose your edits.
here's more info and make sure you read the short-kept disclaimer:
if some of you have enough courage to test the current alpha, feel free to download it here and give me your feedback:
http://rapidshare.de/files/5233491/HarrysTools.Build.0.14.Alpha.zip.html
as i have no 2nd computer to test this program, let me know if and how it worked for you

greetz
Harry
i've written a small external application which accesses VideoReDo via it's COM interface in order to execute several functions.
system requirements:
VideoReDo Build 412
Microsoft .Net Runtime Environment
current functions:
+ creation of chapter (=scene marks) by specifying the interval in minutes or specifying the total number of requested chapters
+ splitting a file to multiple files at the scene marks
+ splitting a file to multiple files according to your edits
my recommendation:
unless you know what you do only use this program if you need the required functions. one of the main reasons is simply that if you close the program, it will also close the running VideoReDo instance without notice and you'll lose your edits.
here's more info and make sure you read the short-kept disclaimer:
Code:
Program: Harry's Tools, Build 0.14 (ALPHA)
Foreword: It is highly recommended to read the 'Important Usage Stuff'
Disclaimer
----------
I'm not a fan of big disclaimers which nobody reads anyway, so here's the main thing:
+ USAGE OF THIS PROGRAM IS ABSOLUTELY AT YOUR OWN RISK! I TAKE NO RESPONSIBILITY, NO MATTER WHAT HAPPENS TO YOU, YOUR DATA, YOUR SYSTEM, ETC.
+ THIS PROGRAM IS IN NO WAY RELATED TO VIDEOREDO OR DRD SYSTEMS, IT ONLY USES THE COM INTERFACE OF VIDEOREDO IN ORDER TO CONTROL IT REMOTELY. If you experience a bug while using this program, please blame it on the program, not on VideoReDo.
+ THIS PROGRAM IS WRITTEN JUST FOR STUDYING PURPOSES OF THE COM INTERFACE.
System Requirements
-------------------
Required build of VideoReDo: 412
Necessary System Requirement: Microsoft .NET Runtime Environment
Important Usage Stuff
---------------------
In order to access VideoReDo, it must be instantiated by this program. This means that you have to call this program, and it will automatically launch VideoReDo. These two programs communicate then afterwards.
If you close VideoReDo, there is no way to access it again from these tools, so you have to restart the tools program. Sorry for the inconvenience, but there is currently no other way supported in order to access a running instance of a COM supporting program.
If you close this program, then the VideoReDo instance which was opened with it will be closed as well WITHOUT NOTICE!!! This means that you'll LOSE YOUR UNSAVED EDITS.
So my suggestion is: use VideoReDo the normal way and save your projects as usual and - only if - you need the functions of these tools, then use them independently.
Sorry again for the inconvenience, but that's just how it works. I would have done it differently, but accessing programs via COM is somehow 'limited'. Example: You might notice that from time to time your project's filename has changed to "temp.vprj". This happens e.g. if you save your cuts to multiple files. It works this way: a temporary project file is saved, reopened and your cut list is parsed and used. Reason for this is that currently there is no way to get the cut points via COM.
Requests
--------
If you need some additional stuff implemented which is doable via VideoReDo's COM interface, i might take the time and implement it. Feel free to ask ;)
By the way: Feedback is always appreciated.
This program is still alpha, but you're free to test it.
That important stuff said: Have Fun! :)
http://rapidshare.de/files/5233491/HarrysTools.Build.0.14.Alpha.zip.html
as i have no 2nd computer to test this program, let me know if and how it worked for you
greetz
Harry