digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   HCenc: HC Encoder problem (http://www.digitalfaq.com/archives/encode/14396-hcenc-hc-encoder.html)

English Bob 10-04-2006 06:14 AM

HC Encoder problem
 
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... :)

Dialhot 10-04-2006 08:48 AM

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".

supermule 10-05-2006 03:42 AM

try it without any filters, sometimes thats caused by a filter in use.

English Bob 10-05-2006 05:41 AM

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. :)

Dialhot 10-05-2006 06:39 AM

Are you using Gripcrop ?

English Bob 10-05-2006 05:47 PM

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.


:)

Dialhot 10-05-2006 06:11 PM

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

English Bob 10-06-2006 04:55 AM

Thanks Phil I wll update it. :)

rds_correia 10-06-2006 02:16 PM

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


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.