digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   it is possible make a kdvd from mkv file? (http://www.digitalfaq.com/archives/encode/14643-possible-make-kdvd.html)

zagor 07-22-2011 08:38 AM

it is possible make a kdvd from mkv file?
 
why not write anymore on this forum?

Dialhot 07-22-2011 01:02 PM

Because noone has question ? 8)

zagor 07-25-2011 08:40 AM

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

Dialhot 07-25-2011 06:14 PM

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.

zagor 07-26-2011 03:06 AM

yes,
thankyou, very much.

Dialhot 07-26-2011 03:42 PM

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


zagor 07-26-2011 06:00 PM

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.

Dialhot 07-26-2011 06:26 PM

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

zagor 07-27-2011 02:10 AM

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?

Dialhot 07-27-2011 02:51 PM

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 06:49 PM  —  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.