View Single Post
  #316 (permalink)  
Old 21st May 2009, 1:13 pm
siyah_inci siyah_inci is offline
New Member
 
Join Date: May 2009
Posts: 4
Default

Quote:
Originally Posted by scagliaf";p=&quot View Post
Quote:
Originally Posted by lokster";p=&quot View Post
viDrop 0.57.3 is out. I hope the problems with the subtitles are fixed now, as well as some other problems.

I hope...

Check out the new "Split" feature too.

http://www.vidrop.vpunk.co.uk/vidrop-0.57.3-install.msi
ftp://guest%40learnfree%2Eeu:guest@l....3-install.msi
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&quot, but not the end point (mencoder parameter "-endpos&quot.

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..........
Reply With Quote