Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#22 | Link | |
|
Registered User
Join Date: Mar 2005
Posts: 366
|
Quote:
This is how DVD slideshow GUI does it - I can show you how I do it in wxBasic if you want. For inspiration on how to handle multitrack, overlays and transitions in an xml format, you could take a look on how mtl is doing that: http://www.mltframework.org/twiki/bin/view/MLT/MltXml
__________________
DVD slideshow GUI(Freeware). Last edited by tin3tin; 20th November 2009 at 07:52. |
|
|
|
|
|
|
#23 | Link | |
|
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,442
|
Quote:
|
|
|
|
|
|
|
#24 | Link | |
|
Registered User
Join Date: Mar 2005
Posts: 366
|
Quote:
__________________
DVD slideshow GUI(Freeware). |
|
|
|
|
|
|
#25 | Link |
|
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,442
|
Code:
IScriptEnvironment* env = CreateScriptEnvironment(); See also this post. This refers to the C API, so some of the details are different, but later in the thread, there are examples using C++ too. For just getting clip properties, the process is a bit simpler as you don't need to go as far as getting a frame. Last edited by Gavino; 20th November 2009 at 12:46. |
|
|
|
|
|
#26 | Link | |
|
Registered User
Join Date: Dec 2001
Posts: 1,228
|
Quote:
System.BadImageFormatException: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) This looks like an exciting application if it can be developed farther. There are hundreds or maybe thousands of people over at animemusicvideos.org who could use a decent free video editor. Since Microsoft has discontinued Windows Movie Maker as of windows 7 (the new WMM Live can not even be classified as a non-linear editor), there doesn't even exist any decent free video editing application anymore. |
|
|
|
|
|
|
#27 | Link |
|
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,371
|
@teejee2008
Please replace your bass plugins v2.3, in your installer with the last v2.4 I make (2008-3-14) some changes, from v2.3 to v2.4, in BassAudio.dll (interface between AviSynth and Bass libraries) very importants to decode audio correctly. The BassAudio.dll v2.4 is in BeHappy package and the rest in http://www.un4seen.com/bass.html (remember change the names to match with your names) @All BeHappy (or BassAudio.dll) users, update the Bass*.dll with v2.4 in your AviSynth plugins folder. Last edited by tebasuna51; 20th November 2009 at 20:46. |
|
|
|
|
|
#28 | Link | ||
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
Quote:
Quote:
|
||
|
|
|
|
|
#31 | Link |
|
Registered User
Join Date: Mar 2005
Posts: 366
|
Looks good. Earlier on you mentioned help for making filter definition files. I think AvsP got most of the covered - for setting up spinners and checkboxes. You should maybe look into the files included in AvsP.
Have you thought about how to implement transitions?
__________________
DVD slideshow GUI(Freeware). |
|
|
|
|
|
#34 | Link |
|
Registered User
Join Date: Dec 2001
Posts: 1,228
|
Do you plan to add support for 2 (or more) video tracks? Having at least 2 video tracks would give a LOT more freedom. Transparency and fades can be done via default avisynth functions.
Also, the plugin "TransAll" will give you access to 28 different transitions. |
|
|
|
|
|
#40 | Link |
|
Registered User
Join Date: Aug 2006
Posts: 50
|
On x64, I'm getting a mass of errors when I try to run this.
************** Exception Text ************** System.BadImageFormatException: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) at AvisynthStudio.frmMain.MouseMove_UpdateStatusBar() at AvisynthStudio.frmMain.frmMain_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
|
|
|
![]() |
| Tags |
| avisynth, nle |
| Thread Tools | |
| Display Modes | |
|
|