Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AVISynth UI Alpha 0.02 Dev2.zip | 2011-09-09 | 199.8 kB | |
Readme.txt | 2011-09-09 | 3.6 kB | |
AVISynth UI Alpha 0.02 Dev1.zip | 2011-04-10 | 541.2 kB | |
AVISynth UI 0.01.zip | 2011-03-15 | 418.1 kB | |
Totals: 4 Items | 1.2 MB | 1 |
Hey all, After a very prolonged period of inactivity, I bring you the lates build of AVISynth UI developmet build. This version featured major code changes and also boasts a fair few new features. Because I have restructured most of the classes to be more readable and useable, The future of the project should be clean sailing. I'm sorry I havn't brought the timeline back in yet... it was just too buggy and I ended up leaving it out. Hopefully I can make up for it with the brand new features I have implemented. I have also fixed many things which didn't work properly before. I have also compiled a short list of the bugs which I already know are in the program. 0.02 Dev2 Changelog: Major Changes: *The title bar now shows the open document and saved status *AVISynth scripts are structured completely differently. For small projects, this is inneficient but I made the script generated as easy to edit as possible. *Buttons now update live as you edit the script. If you have accidentally removed support for a specific function, only that function will be disabled *Implemented a really buggy way to re-open your scripts you have made. This will be improved in the next version. *The subtitler has been re-implemented now with a preview feature and a lot more options. In future versions this will have a preview of the actual video within it for review. Pre view size can also be changed. It also uses seconds rather than frames. *The project properties dialog works, but only if you specify details before you use the dialog. Bugs/New bugs: *The project properties dialog doesn't update live, this is fixed in the next dev build. *The subtitler will sometimes spam 3 messages when you enter an incorrect value rather than just 1. *Sometimes, the 'import media' button is enabled when it shouldn't be. (eg. When you removed the necessary script portions) *When you open and close a script, importing media completely screws up the script. I have this fixed in the next dev build, so stay tuned. *Some menu items aren't disabled but you still can't use them. I am sure there are many more, so feel free to post them in the forum 'bugs' section which I check frequently. HOW TO USE: This is an important section which I was missing last time, here is basically how to add a subtitle and change the processing properties of your script: 1. go to project>properties and enter your desired output script generation settings 2. Switch to the 'edit' tab. 3. Press the 'Import Media' button and add media you would like in your project in the order they will appear. Keep clicking until you have 3 media files in the list. 4. Save your script by clicking 'Save All (refresh preview)' at the bottom of the user interface. Use the dialog box to specify where the script will be saved. 5. Play your video file in the viewer if you would like 6. Click the 'Subtitler' button in the edit tab to open the subtitler. Enter your desired settings, click refresh preview and select whether you want the changes to affect the entire project, or just one clip. Then press 'add' 7. Save your file once again with either ctrl+s or the save button. Play your file and you will see a video file of a converted resolution playing. Your subtitles will be wherever you placed them 8. If you wish to edit your scipt manually, do so and the UI will update as you change the script to accomodate different functions. Script highlighting is coming soon. Thank you for using my terrible program and hope you can actually use it this time around!