Quote:
Originally Posted by scagliaf";p="
Quote:
Originally Posted by lokster";p="
|
Hi Lokster!
You're the man mate, this piece of software is MARVELLOUS! Many many thanks and compliments :lol:
One tiny bug I found: I tried the "split" function and it does split as it says, but it appears to me to produce 5 mins chunks only.
This is because the "Split every >>" value changes the start point for the split (mencoder parameter "-ss"  , but not the end point (mencoder parameter "-endpos"  .
E.g.
For splitting every 10 mins, the code generated is
-ss 0 -endpos 300
-ss 600 -endpos 300
-ss 1200 -endpos 300
...
which produces chunks of 5 minutes (300 seconds) each starting at every 10 minutes (0, 600, 1200 seconds).
I believe that the correct code should be:
-ss 0 -endpos 600
-ss 600 -endpos 600
-ss 1200 -endpos 600
...
Workaround
1. Copy/paste the generated code from viDrop to any text editor.
2. Change the "-endpos 300" to "-endpos 600".
3. Copy the code back in viDrop.
4. Run the batch.
Hope this helps 
scagliaf
|
its ok but i wana join to multiple file for example ;
a01.avi, a02.avi, a03.avi ==> join in a.avi
is it possible? May be can it Extra Parameters but i dont know about it.. Could help i anybodys...
i can do like this procces with "VirtulDub" program;
first i opening a01.avi and "File --> Append Avi Segment" opening a02.avi than automatical join a01,a02,a03..........