Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 17th August 2012, 21:41   #1  |  Link
MonoS
Registered User
 
Join Date: Aug 2012
Posts: 203
Closed to the source encode

Hello

I want to encode DVD source using x264

I'm not interested in fast encode, device compatibility or anything else, i only want to have a backup rip of some DVDs, as closed to the source as possible

I encoded the 2 dvds of the Evangelion DTS Edition, getting very very good rips of 772MB (1441kbps) for Death(True)^2 and 1.03GB (1680kbps) for Air - magokoro Wo Kimi Ni

I tried to compare the original and the encoded one and seems that my rip is better than the original

I used this avs script

Code:
SetMemoryMax(500)
SetMTMode(3,2)
LoadPlugin("DGDecode.dll")
DGDecode_mpeg2source("filename.d2v")
QTGMC(Preset="Slow", EdiThreads=2, SourceMatch=3, MatchPreset2="Slow", Lossless=2)
SelectEven()
crop(x,y,z,k)
LanczosResize(w,h)
and this cmd for the x264 [2208JEEB High 10]

Code:
--preset placebo --tune animation --qp 31 --deblock 0:0 --keyint infinite --min-keyint 1 --open-gop \
--bframes 6 --ref 6 --qpmin 1 --ipratio 1 --pbratio 1 --merange 32 --me umh --subme 10 --output
Is this a good configuration for mine target?? Or there's a better/faster one??

Thanks in advance for attention

Last edited by MonoS; 17th August 2012 at 23:18.
MonoS is offline  
Old 17th August 2012, 22:14   #2  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
1.) Are you sure the movie should be deinterlaced instead of IVTC'ed?
2.) Use --crf, not --qp. Why use --ipratio 1 --pbratio 1 etc.?

That forum is only visible to members, btw, so no one is going to see what you wrote there.
sneaker_ger is offline  
Old 17th August 2012, 23:11   #3  |  Link
MonoS
Registered User
 
Join Date: Aug 2012
Posts: 203
1)Oh, i copied the script for the interlaced source
Since i started making rip i never met IVTC'ed source

2)Because --crf compress more on the complex frame and less on simple ones, while --qp compress all the frame in the same way giving a constant quality over all the clip [at least i understood this]
--ipratio/pbratio for the same reason

But if there're other reason of why i should use crf instead of qp tell me, i made different research before posting here and it's possible that i misunderstood something

What do you mean whit etc??
MonoS is offline  
Old 17th August 2012, 23:12   #4  |  Link
mp3dom
Registered User
 
Join Date: Jul 2003
Location: Italy
Posts: 1,135
The forum is only visible to members because it's a torrent download site... you highly risk to have this thread closed.

Anyway, how you can think to have a subjective "better" results than the original if:
- You're basically doing nothing at a filter level (i.e denoising)
- You're wrongly deinterlacing a source that have a simple soft-europulldown applied.

The max you can get actually is the exactly same quality as the original (with x264 in lossless mode) OR, going lossy, you can aim to a transparent-looking encode (using CRF or a 2pass). Both statements are valid if QTGMC doesn't screw anything...

Oh and by the way, thanks for sharing the ISOs of two of my works to the tntvillage "community".
mp3dom is offline  
Old 17th August 2012, 23:50   #5  |  Link
MonoS
Registered User
 
Join Date: Aug 2012
Posts: 203
I eliminated that link

QTGMC and the x264 deblocking already made a moderate denoising, then is useless to use a denoiser filter

oh FUU~, i rechecked the source, it have 12frames interlaced and 12frames progressive
I fall in error due to the MeGui autoanalysis and mine wrong visual checking in VLC [whit deinterlacer disabled]

Lossless mode and 2pass are [in mine opinion] useless for this kind of job, lossless create too big files, 2pass waste too much time

How i said in my previous post, why should i use crf instead of qp??

In all mine and other users test, QTGMC have always had better results insted of yadif or other deinterlacer, why are you saying this??

Maybe you're greeting the wrong person, MonoS is now a collective on TNT, i only write release and follow the forum, there're other 4 person that upload things
MonoS is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.