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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
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  
 

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 23:57.


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