digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker 2.1.0 released (http://www.digitalfaq.com/archives/encode/9153-moviestacker-210-released.html)

muaddib 04-16-2004 09:18 PM

MovieStacker 2.1.0 released
 
MovieStacker 2.1.0 is out :!: :D

I think that the most important change in this new version is the AviSynth 2.5 support. Now every MovieStacker user that was still using the old AVS2.0 can now upgrade to AVS2.5x. Preview function is working. You can choose to preview with the internal frame render, or choose an external application. Compare function is also working. By default it will compare the current script and the source material, but you can choose to compare any 2 scripts you want. Added support for some filters, remove some other.

It’s recommended to completely uninstall the previous version before installing this new one. The new installation routine will detect the old version (if you use the old installer) and ask to uninstall it automatically. If you want to keep both versions you can install into a different directory.

Software on hold. Announcement will be made when available.

Release notes:
Code:

[MovieStacker 2.1.0] - 16/Apr/2004
- MovieStacker now support AviSynth 2.5
- All filters updated to support AVS 2.5
- Fixed the incorrect D2V frame count method inherited from FitCD.
  This was noticed especially with some hybrid material with repeated field.
  Now it should report the exact frame number as AviSynth and VirtualDub.
- Title bar now shows the source file name (or movie name if one was provided).
- "Preview" function is working. You can choose to preview with the internal
  frame render, or choose an external application.
- "Compare" function is working. By default it will compare the current script
  and the source material, but you can choose to compare any 2 scripts you want.
- "Dust" filter (AVS 2.0 filter) is still usable through
  "LoadPluginEx2.dll" and color conversion.
- Removed support of the following filters:
  * TemporalSmoother
  * LegalClip
- Added support for the following filters:
  * TemporalSoften
  * SpatialSoften
  * Limiter
  * Undot
  * Trim (multiple instances)
  * Linear Motion Adaptive Filtering
- Added a field order checking routine.
- Added color conversion to the filters that need it.
- Added a simple Compressibility Test, where you just choose
  a percentage of the movie you want to encode/test.
- You can add a header to your script, containing the following
  information: movie title, movie length, frame size, frame rate,
  destination aspect ratio, average bitrate, audio rate and audio size.

[MovieStacker 2.0.0 BETA3] - 24/Apr/2003
- Fixed Letterbox Anamorphic bug.
- Fixed VobSub configure dialog bug.
- Layout change.
- Added support for the following filters:
  * MergeLuma
  * MergeChroma
  * DctFilter
  * Tweak
  * VobSub (extract and configure)
  * UnFilter
  * GreedyHMA
  * STMedianFilter
  * Fade In/Out
- Added new preset files with the latest filters used in KVCD.net
  (Preset files were done by Kwag himself... Thanks a lot Kwag!)
- Now you can hide parameters names for the following filters:
  * TemporalSmoother
  * TemporalCleaner

  * FluxSmooth
  * NoMoSmooth
  * Unfilter
- Info box in the script section now shows the correct number of frames
  and the correct length of the movie. Placing the mouse over the length
  shows the total time in minutes and in seconds.
- Fixed the bug that some infos was not being updated when
  you load a new source for the first time.
- Added script/preset overwrite confirmation.
- Added AviSynth version detection.
- Changed "dust" filters order to match increase filtering strength.
- Fixed the "sampler" bug.
- Some other minor bugs fixed.
- Some optimization made.
- Added option dialog.
- Added about dialog.
- Added an installer.

[MovieStacker 1.1.1] - 27/Feb/2003
- Added support for 4 MPEG decoders:
  * MPEG2Dec.....(by dividee)
  * MPEG2Dec2....(by Tom Barry)
  * MPEG2Dec3....(by Marc FD)
  * MpegDecoder..(by Nic)
- Changed the order of NoMoSmooth filter.
  It now comes before TemporalCleaner and Convolution3D.
- Now you can hide the parameters names of NoMoSmooth.
  Hey SansGrip, just too long names ;)
- Some minor bugs fixed.

[MovieStacker 1.1.0] - 25/Feb/2003
- Fixed Telecide/Decimate bug that wasn't loading the plugin.
- Fixed syntax error in Weave and BlockBuster filters.
- Fixed a stupid bug in the script editor that didn't save manual changes.
- Added support for NoMoSmooth filter.
- Added a "full screen" script editor.
- You can configure color background and font settings for the full screen editor.
- Changed the "link" section.
- Changed some icons (buttons and program). Not finished.

[MovieStacker 1.0.0] - 22/Feb/2003
- Many layout changes.
- It now fits at 800x600. (Some users will like that a lot ;)
- Splitted the layout in "tabs".
- Added a little more information about the audio streams
  and the space left for "elementary video stream".
- Optimized the AVS generation routine.
- Added specific and individual settings for ALL the filters.
- You can choose to see or not the default parameters of the filters.
  ("Hide Default Parameters" checkbox)
- The following filters are now supported:
  * GripFit (crop/resize/addborders)
  * SeparateFields & Weave
  * FieldDeinterlace
  * TomMosComp

  * Telecide
  * Decimate
  * TemporalSmoother
  * TemporalCleaner
  * Convolution3D
  * FaeryDust
  * SpaceDust
  * PixieDust
  * GoldDust
  * FluxSmooth
  * BlockBuster Noise
  * BlockBuster Sharp
  * LegalClip
  * Sampler (for prediction)
- Automatically sets GripFit destination and source anamorphic or not.
- All the filters used are now packed with the program.
- Added the "preset" system.
  Now you can save and load any filter combination and settings.
