Quantcast Bug Reporting on Hcmatic - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
02-05-2007, 02:01 AM
gamma gamma is offline
Free Member
 
Join Date: Nov 2003
Location: Rotterdam (The Netherlands)
Posts: 237
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil,

First of all, great tool!

One minor problem though, I can't seem to set the minimum bitrate at
2300....the minimum in the tool is set at 2500
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
  #22  
02-12-2007, 12:16 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by gamma
One minor problem though, I can't seem to set the minimum bitrate at
2300....the minimum in the tool is set at 2500
You meant surely the maximum ? I forgot about the VCD
It is fixed in new release . See next post.
Reply With Quote
  #23  
02-12-2007, 12:16 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
HCMatic 1.1 is out

CHANGELOG
12-Feb-2007 : HCMatic 1.1
* FIX : DcPrec was always 9
* NEW : overhead is now selectable
* NEW : interlaced mode is supported
* NEW : encode can be started automatically when prediction is done
* CHANGE : Max bitrate can be lowered down to 1500 (for VCD)
Reply With Quote
  #24  
02-20-2007, 01:35 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
I Phil,
I am sorry that I still haven't given HCMatic a try and I am already posting questions about it but I'm sure you will forgive me for that :P.
I noticed that you have included a oversize field.
Can you please tell me why we would need that in our projects?
Cheers
__________________
Rui
Reply With Quote
  #25  
02-20-2007, 04:11 PM
rainer rainer is offline
Free Member
 
Join Date: Dec 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
I forgot about the VCD .
Isn't HC only mpeg2 encoder???
Reply With Quote
  #26  
02-20-2007, 04:22 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
Well yes but maybe Phil is referring to KVCD which is a mix of VCD and SVCD.
For instance KVCD can be done with MPEG2 video.
It's been done with MPEG1 since the beginning because TMPGENC could(/can) encode MPEG1 even better than MPEG2 on low bitrate projects and because MPEG1 was(/is) free in that encoder.
You can encode in 352x288(240) and then author as SVCD and you will be doing a nice KVCD which I have always called K(S)VCD.
Cheers
__________________
Rui
Reply With Quote
  #27  
02-21-2007, 04:11 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Exactly as Rui said. And I have to add that standard SVCD is normally limited to 2300. Above bitrates are considered as XSVCD and not all standalone support that. That is probably why gamma asked for 2300 as lower limit.

But this is solved now in HCMatic 1.1
Reply With Quote
  #28  
02-26-2007, 06:59 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Be carefull, I found a problem with HCMatic 1.1 :when you select the framerate for the first source and press the "*" button to expand this to all sources, the bitrate is not updated. To avoid calc errors, do not use the "*" for the framerate but select it manually for each sources.

I will fix that in next release.
Reply With Quote
  #29  
02-27-2007, 05:33 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Phil! Congrats to your Purebasic Project HCMatic!

In case of any Qs just ask. Be aware that PBs internal DX capabilities for reading avs scripts are quiet poor. I decided to switch to vfw by using the avifil32.dll (like CCE or VirtualDub). Just look into Paranoias Sources to see the approach (if needed).
In vfw you can seek & jump within avs streams which could be quiet useful in case of predictioning.

BUT! It seems that Windows vfw capabilities will be more and more broken in vista if you'll upgrade your OS.

Best greets,
Andrej
Reply With Quote
  #30  
02-27-2007, 09:41 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by incredible
In case of any Qs just ask. Be aware that PBs internal DX capabilities for reading avs scripts are quiet poor.
I saw that : the frame number returned is not fully correct. It's not to hurting when you use it just to compute length in minutes and second like me, but it's surprising.

Quote:
Just look into Paranoias Sources to see the approach (if needed).
I never noticed that the sources where distributed
Reply With Quote
  #31  
02-27-2007, 10:03 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
First approach via DirectX (I genereted an includefile some time ago):
A little player example is included.
http://www.purebasic.fr/english/view...824&highlight=

In the newer v4 from Purebasic the people now more do use includes instead of Userlibraries. Cause you can see it as "source" how it works instead a closed userlib-binary.

Second approach via VFW (included in PARanoias Sources):
http://sourceforge.net/project/showf...roup_id=158652

This one still was made for V3.x of Purebasic.
http://www.purebasic.fr/english/view...light=avifil32


PS: You know this one?:
http://www.purearea.net/pb/english/index.htm

Reply With Quote
  #32  
02-27-2007, 04:38 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
Wait a minute?
Is PARanoia Open Source, Andrej?
BTW great to see you still around .
Cheers
__________________
Rui
Reply With Quote
  #33  
02-28-2007, 03:54 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Yes its Open Source

And yes, Im still around, but I dont have enough time for Videoprocessing &Co. these months.
Reply With Quote
  #34  
03-02-2007, 11:11 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
HCMatic 1.2 is out and supports HCenc 0.20.0.
Reply With Quote
  #35  
03-06-2007, 05:04 PM
rainer rainer is offline
Free Member
 
Join Date: Dec 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts


I'm getting this error when using this specific script:


Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
dgdecode_mpeg2source("D:\132.d2v")
undot()
asharp(1, 4)
GripCrop(704, 480, overscan=2)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1)  ")
GripBorders()
function fmin( int f1, int f2) {
  return ( f1<f2 ) ? f1 : f2
}
script plays fine in media player classic. also the sample script created by hcmatic played fine in MPC and every other script i've tried works fine with hcmatic/hc/avisynth.

edit: also tried with earlier versions of hcmatic and hc-enc. no luck.
Reply With Quote
  #36  
03-06-2007, 07:31 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Stop using Gripfit, it is too "unstable". Prefer direct crop / resize command with values given by paranoia or fitcd.
Reply With Quote
  #37  
03-07-2007, 04:18 AM
rainer rainer is offline
Free Member
 
Join Date: Dec 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
yeah! thanks. that did it.
is bicubic still the way to go or....?
Reply With Quote
  #38  
03-07-2007, 04:42 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rainer
yeah! thanks. that did it.
is bicubic still the way to go or....?
It depends on the whole script. With a light asharp like in the MA script, Bicubic (0,0.6) is good.
Reply With Quote
  #39  
03-07-2007, 04:54 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
A word concerning HCenc 0.20.

With this release I have a lot of "read memory" error when the app is closing. This problem occured in old releases, but I never have problem with 0.19 and 0.19.1. This is very boring because this stuck the app, that never close until you kill it, and so HCMatic can't continue to work. Very upsetting when you start a porediction at night and go to sleep .

A long time ago Pro did some batch to deal with that (see http://www.kvcd.net/forum/viewtopic....089&highlight=). If someone have one of thme, please send it to me and I will host it ion kvcd.net.

I will try to deal with the problem intop HCMatic. Meanwhile I will use HC 0.19.1.
Reply With Quote
  #40  
03-07-2007, 05:53 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
@ Rainer
Just for my personal interest, could you try using this version of gripfit.dll
http://home.arcor.de/the.incredible/...ripFit2006.zip

I just want to see if that version solves the avisynth "invoke environment" problem.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
HCMatic: What is it showing me? blackhawk Avisynth Scripting 1 01-31-2007 04:09 AM
HCMatic how to... ? Dialhot Avisynth Scripting 12 01-28-2007 11:05 AM
HCMatic: Shutdown after encode rainer Avisynth Scripting 4 01-18-2007 02:42 AM
running HCMatic on Linux danpos Avisynth Scripting 2 01-17-2007 01:52 PM
Moviestacker 2.00 reporting movie length incorrectly? VORTECH Video Encoding and Conversion 9 04-08-2004 08:01 AM

Thread Tools



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