MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   Video related (http://mympx.org/forum/video-related/)
-   -   viDrop - free open-source converter for RockChip players (http://mympx.org/forum/video-related/38838-vidrop-free-open-source-converter-rockchip-players.html)

lca77 23rd Sep 2008 7:08 am

Dear ajsmicko,

yes there is another Converter who could insert subtitles: MEncoder - this is the real Engine behind viDrop or many AVConverter/AVIConverter (Smart, Smart II, Vista ...). MEncoder is running at the commandline, but you could wrote batches or downloading an grafical user interface like "GFrontend for MEncoder 2007.3" from the Author Tony George. GFrontend is workin with Presets like viDrop too, but you have to build your own Presets, to get the videos running on your MP4-Player. These presets are made by a bunch of MEncoder-options and you could study them by opening the Converter.ini-file, who comes with most AV(I)Converters. The Converter.ini-file is mostly hidden, if you're unable to unhide it, watch some examples on this german Homepage: www.auvisiozak4.dreipage.de - "Die Ini für RK260xA-Player"

rgrds, lca77

ajsmicko 23rd Sep 2008 7:14 am

Quote:

Originally Posted by lca77";p=&quot (Post 52667)
Dear ajsmicko,

yes there is another Converter who could insert subtitles: MEncoder - this is the real Engine behind viDrop or many AVConverter/AVIConverter (Smart, Smart II, Vista ...). MEncoder is running at the commandline, but you could wrote batches or downloading an grafical user interface like "GFrontend for MEncoder 2007.3" from the Author Tony George. GFrontend is workin with Presets like viDrop too, but you have to build your own Presets, to get the videos running on your MP4-Player. These presets are made by a bunch of MEncoder-options and you could study them by opening the Converter.ini-file, who comes with most AV(I)Converters. The Converter.ini-file is mostly hidden, if you're unable to unhide it, watch some examples on this german Homepage: www.auvisiozak4.dreipage.de - "Die Ini für RK260xA-Player"

rgrds, lca77

do you know where can i find the download link??

ajsmicko 23rd Sep 2008 7:20 am

i have found it but there is no option with a subtitle, is there any other converter?

lca77 24th Sep 2008 2:51 am

I've never included subtitles into my movies, but these Mencoder Options are an example for doing the job:

-vobsubout subtitles -vobsuboutindex 0 -slang en

The english subtitles oft the first VOB-file will be used and included into your movie. Search the Internet or the MAN-Pages for more details of MEncoder and his options :-)

ajsmicko 24th Sep 2008 10:47 am

I am NOOB for programs like that , is there any other converter easy to configure like viDrop

the_provider 24th Sep 2008 12:33 pm

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by ajsmicko";p=&quot (Post 52643)
I have a problem with ViDrop program. I have an OEM 2.8" touch screen mp4 player, now when i want to convert movies my converted movies are lager than 320x24o (it should be 320x240) and i cant see whole size of video on my mp4, but if i convert the same video with another converter it is all normal and video is 320x240. Please help !!

Greetings!

Be patient and look over the settings you use when converting with ViDrop once again as this is the best you can get for free.
Does you Resize Method is "Simple"? Because that is what you should try...
And, BTW, after you do all your settings please click Add in Batch(first tab) and then copy the instructions that appear and paste them here, I am curious to see what can be wrong with them...

Best regards.

ajsmicko 24th Sep 2008 12:46 pm

mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi" -idx -forceidx -ovc xvid -xvidencopts bitrate=300:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=0 -vf scale=436:240 -vf-add crop=320:240 -vf-add expand=320:240:-1:-1:1 -sub "H:\Filmovi\Get smart\Get Smart.srt" -font ".\mplayer\subfont.ttf" -subwidth 100 -subfont-text-scale 5 -subcp cp1251 -ofps 22 -oac lavc -lavcopts acodec=mp2:abitrate=128 -af volnorm=2:0.25 -af channels=2 -srate 44100 -o "C:\Documents and Settings\Administrator\Desktop\Get.Smart.R5_conver ted.avi" -vf-add scale=320:240 -vf-add expand=320:240:-1:-1:1 -vf-add harddup -noodml -of avi

the_provider 24th Sep 2008 1:23 pm

Quote:

Originally Posted by ajsmicko";p=&quot (Post 52713)
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi"

Greetings again

Close and open ViDrop.
Copy this:
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi" -idx -forceidx -ovc xvid -xvidencopts bitrate=300:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=1 -vf scale=320:240 -aspect 320/240 -sub "H:\Filmovi\Get smart\Get Smart.srt" -font ".\mplayer\subfont.ttf" -subwidth 100 -subfont-text-scale 5 -subcp cp1251 -ofps 22 -oac mp3lame -lameopts cbr:br=128:mode=1 -af volnorm=2:0.25 -af extrastereo=2.5 -srate 44100 -o "C:\Documents and Settings\Administrator\Desktop\Get.Smart.R5_conver ted.avi" -vf-add harddup -noodml -of avi
Paste it in the lower empty space.
Run.

It should work(I changed audio codec from mp2 to mp3)...if not, do come back...with details.
Best regards.

princesschio 25th Sep 2008 1:22 am

Okay i figured out why the encoding was being stopped prematurely. I have this error from mencoder

"too many audio packets in audio buffer"

Any ideas on how to solve this?

the_provider 25th Sep 2008 8:20 am

Quote:

Originally Posted by princesschio";p=&quot (Post 52725)
Okay i figured out why the encoding was being stopped prematurely. I have this error from mencoder

"too many audio packets in audio buffer"

Any ideas on how to solve this?

Man, don't be so reserved with details...you have to help us help you...
After you do all your encoding settings for the file you try to convert please click Add in Batch(first tab) and then copy the instructions that appear and paste them here, I am curious to see what can be wrong...
OK?

princesschio 25th Sep 2008 6:03 pm

Re: viDrop - free open-source converter for RockChip players
 
Sorry for the lack of details, here is the mencoder instructions:

mencoder "C:\*\Watch\Blue Drop\[Genjo]_Blue_Drop_-_04_[h264][FCB46B60].mkv" -idx -forceidx -ovc xvid -xvidencopts bitrate=500:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=0 -vf scale=320:240 -aspect 320/240 -oac mp3lame -lameopts cbr:br=96:mode=1 -srate 44100 -o "C:\*\Watch\Blue Drop\[Genjo]_Blue_Drop_-_04_[h264][FCB46B60]_converted.avi" -subfont-text-scale 3 -vf-add harddup -sid 0 -noodml -of avi

The error looks like this:

Too many audio packets in the buffer: (4098 in 883988 bytes).
Maybe you are playing a non-interleaved stream/file or the codec failed?
For AVI files, try to force non-interleaved mode with the -ni option.

And the resultant file is 10min 16 sec out of a 24min video.

Using -ni results in the same error, so either I do not know how to use it or it is not helping.

the_provider 25th Sep 2008 9:51 pm

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by princesschio";p=&quot (Post 52759)
Sorry for the lack of details, here is the mencoder instructions:

...-xvidencopts bitrate=500...

Greetings.
Try to lower the bitrate to 200 (bitrate=200) and see if helps.
If it does increase gradually to the best value available for your computer.
If it doesn't, find a copy of the video in .avi format, other than .mkv or do a prior conversion .MKV -> .AVI.
HTH
Best regards.

princesschio 26th Sep 2008 6:58 am

Re: viDrop - free open-source converter for RockChip players
 
Even if the bitrate is set to 100, unfortunately it does not work. The reason why I am using ViDrop is that it automates the conversion of mkv to avi with the addition of softsubs. If i try your other method, wouldn't it be the same as demuxing the mkv to get the softsubs, then encoding the mkv to avi and then adding hardsubs?

the_provider 26th Sep 2008 1:38 pm

Greetings.

I am sorry that it didn't work.
I have no direct experience in dealing with .mkv files but I do know from literature that when something goes wrong in most of the time the inadequate hardware is to blame.
So...do what you have to do.
If your bad experience is singular and all other .mks files converted fine than maybe the easiest way to solve that is to get the movie in another format or simply do multi-step conversion.
If were not able to convert any .mkv at all then your options aren't to many, isn't it?

All the best.

fuzz 28th Sep 2008 6:49 pm

Hi there,

I want to download this awesome looking converter, however I have a problem with .msi install files, which for some reason don't work on my computer.

So I would like to ask someone to make a .rar of their viDrop folder (assuming that would work) or provide me link of .exe install file. I would appreciate this very much.

Also if I somehow manage to install it, presets/setting recommendations for Onda 777 player would be very welcome :) It uses JZ4740 chip.

