View Single Post
Old 31st May 2009, 16:50   #1008  |  Link
rickhtoo
Registered User
 
Join Date: May 2009
Posts: 25
Quote:
Originally Posted by buzzqw View Post
@rickhtoo

automkv has an automatic deinterlace routines.

HDC as a good deinterlace detection BUT isn't automatic.

if you think that your movie is interlaced : in "De-interlace" list select Interlaced , if your movie is to ivtc (is 29.97 fps) just select Film NTSC

BHH
So when I get the jagged edges, that means the movie is interlaced? Just trying to figure out how to tell without doing a complete encode and having to do it again. Is there an easy way to tell this? If the Analyze routine shows 29.97 then I should choose Film NTSC? If I'm converting DVD would it be safe to assume they are interlaced and simply use that as a default?

Just ran into another issue trying to convert a 2 DVD set of Blue Planet. The frame rate shows 25 fps and I tried Adub's suggestion of selecting force DSS2. I then set it to Insane quality. After 2 plus hours the conversion finally finished. Almost... The progress showed 100.0 % with 0 time left. However the frames showed 65470/65477. The conversion stopped there and never finished.... I am in the process of doing it over but I created new ifo's with ifoedit. Will see what happens and post the progress. Thanks for your help Buzz.

btw, here is the make report from the failed conversion.

Code:
HDConvertToX v.1.7.326.2893 report

Input File: k:\blue planet pt 1\video_ts\vts_01_1.vob ( K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 0:48:33:12 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 72825
Duration(hh:mm:ss): 0:48:34
Aspect Ratio: 1.7778
Resized resolution: 720 / 576
Crop Values : 0:8:0:8
No Resize & Crop: On

Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 8
Final Size: 20
Priority: idle
Denoise Level: Super Light
Video Handling: Force DirectShowSource2 (Haali)
-> End Video Configuration

Start Audio Configuration ->
Audio Codec: Copy Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: abr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration

Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 2ch, 0xBD 0x80) [0]

-> End Full Audio List

Full Subtitle List-> (*** mean selected)
*** NONE
English 0 (0xBD 0x20) [0] wide

-> End Full Subtitle List

Mux Subtitle in MP4/MKV file: On

Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth

Start Queue ->
"E:\HDConverToX\applications\eac3to.exe" "K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_1.vob"+"K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_2.vob"+"K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_3.vob"+"K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_4.vob"+"K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_5.vob" 3: "E:\HDConverToX\temp\hdencodertox-pid3.ac3"
"E:\HDConverToX\applications\x264.exe" --crf 20 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 6 --mixed-refs --trellis 2 --ref 6 --deblock -1,-1 --subme 7 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --merange 20 --weightb --b-adapt 2 --b-pyramid --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --aud --aq-strength 1.0 --psy-rd 1.0:0.3 --sar 1:1  --output "E:\HDConverToX\temp\hdconverttox_vts_01_1.h264" "E:\HDConverToX\temp\hdconverttox_vts_01_1.avs"
"E:\HDConverToX\applications\Chapter\ChapterXtractor.exe" "K:\Blue Planet Pt 1\VIDEO_TS\VTS_01_0.IFO" "E:\HDConverToX\temp\chapters.txt" -p5
"E:\HDConverToX\applications\mkvmerge.exe" -o "K:\convert\Blue Planet Pt 1.MKV" --default-duration 0:25.000fps  --aspect-ratio -1:1.7778 "E:\HDConverToX\temp\hdconverttox_vts_01_1.h264"   --language -1:eng "E:\HDConverToX\temp\hdencodertox-pid3.ac3" --chapters "E:\HDConverToX\temp\chapters.txt"  --title "Done with HDConvertToX v.1.7.316.2823" 
-> End Queue

AviSynth Script ->
Working with files: E:\HDConverToX\temp\hdconverttox_vts_01_1.avs
try {
DSS2("k:\blue planet pt 1\video_ts\vts_01_1.vob",fps=25.000)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
return last
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
Rick
rickhtoo is offline   Reply With Quote