myMPX
Advertisement


Go Back MyMPx.org > MyMPx.org Forum > Video related

viDrop - free open-source converter for RockChip players
Like Tree2Likes
Reply
Post New Thread
 
LinkBack Thread Tools
  #301 (permalink)  
Old 8th Apr 2009, 4:52 am
New Member
 
Join Date: Apr 2008
Posts: 18
Default Re: viDrop - free open-source converter for RockChip players


Dear lokster,

Thank you very much for the new release.
Unfortunately the subtitles' issue remains, i.e. in the "Add borders" mode the subs are added over the previous subs' text. The resulting mix cannot be read.

That is what I get:
Click the image to open in full size.

I've just checked: the issue seems to take place with mkv-files having internal subs. With xvid avi-files it does not happen.

In the case of an mkv-movie, how can I choose other external subs, or at least to disable the internal ones?

Thanks a lot.
Reply With Quote
  #302 (permalink)  
Old 8th Apr 2009, 5:28 am
Member
Keen on MPx players
 
Join Date: Aug 2007
Posts: 53
Default

Quote:
Originally Posted by Fluffbutt";p=&quot View Post
Quote:
Originally Posted by lokster";p=&quot View Post

And this is for everyone: I just released another update for viDrop - http://www.vidrop.vpunk.co.uk/vidrop-0.57.4-install.msi

I had some reports of mencoder.exe suddenly disappearing from the viDrop installation folder.
I suspect this is due to some stupid Antivirus programs detecting mencoder.exe as false positive, because it's UPX compressed ( http://en.wikipedia.org/wiki/Upx ).
This is why mencoder.exe and mplayer.exe are no longer compressed. This will lead to a bigger installation size ( ~10MB bigger), but I hope it will solve the problem.
Is that the only change? Meaning: If we don't have this problem, do we need to get this update?
Yes, this is the only change.

@ariel56 I will try to fix this annoying bug as soon as possible.
Try to disable the internal subtitles by leaving the "Subtitles" field in "DVD Settings / Altrenative streams" empty, or enter "-" in it. Hope this helps...
Reply With Quote
  #303 (permalink)  
Old 8th Apr 2009, 7:33 am
Junior Member
 
Join Date: Jul 2008
Posts: 35
Default

Quote:
Originally Posted by lokster";p=&quot View Post
ajsmicko it depends from the type of the subtitles. If the subtitles are embedded in VOB (DVD) or Matroska file, then it's not possible.
Also, it's not possible for the "Keep aspect" resize method, because in this method there is no black space under the video (your player adds black space if necessary, but the video itself does not have black space).
The subtitles can be under the video only when using "Add borders" resize method.
----

And this is for everyone: I just released another update for viDrop - http://www.vidrop.vpunk.co.uk/vidrop-0.57.4-install.msi

I had some reports of mencoder.exe suddenly disappearing from the viDrop installation folder.
I suspect this is due to some stupid Antivirus programs detecting mencoder.exe as false positive, because it's UPX compressed ( http://en.wikipedia.org/wiki/Upx ).
This is why mencoder.exe and mplayer.exe are no longer compressed. This will lead to a bigger installation size ( ~10MB bigger), but I hope it will solve the problem.
When i use "keep aspect" i do have black space under video , so i wanted to know if it is possible to put subtitle under the video ...
Reply With Quote
  #304 (permalink)  
Old 8th Apr 2009, 7:57 am
New Member
 
Join Date: Feb 2009
Posts: 2
Default Re: viDrop - free open-source converter for RockChip players

Hi,lokster,new here.I just noticed that the latest version is having trouble with windows XP SP3,Im on mp4nation.net,and it also dosent work for maderin1 our moderater there.He said he would let you know,just thought Id drop a note here in the meantime.The problem is that it wont open a window to encode,it just flashs a window for a second,than nothing.The previous version works just fine.Thanks for a great program,keep up the great work!
Reply With Quote
  #305 (permalink)  
Old 8th Apr 2009, 8:11 am
New Member
 
Join Date: Apr 2008
Posts: 18
Default

Thank you lokster for your great work!

Quote:
Originally Posted by zedragon
Hi,lokster,new here.I just noticed that the latest version is having trouble with windows XP SP3,Im on mp4nation.net,and it also dosent work for maderin1 our moderater there.He said he would let you know,just thought Id drop a note here in the meantime.The problem is that it wont open a window to encode,it just flashs a window for a second,than nothing.The previous version works just fine.Thanks for a great program,keep up the great work!
Hi Zedragon,
Try to make a clean install. Just manually remove the directory viDrop from the "Program Files" directory before installing viDrop. I had the same problem.
Reply With Quote
  #306 (permalink)  
Old 9th Apr 2009, 8:01 am
WIZARD's Avatar
Senior Member
MPx Junkie
 
Join Date: Mar 2008
Posts: 300
Default Re: viDrop - free open-source converter for RockChip players

Don't forget to download the latest Gilraen v2.0 with a lot of new features,
such as creating the awesome styles for subtitles ! :P
Also it's compatible with viDrop, all you styles created
after converting will be embedded to your movie
and then you'll be able to watch it on your player ! :mrgreen:

http://mympxplayer.org/gilraen-20-to...es-df1010.html
__________________
Heroes of Might and Magic V - The Best Game In The World !
Try to play !
Reply With Quote
  #307 (permalink)  
Old 10th Apr 2009, 6:30 am
New Member
 
Join Date: Apr 2009
Posts: 1
Default Split functionality bug?

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"), 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
Reply With Quote
Sponsored Links
  #308 (permalink)  
Old 16th Apr 2009, 11:49 am
Junior Member
 
Join Date: Jul 2008
Posts: 35
Default

I have this problem......

Click the image to open in full size.
Reply With Quote
  #309 (permalink)  
Old 25th Apr 2009, 11:11 am
Junior Member
 
Join Date: May 2008
Posts: 36
Default

Quote:
Originally Posted by ajsmicko";p=&quot View Post
When i use "keep aspect" i do have black space under video , so i wanted to know if it is possible to put subtitle under the video ...
Greetings ajsmicro, do you still have the above problem?
If yes please give me some details regarding the input and desired output for your video file, maybe I can help you.

Best regards.
Reply With Quote
  #310 (permalink)  
Old 25th Apr 2009, 11:18 am
Junior Member
 
Join Date: May 2008
Posts: 36
Default Re: viDrop - free open-source converter for RockChip players

Quote:
Originally Posted by Bumper";p=&quot View Post
.....So the big question is: Can I crop the image in viDrop to get the result I'm looking for? I'd love to know if it's possible since I've got many video files with this little annoying problem.
Hey bumper, maybe croping is not necessay. Please provide the width and height of the original video.

Best regards.
Reply With Quote
Reply

Sponsored Links



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't open viDrop on my computer. DanialKhalis Video related 4 2nd Feb 2009 12:35 am
Free Video converter for Rockchip players Abdul-Nimer Video related 15 14th May 2008 2:51 pm
Xilisoft DVD2MP4 Converter for Rockchip Players iixorbiusii Video related 1 27th Sep 2007 12:44 am
Problems with source target in AVI Converter for Rockchip tiawan tim Video related 2 25th Aug 2007 3:54 am
Rockbox Open-Source Firmware dr.strangelove Mods and Themes 1 11th Jul 2007 11:51 am


All times are GMT -7. The time now is 10:20 pm.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2
Back to Top

Designed by indiqo.media