![]() |
DVDREasy using HCEnc?
@All,
Anyone try DVDREasy: http://www.afterdawn.com/guides/arch...r_dvdreasy.cfm It uses HCEnc and has a very friendly front end. -BP |
I'm trying it out right now, BP :D
I saw the tutorial, but I just bypassed their recommendation to use the standard matrix, because i know what the "notch" matrix can do ;) Thanks for the link! -kwag |
Hi BP,
Thanks for the link to this guide and tool. I shall install it and do some tests and see how they come out. I will also be using the kvcd matrix. :D I usually use CCE with KDVD, will the kvcd matrix be automatically selected if I did use CCE instead of HC or is there some added thing I need to do? |
Just woke up this morning to a beautiful encode on my "Cher - Live in Concert" DVD :mrgreen:
I selected HC encoder with the "Notch" matrix". I can barely tell the difference from the original, viewing close to my monitor :!: What a great piece of work :!: -kwag |
Sounds great Karl, I shall have to test out this software also.
Did you use 2pass with HC? |
Quote:
-kwag |
Quote:
|
Bad experience here :(
I was about to burn my converted DVD, only to find out that the "VIDEO_TS" folder is 4.64 GB (4,992,536,576 bytes) :cry: No way I can put that on a DVD, so theree are some issues with calculated bitrate on the program. I'll try to report this to dvdreasy. -kwag |
@Kwag
Kwag wrote: Quote:
is said to be unreliable. I know you tweaked DVDREasy to use Notch Matrix and other tweaks. Could you possibly share your settings with us mortals. :) Thanks -BP |
Hi BP,
I think it's a math problem on dvdreasy :) Look at HC's log: Code:
--------------------------------------------As you can see, the average bitrate given to HC, did create a very close final file size. I think the program is not taking into account the size of the audio, plus DVD MUX overhead, which must be subtracted prior to calculating average bitrate ;) I just sent a PM to dvdreasy about it. -kwag |
Im glad you found out this bug before I waited hours to find out. :D
Nice find Karl, I hope the guys at DVDREasy get back to you and hopefully fix this problem. Like you said it could be a mux overhead and audio size not being taken into account. |
Just for the hell of it, I deleted all files and directories on my "h:/temp", and started the process again.
Let's see if the result is identical. I have less that one hour to go :) -kwag |
Hi to all !
@Kwag, as I told you by PM This is what DVDREasy does to calculate new video bitrate : --------------------------------------------------------------------- Audio = audio bitrate(kbps) / 8 Movie = total time of movie in seconds - (hours * 60 * 60) + (minutes * 60) + seconds CBR = audio * Movie New Video BitRate = (4564480 - CBR) / Movie * 8 In your conversion process (movie = 01:23:46 and audio bitrate = 448) audio = 448 / 8 = 56 movie = 5026 seconds CBR = 56 * 5026 = 281456 New Video Bitrate = (4564480 - 281456) / 5026 * 8 = 6817,38... (6817) I'm pretty sure that this maths works like a charm with CCE. I also tested with HC and never had this problem |
Ok, the result was almost identical.
Final size of .m2v is 4.27 GB (4,594,972,743 bytes) AC3 audio track size is 287 MB (301,971,712 bytes) Size of VIDEO_TS folder is 4.64 GB (4,992,528,384 bytes) @dvdreasy, Here's the complete log file. Maybe you can see something in there: Code:
Begin of DVDREasy Conversion Process . . .-kwag |
@dvdreasy,
Could it be HC 0.14 that I'm using :?: I followed a post on your forum, to rename the new (latest) version to "HCbatch.exe" I believe, and that's what I used to encode. -kwag |
Quote:
I have to investigate this a litle further. |
Hi dvdreasy,
Based on my calculator, CalcuMatic, the average bitrate for this movie should be: 6688.1 Kbps. The calculated average in dvdreasy is shown as 6817 Kbps, which overshoots the size of the DVD-5 media. Here's a screenshot: http://www.digitalfaq.com/archives/i.../2005/05/1.jpg http://www.digitalfaq.com/archives/i.../2005/05/2.jpg And from HC's log: Code:
bitrate set to: 6817000 b/sThat's the size of the encoded .m2v file on my directory. So the calculated average bitrate is indeed too high. -kwag |
I just edited the file "hc.ini" with average bitrate of 6688.
I then manually executed: "c:\Program Files\DVDREasy\hcenc\HCbatch.exe" -ini "H:\temp\hc.ini" So I will know in the morning if the final file size produced by HC will be 4,201,820 which is what the video stream should be. I'll let you know, but now I'm off to bed :D -kwag |
Can you not put your own bitrate in the 'New calculated video bitrate' box?
Or is that fixed by DVDREasy and cannot be changed? |
Quote:
IN CalcuMatic what are you using ? |
Quote:
BTW, the size of the .m2v file after reencoding with 6688 average, is now 4.19 GB or 4,402,367 KB It seems HC is encoding a final size larger than wanted, because based on my calculations at an average of 6688, the final size should be about 4,201,820 KB for the video stream, but it was larger!. That's 200MB larger that the wanted file size. -kwag |
@dvdreasy,
I think this is the problem. I see that on dvdreasy, with this particular DVD it detected a movie length of 01:23:46, but the real movie length is 1:29.52. That's after dragging the VOB that dvdreasy extracted, straight into Vdub, and I also verified in the DVD box, where it states that the video time is 90 minutes. The audio file size is correct, at 294,895KB. So it seems dvdreasy thinks that the movie is shorter, selected a higher average bitrate, and that's why it oversized. As Zyphon suggested, could it be possible to modify the value in the 'New calculated video bitrate' box? This would take care of IFO differences of some DVDs, and the user can override the average bitrate for correction. Thanks again, -kwag |
Thanks for your extensive testing Karl, you have saved me from wasting several hours of encoding.
Thanks also to you dvdreasy for your feedback I hope these teething problems can be solved sooner or later. Great work btw a nice all-in-one tool. Just needs a little tweaking. :) |
Quote:
And it only happens with that particular DVD ? Did you make the same comparision with other DVD and all were OK ? Quote:
The way Zyphon suggested, DVDREasy must break/interrupt the conversion process waiting for user input. |
Quote:
I'll test with a couple of other DVDs now, and see if the times match the ones dvdreasy are pasring from the IFOs. Edit: This is the DVD with the problem: http://www.imdb.com/title/tt0218879/ -kwag |
Hi dvdreasy,
I just tried another movie, and dvdreasy did read the correct time. I also tried this particular DVD with DVDShrink, the one reading less time, and DVDShrink does read the correct time of 1:29:46, where dvdreasy reads 01:23:46 Here's the IFO file, if you want to take a look at it: http://www.kvcd.net/downloads/VTS_01_0.IFO -kwag |
kwag,
Thanks ! this could be a BUG in DVDREasy (Ifo parsing) I will investigate this and report ASAP |
Quote:
-kwag |
@all,
Great progress. 8) DVDREasy is a keeper for high quality DVD backups for me. Nice work DVDEasy!!! -BP |
dvdreasy wrote:
Quote:
Thanks About DVDREasy,im doing first backup now,HP and The Chambers Of Secrets,and the lenght was read correct,2h 34m 21s,so with AC3 6ch 384Kbps and subtitles the bitrate was set to 3558.Halfway through first pass now.Nice tool,keep up the good work :!: |
@all
YEP, its a BUG in DVDREasy. This only occurs in some extremely rare situations. I allready corrected this and will be available in next release (soon) @ Kwag, Thanks for pointing this out and for your time on extensive testings. Cheers. |
Quote:
-kwag |
WOW! 8O
Just finished encoding "Cold Creek Manor". Original size of the whole DVD is 7.34 GB. Encoded size is 4.33 GB, in other words, PERFECT! 8) And I haven't even mentioned the quality yet. I can't see any difference from the source DVD. Great tool. Thanks a lot! |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.