02-26-2003, 02:53 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by TBD
kwag: by using upx you compress the garbage that Delphi puts in the exe,
if you use KOL/MCK you will have a slim exe with no garbage and if you upx you will gain even more.
i think that MovieStacker should not be more than 100k in present form 
|
What is the compressed size of MovieStacker.exe with KOL
With upx, it brought the file size down from ~900KB to 327KB.
-kwag
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
02-26-2003, 03:00 AM
|
Free Member
|
|
Join Date: Feb 2003
Location: .ro
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
kwag: KOL is not a packer as UPX, there are size optimized libraries for Delphi so that the compiled exe will be smaller by using Win32APi and linking only the needed functions.
i cannot say how small is MovieStacker because i dont have the sources to compile with KOL ( also i dont have Delphi  ).
maybe if muaddib has some time to check KOL to see how small it will compile
|
02-26-2003, 03:25 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by TBD
kwag: KOL is not a packer as UPX, there are size optimized libraries for Delphi so that the compiled exe will be smaller by using Win32APi and linking only the needed functions.
|
Oh ok  . I thought it was also a compressor
-kwag
|
02-26-2003, 07:24 AM
|
Free Member
|
|
Join Date: Dec 2002
Location: Corvallis, OR
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
multiple files and trimming of each file
|
02-26-2003, 09:21 AM
|
Free Member
|
|
Join Date: Jul 2002
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The ability to add subtitles would be nice.
|
02-26-2003, 02:41 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Wow!! I'm writing it all down... but please be patient, I'm not a fast coder and I do it as a hobby.
Don't stop the requests! As soon I have something new I'll release a new version.
|
02-26-2003, 02:53 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Muaddib!
Excellent job on your latest release  That editor makes things so much easier.
Here's my request  Show the movie length in minutes instead of seconds. Personally I rarely need the length in seconds but more often in minutes. Also occasionally there is a red "Warning" sign below the length and i was wondering what the warning referred to.
thanks a lot,
ren
|
02-26-2003, 07:57 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by TBD
kwag: KOL is not a packer as UPX, there are size optimized libraries for Delphi so that the compiled exe will be smaller by using Win32APi and linking only the needed functions.
i cannot say how small is MovieStacker because i dont have the sources to compile with KOL ( also i dont have Delphi  ).
maybe if muaddib has some time to check KOL to see how small it will compile
|
Hi TBD,
I downloaded KOL and it looks really good!
But (correct me if I'm wrong) I will have to redraw ALL  the program to use KOL, since I have to use only special MCK components designed for working with KOL project.
I mean I can't drop any non-MCK components and controls onto the form!
Man... I'll have to do it all again.
That will take too long time.
Is that correct?
|
02-26-2003, 08:37 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Wouldn't it be just simpler to use upx, which I tested on MovieStacker.exe and brought it down to ~300KB, instead of re-writing software
-kwag
|
02-26-2003, 08:51 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I can't help it- have to ask a stupid question: what's wrong with 900k exe? it can still be put on a floppy
|
02-26-2003, 09:03 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rendalunit
I can't help it- have to ask a stupid question: what's wrong with 900k exe? it can still be put on a floppy 
|
That's what I thought!
Quote:
Originally Posted by kwag
Wouldn't it be just simpler to use upx, which I tested on MovieStacker.exe and brought it down to ~300KB, instead of re-writing software 
|
Do you know if we loose any performance/speed using UPX?
|
02-26-2003, 09:11 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by muaddib
Do you know if we loose any performance/speed using UPX?
|
The other way around, it loads and runs faster
Try it
-kwag
|
02-26-2003, 09:55 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I already did!
Next version will be compressed!
|
02-26-2003, 11:27 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rendalunit
Hi Muaddib!
Excellent job on your latest release  That editor makes things so much easier.
|
Thanks ren! I knew you would like it.
Quote:
Originally Posted by rendalunit
Here's my request  Show the movie length in minutes instead of seconds. Personally I rarely need the length in seconds but more often in minutes.
|
Well, that's a simple one, but you can just click on the "streams tab" and see the time in minutes in the "video stream" section.
Quote:
Originally Posted by rendalunit
Also occasionally there is a red "Warning" sign below the length and i was wondering what the warning referred to.
|
Can you tell me when the "warning" appears?
The "tooltip" above it should explain why.
Just place the mouse on top of it and you should read something like this:
"Couldn’t find the Sequence-Header of the MPEG!" or
"Can’t get info from the embedded source-MPG!" or
"D2V-file must be broken!?" , etc...
|
02-27-2003, 01:24 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by acidfire
Great program!!!!  Just tried it last night and worked great. The load/save option is a great addition. Only have one question, the preset template settings under load are they the ones that kwag told you to use and are the up to date avs script?  Other than that great program. 
|
Thanks acidfire!
The presets were made with kwag's help, but that was when MovieStacker didn't support NoMoSmooth. Now it does, and I think kwag is using NoMoSmooth in his scripts (correct me if I'm wrong). With the MovieStacker preset system is easy to him make some new presets, zip them and post here for us!
|
02-27-2003, 01:57 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by muaddib
Can you tell me when the "warning" appears?
|
I just tried to get the warning to reappear and it wouldn't  But when I first saw it I didn't scroll over it with the mouse pointer- so next time I will- thanks for that tip
i like the new icon- colorful cd- but i was really hoping for your avatar [giant kick-ass robot with the shotgun]  that's ok- either way i was sick of the fitcd icon
ren
|
02-27-2003, 07:06 AM
|
Free Member
|
|
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Muaddib,
One nice feature I could think off, is the support for subtitles with the VobSub plugin that can both be used with VirtualDub and AviSynth.
Something like:
LoadPlugin("c:Program Files\Virtualdubplugins\TextSub.vdf")
mpeg2source("d:dvdmatrixmatrix.d2v")
#[filter]
#[filter]
#[filter]
#[filter]
TextSub(d:dvdmatrixsubsmatrix.srt")
We would need a button to load the subtitle file and a button to activate the Textsub command in the script.
Your program helps me a lot in automating the script. The only thing I have to do afterwards (if I want to add subtitles to for example divx movies) is manually add the subtitles commands. If this could be automated it would help a lot.
Best regards,
Turbo
|
03-02-2003, 06:26 PM
|
Free Member
|
|
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
this is not so much a feature request, how about a guide to which are the best settings?
|
03-02-2003, 11:55 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by andybno1
this is not so much a feature request, how about a guide to which are the best settings?
|
You mean filter settings!?
Oh man... that would be great, but I'm afraid I don't know what they are!
And they tend to change frequently. Stay connected to KVCD.net posts so you can be aware of the "latest" best settings!
|
03-03-2003, 10:50 AM
|
Free Member
|
|
Join Date: Sep 2002
Location: France, Lille
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My request :
custom the destination size to what i want. I explain : i've a PocketPC and want to create Pocket-KVCD. The size is 320x176 but doesn't exist in MovieStacker...
'Z
|
All times are GMT -5. The time now is 09:11 PM — vBulletin © Jelsoft Enterprises Ltd
|