Thanks!

the_provider 28th Sep 2008 10:38 pm

Quote:

Originally Posted by fuzz";p=&quot (Post 52806)
...So I would like to ask someone to make a .rar of their viDrop folder (assuming that would work)...

Greetings.
Try the .zip archive at --THIS LINK--.

Let us know if it works.
Best regards.

the_provider 29th Sep 2008 2:32 am

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by princesschio";p=&quot (Post 52765)
Even if the bitrate is set to 100, unfortunately it does not work.

BTW princesschio, you could also try the above archive, it contains a newer mencoder.exe than the ViDrop original package, maybe it helps in your case too...
1. Make a copy of your ViDrop directory.
2. Unzip the archive and overwrite your original ViDrop directory.

Best regards.

princesschio 29th Sep 2008 6:05 am

Re: viDrop - free open-source converter for RockChip players
 
Thank you for the help, unfortunately I already have tried converting using the latest build of mencoder, still a no go.


FORTUNATELY, I managed to fix the problem, just add this to mencoder:

-mc 0 -ofps 24000/1001 -noskip

The fps is for 23.97 videos.

the_provider 29th Sep 2008 6:36 am

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by princesschio";p=&quot (Post 52827)
ust add this to mencoder:

-mc 0 -ofps 24000/1001 -noskip

