Quantcast HCEnc: HC Encoder Problem - digitalFAQ.com Forums [Archives]
  #1  
10-04-2006, 06:14 AM
English Bob English Bob is offline
Free Member
 
Join Date: May 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
I have tried ti use this encoder but after the first pass it then goes into second pass mode the green line shoots up instantly to about 87%, it then freezes and goes back to main screen with encoding done message on view,the MPV is 0 bytes because the second pass never happend.

I have tried different scripts and output files ect but only once did it managed to complete one ,the same script and clips present no problem for CCE or TMPGenc .......Just want to give it a go any suggestions folks.

Aso I have also D/L and reinstalled it twice...
__________________
Bob.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
10-04-2006, 08:48 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I rarely use 2-pass but I can confirm that the encoder works in this mode. Try to force the CPU optimization (in Advanced tab) if you tried with "auto".
Reply With Quote
  #3  
10-05-2006, 03:42 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
try it without any filters, sometimes thats caused by a filter in use.
Reply With Quote
  #4  
10-05-2006, 05:41 AM
English Bob English Bob is offline
Free Member
 
Join Date: May 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Tried both suggestions and it was the filters, I # all the lines in the sript and the second pass worked, when I reinstate the script it fails to carry out the second pass yet strangley when I use the sript in the one past mode( and other encoders) it works no problem at all

I dont know which part of the MA sript it doesn't like,seems like a bit of #elimination is called for..

Cheers for the help.
__________________
Bob.
Reply With Quote
  #5  
10-05-2006, 06:39 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Are you using Gripcrop ?
Reply With Quote
  #6  
10-05-2006, 05:47 PM
English Bob English Bob is offline
Free Member
 
Join Date: May 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Are you using Gripcrop ?
No, I use the following,

Mpeg2Source("C:\Documents and Settings\a user\Desktop\Volume 1\VIDEO_TS\MURP.d2v")

nf=0

BicubicResize(704, 576, 0, 0.6, 0, 0, 704, 576)


Undot()
Asharp(1, 4)
BicubicResize(704, 576, 0, 0.6, 0, 0, 704, 576)
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(1.58 ))
MergeLuma(blur(0.1))
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "((nf >= SwitchThreshold) && (nf < 30)) ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,11+nf) ")

AddBorders(0, 1, 0, -1)
function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }

Use if for all my SKVCD OR KDVD just change the setting which I get from Movie Stacker when I load a new d2v.


__________________
Bob.
Reply With Quote
  #7  
10-05-2006, 06:11 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Not related to your problem but this script is not the last (and best) one !
You should pick up the last release at :
http://www.kvcd.net/forum/viewtopic.php?t=3483
Reply With Quote
  #8  
10-06-2006, 04:55 AM
English Bob English Bob is offline
Free Member
 
Join Date: May 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Phil I wll update it.
__________________
Bob.
Reply With Quote
  #9  
10-06-2006, 02:16 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hmmm,
I remember having a similar issue with HC (and also some other encoders like Nic's libavcodec encoder) when the mpeg2source path was too long and had special characters as well as spaces.
But this was a looooong time ago when I was using the PC at work because at home I always use very small and standard paths like c:\video\spiderman.
So, instead of
Code:
Mpeg2source("C:\Documents and Settings\a user\Desktop\Volume 1\VIDEO_TS\MURP.d2v")
you could try
Code:
Mpeg2source("C:\movies\d2v\MURP.d2v")
This might not cure your problem but it is definitly always a good policy .
Cheers
__________________
Rui
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
HCenc: HC Encoder 0.25 tengo6dedos Video Encoding and Conversion 0 10-18-2010 08:59 AM
HCenc: HC Encoder 0.22 Released! gamma Video Encoding and Conversion 5 12-02-2007 01:39 PM
HCenc: HC Encoder 0.21 is out ! Dialhot Video Encoding and Conversion 1 05-02-2007 05:33 PM
HCenc: New HC Encoder v0.19 Dav88 Video Encoding and Conversion 9 10-21-2006 05:32 AM
HCenc: K-Encoder-HC, Tool for DVD backups based in HC Encoder maurus Video Encoding and Conversion 3 04-05-2006 08:07 AM

Thread Tools



 
All times are GMT -5. The time now is 07:21 AM  —  vBulletin © Jelsoft Enterprises Ltd