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 |
|
|
#61 | Link | |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
Quote:
BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
|
#62 | Link | |
|
Registered User
Join Date: Sep 2009
Posts: 6
|
Quote:
It's taken JT a year and a half to get that far with OpenShot ![]() I'll be impressed with whatever you do, I'm sure - it's more than I could. Cheers |
|
|
|
|
|
|
#63 | Link |
|
Quality Freak
Join Date: Jun 2007
Location: Area 52
Posts: 597
|
Could you also possibly add some kind of function like AvsP's where you can just enter in filter's and their commands and the program will automatically filter the video on the next frame? Great program so far!
|
|
|
|
|
|
#64 | Link |
|
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,442
|
This looks promising, but trying it out for the first time (v1.1 beta), I experienced the following problems:
1. Bass add-on DLLs complain (all 13 of them, twice each!) that the main Bass.dll is not v2.3. It seems the main dll is v2.4 and the add-ons are v2.3. 2. When splitting a clip, the first part is lost and you get two copies of the second part. The generated script gives them both the same name, so the first is effectively lost. Also, how about an option to put the plugins somewhere else (and load them explicitly when needed)? I would rather not have my plugins folder full of stuff I rarely use. |
|
|
|
|
|
#65 | Link | |
|
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,374
|
Quote:
And other users must replace also, if want use these audio decoders. |
|
|
|
|
|
|
#66 | Link |
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
Sorry about the dlls. I didn't check the versions. Download the update and copy the dlls manually into avisynth's plugin folder.
Download v1.2 Update Only (600 kB) Download v1.2 Full (5 MB) Last edited by teejee2008; 2nd December 2009 at 07:34. |
|
|
|
|
|
#67 | Link |
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
Avisynth Studio v1.2 Beta
Changes: [fixed] splitting a clip can generate a bad script [fixed] bass audio dlls were not all same version [fixed] if the video is playing, clicking on the scale does not change the playback position [fixed] on splitting a clip the new clips may not have unique IDs (rare case) [change] only important plugins will be copied into Avisynth's plugin folder Note: * This beta fixes some serious bugs. If you are using v1.1 then please update to 1.2. * If you have used v1.1 then please copy the bass audio dlls from the Plugins folder into Avisynth's plugins folder. You will have to do this manually. * Only important plugins will be copied into Avisynth's plugin folder. If you want to use any other plugin, you will have to copy it manually. Download v1.2 Update Only (600 kB) Download v1.2 Full (5 MB) Last edited by teejee2008; 2nd December 2009 at 07:21. |
|
|
|
|
|
#68 | Link | |
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
Quote:
I'll add this option next time. |
|
|
|
|
|
|
#69 | Link |
|
Registered User
Join Date: Dec 2001
Posts: 1,228
|
I'm getting much less errors than I did before. However if I press the "play" button, after a few seconds of processing, it will pop up an unhandled exception.
Code:
Error in the application. -2147467262 (E_NOINTERFACE) at Microsoft.DirectX.AudioVideoPlayback.Video.Open(String fileName, Boolean autoRun) at Microsoft.DirectX.AudioVideoPlayback.Video..ctor(String fileName) at AvisynthStudio.frmMain.ReloadDSClip() at AvisynthStudio.frmMain.TogglePlayPause() at AvisynthStudio.frmMain.cmdPlayPause_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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) - I would second the idea of not copying the plugins into the users avisynth folder. AviSynth studio can keep its plugins in its own folder, and use LoadPlugin() to load them. - I think the "project menu" could be merged into the file menu, unless you plan to add a lot more stuff to them. It just seems that something like importing a file would naturally fit under the "file" menu. - I REALLY like how you can zoom in/out of the timeline by dragging on that white bar. I think the user should have someplace where they can click and drag to move the timeline cursor though. Perhaps you can put a little thing at the top of the cursor that can be clicked and dragged. - It really needs to display whatever frame you currently have the timeline cursor set to. |
|
|
|
|
|
#70 | Link |
|
Resize Abuser
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
|
Awesome stuff! I don't know what your doing for resizing but I strongly recommend integrating my 2 scripts: KenBurnsEffect & ZoomBox. I can explain to you how everything works, but in short it allows for resizing & keeps the aspect ratio by either cropping or adding black bars. For a script it's fairly powerful & it only does 2 operations to the clip one to add borders, the other to resize the clip. For a NLE it would be a great fit.
__________________
Mine: KenBurnsEffect/ZoomBox CutFrames Helped: DissolveAGG ColorBalance LQ Animation Fixer |
|
|
|
|
|
#71 | Link | |||||
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
Quote:
Quote:
Quote:
Quote:
Got the idea from Pinnacle Studio.Quote:
When you make any change to the timeline the video has to be reloaded and the display will stop showing the correct frame. Reload the video using "Play" button and it will show the correct frame after that. |
|||||
|
|
|
|
|
#76 | Link |
|
Registered User
Join Date: Sep 2009
Posts: 6
|
What are your thoughts about VLC Movie Creator, which will be a free bit of competition for your editor?
http://linuxcrunch.com/content/early-look-vlmc Will you keep going, for your own satisfaction? |
|
|
|
|
|
#77 | Link | |
|
Registered User
Join Date: Dec 2001
Posts: 1,228
|
Quote:
|
|
|
|
|
|
|
#78 | Link |
|
FFCoder author
Join Date: Dec 2007
Location: India
Posts: 174
|
I'm waiting for its release in Feb. If VLMC turns out to be better (I'm sure it will be), then I will be very happy. There very few free video editors out there with a decent number of features and a good interface. VLMC will be cross-platform and since its based on VLC it should support almost every audio/video format without any problems.
As far as my program is concerned, I'll keep working on it as long as I have time and interest. I have made a number of programs in the past but I stopped developing them after I lost interest. So I can't say anything about the future. |
|
|
|
|
|
#79 | Link |
|
Registered User
Join Date: Mar 2005
Posts: 366
|
I hope that the VLMC stuff will not disencourage you. What you have been doing so far isn't just another iMovie or Windows Movie Maker clone, but an Avisynth interface with NLE capabilities which will be much more powerful than most NLE's.
And when you eventually will combine your encoder to your NLE you will have a pretty mature app, which will for sure be used by avisynth scripters and more importantly the code intimidated crowd. The coolest thing about your project is that you present something which is actually usable and your fast development pace. There has been too many hot air projects around which never released anything. That's proberly the reason that most people are a bit reluctant, when someone announces a new floss NLE in the making. I really hope you don't give up. When it comes to donations in the NLE field take a look at OpenShot Video(Linux). They get around 300-400$ a month and they only released version 1.0 a few days ago.
__________________
DVD slideshow GUI(Freeware). Last edited by tin3tin; 12th January 2010 at 13:20. |
|
|
|
|
|
#80 | Link |
|
Registered User
Join Date: Jan 2009
Posts: 251
|
I fully agree, and I should add I and I'm sure many others would be more than willing to pay for a good AviSynth NLE. It is a concept with so much potential that no one has exploited yet. I don't know what you think about paid software, but I would much rather have an AviSynth NLE that you need to buy than no AviSynth NLE at all!
|
|
|
|
![]() |
| Tags |
| avisynth, nle |
| Thread Tools | |
| Display Modes | |
|
|