- The "preset" also saves the destination resolution and crop method.
- Added some already made presets.
  * KVCD_ULBR
  * KVCD_LBR
  * KVCD_352x240_PLUS
  * KVCD_352x480_PLUS
  * KVCDx3_528x480
  * KVCD_704x480_PLUS
  (note: All presets were made by kwag. Thanks for the help!)
- "TV Overscan" is now divided in two methods: Resize and Overlap
- Added the "settings" tab. For now it just lets you choose the
  filter directory and the preset directory.
- Added the "links" tab. Just some links to the programs and filters
  used in this program.

[Initial FitCD Modification Release] v0.2a - 30/Dec/2002
- Added the new prediction script/formula.
- Added support for the following filters:
  * FluxSmooth
  * BlockBuster (Noise and Sharp)
  * Sampler
  * LegalClip
  * TemporalSmoother
- Added LanczosResize option.
- Fixed the identification bug of a "d2v" source as an "avi" source when
  opening FitCD with a source that was previously selected.
- Removed some (annoying?) commented lines at the end of the avisynth script.


bigggt 04-16-2004 09:43 PM

Thanx muaddib :D

Just got it and it looks great

kwag 04-16-2004 09:47 PM

All I can say is:
:ole:
Thanks again muaddib ;) :D

-kwag

kwag 04-16-2004 11:18 PM

I'll repeat. After playing with all the options on MovieStacker, all I can say is:

:jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop:
And more :drink: :drink:
I LOVE the "compare" function/feature :mrgreen:

-kwag

Zyphon 04-17-2004 03:25 AM

Thank you, Thank you, Thank you muaddib. :D

I loved the v2 beta 3 but now this tool is even more awesome I appreciate your update of this great app it really does help to make life a bit easier in the KVCD World.

:bowdown: :bowdown: :bowdown: :bowdown:
:ole:

Dialhot 04-17-2004 07:27 AM

Even the installer is impressive with its "auto-uninstall previous" version feature. Its amazing ! 8O

Congratulation Muaddib. You really drunk the water of life :-)

6 hour yet for my current encode to finish. I can't wait anymore to play with this new Moviestacker :-)

nicksteel 04-17-2004 07:42 AM

Outstanding! :D

jorel 04-17-2004 09:50 PM

what?
8O
why i don't saw this before!?!?!

i'm stoping everything here to work with the new version!!!

8) 8) 8)

thank you my friend!
:D

ps:
why don't an MovieStacker sticky in portuguese forum!?!?!
:idea:

muaddib 04-18-2004 12:16 AM

@ all
Thank you for the compliments! :D :D
I hope that you truly like it, and I hope it will be useful... at least to some of you. :D

@ Dialhot
Hey man, I'm glad you noticed the installer!
I spent quite some time on it to make it work the way I wanted. 8)

@ jorel
Quote:

Originally Posted by jorel
ps: why don't an MovieStacker sticky in portuguese forum!?!?! :idea:

It's there since the announcement! 8O

THE MIGHTY TEARLEZZ 04-18-2004 04:56 AM

i'm a newbie i still can not understand those complicated avy scripts sooner or later i will but..man this new version of moviestacker does it for me it makes those complicated scripts easy thanks bro.where do you work for nasa ?this movie stacker is high tech such software could even be sold but luckly it is free i hope it keeps that way .you have my full respect bro thanks again.

jorel 04-18-2004 05:41 AM

Quote:

Originally Posted by muaddib
@ jorel
Quote:

Originally Posted by jorel
ps: why don't an MovieStacker sticky in portuguese forum!?!?! :idea:

It's there since the announcement! 8O

yes....and i wrote here:
" why i don't saw this before!?!?! "
maybe is better change my "cigars"... :roll:

@ THE MIGHTY TEARLEZZ.
welcome in forum!
:wink:

THE MIGHTY TEARLEZZ 04-18-2004 08:07 AM

:

@ THE MIGHTY TEARLEZZ.
welcome in forum!
:wink:[/quote]

thanks for the warm welcolm :D

m0rdant 04-20-2004 08:16 PM

Thanks for the MovieStacker update...brought me back to KVCD/KDVD once more.

Fantastic bit of software.

I'm using it to some divxs right now.

I'm hoping to do some vhs captures as well.

AlienTiger 04-28-2004 08:27 PM

I dont see the download for it anywhere, can someone please point me in the correct direction

kwag 04-28-2004 08:38 PM

Quote:

Originally Posted by AlienTiger
I dont see the download for it anywhere, can someone please point me in the correct direction

Hi AlienTiger,

You didn't read the line above :?:
"Software on hold. Announcement will be made when available. "

-kwag

rendalunit 04-28-2004 08:39 PM

Quote:

Originally Posted by AlienTiger
I dont see the download for it anywhere, can someone please point me in the correct direction

Welcome. Unfortunately it's not being distributed right now because of licensing issues. :(

AlienTiger 04-28-2004 09:10 PM

I apologize, i over looked it, any chance of someone sending me a copy they got befor this lising issue came up through IM, im not professiant in making a KVCD and this one looks awsome to get started in, ill be happy to offer a trade of some of the progs I got too if anyone is intrested

kwag 04-28-2004 09:56 PM

Now I'm sending you to read the forum disclaimer, before posting anything else :!:

-kwag

AlienTiger 04-28-2004 10:39 PM

ok no worries, but just to ease any notions the progs im meaning are legit

kwag 04-28-2004 10:47 PM

Quote:

Originally Posted by AlienTiger
ok no worries, but just to ease any notions the progs im meaning are legit

Just wanted to be sure :)
But as I said, MovieStacker is on hold for the moment. Please check here (daily), as I'm sure muaddib will surprise us very soon ;)

-kwag


All times are GMT -5. The time now is 12:06 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.