Simon Brown Posted January 29, 2008 Author Share Posted January 29, 2008 Update Posted I'm sorry, at first I was confused about the plugin conflict - but then it happend to me as I was testing my new plugin. So I have posted an update that fixes it. Edit: I think that the problem was that Paint.NET seems to pass the file type by index rather than by name or value but there are very few file type plugins availible and most support both opening and saving. Quote Link to comment Share on other sites More sharing options...
Andrew D Posted January 29, 2008 Share Posted January 29, 2008 Anyways, that problem is fixed, however, changing the thumbnail size STILL isn't working. is it still the aviimportsettings or the REGEDIT way? Anyways, it's a tad annoying still having the small thumbnail size. Though if anything the quality increases the higher those settings are. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 29, 2008 Author Share Posted January 29, 2008 is it still the aviimportsettings or the REGEDIT way? It's still aviimportsettings for several technical reasons. If it is important I could consider bundling with the plugin a small program to make changing the settings easier. Edit: As for the thumbnail size - do you mean the physical size? If so - what is your screen resolution? Quote Link to comment Share on other sites More sharing options...
Andrew D Posted January 29, 2008 Share Posted January 29, 2008 is it still the aviimportsettings or the REGEDIT way? It's still aviimportsettings for several technical reasons. If it is important I could consider bundling with the plugin a small program to make changing the settings easier. Edit: As for the thumbnail size - do you mean the physical size? If so - what is your screen resolution? I mean the physical size, yes. 1280 by 1024. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 29, 2008 Author Share Posted January 29, 2008 That's my resolution too so it cannot be that you just have a huge screen resolution. Well, I guess I will include a new setting in the next version for the window size. Quote Link to comment Share on other sites More sharing options...
Andrew D Posted January 29, 2008 Share Posted January 29, 2008 That's my resolution too so it cannot be that you just have a huge screen resolution.Well, I guess I will include a new setting in the next version for the window size. If you didn't write your code in IndirectUI and used WinForms, you can set a property which allows the user to increase the size of a certain object, CodeLab uses an example of this, if your un-sure how to do it. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 29, 2008 Author Share Posted January 29, 2008 Yes, I do know how to do that - what are you saying? You want the window to be resizable? Quote Link to comment Share on other sites More sharing options...
Geoff Posted January 30, 2008 Share Posted January 30, 2008 Again nice update, i have just tested it out and all works fine (as it should ). Updates: 2.5: Solves a plugin conflict bug (Notice: Do not try to save under this type as it will not work. I just used it to solve the problem). Geoff Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 30, 2008 Author Share Posted January 30, 2008 I have thought about the ability to save images as avis to but I'm not sure how I should make it different in the video (otherwise there is no point). Has anyone got any ideas? Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 30, 2008 Author Share Posted January 30, 2008 Update Posted Edit: Whoops - Resize Glitch, I will fix it soon. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 31, 2008 Author Share Posted January 31, 2008 AVIImport 3.1 Now Availible Quote Link to comment Share on other sites More sharing options...
Leif Posted January 31, 2008 Share Posted January 31, 2008 The man is on the rool. Thank you. Quote My DA: http://leif-j.deviantart.com/ -------------- Some people seek justice so persistent, that they will do great injustice themselves. Link to comment Share on other sites More sharing options...
Simon Brown Posted January 31, 2008 Author Share Posted January 31, 2008 Is the settings changer useful? And has anyone got any feature suggestions? Quote Link to comment Share on other sites More sharing options...
Andrew D Posted January 31, 2008 Share Posted January 31, 2008 See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '800' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value at System.Windows.Forms.NumericUpDown.set_Value(Decimal value) at AVIImportSettings.Form1.Form1_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() 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.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- AVIImportSettings1 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/DOCUME~1/Andrew/LOCALS~1/Temp/Temporary%20Directory%201%20for%20AVIImportSettings1.zip/AVIImportSettings1.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. While the program still works fine, I still got this message when I ran it. (The settings changer) Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted January 31, 2008 Author Share Posted January 31, 2008 While the program still works fine, I still got this message when I ran it. (The settings changer) The reason is that I set the control maximum to about 500 as I didn't think people would want it larger. Edit: So has anyone got any feature suggestions? Quote Link to comment Share on other sites More sharing options...
Abdoov2 Posted February 1, 2008 Share Posted February 1, 2008 well tell me wot is the use for it and do i have to wait 2 houre to save a file with avi 1mb Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted February 27, 2008 Author Share Posted February 27, 2008 Update Posted In this version you now have the option to open the whole video file as a filmstrip and the lousy save option from the previous version has been replaced with the ability to save the filmstrip as a video. The advantage of the filmstrip is that you can load and save the whole video and easily apply effects. Please Note: The filmstrip option does use a lot of ram in long videos. Quote Link to comment Share on other sites More sharing options...
Mike Ryan Posted February 28, 2008 Share Posted February 28, 2008 Wow, you have almost turned PDN into a video editor with this plugin. One question, does it open up the clips as a layer or image? Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted February 28, 2008 Author Share Posted February 28, 2008 Wow, you have almost turned PDN into a video editor with this plugin. One question, does it open up the clips as a layer or image? Yes, one of my aims is to make it possible to use pdn for video effects. There are currently two options when loading. One is the same as before and the other opens an image with the frames side-by-side. I may add opening frames into layers option in the future. Quote Link to comment Share on other sites More sharing options...
Zeek Posted February 28, 2008 Share Posted February 28, 2008 I love the improvements in this plugin. I just ran a test with a short video and I'm just amazed at what PDN can do now! My test saved and played back fine; well, almost. The edited strip played a little slower than the original. It isn't that big of a deal, but I thought I'd point it out. I'm liking this plugin for what it can do. Quote https://forums.getpaint.net/topic/2932-read-first-the-rules-yes-you-read-this-2013-12-21/#15 Hmmm? Link to comment Share on other sites More sharing options...
Simon Brown Posted February 28, 2008 Author Share Posted February 28, 2008 I love the improvements in this plugin. I just ran a test with a short video and I'm just amazed at what PDN can do now! My test saved and played back fine; well, almost. The edited strip played a little slower than the original. It isn't that big of a deal, but I thought I'd point it out. I'm liking this plugin for what it can do. The speed issue is because of the frame rate which I forgot to include a feature to change. I may in a future version. Quote Link to comment Share on other sites More sharing options...
Tillerman Posted April 27, 2008 Share Posted April 27, 2008 Thought you might want to know that, whenever I try to download through Installer, I receive a prompt stating that an error has been encountered and whther I would like to continue. If you click "yes" then the program freezes. I did the manual install and put the .dll's into the Effects folder in PDN but I cannot find the Effect anywhere after booting the program. Quote My Internet Explorer 8 Concept.... My Deviant Art My Forum Link to comment Share on other sites More sharing options...
pyrochild Posted April 27, 2008 Share Posted April 27, 2008 You don't put this one in the Effects folder, as it's not at effect. You put it in the FileTypes folder, 'cause that's what it is... Quote http://i.imgur.com/xZYt6wl.png ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Tillerman Posted April 27, 2008 Share Posted April 27, 2008 You don't put this one in the Effects folder, as it's not at effect. You put it in the FileTypes folder, 'cause that's what it is... Whenever I try to import a video I recieve the following message: "Problem importing video" Quote My Internet Explorer 8 Concept.... My Deviant Art My Forum Link to comment Share on other sites More sharing options...
Simon Brown Posted April 27, 2008 Author Share Posted April 27, 2008 Not all videos work - only the ones supported by the Windows AVI library which this plugin is basically a wrapper for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.