This image is the top of the content box. Unfortunately, there is no information-based reason for this div to be here. It's just here for design reasons. Sorry.
Go Back   MisticRiver :: For iriver Enthusiasts > iRiver HD, CDP's and PMP's > HD DAP's > H3xx Series (320,340) > Video Support - Conversion/Encoding
Home Forums Register FAQ Search Today's Posts Mark Forums Read


Welcome to the misticriver forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 15th, 2005, 08:38 PM
Eager Mistic Beaver
 
Join Date: Nov 2004
Location: Frederick, Maryland
Posts: 333
Send a message via AIM to MrStaticVoid
iriverter - A Simple Cross-Platform Video Converter

NOW HOSTED ON SOURCEFORGE.NET

Most of the stuff in this thread is irrelavant before page 30.

Last edited by MrStaticVoid : March 12th, 2005 at 10:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old January 15th, 2005, 08:44 PM
Mio Mio is offline
Mistic Surveyor
 
Join Date: Dec 2004
Posts: 125
Heh. I was trying to write something like this in C# a few weeks ago, but gave up.

Thanks I'll try it later.
__________________
MCKAY: It's like looking through a microscope at a cell culture and seeing a thousand dancing hamsters!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old January 15th, 2005, 08:49 PM
Eager Mistic Beaver
 
Join Date: Nov 2004
Posts: 217
Does it have the function to keep widescreen aspect ratio like PDE does?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old January 15th, 2005, 08:56 PM
Mio Mio is offline
Mistic Surveyor
 
Join Date: Dec 2004
Posts: 125
Here. This .reg file will make .JAR files executable all by themselves, so you don't have to use the .bat file to start them.

Quote:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ja rfile]@="Jar File"

[HKEY_CLASSES_ROOT\ja rfile\shell]

[HKEY_CLASSES_ROOT\ja rfile\shell\open]

[HKEY_CLASSES_ROOT\ja rfile\shell\open\com mand]
@="\"c:\\Program Files\\Java\\j2re1.4 .2_06\\bin\\javaw.ex e\" -jar \"%1\" %*"
you may need to change it based on what version of the JRE you have.
__________________
MCKAY: It's like looking through a microscope at a cell culture and seeing a thousand dancing hamsters!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old January 15th, 2005, 09:03 PM
Eager Mistic Beaver
 
Join Date: Nov 2004
Location: Frederick, Maryland
Posts: 333
Send a message via AIM to MrStaticVoid
It does maintain aspect ratio automatically.

Jars should be executable by default, but archive managers like WinRar and WinZip generally take them over. I think that having to edit and import a reg file might confuse some people.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old January 15th, 2005, 09:44 PM
Newbie Floating Down The Mistic River
 
Join Date: Aug 2004
Posts: 53
Nice Job MrStaticVoid
what a handy program
simple and easy to use

i am wondering can you add a little function that allow us to open DVD files on hard drive too??

Thank You
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old January 15th, 2005, 10:13 PM
Eager Mistic Beaver
 
Join Date: Nov 2004
Location: Frederick, Maryland
Posts: 333
Send a message via AIM to MrStaticVoid
If you are talking about the vob files, you can put them in a directory and use the directory conversion function of my program. Unfortunately that will leave you with one video for every vob. I can probably come up with something to join the vob files together before processing. I'll try it out and let you know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old January 15th, 2005, 10:37 PM
Newbie Floating Down The Mistic River
 
Join Date: Dec 2004
Location: Pennsylvania
Posts: 48
Send a message via AIM to LeVicomte
thanks for the program, but i'm just wondering:
i tried to convert a flash video that i'd already converted to a high-bitrate avi and my player wouldn't support it, but this could be because the avi is screwy; windows media player runs it, but nothing can edit it, so if your converter did fail on this, it's understandable.

i threw my mean girls dvd in and ran your program, but i didn't want to wait 200 minutes or whatever for it to finish, so i clicked cancel and tried to run what had already been converted on the player, but the player didn't support it, again. i'm running it again and letting it convert the entire cd, but i'm just wondering, should the partially-finished dvd file have run?
__________________
All progress in human affairs comes from emulating the past badly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old January 15th, 2005, 11:21 PM
Eager Mistic Beaver
 
Join Date: Nov 2004
Location: Frederick, Maryland
Posts: 333
Send a message via AIM to MrStaticVoid
The encoder writes what is called the index after all of the encoding. The index stores crucial information like dimensions and frame-rate that is needed for playing. When you cancel the encoding, the index is not written so it will not play. You can add the index manually, but that would require opening a command prompt and running

mencoder -noidx -ovc copy -oac copy -o outputfile.avi inputfile.avi

I can add this functionality to my program if a lot of people want it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old January 15th, 2005, 11:27 PM
Born Again Mistic
 
Join Date: Nov 2004
Location: USA
Posts: 1,769
Ok I'm running the batch file and i get this:

Exception in thread "main" java.lang.NoSuchMeth odError
at EncoderUI.<init><Enc oderUI.java:211>
at EncoderUI.main<Encod erUI.java:480>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old January 16th, 2005, 01:49 AM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2005
Posts: 1
i can not view video files in my new h340

i can not view video files in my new h340 , please help me....
i've tried almost everything....

yanivperetz@walla.co m














Quote:
Originally Posted by MrStaticVoid
After a lot of work, I think I have a good solid program
for converting videos. It couldn't be easier to use and has worked for everything I have thrown at it. To simplify installation I have made separate zips for Windows and OSX.

The program is written in Java. If you don't have Java, get it at www.java.com.

Screenshots











Windows
http://userpages.umbc.edu/~jlee23/H3...verter-win.zip
Download, extract, double-click "Start H300VideoConverter.b at"