The fps is for 23.97 videos.

Great, I am glad for you!
What does "-mc 0" stands for?

Best regards.

fuzz 29th Sep 2008 6:47 am

Quote:

Originally Posted by the_provider";p=&quot (Post 52814)
Quote:

Originally Posted by fuzz";p=&quot (Post 52806)
...So I would like to ask someone to make a .rar of their viDrop folder (assuming that would work)...

Greetings.
Try the .zip archive at --THIS LINK--.

Let us know if it works.
Best regards.

Thank you, all works! :oops:

I have a problem now, avi files convert's fine and plays ok too. But I tried to convert anime series from .mkv format (which have 2 sound tracks), when I do preview in viDrop there is sound, however when file is converted, I can't get sound on PC and on my player. I tried Mp2/mp3/copy seeting. Please advice.

princesschio 29th Sep 2008 8:04 am

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by the_provider";p=&quot (Post 52828)
Quote:

Originally Posted by princesschio";p=&quot (Post 52827)
ust add this to mencoder:

-mc 0 -ofps 24000/1001 -noskip

The fps is for 23.97 videos.

Great, I am glad for you!
What does "-mc 0" stands for?

Best regards.

I seriously have no idea, I just saw someone say that -noskip should have -mc 0 with it.

EDIT: It disables A-V sync correction.

@FUzz try to select an audio stream on the front page?

fuzz 29th Sep 2008 8:30 am

Re: viDrop - free open-source converter for RockChip players
 
Quote:

Originally Posted by princesschio";p=&quot (Post 52832)
@FUzz try to select an audio stream on the front page?

No streams there. :roll:

princesschio 29th Sep 2008 4:17 pm

Okay I would presume the audio will be either english or japanese, so try this:

-alang jpn
-alang eng

ajsmicko 1st Oct 2008 10:14 am

Quote:

Originally Posted by the_provider";p=&quot (Post 52716)
Quote:

Originally Posted by ajsmicko";p=&quot (Post 52713)
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi"

Greetings again

