07-22-2011, 08:38 AM
|
Free Member
|
|
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
why not write anymore on this forum?
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
07-22-2011, 01:02 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Because noone has question ?
|
07-25-2011, 08:40 AM
|
Free Member
|
|
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i dialhot, how are you?
i have many questions....
it is possible make a kdvd from mkv file?
Can you give me some tricks?
thank you...
|
07-25-2011, 06:14 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Of course it is, as long as you have the correct codecs installed (Haali media splitter en ffdshow for instance). Use "Directshowsource" in the script, and read directly your MKV like this. I do that quite often.
For the filters, all depends of the quality of the source, as usual. My scripts are on my other PC, I'll post the one I use for 720p HDTV capture if you want.
|
07-26-2011, 03:06 AM
|
Free Member
|
|
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes,
thankyou, very much.
|
07-26-2011, 03:42 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is for a 720p source. For 1080p, comment the line Li,itedSharpen
And if you need more compression, uncoment the MergeXXX lines or the Scriptclip.
Code:
DirectshowSource("PATH\NAME.mkv",audio=false,pixel_type="YV12")
LanczosResize(<...>)
LimitedSharpenFaster()
LRemoveDust_YV12(17,1)
#MergeLuma(Blur(0.2))
#MergeChroma(Blur(1.5))
#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) ")
#ColorMatrix(mode="rec.601->rec.709") # for CCE
ColorMatrix(mode="rec.709->rec.601") # for TMPGEnc
Textsub("PATH\NAME.srt")
AddBorders(...)
|
07-26-2011, 06:00 PM
|
Free Member
|
|
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Phil.
Now, I have installed the encoder HCEnc, and I'm doing a little test. In your opinion, what bitrate should I use, with a resolution
720x576? at least 2000?
For many years I do not do more KDVD encodings, and I forgot several things.
Can you tell me what to do if I have a source with a frame rate
23.976?
Thanks as usual.
|
07-26-2011, 06:26 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I never use a bitrate setting, I always use CQ mode with HCMatic.
http://www.kvcd.net/forum/viewforum.php?f=97
23.976 is not an issue, simply encode with soft 3:2 pulldown activated.
Actually I'm doing AVCHD since several months now .
|
07-27-2011, 02:10 AM
|
Free Member
|
|
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hcencc already have the option of
to got the right filesize. My question was another one, Do you know what the minimum bitrate to use for optimum results?
Avchd files where you see them?
It 'must buy the player?
|
07-27-2011, 02:51 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I coded HCMatic a long time ago but I don't remember HCEnc has a "minimum bitrate" setting. So either I don't understand, or your are confusing with TMPGenc.
Are you asking what is the lower average bitrate you should use ? There is no answer to that, this is the CQ that is important, and I try to be not above 4 (and never above 6).
AVHCD are read by bluray players (a PS3 for me).
|
All times are GMT -5. The time now is 05:27 AM — vBulletin © Jelsoft Enterprises Ltd
|