View Single Post
Old 13th March 2009, 17:59   #20  |  Link
Mtz
Registered User
 
Mtz's Avatar
 
Join Date: Sep 2003
Location: On The Beach
Posts: 714
Ok, step by step:
- starting the program
- uncheck the SAP option
- X264+MKV
- Basic video settins > is showing the XviD settings. The encoding is done with X264
- load mkv file
- analyze. OK
- set resolution
- back to video settings. still xvid.
Screenshot:

XviD settings after selecting X264+MKV. Also I wrote the 1920, 1280, 720 values, because I think these are the most used.

Queue:
Code:
"C:\Program Files\HDConvertToX\applications\eac3to.exe" "E:\HD\1080p-dts.mkv" 1:"C:\Program Files\HDConvertToX\hdconverttox.h264"
"C:\Program Files\HDConvertToX\applications\DGAVCIndex.exe" -i "C:\Program Files\HDConvertToX\hdconverttox.h264" -o "C:\Program Files\HDConvertToX\movie.dga" -f 0 -e
"C:\Program Files\HDConvertToX\applications\eac3to.exe" "E:\HD\1080p-dts.mkv" 2: "C:\Program Files\HDConvertToX\hdencodertoxvid-pid2.dts"
"C:\Program Files\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 22694 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 1 --filter -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 2 --no-chroma-me  --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.1:1.0 --output "C:\Program Files\HDConvertToX\hdconverttox_1080p-dts.h264" "C:\Program Files\HDConvertToX\hdconverttox_1080p-dts.avs"
"C:\Program Files\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 22694 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 4 --filter -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-chroma-me --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.1:1.0 --output "C:\Program Files\HDConvertToX\hdconverttox_1080p-dts.h264" "C:\Program Files\HDConvertToX\hdconverttox_1080p-dts.avs"
"C:\Program Files\HDConvertToX\applications\mkvmerge.exe" -o "E:\HD\movie.mkv" --default-duration 0:23.976fps --aspect-ratio -1:2.4000 "C:\Program Files\HDConvertToX\hdconverttox_1080p-dts.h264"  "C:\Program Files\HDConvertToX\hdencodertoxvid-pid2.dts"
enjoy,
Mtz
Mtz is offline   Reply With Quote