Close and open ViDrop.
Copy this:
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi" -idx -forceidx -ovc xvid -xvidencopts bitrate=300:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=1 -vf scale=320:240 -aspect 320/240 -sub "H:\Filmovi\Get smart\Get Smart.srt" -font ".\mplayer\subfont.ttf" -subwidth 100 -subfont-text-scale 5 -subcp cp1251 -ofps 22 -oac mp3lame -lameopts cbr:br=128:mode=1 -af volnorm=2:0.25 -af extrastereo=2.5 -srate 44100 -o "C:\Documents and Settings\Administrator\Desktop\Get.Smart.R5_conver ted.avi" -vf-add harddup -noodml -of avi
Paste it in the lower empty space.
Run.

It should work(I changed audio codec from mp2 to mp3)...if not, do come back...with details.
Best regards.

It wont run????

ajsmicko 16th Oct 2008 2:32 pm

Quote:

Originally Posted by the_provider";p=&quot (Post 52716)
Quote:

Originally Posted by ajsmicko";p=&quot (Post 52713)
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi"

Greetings again

Close and open ViDrop.
Copy this:
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi" -idx -forceidx -ovc xvid -xvidencopts bitrate=300:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=1 -vf scale=320:240 -aspect 320/240 -sub "H:\Filmovi\Get smart\Get Smart.srt" -font ".\mplayer\subfont.ttf" -subwidth 100 -subfont-text-scale 5 -subcp cp1251 -ofps 22 -oac mp3lame -lameopts cbr:br=128:mode=1 -af volnorm=2:0.25 -af extrastereo=2.5 -srate 44100 -o "C:\Documents and Settings\Administrator\Desktop\Get.Smart.R5_conver ted.avi" -vf-add harddup -noodml -of avi
Paste it in the lower empty space.
Run.

It should work(I changed audio codec from mp2 to mp3)...if not, do come back...with details.
Best regards.

It says that FILE FORMAT IS NOT SUPPORTED

Jalokives 17th Oct 2008 11:44 am

Hi! This is great program, but I have a little problem with it. When i burn the subtitles to my avi. -file, it makes the ä and ö -letters to russian(?) letters. I'm from finland, so the ä and ö -letters are pretty important to me :D . Any way to change them?

the_provider 21st Oct 2008 5:35 am

Quote:

Originally Posted by Jalokives";p=&quot (Post 53328)
..., so the ä and ö -letters are pretty important to me :D . Any way to change them?

Greetings.

In the Advanced settings tab, at the bottom position you will see a box called "Subtitles". In it there is a combo-box called "Encoding"where you can find ISO codes corresponding to various character sets. One should be defined for Norwegian. That means that you have 2 options:
a. you can do a trial&error to detect which code matches Norvegian or
b. google for coresponding ISO codes for Norwegian language and see if it is available in the list that comes with ViDrop.

...
Did b. for you: try with
ISO 8859-1
ISO 8859-4
ISO 8859-9
ISO 8859-13
ISO 8859-14
and let us know what worked for you.

All the best.

the_provider 22nd Oct 2008 12:40 am

Quote:

Originally Posted by ajsmicko
It says that FILE FORMAT IS NOT SUPPORTED

Greetings again.

First I would like to remember that one of this forum member asked you to use GSpot to analyze the demo video file that came with your MP4 player.
Please do that and either put a screen capture or upload the entire file on one of the file sharing sites and provide the link for further analyze.
Second, try this:
mencoder "H:\Filmovi\Get smart\Get.Smart.R5.avi" -idx -forceidx -ovc xvid -xvidencopts bitrate=300:me_quality=6:max_bframes=0:quant_type= h263:turbo:nochroma_me:notrellis:vhq=1 -vf scale=320:240 -aspect 320/240 -sub "H:\Filmovi\Get smart\Get Smart.srt" -font ".\mplayer\subfont.ttf" -subwidth 100 -subfont-text-scale 5 -subcp cp1251 -ofps 22 -oac lavc -lavcopts acodec=mp2:abitrate=128 -af volnorm=2:0.25 -af channels=2 -srate 44100 -o "C:\Documents and Settings\Administrator\Desktop\Get.Smart.R5_conver ted.avi" -vf-add harddup -noodml -of av