OSX
http://userpages.umbc.edu/~jlee23/H3...verter-osx.zip
Download, extract, double-click "Start H300VideoConverter.s h"

Everything else under the sun
http://userpages.umbc.edu/~jlee23/H3...oConverter.jar
Download, install mplayer and mencoder, run "java -jar H300VideoConverter.j ar" on the command-line.

I have put this through a ton of tests and it works perfectly for me. If you have any problems please post them in this thread or IM me and I will fix 'em.
I really hope you find this useful!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old January 16th, 2005, 01:59 AM
Moderating by the seat of my pants :)
 
Join Date: Aug 2004
Location: Korea
Posts: 8,883
Yani, what have you tried so far?

What firmware are you running?
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old January 16th, 2005, 08:15 AM
Newbie Floating Down The Mistic River
 
Join Date: Dec 2004
Location: Pennsylvania
Posts: 48
Send a message via AIM to LeVicomte
actually, i have had a strange issue with the software. first off, kudos for writing it, i threw a dvd in the drive and it ripped it so conveniently. unfortunately, although the video ran fine on my computer, attempting to run it on my h320 returned the "video loading... not supported" error. when i opened up the avi in virtual dub, i found that several segments of the movie were running at 11 frames per second, which is just beyond the capacity of the player. could this be why it failed?

so now i'm setting the entire film to 10fps via virtual dub. this method is still better than many of the other ones out there, but it would be great if you could fix this bug in your application.

thanks for the program.
__________________
All progress in human affairs comes from emulating the past badly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old January 16th, 2005, 09:40 AM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2005
Posts: 11
I don't believe it.

My flatmate started work on an app to encode specifically for the H3xx last night, just before you posted this.

There's some big differences though.

His is in VB, so windows only. It's also being tailored to my needs, which means no configuration, just drag and drop to encode. It's still in development but the basic code is working, he's just tidying up some the code for file splitting and some extra features. I'll get him to post it if he's willing to share.

I can see your program would suit most people, but this one is handy for beginners and lazy people

/k
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old January 16th, 2005, 01:09 PM
Mistic Surveyor
 
Join Date: Jan 2005
Posts: 159
Hi

how long video are you able to play on your iRiver? (firmware?), i am using 1.25 eu and it plays just 1h video..
when i have something 1h20m this cool prog doesnt split it and I have problems .... not support

How long does the splitting take? Ive converted an AVI(divx) movie (1h45m) by this prog in 20min, but now it is splitting it for 40min and it doesnt seem to work. Nothing is happening except Splitting Sign, harddrive doesnt blink

Could you help me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old January 16th, 2005, 02:46 PM
Mio Mio is offline
Mistic Surveyor
 
Join Date: Dec 2004
Posts: 125
Quote:
Originally Posted by Valy_CZ
Hi

how long video are you able to play on your iRiver? (firmware?), i am using 1.25 eu and it plays just 1h video..
when i have something 1h20m this cool prog doesnt split it and I have problems .... not support

How long does the splitting take? Ive converted an AVI(divx) movie (1h45m) by this prog in 20min, but now it is splitting it for 40min and it doesnt seem to work. Nothing is happening except Splitting Sign, harddrive doesnt blink

Could you help me?
Why are you using 1.25e? It's just 1.25k with limitations imposed.
__________________
MCKAY: It's like looking through a microscope at a cell culture and seeing a thousand dancing hamsters!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old January 16th, 2005, 02:47 PM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2005
Posts: 41
wait..does this thing rip straight to h300 format?..or am i reading something wrong.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old January 16th, 2005, 03:11 PM
Hoping For A Cool Title
 
Join Date: Dec 2004
Location: VA
Posts: 57
Send a message via AIM to ezsoulja Send a message via MSN to ezsoulja Send a message via Yahoo to ezsoulja
sorry if this sounds stupid but what does it do exactly? as in converting video
__________________
IRIVER F**** ROCKS !!!!!

Very Proud Owner Of A Irivier H320 Mp3 Player With 1.25 Korean Update With Over 200 Mixtapes and 150 Albums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old January 16th, 2005, 03:36 PM
Newbie Floating Down The Mistic River
 
Join Date: Nov 2004
Posts: 42
it changes a video file to make it useable on the iriver after oyu have upgraded your firmware. itb asically resizes it and sets correct audi and video codecs and alot of other things.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old January 16th, 2005, 06:29 PM
Newbie Floating Down The Mistic River
 
Join Date: Dec 2004
Posts: 37
I have yet to try the program. Sounds interesting so I will definitely give it a go. One feature that would encourage me to use it over VirtualDub would be a job queue.

One quick questions regarding VD. How does one encode a movie to work on h3xx with AC3 sound encoded. I admit I haven't spent much time or looked into it too much but when I did try it was a bit unsucessful.

Rich
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #21 (permalink)  
Old January 16th, 2005, 07:43 PM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2005
Posts: 41
i ripped a dvd with the prgram and it got to 99% and stopped..it sad it was splitting..so i canceled and split it with virtual dub, its transferring to the player right now,, ill edit with an update to tell u if it works.

edit: OMG it worked! i just ripped a dvd straight to h300 format in 90 minutes flat. this is a dream program..you rock!!!!!!!!(time to go delete the 20 programs or so that ive used together to get this job done.)

Last edited by frozin : January 16th, 2005 at 07:49 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old January 16th, 2005, 09:11 PM
Newbie Floating Down The Mistic River
 
Join Date: Dec 2004
Location: University of California, Irvine
Posts: 31
freakin sweet. this is exactly what eveyone needed. great job
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote