View Full Version : HDConvertToX v. 3.0 (14/10/2010)
buzzqw
30th May 2009, 22:17
I was wondering then considering audio is encoded first should'nt HDC be able to calculate the rest for video to fill?
only if hdc could compute the audio bitrate, otherwise when encoding start hdc will not know the audio size and so tune the bitrate
You said move HDC to folder/drive further. But how will this work? I have videos lets say on drive D and want the resulting video on drive G are you saying move HDC to drive G and then it will default to drive G for saving resulting videos? This is a bit cumbersome approach I think.
i said that user should select the output folder, or accept that hdc will save output file in own folder
BHH
good to know!
may i link your guide in first post ?
BHH
Absolutely.
rickhtoo
31st May 2009, 05:11
Do you, perhaps use the "Set Start/End frames" in DVD Shrink's reauthor mode ? It is known to be buggy and make audio go out of sync.
These are straight full dvd rips to DVD5. I copy them to a folder and encode them. Many times I have tried with HDC and gotten out of sync audio. When I switch to AutoMKV, it makes a perfect encode with properly sync'd audio.
Unfortunately, that's not the only problems I experience using HDC. Very few times have I gotten a usable encode. Most of the encodes I've done have choppy/eratic frames when panning, and jagged edges on moving objects. It could be that I just don't know the right settings to use. I never try to do any cropping or resizing, and just want a simple encode to x264. I also just copy the audio. Maybe it would work better if I converted the audio to another format? Being used to AutoMKV, Nothing needs changing, I have it set for Constant Quality to the MKV container.
I'm at a loss to explain my inability to use HDC successfully, I haven't seen any other posts about these issues.. Encoding my DVD collection to MKV for my WDTV is the only reason I'm trying to use it..
Rick
buzzqw
31st May 2009, 06:52
@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
ales.fila
31st May 2009, 09:20
Greetings,
have another dummy question. Does any1 uses Sharktooth profiles in HDC ? Yes, I admit I am too lazy to write down each profile setting manually. I have changed buzz x264 Infinite Time preset a little bit not to take "infinite time" and the quality is nice but I want to compare it with Shark ones and implemet in HDC (because its neat gui).
Thanx.
Sharc
31st May 2009, 13:09
1) image are extracted using directshowsource, make sure you don't have a resizer applied
I still have the problem that the Visual Crop window cuts the 1920x1080 original picture off at the bottom and on the right side. I don't apply any resizing. If I open the *.bmp pictures in the applications folder in a viewer, they are all correct. So something must go wrong with the sizing of Visual Crop window - perhaps because it would exceed the size of the display (?).
And perhaps a cosmetic issue only for 2-pass mode:
The bitrate which is passed on to the x264 cmdline (queue.bat) is lower than what is displayed as text below the the video quality slider (.....; Bitrate= ...)
alter4
31st May 2009, 13:19
It seems I catch another bug.
1) I set temp to e:/temp,
2) then open dvd, analize,
3) press "preview" - all is OK,
4) then set encoding parameters, add queue(without pressing "generate encode"),
5) Press "preview" again and get error in player
"Color matrix could not open specified d2v project file!
e:\temp preview.avs line 75"
dump preview preview.avs from step 3
#HDConvertToX Avisynth Script
#
#Input File = E:\Video\Films\karnoch\VTS_01_1.VOB
#Original Resolution = 352x288
#Aspect Ratio = 1.3334
#Frame rate =25.000
#Number of Frames = 108652
#Lenght (hours:minutes:seconds) = 1:12:27
#Display Aspect Ratio = 1.5001
#Aspect Error = 2.2778
#
#Resized resolution = 352 / 240
#Crop Left = 0
#Crop Top = 16
#Crop Right = 0
#Crop Bottom = 16
#
LoadPlugin("D:\tools\HDC\filters\AddGrain.dll")
...
LoadPlugin("D:\tools\HDC\filters\yadifmod.dll")
Import("D:\tools\HDC\filters\BlindDeHalo3_mt2.avsi")
Import("D:\tools\HDC\filters\Deblock_QED_MT2.avsi")
Import("D:\tools\HDC\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\tools\HDC\filters\Lem.avsi")
Import("D:\tools\HDC\filters\LSFmod.v1.7.avsi")
Import("D:\tools\HDC\filters\MCTemporalDenoise.v1.2.02.avsi")
Import("D:\tools\HDC\filters\QMLF_3_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_5_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_7_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_9_motions.avsi")
Import("D:\tools\HDC\filters\seesaw.avsi")
Import("D:\tools\HDC\filters\spresso.avsi")
Import("D:\tools\HDC\filters\Srestore.avsi")
directshowsource("E:\Video\Films\karnoch\VTS_01_1.VOB")
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(352,240,0,16,-0,-16,p=75)
ColorMatrix(mode="Rec.709->Rec.601")
FFT3DFilter(sigma=2.5, sharpen=0.3)
dump preview preview.avs from step 5
#HDConvertToX Avisynth Script
#
#Input File = e:\video\films\karnoch\vts_01_1.vob
#Original Resolution = 352x288
#Aspect Ratio = 1.3334
#Frame rate =25.000
#Number of Frames = 108652
#Lenght (hours:minutes:seconds) = 1:12:27
#Display Aspect Ratio = 1.5001
#Aspect Error = 2.2778
#
#Resized resolution = 352 / 240
#Crop Left = 0
#Crop Top = 16
#Crop Right = 0
#Crop Bottom = 16
#
LoadPlugin("D:\tools\HDC\filters\AddGrain.dll")
...
LoadPlugin("D:\tools\HDC\filters\yadifmod.dll")
Import("D:\tools\HDC\filters\BlindDeHalo3_mt2.avsi")
Import("D:\tools\HDC\filters\Deblock_QED_MT2.avsi")
Import("D:\tools\HDC\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\tools\HDC\filters\Lem.avsi")
Import("D:\tools\HDC\filters\LSFmod.v1.7.avsi")
Import("D:\tools\HDC\filters\MCTemporalDenoise.v1.2.02.avsi")
Import("D:\tools\HDC\filters\QMLF_3_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_5_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_7_motions.avsi")
Import("D:\tools\HDC\filters\QMLF_9_motions.avsi")
Import("D:\tools\HDC\filters\seesaw.avsi")
Import("D:\tools\HDC\filters\spresso.avsi")
Import("D:\tools\HDC\filters\Srestore.avsi")
directshowsource("e:\video\films\karnoch\vts_01_1.vob")
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(352,240,0,16,-0,-16,p=75)
ColorMatrix(d2v="D:\tools\HDC\movie.d2v")
FFT3DFilter(sigma=2.5, sharpen=0.3)
HDC report
HDConvertToX v.1.7.323.2869 report
Input File: e:\video\films\karnoch\vts_01_1.vob ( E:\Video\Films\karnoch\VTS_01_1.VOB )
Codec Video: mpeg
Width / Heigh : 352 / 288
Framerate / Framecount: 25.000 / 108652
Duration(hh:mm:ss): 1:12:27
Aspect Ratio: 1.3334
Resized resolution: 352 / 240
Crop Values : 0:16:0:16
Activate: Crop Obey to AR
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
Set Manual Bitrate: 889
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.2
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, 2.0 channels, 128kbps, 48khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: FFT3DFilter(sigma=2.5, sharpen=0.3)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
"D:\tools\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\video\films\karnoch\vts_01_1.vob] -OF=[E:\temp\movie] -exit -minimize
"D:\tools\HDC\applications\eac3to.exe" "e:\video\films\karnoch\vts_01_1.vob" 2: stdout.wav -normalize -down2 | "D:\tools\HDC\applications\neroaacenc.exe" -if - -q 0.2 -ignorelength -of "E:\temp\hdencodertox-pid2.mp4"
"D:\tools\HDC\applications\x264.exe" --pass 1 --bitrate 889 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 1 --deblock -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-strength 1 --psy-rd 1.0:0.3 --sar 1:1 --output "E:\temp\hdconverttox_vts_01_1.h264" "E:\temp\hdconverttox_vts_01_1.avs"
"D:\tools\HDC\applications\x264.exe" --pass 2 --bitrate 889 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 4 --deblock -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-strength 1 --psy-rd 1.0:0.3 --sar 1:1 --output "E:\temp\hdconverttox_vts_01_1.h264" "E:\temp\hdconverttox_vts_01_1.avs"
"D:\tools\HDC\applications\mp4box.exe" -add "E:\temp\hdconverttox_vts_01_1.h264" -fps 25.000 -add "E:\temp\hdencodertox-pid2.mp4" "E:\karnoch.MP4"
shutdown -s -t 2 -f
-> End Queue
AviSynth Script ->
Working with files: E:\temp\hdconverttox_vts_01_1.avs
try {
mpeg2source("E:\temp\movie.d2v")
LanczosResize(352,240,0,16,-0,-16)
ColorMatrix(d2v="E:\temp\movie.d2v")
FFT3DFilter(sigma=2.5, sharpen=0.3)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
rickhtoo
31st May 2009, 16:50
@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.
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
31st May 2009, 23:02
After a lot of experimentation I find that Film NTSC will not work.. Tried several rips, and it refuses to encode the video if I choose that mode. However Interlaced does work and solves the problem with jagged edges. This was using a rip that showed 29.97 fps. I guess I will just keep it on Interlaced and see how it goes.
Rick
buzzqw
1st June 2009, 07:30
Greetings,
have another dummy question. Does any1 uses Sharktooth profiles in HDC ? Yes, I admit I am too lazy to write down each profile setting manually. I have changed buzz x264 Infinite Time preset a little bit not to take "infinite time" and the quality is nice but I want to compare it with Shark ones and implemet in HDC (because its neat gui).
Thanx.
quite easy, just add the encoding to megui, and "copy" the second pass encoding to hdc profile.
you must omit the --pass 2, bitrate and --threads auto --thread-input --no-psnr --progress
I still have the problem that the Visual Crop window cuts the 1920x1080 original picture off at the bottom and on the right side. I don't apply any resizing. If I open the *.bmp pictures in the applications folder in a viewer, they are all correct. So something must go wrong with the sizing of Visual Crop window - perhaps because it would exceed the size of the display (?).
And perhaps a cosmetic issue only for 2-pass mode:
The bitrate which is passed on to the x264 cmdline (queue.bat) is lower than what is displayed as text below the the video quality slider (.....; Bitrate= ...)
for visualcrop: i will make more test
for bitrate: yes, only visual gitch
It seems I catch another bug.
1) I set temp to e:/temp,
2) then open dvd, analize,
3) press "preview" - all is OK,
4) then set encoding parameters, add queue(without pressing "generate encode"),
5) Press "preview" again and get error in player
"Color matrix could not open specified d2v project file!
e:\temp preview.avs line 75"
thanks , fixed
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?
more then often documentaries have mixed patters, both telecined and interlaced..
i suggest to use the Preview with different deinterlacers, and find what is more suited for input
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.
never finished ??? that's strange.. a lot.
make sure you had enough space on disk.. i strongly doubt is a problem of ifo
BHH
Sharc
1st June 2009, 07:55
for visualcrop: i will make more test
My monitor is 1280x1024 (max). Maybe that's the problem with 1920x1080 sources.
If we would reduce the Visual Crop size by 2 if it it doesn't fit the display - and perhaps admit the cropping in steps of 2 pixels only?
(I think DGIndex tools do something similar for the same reason)
buzzqw
1st June 2009, 08:11
if apply a reduceby2 (or what ever resizing) the crop values will be referred to a resized image, and so wrong
i will study a better approach...
BHH
Sharc
1st June 2009, 09:00
if apply a reduceby2 (or what ever resizing) the crop values will be referred to a resized image, and so wrong
i will study a better approach...
Yes, you would have to multiply the visual crop values by 2, but looking forward to your approach. No hurry.
buzzqw
1st June 2009, 11:38
please edit the file name... no support for this kind of files...
BHH
please edit the file name... no support for this kind of files...
The problem is solved, has reinstalled divx codec.
HiDef, i think buzz is trying to say theres no support for this obviously downloaded file.... "th0r.mkv"???
spida_singh
1st June 2009, 14:06
buzz, which is the option in the .ini file to have keep HD core only option unchecked when it's started up?
buzzqw
1st June 2009, 14:16
@Spida
... you must donwload the update HDC...
BHH
HiDef
1st June 2009, 14:35
HiDef, i think buzz is trying to say theres no support for this obviously downloaded file.... "th0r.mkv"???
After I have reinstalled divx codec, the file has begun encoding normally without an error.
buzzqw
1st June 2009, 14:42
@HiDef
again NO SUPPORT FOR DOWNLOADED MOVIE.
please remove your "make report"
BHH
marklar
1st June 2009, 15:35
Hi,
would it be possible to improve queue.bat little bit?
I would add the following two lines at the beginning and end of queue.bat:
prompt $d $t $_$P$G
"C:\DVD\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\dvd\title.mkv] -OF=[C:\DVD\HDC\temp\movie] -exit -minimize
"C:\DVD\HDC\applications\eac3to.exe" "c:\dvd\title.mkv" 2: "C:\DVD\HDC\temp\hdencodertox-pid2.ac3"
"C:\DVD\HDC\applications\x264.exe" --bitrate 467 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 1 --trellis 0 --ref 1 --deblock 0,0 --subme 2 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --no-ssim --merange 8 --b-adapt 0 --no-chroma-me --aud --sar 1:1 --output "C:\DVD\HDC\temp\hdconverttox_title.h264" "C:\DVD\HDC\temp\hdconverttox_title.avs"
"C:\DVD\HDC\applications\mkvmerge.exe" -o "C:\DVD\title2.mkv" --default-duration 0:25.000fps "C:\DVD\HDC\temp\hdconverttox_title.h264" --language -1:cze "C:\DVD\HDC\temp\hdencodertox-pid2.ac3" --title "Done with HDConvertToX v.1.7.323.2869"
pause
The first line should cause that there will be timestamp written to the command line before each command, so we can easily measure execution time for each command line.
The last line should cause that CMD window will not close and user can check what really happen.
:thanks:
buzzqw
1st June 2009, 16:06
first one is nice, added in next update (feel free to redownload hdcoverttox.exe)
BUT the pause.. sorry, users will complain about it.
you should add it manually
BHH
feanor12
1st June 2009, 16:27
first one is really usefull :)
I use pause too (manualy insert it on queue in HDC), but before pause I colorize text - to visualy see when process is finished :rolleyes:
example:
prompt $d $t $_$P$G
"C:\DVD\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\dvd\title.mkv] -OF=[C:\DVD\HDC\temp\movie] -exit -minimize
"C:\DVD\HDC\applications\eac3to.exe" "c:\dvd\title.mkv" 2: "C:\DVD\HDC\temp\hdencodertox-pid2.ac3"
"C:\DVD\HDC\applications\x264.exe" --bitrate 467 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 1 --trellis 0 --ref 1 --deblock 0,0 --subme 2 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --no-ssim --merange 8 --b-adapt 0 --no-chroma-me --aud --sar 1:1 --output "C:\DVD\HDC\temp\hdconverttox_title.h264" "C:\DVD\HDC\temp\hdconverttox_title.avs"
"C:\DVD\HDC\applications\mkvmerge.exe" -o "C:\DVD\title2.mkv" --default-duration 0:25.000fps "C:\DVD\HDC\temp\hdconverttox_title.h264" --language -1:cze "C:\DVD\HDC\temp\hdencodertox-pid2.ac3" --title "Done with HDConvertToX v.1.7.323.2869"
color 0a
pause
When I use "pause" more times, I each time colorize text in different color. :cool:
I really like this modifiable queue in HDC!! :thanks:
buzzqw
1st June 2009, 18:33
@feanor
the bug of mkv input file with mpeg2 video codec is fixed.. redownload hdc :)
BHH
marklar
1st June 2009, 19:44
BUT the pause.. sorry, users will complain about it.
you should add it manually
BHH
its OK for me, if you or others do not like it ;)
:thanks:
buzzqw
1st June 2009, 19:48
i like it too! .. but it's better not to add it, many users don't know what "pause" do...
BHH
feanor12
1st June 2009, 20:08
@feanor
the bug of mkv input file with mpeg2 video codec is fixed.. redownload hdc :)
BHH
I know. I was just putting example how I colorize text before pause - that way you can easier see when encode is done and queue is on pause (before next encode starts).
I was using this before I used multitemp - so I didn't loose temp files if encode wasn't correct (I usually have more videos in queue).
marklar
1st June 2009, 22:04
Hi,
I have MKV (created from DVD by MakeMKV) with 1 video (mpeg2), 2 audio (ac3) and 3 subs streams and want to reencode video to X264.
There is some problem with subs:
eac3to v3.16
command line: "C:\DVD\HDC\applications\eac3to.exe" "c:\dvd\title_in.mkv" 4:"C:\DVD\temp\title_in_mkv\hdencodertox__subs_4.sup"
------------------------------------------------------------------------------
MKV, 1 video track, 2 audio tracks, 3 subtitle tracks, 1:46:09, 50i
1: MPEG2, 576i50 (16:9)
2: AC3, Czech, 5.1 channels, 448kbps, 48khz
"3/2+1"
3: AC3, 5.1 channels, 448kbps, 48khz
"3/2+1"
4: Subtitle (VobSub), Czech
5: Subtitle (VobSub), Czech
6: Subtitle (VobSub), Czech
Bitstream parsing for tracks 4-6 failed. <WARNING>
Demuxing these tracks may still produce correct results - or not. <WARNING>
This subtitle conversion is not supported. <ERROR>
Of course, .sup file is not created.
rickhtoo
2nd June 2009, 00:00
never finished ??? that's strange.. a lot.
make sure you had enough space on disk.. i strongly doubt is a problem of ifo
Nope it wasn't the ifo.. Not a problem with disk space either. It actually hasn't happened since I set it back to choose the best encoder. I did however change a few other settings. Deint was set to none when having the jagged edge problems, and although there is an automatic selection I have not tried that. I will try the force DSS2 setting again to see if that was causing the encode not to finish, but it happened on 2 different DVD's. Also the Film NTSC mode was causing the encode to never happen. Not until I set it to interlaced did it actually work. Still trying to narrow down cause and effect, but I'm starting to be more successful getting proper encodes to happen. I'll keep you informed when I figure out what was causing the encode to hang at the end.. Very aggravating.. Thanks
Rick
Definitely, the problem is caused by DSS2.. Every time I use it, the encode never finishes... Reinstall Haali? Maybe there is a newer version, I will check.
Reinstalled Haali 1.9.42.1. Upon installation, it disabled the internal version as well as Gabests version, I assume that is the required action.
Other than that, not sure what else I can do. Possibly a Vista issue? Who knows....
buzzqw
2nd June 2009, 07:00
Hi,
I have MKV (created from DVD by MakeMKV) with 1 video (mpeg2), 2 audio (ac3) and 3 subs streams and want to reencode video to X264.
There is some problem with subs:
eac3to v3.16
command line: "C:\DVD\HDC\applications\eac3to.exe" "c:\dvd\title_in.mkv" 4:"C:\DVD\temp\title_in_mkv\hdencodertox__subs_4.sup"
------------------------------------------------------------------------------
MKV, 1 video track, 2 audio tracks, 3 subtitle tracks, 1:46:09, 50i
1: MPEG2, 576i50 (16:9)
2: AC3, Czech, 5.1 channels, 448kbps, 48khz
"3/2+1"
3: AC3, 5.1 channels, 448kbps, 48khz
"3/2+1"
4: Subtitle (VobSub), Czech
5: Subtitle (VobSub), Czech
6: Subtitle (VobSub), Czech
Bitstream parsing for tracks 4-6 failed. <WARNING>
Demuxing these tracks may still produce correct results - or not. <WARNING>
This subtitle conversion is not supported. <ERROR>
Of course, .sup file is not created.
sorry, if eac3to don't support it.. i cannot support it
in next full update i have added a mkvextract capability, you will be able to manually extract it
Definitely, the problem is caused by DSS2.. Every time I use it, the encode never finishes... Reinstall Haali? Maybe there is a newer version, I will check.
Reinstalled Haali 1.9.42.1. Upon installation, it disabled the internal version as well as Gabests version, I assume that is the required action.
Other than that, not sure what else I can do. Possibly a Vista issue? Who knows....
copy from haali folder to \filters the avss.dll
also make sure you have checked in ffdshow the dvd decoding in mpeg2
also try with libmpeg decoder..
BHH
Hi,
I have MKV (created from DVD by MakeMKV) with 1 video (mpeg2), 2 audio (ac3) and 3 subs streams and want to reencode video to X264.
There is some problem with subs:
Of course, .sup file is not created.
not sure if it helps but i have had the same problem with makemkv files.. i gave up with them after seeing this post and re-ripped from the source
Apparently, the .MKVs created by "MakeMKV" do something to the subtitles that "tsMuxeR" cannot properly process
marklar
2nd June 2009, 15:31
sorry, if eac3to don't support it.. i cannot support it
in next full update i have added a mkvextract capability, you will be able to manually extract it
BHH
I would report it to MakeMKV forum, but I have no idea whats the problem. Do you have any idea?
BTW, mkvextract is able to extract it to .sub and .idx with no problems.
buzzqw
2nd June 2009, 16:01
BTW, mkvextract is able to extract it to .sub and .idx with no problems.
yes, i know (as said i have already added a support to mkvextract)
but i will continue relying on eac3to for demuxing mkv , in the hope that eac3to will continue to be supported
BHH
Havokdan
2nd June 2009, 18:58
Could add the ability to save automatically with the same name as the original when the file is saved in different folder or is not the same extension as the original file.Here he adds the final file, a text before the original name. Thanks.
buzzqw
2nd June 2009, 19:15
... could you make an example ?
(sorry pal, i haven't understud..)
BHH
Havokdan
2nd June 2009, 19:44
When I open a video, and leave the "output" empty, the filename final gets of hdfullconvert_xxxxxxxxxx.avi, and wanted to know if you can get only xxxxxxx.avi
I use google translator. Sorry for bad english
buzzqw
2nd June 2009, 19:49
i add hdconverttox_xxxxxxx because users could reencode the file to the same container. like test.avi to test.avi
and this can't be possible
you should name your output file, or take the hdconverttox prefix
BHH
Havokdan
2nd June 2009, 20:03
I know, I referred to cases that were, for example mkv> avi, another conversion between various containers, keeping the prefix where you use the same containter or output was in a different folder than the original. Anyway, thanks for the quick response.
marklar
2nd June 2009, 20:04
yes, i know (as said i have already added a support to mkvextract)
but i will continue relying on eac3to for demuxing mkv , in the hope that eac3to will continue to be supported
BHH
But do you have any idea what this message "This subtitle conversion is not supported." means? Is it related to codepage of subtitles or their format or?
EDIT: Ok, forget my questions. I have searched through eac3to forum and found the answer. VobSub format of subtitles is not supported. Probably they should be in SRT or some other format.
toology
3rd June 2009, 00:39
Hey buzz,
I recently switched to Windows 7 RC and when I try to convert a single Vob file via HDC I get the please check meda properties error. I installed K Lite Codec Pack 32 and 64 and used the tool you linked to set everything to ffdshow.
Chengbin
3rd June 2009, 02:37
buzzqw
I tried to encode a video with HDC embedding the sub to the video. But the first few minutes of the subtitle is flickering. Any fix to that?
Hey buzz,
I installed K Lite Codec Pack 32 and 64 and used the tool you linked to set everything to ffdshow.
Bad idea. Remove any codec packs you are using. Just use FFDShow and Haali, that's all you need.
rickhtoo
4th June 2009, 04:03
FYI. The more I use HDC, the more I learn. I finally was able to get an encode accomplished that I've been trying to do for about a week now. The movie is 100 Million BC. This movie is one of the few that AutoMKV could not do. It would try, but could not do the video encode. The following is what I have discovered.
AutoMKV - Failed, could not encode the video
HDC (Deint none) Would do the encode, but unsatisfactory results. Jaggies on moving objects and choppy panning.
HDC (Deint FilmNTSC) Would not encode the video
HDC (Deint Interlaced) Full encode, no jaggies, but very choppy panning
Testing the Deint showed the movie to be Telecine (This is also what AutoMKV was trying to choose)
HDC (Deint Telecine) Would not encode the video...
I finally got a perfect encode of this movie by choosing Interlaced/Telecine for Deint, which makes sense now that I understand what is happening.
Hey I'm learning.. ;)
Thanks Buzz
buzzqw
4th June 2009, 07:10
@ricktoo
what mean "would not encode the video" ?
do you got errors in avs ? what's happen when you open the avs script in virtualdub ?
another one try could be the "double ivtc" but you should do it only if your movie would be 23.976 fps
also.. post a report and a 50mb of sample file
BHH
gday buzz
am having a problem with a dvd im trying to convert to 264 in mkv. it crashes when trying to convert the subs.
also, i have 3 other questions.
1) when i checked this video with hdc's test interlace it said "Report: Progressive, order=1" yet you can see in the second dump below (from eac3to) that it reports the video as mpeg2, 576i50. (doesnt that mean its interlaced?)
2) i would have expected that this video would have been pal (original was bought in oz) yet there is a reference in the BDSup2Sub command line to ntsc (/res:ntsc). is this correct?
3) how do i know if hdc is picking up and then re-using the existing chapters (before i encode and find that they're missing)
here is the info from the make report
HDConvertToX v.1.7.329.2916 report
Input File: d:\video_ts\vts_01_1.vob ( D:\VIDEO_TS\VTS_01_1.VOB )
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 128164
Duration(hh:mm:ss): 1:25:27
Aspect Ratio: 1.7778
Resized resolution: 704 / 288
Crop Values : 2:84:2:76
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 20
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> 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
*** 2: ac3, 5.1 channels, 448kbps, 48khz, dialnorm: -27db
3: ac3 surround, 2.0 channels, 192kbps, 48khz, dialnorm: -27db
4: ac3 surround, 2.0 channels, 192kbps, 48khz, dialnorm: -27db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
*** 5: subtitle (dvd)
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[d:\video_ts\vts_01_1.vob] -OF=[C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\movie] -exit -minimize
"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\eac3to.exe" "d:\video_ts\vts_01_1.vob" 5:"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.sup"
"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\eac3to.exe" "d:\video_ts\vts_01_1.vob" 2: "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox-pid2.ac3"
java -jar "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\BDSup2Sub.jar" "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.sup" "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.idx" /res:ntsc
"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\x264.exe" --crf 20 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 1 --no-chroma-me --8x8dct --aud --nal-hrd --aq-strength 1 --psy-rd 1.0:0.3 --sar 1:1 --output "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdconverttox_vts_01_1.h264" "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\mkvmerge.exe" -o "C:\Users\Public\Documents\Zoolander.MKV" --default-duration 0:25.000fps "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdconverttox_vts_01_1.h264" "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox-pid2.ac3" --default-track -1:no "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.idx" --title "Done with HDConvertToX v.1.7.329.2916"
-> End Queue
AviSynth Script ->
Working with files: C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdconverttox_vts_01_1.avs
try {
mpeg2source("C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\movie.d2v")
LanczosResize(704,288,2,84,-2,-76)
ColorMatrix(d2v="C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\movie.d2v")
hqdn3d(1)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
and here is the dump from the cmd screen that shows wats not happenning
C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869>"C:\Downloads\2009_06_04\HDCon
vertToX_1.7.323.2869\applications\eac3to.exe" "d:\video_ts\vts_01_1.vob" 5:"C:\D
ownloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.sup"
VOB, 1 video track, 3 audio tracks, 1 subtitle track, 0:17:16
1: MPEG2, 576i50 (16:9)
2: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
3: AC3 Surround, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
4: AC3 Surround, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
5: Subtitle (DVD)
s05 Extracting subtitle track number 5...
s05 Creating file "C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdenco
dertox__subs_5.sup"...
Video track 1 contains 25893 frames.
Subtitle track 5 contains 291 captions.
eac3to processing took 1 minute, 26 seconds.
Done.
C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869>java -jar "C:\Downloads\2009_0
6_04\HDConvertToX_1.7.323.2869\applications\BDSup2Sub.jar" "C:\Downloads\2009_06
_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.sup" "C:\Downloads\2009_
06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.idx" /res:ntsc
Command line:
C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\applications\BDSup2Sub.jar C:\
Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.sup C:\
Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_5.idx /re
s:ntsc
OPTION: set resolution to NTSC (720x480)
Target frame rate set to 29.97fps
Converting SUB/IDX
Loading C:\Downloads\2009_06_04\HDConvertToX_1.7.323.2869\temp\hdencodertox__sub
s_5.sup
#1
DCSQ start ofs: 0x0000000a (00:01:07.659)
ERROR: Unexpected command 0 at index 0x00000012There was 1 error
Conversion of 1 file(s) finished
cheers :)
buzzqw
4th June 2009, 10:46
also, i have 3 other questions.
1) when i checked this video with hdc's test interlace it said "Report: Progressive, order=1" yet you can see in the second dump below (from eac3to) that it reports the video as mpeg2, 576i50. (doesnt that mean its interlaced?)
2) i would have expected that this video would have been pal (original was bought in oz) yet there is a reference in the BDSup2Sub command line to ntsc (/res:ntsc). is this correct?
3) how do i know if hdc is picking up and then re-using the existing chapters (before i encode and find that they're missing)
1) even if eac3to report 50i, it doesn't mean that video is interlaced. Deinterlace test should be correct
2) fixed in next update
3) sorry pal, but in your case no chapter are extracted.
Why ? you feed as input the first vob. If you use as input the vts_01_1.ifo HDC will extract and use chapters too :)
BHH
Chengbin
4th June 2009, 12:17
#HDConvertToX Avisynth Script
#
#Input File = d:\test.mkv
#Original Resolution = 1280x720
#Aspect Ratio = 1.7778
#Frame rate =23.976
#Number of Frames = 149969
#Lenght (hour:minutes:seconds) = 1:44:15
#Display Aspect Ratio = 1.7778
#Aspect Error = 1.0114
#
#Resized resolution = 704 / 400
#Crop Left = 0
#Crop Top = 0
#Crop Right = 0
#Crop Bottom = 0
#
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\AddGrain.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\AddGrainC.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\autocrop.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\Average.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\avss.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\ColorMatrix.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\deblock.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\Decomb.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\deen.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\degrainmedian.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\dfttest.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\DGAVCDecode.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\DGDecode.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\DirectShowSource.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\EEDI2.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\FFMS2.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\FFT3DFilter.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\FluxSmooth.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\frfun7.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\gradfun2db.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\hqdn3d.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\MSharpen.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\mt_masktools-26.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\mvtools.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\mvtools2.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\NicAudio.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\nnedi.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\RemoveDirtS.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\RemoveGrainS.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\RepairS.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\SangNom.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\SoundOut.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\TBilateral.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\TDeint.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\TIVTC.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\TTempSmooth.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\UnDot.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\UnFilter.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\VSFilter.dll")
LoadPlugin("D:\HDConvertToX_1.7.323.2869\filters\yadifmod.dll")
Import("D:\HDConvertToX_1.7.323.2869\filters\BlindDeHalo3_mt2.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\Deblock_QED_MT2.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\Lem.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\LSFmod.v1.7.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\MCTemporalDenoise.v1.2.02.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\QMLF_3_motions.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\QMLF_5_motions.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\QMLF_7_motions.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\QMLF_9_motions.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\seesaw.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\spresso.avsi")
Import("D:\HDConvertToX_1.7.323.2869\filters\Srestore.avsi")
try {
#Enabling MT
Setmemorymax(512)
SetMTMode(2,0)
#Source File
DSS2("d:\test.mkv",fps=23.976)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
#Applying Resizing
Lanczos4Resize (704,400,0,0,-0,-0)
#Insert Filters As Requested
backward_vec3 = last.MVAnalyse(isb = true, delta = 3, pel = 2, overlap=2, sharp=1, idx = 1)
backward_vec2 = last.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=2, sharp=1, idx = 1)
backward_vec1 = last.MVAnalyse(isb = true, delta = 1, pel = 2, overlap=2, sharp=1, idx = 1)
forward_vec1 = last.MVAnalyse(isb = false, delta = 1, pel = 2, overlap=2, sharp=1, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=2, sharp=1, idx = 1)
forward_vec3 = last.MVAnalyse(isb = false, delta = 3, pel = 2, overlap=2, sharp=1, idx = 1)
last.MVDegrain3(backward_vec1,forward_vec1,backward_vec2,forward_vec2,backward_vec3,forward_vec3,thSAD=300,idx=1)
TextSub("D:\HDConvertToX_1.7.323.2869\temp\hdencodertox__subs_3.ass")
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
thanks for the quick response buzz :)
i will try this again later but with the ifo selected rather than the vob.
is there some way now (or could it be added) to see the chapter information? even if its not editable at least we would know for sure that hdc has recognised their existance and will incorperate them in the mkv (i have had a couple of encodes now without them)
cheers :)
buzzqw
4th June 2009, 12:33
thanks for the quick response buzz :)
i will try this again later but with the ifo selected rather than the vob.
is there some way now (or could it be added) to see the chapter information? even if its not editable at least we would know for sure that hdc has recognised their existance and will incorperate them in the mkv (i have had a couple of encodes now without them)
cheers :)
just add the work to queue, and check if ChapterXtractor.exe is invoked
if yes, you will see in mkvmerge command the chapter muxing too
[CODE]#HDConvertToX Avisynth Script
... the file name.. change the file name...
BHH
Chengbin:
Are you manually overriding your .AVS file? How did you get Lanczos4Resize?
Does HDC allow us to choose the resize filter? Is this a hidden option?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.