I changed back the audio format from mp3 to mp2 but I doubt that the error is caused by that...
By the way, I hope you still have the files(audio and subtitle) available in those mentioned paths(H:\Filmovi\Get smart\Get.Smart.R5.avi and H:\Filmovi\Get smart\Get Smart.srt)...

Good luck and please do come back with details.

Jalokives 23rd Oct 2008 12:47 pm

Thanks the_provider, i was close to give up with this program. :wink:

the_provider 24th Oct 2008 7:03 am

Greetings Jalokives!

I am glad that it worked for you.

Please tell us what ISO worked well for Norwegian character set(and in this way you are only going to help one of your Norwegian citizens)...and pay it forward when you will have the chance.

ViDrop(mencoder) ROCKS!

Best regards.

dubk_dad 2nd Dec 2008 4:24 am

what happened to the viDrop tool. I downloaded the Axara software that the link points to and it does not work. I used to Gspot to analyze the vids that came w/ the player. However, there is no option for MP2 in the settings for Axara. Also, the framerate jumps from 20 to 23...there is no 22 setting on Axara.

knob 2nd Dec 2008 9:23 am

I think you clicked on one of the sponsored links.
Click on the download button instead.

You need to use viDrop NOT Axara. viDrop HAS the mp2 option.

ipodcraazzy2 2nd Dec 2008 11:13 am

Re: viDrop - free open-source converter for RockChip players
 
Lokster I too got a generic touch from ebay and the software it came with of course didn't work. I finally came here and found your Vidrop program. After some playing around with it, I finally got a video to play on my player. The only thing is maybe hopefully try to make the conversions faster. Thanks much!!! :P

Cpt slay a ho 4th Dec 2008 1:22 am

love your program.....only problem i have is,with two videos out of 14.they seem unsynched with there sound,i've tried the suggested parameters

help would be very useful,my player looks like this

http://i3.iofferphoto.com/img/item/6...HHKTxvqUsc.jpg

p5x 9th Dec 2008 1:04 pm

cpt: did you work it out? i'm getting problems with a few files being out of sync but others being fine.

Victor02 12th Dec 2008 1:09 pm

Re: viDrop - free open-source converter for RockChip players
 
------------log------------
Given specs:
device= Mercury IXA 209i RockChip
resol=220 * 176
Video= Mpeg4 AVI
error='file format error'

Tried ViDrop converter got to through a link found on this site i think.
preset= iOcean 2.0"
Got playback in first attempt. Xvid.
Multiple presets here....might find one 4 ur device
other optimization settings?=too lazy to check.
btw, hit the input file browse button on ViDrop Converter interface and it wont recognize DAT files. get over that by dragDroppin them in the input file feild.

Thank u :)
-----------end-------------

producer 14th Dec 2008 1:12 am

Re: viDrop - free open-source converter for RockChip players
 
I tried any version of viDrop, even v0.56. My player needs AVI XVID, but whatever I do, the audio and video are out of sinchronization - more than a second!!! My resolution is 320x240, if I set video bitrate more than 320kbps - "file format error", if it is less - the quality if poor. About the audio (mp2) - the higher bitrate, the longer audio delay from the video. So, tell me what settings to enter, so that to get nice video quality and audio higher than 96kbps (because if it is higher, the delay is terrible)???

Victor02 15th Dec 2008 7:32 pm

as fumme i dunno exactly... i just set the preset on iOcean2.0 and didnt modify anything else... i got audio delay of more than a second only when i reprocessed an output file... first conversions were always alright.. audio n the the rest... k gota run..

lilo_goki 21st Dec 2008 12:31 am

need help with vidrop
 
okay, i'm new to this and just downloaded vidrop v0.55. i open it up and it's just a zip. from the first page on here, it actually shows a program, how do i get to that program.

lilo_goki 23rd Dec 2008 12:36 pm

all of my video's that i converted to avi using vidrop doens't have sounds at all. the movie plays and has subtitle, but it doesn't have sound when i play it with the avi media player. what could be wrong.


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