View Single Post
Old 28th April 2010, 08:20   #13  |  Link
Santa
Registered User
 
Join Date: Jan 2010
Posts: 49
OK now my avs script look like this:

Code:
LoadPlugin("C:\Programmi\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\ffmpeg\video_demuxed.d2v", info=3)
LoadPlugin("C:\Programmi\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
ConvertToYV12(interlaced=true)
and x264 command line:

Code:
program --level 4.1 --pass 2 --bitrate 15000 --stats ".stats" --threads 6 --deblock -3:-3 --keyint 24 --min-keyint 2 --b-pyramid none --interlaced --ref 4 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 25000 --me umh --partitions all --no-fast-pskip --aud --nal-hrd vbr --output "output" "input"
I' re-starting the encode.
Please, let me know if i did something wrong.

Thank you very much,
Santa.
Santa is offline   Reply With Quote