Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#121 | Link | |
|
Registered User
Join Date: Jun 2003
Location: Loomis, CA
Posts: 99
|
Quote:
Here's my AVS script: AVCSource("C:\Users\Isaac\Videos\720p AVCHD\Test.dga") #deinterlace #crop Spline36Resize(720,480) # Spline36 (Neutral) #denoise Here's my HC.ini file: *INFILE c:\users\isaac\videos\720p avchd\Test.avs *OUTFILE C:\Users\Isaac\Videos\Temp Files\Test.m2v *LOGFILE C:\Users\Isaac\Videos\Temp Files\Test.log *BITRATE 4000 *MAXBITRATE 8000 *FRAMES 0 71154 *AUTOGOP 12 *PROGRESSIVE *PULLDOWN *MATRIX mpeg I've tried the 0.24 beta as well with the same results. I'm tearing my hear out here! Last edited by QuadraQ; 29th March 2009 at 03:12. |
|
|
|
|
|
|
#124 | Link |
|
Registered User
Join Date: Nov 2003
Location: Netherlands
Posts: 445
|
It will be solved in the final 0.24 release, I can replicate the issue using DGAVCDecNV.
It's a complete lack of time ATM to get a new release out
__________________
HCenc at: http://hcencoder.bitburners.com |
|
|
|
|
|
#125 | Link |
|
Registered User
Join Date: Feb 2006
Posts: 827
|
Finnaly found the time to do a BD -> DVD conversion, using HCEnc & DVD-lab. The encoder works perfectly, as usual; But is was kind of funny.
It's been some time that i've done such a project, and i've upgraded to a Core 2 Quad Xtreme 9650, wich runs at a conservative 3200 MHz (400 x 8). The funny thing is that the whole 2-pass encoding process of a 2 hrs movie took less than the 2 hours the movie is long. It ran at more than 150 fps during encode ![]() I remember times that encoding went @ 5 or 6 fps. That goes to show how technoligy has evolved in the years, but also that HCEnc seems to have matured considerably during that time as well. And that not oly gos for the speed of the encoder, but the quality it produces as well; Thats very very good (lum_gain=1 and AQ=1 seems to be a very good combo). So thanx again for all the work and time you have invested in the years ! Last edited by G_M_C; 21st April 2009 at 13:12. |
|
|
|
|
|
#126 | Link | ||
|
likes to tinker
Join Date: Jan 2004
Location: girt by sea
Posts: 638
|
Quote:
Quote:
Any timeframe on it as yet ? |
||
|
|
|
|
|
#128 | Link |
|
likes to tinker
Join Date: Jan 2004
Location: girt by sea
Posts: 638
|
Thanks Neuron2. OK.
It it works for a 1st pass for QuadraQ, I wonder if it'll work when an intermediate lossless file is used for the 2nd pass to "work off". Will clutch at that straw tomorrow ![]() Hank, you into sharing, matey ? |
|
|
|
|
|
#129 | Link |
|
Registered User
Join Date: Nov 2003
Location: Netherlands
Posts: 445
|
Here's a new HCenc 0.24 beta:
- added *INTRAVLC command - added 4:2:2 input / output - fixed some issues using AVCsource input This will fix the problems using DGAVCDecNV.
__________________
HCenc at: http://hcencoder.bitburners.com |
|
|
|
|
|
#130 | Link |
|
Pig on the wing
Join Date: Mar 2002
Location: Hollola, Finland
Posts: 3,462
|
Thanks a lot, hank
It feels weird that v023 was released a year ago..time flies so fast!
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
|
|
#136 | Link |
|
Registered User
Join Date: Nov 2003
Location: Netherlands
Posts: 445
|
About IntraVLC...
MacroBlocks can be encoded in two different ways: Code:
------------------------------------- | Intra VLC | 0 | 1 | |------------------------------------ | Intra blocks | B14 | B15 | |------------------------------------ | Non-intra blocks | B14 | B14 | ------------------------------------- The outcome of this will be written in the video bitstream. Table B14 is more efficient when there are only a few values in the 8x8 block, table B15 is more efficient when there are lot of values in the 8x8 block. So in general table B14 should be used for low bitrates, B15 for higher bitrates. IntraVLC can be changed for every frame. So *INTRAVLC 0 means: always use table B14, *INTRAVLC 1 means always use table B15, *INTRAVLC 2 will use the VLC method which gives the lowest nr of bits for that frame, *INTRAVLC 2 simply does both and picks the table which generates the lowest nr of bits to represent the encoded block.
__________________
HCenc at: http://hcencoder.bitburners.com |
|
|
|
|
|
#138 | Link |
|
Registered User
Join Date: Nov 2003
Location: Netherlands
Posts: 445
|
The table shows file sizes of a testclip for different INTRAVLC settings using different Quantizers.
All other settings are the same so it shows the efficiency of the INTRAVLC setting only. Code:
--------------------------------------------- | CQ | intravlc 0 | intravlc 1 | intravlc 2 | |----|------------|------------|------------| | 2 | 101674 | 100606 | 100576 | | 3 | 53550 | 53140 | 53086 | | 4 | 45531 | 45247 | 45182 | | 5 | 33787 | 33782 | 33629 | | 6 | 28421 | 28541 | 28330 | | 8 | 23530 | 23844 | 23507 | | 10 | 16561 | 17036 | 16561 | --------------------------------------------- Intravlc 2 (auto mode) always produces the smallest file size and converges at low bitrates to table 14. So the gain using auto mode is pretty small... but it comes at almost no extra cost, about 1% extra encoding time.
__________________
HCenc at: http://hcencoder.bitburners.com |
|
|
|
|
|
#139 | Link |
|
Registered User
Join Date: Aug 2004
Location: Germany
Posts: 26
|
Hi hank315, many thanks for all the time you spend on this great encoder!
Since 0.24 is a beta, I wanted to ask you, if you had the time to look over this issue, because I found the same behaviour as in 0.23. Would be great if that could be fixed in the final release (i am still sticking to 4:3 encodings), even if it's not a big thing to change AR yourself.
|
|
|
|
|
|
#140 | Link |
|
Registered User
Join Date: Oct 2002
Location: Cyberia
Posts: 443
|
Just to thank you Hank for your new beta release..
__________________
PC specs for bug reports: Athlon 64-bit FX-62 2.8Ghz Win7/XP Pro/Linux multiboot PCI express NVIDIA GTX 285 graphics card http://twitter.com/cwebdesign |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|