Thread: HCenc 025
View Single Post
Old 1st August 2011, 00:36   #125  |  Link
hank315
HCenc author
 
Join Date: Nov 2003
Location: Netherlands
Posts: 570
@trixter

If I use the next HC.ini file:
Code:
*INFILE           G:\hcenc bug\_chromosphere_test_480i.avs
*OUTFILE          G:\hcenc bug\out.m2v
*LOGFILE          G:\hcenc bug\out.log
*BITRATE          4600
*MAXBITRATE       9200
*FRAMES           0 3565
*PROFILE          best
*GOP              15 2
*INTERLACED
*TFF
*INTRAVLC         2
*MATRIX           mpeg
and AVS script:
Code:
AVISource("_chromosphere_test_480i.avi")
ConvertToYV12()
The encode finished without a problem.

This is a source which is pretty tough for MPEG2, quantizers are very high.
Just look at the next links:
HCenc encode
CCE encode

If the *CHROMADOWNSAMPLE command is added, HCenc freezes at 69% in pass 2.
That's weird because the down sample routines aren't used, the source is already YV12.
Still investigating, I thought this would be an easy one but it's not
__________________
HCenc at: http://hank315.nl
hank315 is offline   Reply With Quote