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?
buzzqw
4th June 2009, 13:39
Lanczos4Resize is used for preset 8
in pseudo code
Select speedquality
Case 0,1
BilinearResize
Case 2
BicubicResize
Case 3
GaussResize,p=30
Case 4
GaussResize,p=45
Case 5
GaussResize,p=60
Case 6
GaussResize,p=75
Case 7
LanczosResize
Case 8
Lanczos4Resize
Case 9
Spline36Resize
Case 10
LanczosResize.Repair(Gaussresize(p=100))
else
Spline36Resize
BHH
toology
4th June 2009, 14:23
Bad idea. Remove any codec packs you are using. Just use FFDShow and Haali, that's all you need.
Okay, but I trust CLSID, that codec pack never caused troubles for me. I just use it so I don't have to set splitters etc. The only audio/video decoder I use is ffdshow. Can haali work for mpeg 2, h264 and divx?
buzzqw
4th June 2009, 15:44
New full Package HDConvertToX 1.8.332.2935
changelog
>added support for mkv input file with mpeg2 codec video
>fixed reboot, shutdown, multitemp not correctly loaded from settings
>fixed keep only core when dealing with TrueHD audio track
>fixed now overhead for M2TS is 8.5%
>fixed Keep only HD audio on Save Setting
>fixed now save queue will ask for file name
>added support for HDC Utilities MKVExtract GUI
>fixed compression test now will not run dgindex two time when compression test is done again
>fixed usage of colormatrix in preview
>fixed renamed libfftw3f-3.dll to fftw3.dll
>fixed Visual Crop. Now it will show only the bottom left corner and the top right corner
>added more profiles to x264, xvid, and wmv
>fixed optimization for audio handling
>fixed disabled MT encoding for WMV encoding
>fixed audio source decoding for WMV encoding
>other minor corrections and cosmetic fixes
BHH
marklar
4th June 2009, 16:40
Hi,
thanks for another update!
MKVExtract GUI does not extract subtitles from MKV (MKV is OK, I can work with it using MKVtoolnix). I cannot tell you any other details, because command line window closed automatically and therefore I do not see any error. EDIT: maybe you could use this: http://coreforge.org/projects/mkvextractgui/ . It works fine.
Another issue for me is, that even if this GUI would work and I could extract subtitles, I cannot mux them to output, because it is not possible to specify external subtitles for MKV to MKV conversion.
Thanks.
buzzqw
4th June 2009, 16:51
i have included my own version of mkvextract gui
and my own version extract subs
BHH
Can haali work for mpeg 2, h264 and divx?
Yes. And since when is CLSID recommending codec packs?
Havokdan
4th June 2009, 18:09
Is to add the option manually or via. Ini the resize filter for all profiles? I particularly like to use the spline64resize.
Looks like you left out a library or two there Buzzqw.
This error appears when running mkvinfo.exe, which happens when using your mkvextract gui.
http://www.mirror.adubvideo.net/Clipboard01.jpg
buzzqw
4th June 2009, 18:36
@Adub
make sure you have installed MKVToolnix
it add to path the folder where is this dll
BHH
toology
4th June 2009, 21:42
Yes. And since when is CLSID recommending codec packs?
Sorry, perhaps I made a mistake. Over on the codecgude forums (they make K lite) clsid is the admin and post changelogs, helps people etc. So I assumed he is the author, I apologize if I made a mistake.
So you think if I install ffdshow + Haali that HDC will start working on Windows 7? I have used clsids tool to switch everything to ffdshow and have verified that Media Player Classic uses ffdshow to decode the vob file.
EDIT: Installed ffdshow + Haali only and I still get the 'Please check media properties' error.
rickhtoo
4th June 2009, 22:45
@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
What I mean is it doesn't encode the video after Deint Analysis. It extracts the audio track then quickly zips through the encode directly to Mkvmerge. Just creates a mkv with the audio track and no video. This happens with both AutoMKV and HDC if the deint method is incorrect. Even though it declares the movie Telecine, it will not work unless I choose Interlaced/Telecine. AutoMKV doesn't appear to have that choice which is why it doesn't work.
This is indeed NTSC, with 29.97 fps. Another interesting issue I found was if I choose anything but "Use best decoder", as in choosing DSS, it will only encode 20 minutes of the dvd. I have to let it choose the decoder to get a full encode.
Do you want a 50 mb sample of the dvd, or a failed encode?
Thanks
@Adub
make sure you have installed MKVToolnix
it add to path the folder where is this dll
BHH
Oh, I have it installed. It's contained in my MeGUI directory. However, since your program references the executable contained in your "applications" directory, and you did not include the dll's, it was erroring out. A quick fix is to copy the dll's from my MeGUI installed version to the "applications" directory.
I had originally thought that you would have wanted to include the dlls with your whole package, but that is your call.
Sorry, perhaps I made a mistake. Over on the codecgude forums (they make K lite) clsid is the admin and post changelogs, helps people etc. So I assumed he is the author, I apologize if I made a mistake.
So you think if I install ffdshow + Haali that HDC will start working on Windows 7? I have used clsids tool to switch everything to ffdshow and have verified that Media Player Classic uses ffdshow to decode the vob file.
EDIT: Installed ffdshow + Haali only and I still get the 'Please check media properties' error.
Huh, okay, I was not aware that clsid was a developer for the Klite codec pack. The general consensus on this forum is not to use codec packs.
However, as to the problem that you are having, it is certainly odd. I would imagine that the problem lies with Windows 7 some how.
Wait.
You do have Avisynth installed right? What happens when you drag and drop the generated .avs file contained in the "temp" directory onto MPC or VirtualDub?
It does seem a little odd to analyze vob files with directshowsource, but looking at it from a developer standpoint, it is probably the easiest option to implement.
buzzqw
5th June 2009, 07:04
What I mean is it doesn't encode the video after Deint Analysis....
This is indeed NTSC, with 29.97 fps. Another interesting issue I found was if I choose anything but "Use best decoder", as in choosing DSS, it will only encode 20 minutes of the dvd. I have to let it choose the decoder to get a full encode.
so you are using the automatic deint ? if so.. sorry, as stated previusly this feature isn't supported and recommended
dss cannot be used for dvd input, BUT if you join all vobs in a big one, then dss could work
Do you want a 50 mb sample of the dvd, or a failed encode?Thanks
50 from vob
Oh, I have it installed. It's contained in my MeGUI directory. However, since your program references the executable contained in your "applications" directory, and you did not include the dll's, it was erroring out. A quick fix is to copy the dll's from my MeGUI installed version to the "applications" directory.
i have update mkvextract gui. now is "agnostic" regarding path. It will simple launch mkvinfo and mkvextract.
So you need to install mkvtoolnix or add to windows path the mkvtoolnix folder of megui
BHH
marklar
5th June 2009, 08:39
i have included my own version of mkvextract gui
and my own version extract subs
BHH
And what should I do to make it working?
gday buzz
previous problem dvd encoded very nicely with the latest update, thanks :)
i see there is a new bluray profile.
what are the benifits or differances of it over the extreme quality profile (which is what i have been using so far with 1 pass 18crf)
cheers :)
buzzqw
5th June 2009, 08:51
@marklar
install mkvtoolnix (or read Adub post)
@zygo
official profiles are first 10, others are for fun
anyway bluray profile should be a little more compatibile with blue ray specs
BHH
marklar
5th June 2009, 09:17
I have MKVtoolnix installed and the directory is in Path, but it does nothing.
buzzqw
5th June 2009, 10:03
download this http://www.64k.it/andres/data/hdconverttox/HDC_MKVExtract.exe and redownload hdconverttox.exe
and report any problem
thanks
BHH
marklar
5th June 2009, 10:15
Please, look at the attached screenshot.
EDIT: Files that should be extracted are created, but all have size 0.
buzzqw
5th June 2009, 10:17
...i have to wait some day before attachment got approved... use imageshack
BHH
toology
5th June 2009, 10:32
@Adub: Thanks man, you helped me out! It seems the Avisynth installation was corrupted because of an explorer crash. I reinstalled it and HDC analyzed the file. :)
marklar
5th June 2009, 12:02
...i have to wait some day before attachment got approved... use imageshack
BHH
http://img140.imageshack.us/img140/9899/errorv.jpg
buzzqw
5th June 2009, 12:57
... i am abel to extract vob sub..
try to upgrade to latest beta of mkvtoolnix (afaik 137 or so)
BHH
marklar
5th June 2009, 13:14
... i am abel to extract vob sub..
try to upgrade to latest beta of mkvtoolnix (afaik 137 or so)
BHH
Hi,
I found that the problem occurs only if I select (using checkbox) more than one subs stream. When I select only one stream, it works fine.
buzzqw
5th June 2009, 13:19
got the same problem. if multiple subs are selected mkvextract is unable to extrat it.. one at time works
it's something to ping to mkvtoolnix thread
BHH
marklar
5th June 2009, 13:31
when I do the same manually on command line using mkvextract.exe from my mkvtoolnix folder, it works OK even with more subs streams
buzzqw
5th June 2009, 13:45
i will check it
thanks
EDIT: got it, it's the dots in file name
BHH
buzzqw
5th June 2009, 13:54
ok, fixed.
redownload the mkvextractgui http://www.64k.it/andres/data/hdconverttox/HDC_MKVExtract.exe
BHH
Chengbin
5th June 2009, 21:18
So any suggestions to my flickering subtitle problem?
rickhtoo
6th June 2009, 01:48
so you are using the automatic deint ? if so.. sorry, as stated previusly this feature isn't supported and recommended
No I have not tried automatic as you said it didnt' work properly even though it is an option. I use the Deint test in Utliities to determine the deint method. However for a movie that's Interlaced/Telecine it does not detect it properly. Since I already knew it was Interlaced I figured out it must be a combination of the 2 though.
dss cannot be used for dvd input, BUT if you join all vobs in a big one, then dss could work
Ah, ok well that makes sense now, I did not realize that.
50 from vob
What is the best way to get that sample from the vob, I've never actually split one..
Thanks!
gday buzz
a new bug for you.
copy audio is selected for a bluray source with ac3. hdc extracts it fine but for some reason it is missing from the mkvmerge command line?
HDConvertToX v.1.8.332.2935 report
Input File: h:\original - twilight\twilight_au\bdmv\stream\00008.m2ts ( H:\original - twilight\TWILIGHT_AU\BDMV\STREAM\00008.m2ts )
Codec Video: vc-1
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 176341
Duration(hh:mm:ss): 2:2:35
Aspect Ratio: 1.7778
Resized resolution: 1280 / 528
Crop Values : 0:134:0:134
Activate: Follow ITU Resizing
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 11
Final Size: 18
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
*** 3: ac3, english, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
4: raw/pcm, english, 2.0 channels, 16 bits, 48khz
5: ac3, english, 2.0 channels, 320kbps, 48khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
*** 6: subtitle (pgs), undetermined
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original - twilight\twilight_au\bdmv\stream\00008.m2ts" 6:"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdencodertox__subs_6.sup"
"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original - twilight\twilight_au\bdmv\stream\00008.m2ts" 3: "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.ac3"
java -jar "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\BDSup2Sub.jar" "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdencodertox__subs_6.sup" "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdencodertox__subs_6.idx" /res:pal
"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\x264.exe" --crf 18 --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 --sar 1:1 --output "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdconverttox_00008.h264" "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdconverttox_00008.avs" --level 4.0
"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original - twilight\twilight_au\bdmv\stream\00008.m2ts" 1:"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\chapters.txt"
"C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "C:\Users\Public\Documents\Twilight 720p.MKV" --default-duration 0:23.976fps "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdconverttox_00008.h264" --default-track -1:no "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdencodertox__subs_6.idx" --chapters "C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\chapters.txt" --title "Done with HDConvertToX v.1.7.329.2930" -> End Queue
AviSynth Script ->
Working with files: C:\Downloads\2009_06_05\HDConvertToX_1.8.332.2935\temp\hdconverttox_00008.avs
try {
directshowsource("h:\original - twilight\twilight_au\bdmv\stream\00008.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(1280,528,0,134,-0,-134)
hqdn3d(1)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
gday again buzz :)
i have a couple of requests/suggestions for hdc.
1) can there be a "chapters" box added to the source file info panel (see attached modified jpg)
2) in the crop/resize panel can you add some preset frame sizes (1080p, 720p, 576p etc. maybe also whatever is std psp and ipod screen size etc.)
the way i am suggesting they work is...
after analyzing you get the autocrop size of the frame.
this frame size is then upsized/downsized until it fits within the preset framesize.
because of the mod block width & height you have set, the AR error may be large so... the crop gets adjusted out until a minimum ar error is achieved.
i may not be explaining myself to well so i will run thru what i do now manually
source is 1080p, movie ar=2.4616
mod block set to 16 x 16
after analyzing:
autocrop is 0,0,140,140
resize is 1920x784
ar error is 0.5140
as i want 720p i adjust my manual width to 1280 (i know the height will be less than 720)
the height adjusts to 512 (because of mod block height being 16)
but now the ar error is -1.5373
so i adjust the crop sizes for the height out to find the least ar error.
as i do this, the manually set width x height clicks over to 1280 x 528
and when i get to a crop of 0,0,134,134 i get an ar error of 0.0391.... (thats as good as it gets & thats what i will encode at)
what do you think? or is it just me that does/needs this?
see attached jpg for an idea of layout
cheers :)
http://img41.imageshack.us/img41/9002/hdc1.th.jpg (http://img41.imageshack.us/my.php?image=hdc1.jpg)
buzzqw
6th June 2009, 07:32
gday buzz
a new bug for you.
copy audio is selected for a bluray source with ac3. hdc extracts it fine but for some reason it is missing from the mkvmerge command line?
sorry pal, i wasn't able to replicate could you send me a sample ? (50/100mb)
use neuron2 dgsplit
No I have not tried automatic as you said it didnt' work properly even though it is an option. I use the Deint test in Utliities to determine the deint method. However for a movie that's Interlaced/Telecine it does not detect it properly. Since I already knew it was Interlaced I figured out it must be a combination of the 2 though.
welcome to the hugly words of bad telecine
What is the best way to get that sample from the vob, I've never actually split one..
use neuron2 dgsplit
gday again buzz :)
i have a couple of requests/suggestions for hdc.
1) can there be a "chapters" box added to the source file info panel (see attached modified jpg)
2) in the crop/resize panel can you add some preset frame sizes (1080p, 720p, 576p etc. maybe also whatever is std psp and ipod screen size etc.)
nice suggestions, thanks
BHH
Sharc
6th June 2009, 07:36
gday again buzz :)
2) in the crop/resize panel can you add some preset frame sizes (1080p, 720p, 576p ....
This would normally imply to (re-)add black borders correctly. Just cropping and resizing to some standard resolution would introduce non-standard anamorphic distortion (which has to be signalled accordingly in the stream or container). Non standard anamorphic distortions may playback fine on some software players, but would normally cause problems with any authoring SW and/or standalones. I doubt if this is what you really want.
This would normally imply to (re-)add black borders correctly. Just cropping and resizing to some standard resolution would introduce non-standard anamorphic distortion (which has to be signalled accordingly in the stream or container). Non standard anamorphic distortions may playback fine on some software players, but would normally cause problems with any authoring SW and/or standalones. I doubt if this is what you really want.
gday sharc
you have miss understood what i am doing. i dont want anamorphic, nor do i want to add black borders to bring it up to fill a 720p frame or whatever.
most of the time i am cropping to get rid of the black borders, but as the new (auto cropped) size is rarely devisable 16x16 there is an ar error when resized to a reolution that is 16x16.
i am suggesting that when selected, the autocropped settings are adjusted out to the nearest, closest, lowest ar error.
(dont crop off as much)
from my example you can see that cropping off 6 pixels less top and bottom gives me a very minimal ar error while keeping 16x16 and within the bounds of 1280x720 (720p)
im not saying to fill the frame completely, just to make sure that either the width or height are on the frame size and the other is within it (not outside it)
hope this explains it better
cheers :)
Sharc
6th June 2009, 09:19
... from my example you can see that cropping off 6 pixels less top and bottom gives me a very minimal ar error while keeping 16x16 and within the bounds of 1280x720 (720p)
Hmm, seems to me that you want the money AND the bread.
If you crop by 6 pixels less (134 instead of 140), doesn't it leave you with 6 pixels black borders then for the sake of getting minimum AR error? (A short clip of your source would definitely help).
Anyway, I feel it's a bit misleading to just put like "crop and resize to a x b" in the GUI.
Off the record: I have seen that after analyze (or similar action) it may be necessary to click with the mouse on the slider (not moving it) to get the sizing values updated.
Edit:
Btw., for x264 neither mod16 compliance nor black borders crossing macroblocks boundaries are terribly important, as x264 copes very efficiently with such effects.
buzzqw
6th June 2009, 10:30
from my point of view is easy to add a combo for select some preset resize, BUT i will simply set height to this value, i will not change crop or mod width/height
what do you think ?
BHH
Sharc
6th June 2009, 11:22
Not sure if this meets zygo's purpose, but he may comment.
spida_singh
6th June 2009, 11:31
buzz, i know you probably looking to fix bugs etc, but, was just thinking about extra features. I currently backup my blu rays to m2ts files, but, with this, i loose chapters and subtitles. I will be getting the new PCH (NMT) which will be able to stream BD ISO's and read avchd/blu ray structures from folders/hard drives over the network.
I think you can see where I am going with this, will it be possible to add an output to avchd/blu ray structures? I can then have subtitles and chapters.....even menu's with deans programs :D. Ripbot has this feature, you can select the video track, audio track, subtitles and chapters to output to an avchd/blu ray structure. I have donated 20USD to give it some extra thought :D
regards
buzzqw
6th June 2009, 12:55
@spida
redownload HDC :)
EDIT: it's just a basic concept
when you select x264 as codec, you can output a avchd or a blueray structure (regardless you have select x264+mkv or x264+m2ts)
autochapters will work too, but no copy chapter from original movie (i must look at it)
BHH
spida_singh
6th June 2009, 13:16
@spida
redownload HDC :)
EDIT: it's just a basic concept
when you select x264 as codec, you can output a avchd or a blueray structure (regardless you have select x264+mkv or x264+m2ts)
autochapters will work too, but no copy chapter from original movie (i must look at it)
BHH
Excellent!! I would prefer copy chapters from movie....let me know how it goes. :D
regards
tfhfony
6th June 2009, 14:35
I still am having a problem with HDConvertToX (So, I am still using AutoMKV at the moment.) Let me try to explain.
When I have a PAL movie in a 4:3 AR, with a resolution of 720 * 576, from which I want to crop 16 - 16 from left and right, and 8 - 8 from top and bottom, which would leave me a 688 x 560 file.
How do I tell HDConvertToX to use that resolution?
* If I try to enter it, HDConvertToX will automaticly scale it to 688x520 (or688x528 if I set MOD16)
* I can select anamorphic, which will give me 688 x 560, but this will screw op the AR.
How can I solve this?
Thanks!
buzzqw
6th June 2009, 14:54
@tfhfony
the height it editable! just write 560
BHH
buzzqw
6th June 2009, 15:22
@spida_singh
please send me (pm) a chapter file extracted from m2ts (i haven't one)
BHH
spida_singh
6th June 2009, 16:14
@spida_singh
please send me (pm) a chapter file extracted from m2ts (i haven't one)
BHH
sent you a pm
Mrsash
6th June 2009, 16:26
Hey Buzz what's good to use on Mpeg2 video captured of the air which is letterboxed or 4:3 but black bars on either side? I tired analysing with HDC but it would not show me properly in visual crop windows to make adjustments.
thanks
rickhtoo
6th June 2009, 16:49
use neuron2 dgsplit
Ok done. How should I get this sample to you, attach to PM?
I have another question if you don't mind. Let's say I have a movie that tests to be telecine with HDC. This same movie would show tff and telecine using AutoMKV. Since AutoMKV doesn't have Telecine as a choice in the Deint option, what method does it use? Also I can't seem to find a field order selection in HDC, how does it know to choose tff?
Thanks Buzz!
buzzqw
6th June 2009, 17:26
@spida_singh AND sharc
thanks
@Mrsash
in visual crop you should see only the corner of image
what's the problem ? (i haven't fully understud your problem)
@rickhtoo
telecine, ntsc progressive, film patter always use the same deinterlacers, and field order isn't necessary (top/bottom)
BHH
buzzqw
6th June 2009, 17:44
@ALL
about chapter in bluray/avchd
as you know HDC will work using its strong queue features, and by time of adding work to queue, the chapters aren't already extracted (you can see the chapter extraction in queue)
BUT: if i want to add support to bluray/avchd chapters i must know the exact timing os chapters BEFORE adding works to queue
my question is: how is fast chapter extracting using eac3to ?
thinks about this: you click "add to queue" (or "generate encode"), before the job start or queue are generated, hdc will force eac3to to scan m2ts for extracting chapters and then will create the appropriate timing in tsmuxer meta's file
i truly don't know how fast can be, if is a matter of seconds, could be insteresing, but if require more time.. don't know if can be useful
thanks
BHH
Sharc
6th June 2009, 18:51
@buzzqw
chapter extraction from an .m2ts takes about 5 to 10 seconds using eac3to.
Why this race? Cant it be done similar to audio extraction (which takes much longer)?
spida_singh
6th June 2009, 18:53
to extract a chapter should in theory take seconds, it's a very small file, using the stream extractor, it took 7 seconds, just for info really.
regards
buzzqw
6th June 2009, 19:03
Why this race? Cant it be done similar to audio extraction (which takes much longer)?
audio extraction is done when encoding is in progress... for chapters i must know it when you start encoding (not after..)
BHH
buzzqw
6th June 2009, 19:32
update hdc for chapters and bluray/avchd
for testing
load your m2ts
select as codec x264 and check blueray or avchd
add to queue
make sure a chapters.txt is done in temp folder
make sure in meta file you will see the chapters timing
sorry pal, but it's a features i am unable to test (no blueray drive :( )
thanks
BHH
Sharc
6th June 2009, 19:48
audio extraction is done when encoding is in progress...
Surprise.... I always made the experience that audio / subs extraction (eac3to) and audio re-encoding (libAften) is done before the video encoding (x264) starts at all. Means strictly sequential, one after the other. Did I get something wrong? Just curious.....
Sharc
6th June 2009, 20:07
for testing
load your m2ts
select as codec x264 and check blueray or avchd
add to queue
make sure a chapters.txt is done in temp folder
make sure in meta file you will see the chapters timing
Yep! All your test steps passed successfully :)
(No full encoding and authoring done yet, this is still to be done)
buzzqw
6th June 2009, 20:20
Surprise.... I always made the experience that audio / subs extraction (eac3to) and audio re-encoding (libAften) is done before the video encoding (x264) starts at all. Means strictly sequential, one after the other. Did I get something wrong? Just curious.....
i will explain better:
all pass are done one step at time
and so the chapter extraction is done after the .meta file is created and after the muxing line is added to queue too
every time you start an encoding (or add to queue) ALL jobs is already stored, and so hdc have no work
hdc will not check or analyze anything after first work is started
Yep! All your test steps passed successfully
(No full encoding and authoring done yet, this is still to be done)
:goodpost:
BHH
tfhfony
6th June 2009, 21:20
@tfhfony
the height it editable! just write 560
BHH
For some reason I had the idea, these values jumped back every time, but it seems I was wrong. Removed AutoMKV from my system, and using HDC now and just made the donation I promised some time ago already.
One question though (not directly HDC related), how much does compression suffer when using MOD8/4/2 instead of MOD16? I have the idea the difference is not that big.
spida_singh
6th June 2009, 21:38
update hdc for chapters and bluray/avchd
for testing
load your m2ts
select as codec x264 and check blueray or avchd
add to queue
make sure a chapters.txt is done in temp folder
make sure in meta file you will see the chapters timing
sorry pal, but it's a features i am unable to test (no blueray drive :( )
thanks
BHH
Worked fine, I will test a full disc tomorrow/tonight.
nice work
buzzqw
6th June 2009, 22:25
For some reason I had the idea, these values jumped back every time, but it seems I was wrong. Removed AutoMKV from my system, and using HDC now and just made the donation I promised some time ago already.
One question though (not directly HDC related), how much does compression suffer when using MOD8/4/2 instead of MOD16? I have the idea the difference is not that big.
thanks for your donation! much appreviated :)
about compression and mod: x264 will no suffer or at least not enough to be significative.
While Xvid need mod 8/16, x264 will works well even with mod4
pay attention to filters, some requires mod16
Worked fine, I will test a full disc tomorrow/tonight.
nice work
thanks. i waiting good news
BHH
rickhtoo
7th June 2009, 02:19
about compression and mod: x264 will no suffer or at least not enough to be significative.
While Xvid need mod 8/16, x264 will works well even with mod4
pay attention to filters, some requires mod16
On that subject, HDC defaults to mod4 width and mod16 height. Would it be better to just set both to mod16 by default? I would think they should both be the same..
Rick
Mrsash
7th June 2009, 03:37
@spida_singh AND sharc
thanks
@Mrsash
in visual crop you should see only the corner of image
what's the problem ? (i haven't fully understud your problem)
figure that out bit later thanks
I still have a weird problem. The audio in HDC is getting recognized as 2 channel AC3 even now, even though everything else including graphstudio recognizes based on the video input as ffdshow 5.1 channel?
thanks man
flebber
7th June 2009, 07:03
After analyzing an mpg file it wouldn't detect the audio. The make report shows script flagged audio to false. I thought I would use the DG Indexer. However DG indexer fails as file not supported and it didn't detect audio either.
I tested the file in Megui's Dgindexer was able to detect and demux audio and video, so I figure your DGindexer should work and then load files into HDC.
Below is the make report and mediainfo.
General
Complete name : C:\Rip\Source Video\duran_duran_-_girls-on-film-(uncensored).mpg
Format : MPEG-PS
File size : 63.2 MiB
Duration : 6mn 19s
Overall bit rate : 1 397 Kbps
Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 1
Format settings, Matrix : Default
Duration : 6mn 19s
Bit rate mode : Constant
Bit rate : 1 120 Kbps
Width : 352 pixels
Height : 240 pixels
Display aspect ratio : 4/3
Frame rate : 29.970 fps
Scan type : Progressive
Bits/(Pixel*Frame) : 0.442
Stream size : 50.6 MiB (80%)
Audio
ID : 192 (0xC0)
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Duration : 6mn 19s
Bit rate mode : Constant
Bit rate : 224 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Resolution : 16 bits
Video delay : -67ms
Stream size : 10.1 MiB (16%)
HDConvertToX v.1.8.335.2949 report
Input File: c:\rip\source video\duran_duran_-_girls-on-film-(uncensored).mpg ( C:\Rip\Source Video\duran_duran_-_girls-on-film-(uncensored).mpg )
Codec Video:
Width / Heigh : 352 / 240
Framerate / Framecount: 29.970 / 11373
Duration(hh:mm:ss): 0:6:20
Aspect Ratio: 1.4667
Resized resolution: 352 / 240
Crop Values : 8:0:8:0
Activate: Follow ITU Resizing
Activate: Anamorphic Resize
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: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
-> 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: GradFun2DBmod()
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_1.8.332.2935\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 --sar 4300800:4392960 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_duran_duran_-_girls-on-film-(uncensored).h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_duran_duran_-_girls-on-film-(uncensored).avs" --level 4.0
"C:\Rip\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "C:\Rip\Produced\Duran Duran - Girls On Film.MKV" --default-duration 0:29.970fps --aspect-ratio -1:1.435929 "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_duran_duran_-_girls-on-film-(uncensored).h264" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\autochapters.txt" --title "Done with HDConvertToX v.1.8.335.2949"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_duran_duran_-_girls-on-film-(uncensored).avs
try {
directshowsource("c:\rip\source video\duran_duran_-_girls-on-film-(uncensored).mpg",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(352,240,8,0,-8,-0)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
GradFun2DBmod()
VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
buzzqw
7th June 2009, 07:36
figure that out bit later thanks
I still have a weird problem. The audio in HDC is getting recognized as 2 channel AC3 even now, even though everything else including graphstudio recognizes based on the video input as ffdshow 5.1 channel?
thanks man
hdc don't reely of directshow source for audio detection and analysis
make sure you don't have checked any matrix in ffdshow audio decoder
After analyzing an mpg file it wouldn't detect the audio. The make report shows script flagged audio to false. I thought I would use the DG Indexer. However DG indexer fails as file not supported and it didn't detect audio either.
your film seems mpeg1 and eac3to isn't able to analyze audio part correctly.
try renaming your file to .avi, and reload in hdc
BHH
Sharc
7th June 2009, 08:42
@buzzqw
You may include the "Create blu-ray structure" and "Create avchd structure" selection in the .ini as well.
And another request:
Would it be possible for HDC to accept as input files *.dgv, *.dga, *.dgm index files from neuron2's NV tools (similar to the currently accepted *.d2v)?
Mrsash
7th June 2009, 11:41
hdc don't reely of directshow source for audio detection and analysis
make sure you don't have checked any matrix in ffdshow audio decoder
I checked in ffdshow audio decoder. The only thing checked was mixer. I even unticked that and found HDC loaded this file saying AC3 2 channel? I am going nuts here.
thanks for the help
flebber
7th June 2009, 14:42
your film seems mpeg1 and eac3to isn't able to analyze audio part correctly.
try renaming your file to .avi, and reload in hdc
BHH
I renamed it to .avi and it does load correctly and then recognized mp2 audio. Why its still the same audio?
tfhfony
7th June 2009, 14:52
Is there a way to force a certain AR for the encoded material? Maybe I am overlooking it, but it would be nice if I could set it my self.
Sharc
7th June 2009, 15:17
Which AR are you talking about?
- Display AR: you can just overtype the value in the GUI and check with Preview
- Pixel AR: this will change when you overtype the Width or the Height of the resizing (and depending on your intention tick Anamorphic Shape)
buzzqw
7th June 2009, 15:39
@buzzqw
You may include the "Create blu-ray structure" and "Create avchd structure" selection in the .ini as well.
And another request:
Would it be possible for HDC to accept as input files *.dgv, *.dga, *.dgm index files from neuron2's NV tools (similar to the currently accepted *.d2v)?
1) added to ini
2) my main development pc is a virtual windows xp on fedora..... i cant add it directly since i have no clue how it works (even if i own a nvidia 9600gt and have the license for Neuron2 NV tools)
I checked in ffdshow audio decoder. The only thing checked was mixer. I even unticked that and found HDC loaded this file saying AC3 2 channel? I am going nuts here.
thanks for the help
please analyze the ac3 with mediainfo, and report back
Is there a way to force a certain AR for the encoded material? Maybe I am overlooking it, but it would be nice if I could set it my self.
you can manually edit the Display AR
I renamed it to .avi and it does load correctly and then recognized mp2 audio. Why its still the same audio?
on avi input, hdc will force the muxing in MKV and with mkv input eac3to works better than with mpeg...
BHH
tfhfony
7th June 2009, 16:47
Ok, one question, which is not direct HDC related...
I have a few DVD's with Music Video Clips. These were probably originally taped in NTSC, but the releases here in Europe are PAL. When I convert these files to xvid/mkv, I get a jitter in these files and I can't find a way to get rid of it.
So the DVD's are actually PAL (720x576@50Hz) and the original DVD's don't have this issue. But when I convert them, they jitter.
With original European productions, I don't see this issue at all.
flebber
7th June 2009, 16:48
buzzqw would it be possible to add the ability to edit tags for files we are encoding in HDC eg Title - Artist - Comment. Or perhaps accept an xml tag file.
Some players eg VLC need this info to display items correctly in the playlist. For example if I have 5 files encoded with HDC and loaded my files/directory with these files into vlc playlist all I would see is
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
Which can be a bit confusing. It's sort of VLC's fault for having advanced playlist features for video. Most players don't and usually only display the filename.
PS would it be easy to have HDC convert filename to .avi if the file is not supported as with mpeg files ?
Sorry too ask so much its just that I love your work
tfhfony
7th June 2009, 16:57
Which AR are you talking about?
- Display AR: you can just overtype the value in the GUI and check with Preview
- Pixel AR: this will change when you overtype the Width or the Height of the resizing (and depending on your intention tick Anamorphic Shape)
Well.. This seems to go wrong here...
I just converted a 4:3 video, 720x576 1:33 AR
The autocrop decided to remove 6 pixels left, 10 pixels right, making a 704x576 file, and the display AR mentiones 1.3334 (movie AR 1.3038). But the final file (which is nicely 704x576) get's an AR of 1.2. Right now I use mkvmerge GUI to remux it with the right AR.
Mrsash
7th June 2009, 16:57
1)
please analyze the ac3 with mediainfo, and report back
It is weird media info says 2 channel as well but graphstudio , media player 6.xxx....... Is there a way to tell independently, since this is of the air HD content?
tfhfony
7th June 2009, 17:37
http://www.file-hunter.com/hdc.JPG
You can probably already see the problem here, although it's an NTSC file (720x480). It's cropping 4 and 12 pixels, making the file 704x480. The Display AR is 1.3334, but the AR Error is already at -11%. Could it be that this is causing it?
Sharc
7th June 2009, 18:54
I think HDC is correct. The numbers do make sense, assuming an NTSC anamorphic source with a pixel aspect ratio of 8:9 for a Display AR of 4:3. You should try ticking the Anamorphic Shape - your source is probably anamorphic.
But for such discussions it would always be helpful to upload a short clip. Otherwise we continue with speculations.
Added:
Or if you leave Anamorphic Shape deselected you may have to overwrite the Height by 540 which will reverse the original anamorphic picture to one with a pixel AR of 1:1.
buzzqw
7th June 2009, 19:23
It is weird media info says 2 channel as well but graphstudio , media player 6.xxx....... Is there a way to tell independently, since this is of the air HD content?
you can try playing with vlc
since it don't reely on directshowsource, you will got the exact channels
BHH
tfhfony
7th June 2009, 19:25
Nop.. The file I was using wasn't anamorphic.. Setting 540 does indeed give a correct AR, but that doesn't make sense: upscaling it to 540 to get a correct AR.
I might look into uploading a part of a clip soon :)
But I am puzzled anyway. It seems HDC always wants to scale (at least the height). It doesn't matter what PAL clip I load. The size HDC automaticly selects is never the original size - crop.
Horizontally it is...
Vertically it's always lower...
When I hit the anamorphic button, I do get the correct vertical height, but then the final AR is wrong, as the original file wasn't anamorphic.
What I am expecting is:
I load a file 720x576
HDC wants to crop 8x8 horizontal and 16x16 vertical (for example)
I expect HDC to select as output with: 704x544 But I get: 704x528 (or 704x512, etc...)
Sharc
7th June 2009, 19:28
Nop.. The file I was using wasn't anamorphic..
How do you know?
Setting 540 does indeed give a correct AR, but that doesn't make sense: upscaling it to 540 to get a correct AR.
This is almost a proof that your source in fact IS anamorphic!:p
buzzqw
7th June 2009, 19:36
buzzqw would it be possible to add the ability to edit tags for files we are encoding in HDC eg Title - Artist - Comment. Or perhaps accept an xml tag file.
i will look at this
Some players eg VLC need this info to display items correctly in the playlist. For example if I have 5 files encoded with HDC and loaded my files/directory with these files into vlc playlist all I would see is
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
Done with HDConvertToX v.1.8.335.2949
you must enable the autotitle in hdconverttox.ini :)
PS would it be easy to have HDC convert filename to .avi if the file is not supported as with mpeg files ?
in next update i added some warning message (and workaround)
BHH
tfhfony
7th June 2009, 19:40
How do you know?
This is almost a proof that your source in fact IS anamorphic!:p
Well.. These are mainly old Michael Jackson clips from DVD, all shot in 4:3, and a Paolo Conte concert from early '90's, also shot it 4:3.
So all my 4:3 DVD's are actually Anamorphic?
/me was under the impression Anamorphic is a technique to get 16:9 within the old 4:3 resolution, and then to strech it to a 16:9 screen :)
Sharc
7th June 2009, 19:45
4:3 as well as 16:9 can be encoded as anamorphic - and in fact by far most commercial DVDs are - although the anamorphic distortion for 4:3 is much lower compared to 16:9, that's why it is perhaps less obvious and less evident.:)
tfhfony
7th June 2009, 19:47
Thanks for the explanation.. TFH learnt something new today :)
But it does leave the question for me: Why doesn't HDC select: original resolution - crop = output resolution and change the display AR accordingly?
Sharc
7th June 2009, 19:54
.... because you didn't tick "Anamorphic Shape". You have to tell HDC that your source is anamorphic.
DVDs are normally anamorphic, HD sources like blu-ray are normally non-anamorphic (i.e. pixel AR 1:1). So for blu-ray you should leave "Anamorphic Shape" deselected.
tfhfony
7th June 2009, 20:17
OK, thanks for clarifying :-)
Now I hope to find a solution for this issue: http://forum.doom9.org/showthread.php?p=1294464#post1294464 ;)
Sharc
7th June 2009, 20:32
You may try, although back-and-forth conversions between PAL and NTSC is more complicated than just changing the aspect ratios.
I am stll wondering a little why HDC did not change the height automatically to 540 with Anamorphic Shape deselected ....
I cannot test it because I have no NTSC DVDs at hand.
spida_singh
7th June 2009, 21:09
Just to let you know, i did a full enconde of transformers keeping original chapters and THD audio, everything went fine, and played ok, apart from i got silent on audio, don't know why, any ideas buzz? I did have to re make the structure using tsmuxer because i forgot to check keep core only resulting in structure being 8GB, I managed to make the acvhd 4.2GB by remuxing with core track only, burining to a DVD 5, and looked preety good as well, just dont know why i got no audio in the xmb when playing back, but everything else was fine, good work, i think ill have to re-test ensuring i keep core only and see how it goes.
regards
Mrsash
8th June 2009, 05:16
you can try playing with vlc
since it don't reely on directshowsource, you will got the exact channels
BHH
Installed VLC and played media in VLC. I have never used it before so clicked on media information which did not give me much information. I then clicked Audio>Audio device> which showed Audio stereo and Audio channels which showed dolby surround. Is this what you mean I should check? Should I have set up some settings before I did this. If not what does it mean?
buzzqw
8th June 2009, 07:27
Ok, one question, which is not direct HDC related...
I have a few DVD's with Music Video Clips. These were probably originally taped in NTSC, but the releases here in Europe are PAL. When I convert these files to xvid/mkv, I get a jitter in these files and I can't find a way to get rid of it.
So the DVD's are actually PAL (720x576@50Hz) and the original DVD's don't have this issue. But when I convert them, they jitter.
With original European productions, I don't see this issue at all.
i suggest to post an uprocessed sample from vob in avisynth forum
Just to let you know, i did a full enconde of transformers keeping original chapters and THD audio, everything went fine, and played ok, apart from i got silent on audio, don't know why, any ideas buzz?
silent audio ? what if you convert to another format ?
maybe an eac3to bug ?
I did have to re make the structure using tsmuxer because i forgot to check keep core only resulting in structure being 8GB
HDC check automatially Keep Only Core...
Installed VLC and played media in VLC. I have never used it before so clicked on media information which did not give me much information. I then clicked Audio>Audio device> which showed Audio stereo and Audio channels which showed dolby surround. Is this what you mean I should check? Should I have set up some settings before I did this. If not what does it mean?
maybe is DPLII ? if so it is a 2channel that's sounds when decoded as 6 channels
BHH
buzzqw
8th June 2009, 11:00
@tfhfony
just an idea: try the Srestore filter, on Avisynth panel
BHH
Mrsash
8th June 2009, 13:36
thanks for your success !
subs: maybe using HdBrStreamExtractor ?
just use as input the first vob of vts, HDC will process all vobs belonging to this vts
so if you have 9 vts, you will have to queue "only" 9 job (vts_01_1.vob, vts_02_1.vob ....)
BHH
I also needed something clarified. I read this earlier. Needed some more info
If I have this DVD with songs each with its own VTS
VIDEO_TS.BUP
VTS_01_0.BUP
VTS_02_0.BUP
VTS_03_0.BUP
VTS_04_0.BUP
VIDEO_TS.IFO
VTS_01_0.IFO
VTS_01_1.VOB
VTS_02_0.IFO
VTS_02_1.VOB
VTS_03_0.IFO
VTS_03_1.VOB
VTS_04_0.IFO
VTS_04_1.VOB
Is there a way to add all this once for the same settings I wish to encode it?
Earlier I also asked if I needed to retain best quality audio but needed to minimise the space taken up by audio AC3. You advised go with Nero AAC 0.40. Assume this is for video songs as well? If not then considering that fact that vbr audio did not give me the right size and I had to use CBR audio. Which one should I use?
So question is CBR or VBR is better with AAC for Video songs Vs movies. I did go with CBR for movies since I needed to get certain size. Hoping that I am not making a huge sacrifice in quality? Also when I chose CBR in HDC it went to a choice of bitrates. What bitrate corresponds to 0.40 and others?
thanks
Mrsash
8th June 2009, 13:39
i suggest to post an uprocessed sample from vob in avisynth forum
silent audio ? what if you convert to another format ?
maybe an eac3to bug ?
HDC check automatially Keep Only Core...
maybe is DPLII ? if so it is a 2channel that's sounds when decoded as 6 channels
BHH
So encoding with 2 channels is fine for these. Should I stick with AC3 or does Nero AAC good for this as well? If so what bitrate if CBR should I go for since these are music vids I got of the air. If you say VBR should I stick with 0.40 then?
buzzqw
8th June 2009, 14:01
I also needed something clarified. I read this earlier. Needed some more info
If I have this DVD with songs each with its own VTS
Is there a way to add all this once for the same settings I wish to encode it?
select the first music vob, set hdc as you want, then add to queue.
select second vob, analyze it, then add to queue...
i am not an audiophile, but aac 0.4 quality should be enough for "normal" listening..
if you have expensive audio setup.. then reencode to flac
otherwise you will not able to eat difference from 0.4 to original audio
BHH
Mrsash
8th June 2009, 14:42
select the first music vob, set hdc as you want, then add to queue.
select second vob, analyze it, then add to queue...
i am not an audiophile, but aac 0.4 quality should be enough for "normal" listening..
if you have expensive audio setup.. then reencode to flac
otherwise you will not able to eat difference from 0.4 to original audio
BHH
So I assume you are saying go with CBR because chosing VBR means having to choose bitrates. What birate corresponds to 0.40 then?
thanks
buzzqw
8th June 2009, 14:48
first of all i prefer vbr.. anyway
* Average bitrate <-> Quality table
* 15----->0.05
* 32----->0.15
* 63----->0.25
* 99----->0.35
* 146---->0.45
* 197---->0.55
* 248---->0.65
* 299---->0.75
* 350---->0.85
* 401---->0.95
BHH
spida_singh
8th June 2009, 16:52
silent audio ? what if you convert to another format ?
maybe an eac3to bug ?
BHH
MPC-HC plays stream fine, could this be with the ps3 fw itself? It should not be, I will test again when im back from work in a few days.
regards
spida_singh
8th June 2009, 18:09
buzz, another request, can you program hdc to use original chapters when creating mkv's from m2ts files, like the way you do for blu ray structures....I have a dune on order, and it accepts MKV files with HD audio. This way, i can use single file playback when required, and structure playback if menu's are used.
regards
buzzqw
8th June 2009, 19:20
buzz, another request, can you program hdc to use original chapters when creating mkv's from m2ts files, like the way you do for blu ray structures....
i will check it
BHH
Havokdan
9th June 2009, 00:12
I can not convert to mp3 vbr / abr, even changing the options, the end result is always cbr, the command line is always, cbr, is it a bug?
buzzqw
9th June 2009, 07:07
I can not convert to mp3 vbr / abr, even changing the options, the end result is always cbr, the command line is always, cbr, is it a bug?
i am unable to replicate, please post a make report.
I can see in lame command line abr or -V
buzz, another request, can you program hdc to use original chapters when creating mkv's from m2ts files, like the way you do for blu ray structures....I have a dune on order, and it accepts MKV files with HD audio. This way, i can use single file playback when required, and structure playback if menu's are used.
regards
it's already as stated, check mkvmerge command line, you will see a chapter.txt
BHH
gday all
i am trying to set up hdc on a fresh new windows7 64bit machine. has anyone had any success at doing this? any tips apart from those in the 1st post? any tweaks i should try out?
my first attempt last night didnt work :eek: but it was late so i didnt persist.
cheers :)
Havokdan
9th June 2009, 10:24
The command line when I select mp3 ABR is thus:
"E: \ HDConvertToX \ applications \ wavi.exe" "E: \ HDConvertToX \ temp \ Candy_Boy_07_mp4 \ hdconvert_audio_0_fullvideo.mkv.avs" - | "E: \ HDConvertToX \ applications \ lame.exe" - - cbr-b 128 " E: \ HDConvertToX \ temp \ Candy_Boy_07_mp4 \ hdencodertox-pid2.mp3 "
The command line when I select VBR mp3 is thus:
"E: \ HDConvertToX \ applications \ wavi.exe" "E: \ HDConvertToX \ temp \ Candy_Boy_07_mp4 \ hdconvert_audio_0_fullvideo.mkv.avs" - | "E: \ HDConvertToX \ applications \ lame.exe" - - cbr-b 4 " E: \ HDConvertToX \ temp \ Candy_Boy_07_mp4 \ hdencodertox-pid2.mp3 "
In the case of VBR,its working but the quality was much smaller than you indicated that would be in vbr above, or you were referring to the AAC abr/vbr?The interface of the application, so I press the button to add the task in the queue, the option returns bitrate management alone for cbr, in the case that I have selected originally abr or vbr.
VBR Report:
HDConvertToX v.1.8.339.2986 report
Input File: e:\hdconverttox\temp\candy_boy_07_mp4\fullvideo.mkv ( E:\HDConvertToX\temp\Candy_Boy_07_mp4\fullvideo.mkv )
Codec Video: avc
Width / Heigh : 704 / 400
Framerate / Framecount: 29.970 / 37134
Duration(hh:mm:ss): 0:20:40
Aspect Ratio: 1.7600
Resized resolution: 704 / 400
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: XviD in AVI
SAP Compatibility: On
Encoding Preset: 1
Final Size: 6
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 4
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Force DirectShowSource as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: aac, japanese, 2.0 channels, 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 ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"E:\HDConvertToX\applications\eac3to.exe" "e:\hdconverttox\temp\candy_boy_07_mp4\fullvideo.mkv" 1:"E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox.h264"
"E:\HDConvertToX\applications\DGAVCIndex.exe" -i "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox.h264" -o "E:\HDConvertToX\temp\Candy_Boy_07_mp4\movie.dga" -f 0 -e
"E:\HDConvertToX\applications\wavi.exe" "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconvert_audio_0_fullvideo.mkv.avs" - | "E:\HDConvertToX\applications\lame.exe" - --cbr -b 4 "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdencodertox-pid2.mp3"
"E:\HDConvertToX\applications\xvid_encraw.exe" -progress 50 -i "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avs" -avi "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avi" -max_bframes 0 -quality 4 -vhqmode 0 -max_key_interval 500 -notrellis -nochromame -framerate 29.97 -threads 2 -cq 6
"E:\HDConvertToX\applications\AVIMux_GUI.exe" -stdin mux5.amg
-> End Queue
AviSynth Script ->
Working with files: E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avs
try {
AVCSource("E:\HDConvertToX\temp\Candy_Boy_07_mp4\movie.dga")
BilinearResize(704,400,0,0,-0,-0)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
AVIMux-Gui Script >
CLEAR
LOAD E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avi
LOAD E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdencodertox-pid2.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OPTION CLOSEAPP 1
SET OPTION OVERWRITEDLG 0
SET OPTION DONEDLG 0
SET OPTION ALL AUDIO 1
SET OPTION ALL SUBTITLES 1
SET INPUT OPTIONS
SET OPTION MP3 VERIFY CBR ALWAYS
SET OPTION MP3 VERIFY RESDLG OFF
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START E:\Documents and Settings\Daniel\Meus documentos\Japan\Animes\Divx\hdconverttox_full_fullvideo.avi
-> End AVIMux-Gui Script
ABR Report(Same File):
HDConvertToX v.1.8.339.2986 report
Input File: e:\hdconverttox\temp\candy_boy_07_mp4\fullvideo.mkv ( E:\HDConvertToX\temp\Candy_Boy_07_mp4\fullvideo.mkv )
Codec Video: avc
Width / Heigh : 704 / 400
Framerate / Framecount: 29.970 / 37134
Duration(hh:mm:ss): 0:20:40
Aspect Ratio: 1.7600
Resized resolution: 704 / 400
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: XviD in AVI
SAP Compatibility: On
Encoding Preset: 1
Final Size: 6
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: cbr
Normalize: On
Audio handling: Force DirectShowSource as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: aac, japanese, 2.0 channels, 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 ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"E:\HDConvertToX\applications\eac3to.exe" "e:\hdconverttox\temp\candy_boy_07_mp4\fullvideo.mkv" 1:"E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox.h264"
"E:\HDConvertToX\applications\DGAVCIndex.exe" -i "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox.h264" -o "E:\HDConvertToX\temp\Candy_Boy_07_mp4\movie.dga" -f 0 -e
"E:\HDConvertToX\applications\wavi.exe" "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconvert_audio_0_fullvideo.mkv.avs" - | "E:\HDConvertToX\applications\lame.exe" - --cbr -b 128 "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdencodertox-pid2.mp3"
"E:\HDConvertToX\applications\xvid_encraw.exe" -progress 50 -i "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avs" -avi "E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avi" -max_bframes 0 -quality 4 -vhqmode 0 -max_key_interval 500 -notrellis -nochromame -framerate 29.97 -threads 2 -cq 6
"E:\HDConvertToX\applications\AVIMux_GUI.exe" -stdin mux6.amg
-> End Queue
AviSynth Script ->
Working with files: E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avs
try {
AVCSource("E:\HDConvertToX\temp\Candy_Boy_07_mp4\movie.dga")
BilinearResize(704,400,0,0,-0,-0)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
AVIMux-Gui Script >
CLEAR
LOAD E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdconverttox_fullvideo.avi
LOAD E:\HDConvertToX\temp\Candy_Boy_07_mp4\hdencodertox-pid2.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OPTION CLOSEAPP 1
SET OPTION OVERWRITEDLG 0
SET OPTION DONEDLG 0
SET OPTION ALL AUDIO 1
SET OPTION ALL SUBTITLES 1
SET INPUT OPTIONS
SET OPTION MP3 VERIFY CBR ALWAYS
SET OPTION MP3 VERIFY RESDLG OFF
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START E:\Documents and Settings\Daniel\Meus documentos\Japan\Animes\Divx\hdconverttox_full_fullvideo.avi
-> End AVIMux-Gui Script
buzzqw
9th June 2009, 10:41
VBR: please redownload the HDC update (but i haven't a clue :( )
ABR: look at your make report, the audio mode is CBR > ]MP3 Mode: cbr[/B]
BHH
Havokdan
9th June 2009, 11:06
Buzzqw, this is the problem with the ABR, I selected ABR, but when it changes by itself account for cbr.The GUI also automatically switches to CBR, where beginning to convert the files, even taking abr or vbr selected, but the abr command line switches to always cbr, vbr already the line of command is apparently correct, but the file is a horrible quality, I will now test this update.
Thanks for you help.
Sorry for my bad English.
buzzqw
9th June 2009, 11:23
abr/crb/vbr change on codec change.
SET abr/cbr/vbr AS last one option before encoding
i can assure that launching encoding don't change audio parameters
BHH
Havokdan
9th June 2009, 11:38
Even in this version the problem persists, do as you stated, but the line that goes to the queue that is (I imagine that would be -abr instead -cbr of this line):
"E: \ HDConvertToX \ applications \ wavi.exe" "E: \ HDConvertToX \ temp \ video_mkv \ hdconvert_audio_0_video.mkv.avs" - | "E: \ HDConvertToX \ applications \ lame.exe" - - cbr-b 128 " E: \ HDConvertToX \ temp \ video_mkv \ hdencodertox-pid2.mp3 "
Decided convert to cbr, which is working well.
My goal now is to make the option eac3to function to convert audio, only had a time that worked here, but do not remember version was, Thanks for the help.
buzzqw
9th June 2009, 11:50
GOT IT!
SAP Compatibility: On
this will force CBR audio!
don't check it
BHH
Havokdan
9th June 2009, 12:50
O.O , thanks.
But SAP does not provide support for mp3 abr / vbr? My dvd player for 2004 ($ 20) supports this profile.
I doubt if you can get one, is not exactly on the HDC, but you know that the command xvid_encraw I can use to change the FourCC of the file or if the HDC can do it, I want to use the Divx5 FourCC?
buzzqw
9th June 2009, 12:58
not always... for guarantee compatibility is better a cbr approach
if you know that your SAP support vbr/abr.. use it
if you redownload HDC i will no more force CBR on SAP, if user have selected NOT CBR
BHH
Havokdan
9th June 2009, 13:22
THANK YOU, It's working.
buzzqw
9th June 2009, 13:26
:), thanks you too!
BHH
Hey Buzzqw,
Thought you might be interested in a MT version of FFMPEGSource. Since your program uses it from time to time, and it offers frame accurate seeking, you may want to give this version a spin. http://forum.doom9.org/showthread.php?p=1292966#post1292966
Just something to think about if you are interested.
Edit: Hold up, there seem to be a few minor bugs right now. Wait for a slightly more stable version to come out.
Edit2: Okay, the bug seems to be central to my clip. You may be safe.
buzzqw
10th June 2009, 08:34
update HDC 1.8.340.3020
>added smart SAR: if HDC detects PAL 16:9 SD or NTSC 16:9 SD (usually DVD source) and your output resolution is 720x576-704x576 (for pal) or 720x480-704x480 (for ntsc) proper --sar value will be added to x264 command line (idea taken from RipBot264, Thanks Atak!)
>fixed now hdc will not silently switch to lame CBR when SAP is checked
>added support for avchd and bluray muxing, avaiable only for x264 codec
>added support for copy chapters when encoding in bluray or avchd
>fixed force ffmpeg.exe audio. Now it will process not only the first audio track
>fixed force directshowsource. Now it will process only the first audio track
>fixed mpeg1 input file. Since eac3to is unable to process it correctly, now hdc will force ffmpeg.exe decoding
>fixed mkvextract will no more look for mkvextract in applications folder. You must install MKVToolnix
>other minor corrections and cosmetic fixes
BHH
Havokdan
10th June 2009, 11:34
Feature Request:
When you activate the option multitemp to file .ini, which had the option(in .ini) to delete temporary files of them,so to start the conversion of another file, is it possible?
buzzqw
10th June 2009, 13:16
multitemp and delete temporary files.. are a non-sense
or you want keep temporary file, and so activate multitemp OR want delete temporary files, and so don't use multitemp...
BHH
Havokdan
10th June 2009, 13:30
For example, put in the queue the conversion of 5 files, mkv> avi (conversion type that most often do), I wanted to delete the temporary file already converted so that the end of a conversion of files, of course I do not I want you to leave this option enabled by default, but so that the user activate it for the archive .ini .
I'm using online translator, so it may be difficult to understand(I read better than write english :) ).
ron spencer
10th June 2009, 13:53
Is is possible to use this program like MakeMKV? that is, just take, say, a DVD and put it in MKV format without changing video or audio characterisitcs? I am new at trying this stuff.
buzzqw
10th June 2009, 14:03
For example, put in the queue the conversion of 5 files, mkv> avi (conversion type that most often do), I wanted to delete the temporary file already converted so that the end of a conversion of files, of course I do not I want you to leave this option enabled by default, but so that the user activate it for the archive .ini .
I'm using online translator, so it may be difficult to understand(I read better than write english :) ).
sorry pal, but you don't have to use multitemp EVEN if you encode more then one file.
I don't understand why you want to use multitemp IF you want to delete temporary files :(
Is is possible to use this program like MakeMKV? that is, just take, say, a DVD and put it in MKV format without changing video or audio characterisitcs? I am new at trying this stuff.
first of all dvd must be ripped (or anydvd should run in backgroud), then you can point to fvideo_ts.ifo and HDC will load automatically the movie..
then you can tune hdc to your taste (resolution/codec...)
HDC isn't so automatized as makemkv
BHH
Havokdan
10th June 2009, 14:37
Okay, but at least you can add the option to delete temporary files automatically after completion of the conversion in the file. Ini (forget the part about Multitemp)?
buzzqw
10th June 2009, 14:39
Okay, but at least you can add the option to delete temporary files automatically after completion of the conversion in the file. Ini (forget the part about Multitemp)?
YES. ok :)
BHH
Betsy25
10th June 2009, 15:20
Hi buzz,
Sorry for bringing StaxRip up once more, but could you also implement these great features for 2-pass encoding please ?
Staxrip removes the following from the 1st pass (because they have no real value to be used in the 1st pass) :
Remove from preceding passes :
--ref --mixed-refs --subme --trellis --partitions --me --8x8dct --no-fast-pskip
Add to preceding passes :
--subme 2 --partitions none --me dia
Could you think about this please ? This could speed up the 1st pass considerably without degrading encoding quality.:cool:
P.S. Is it possible to change the first post to get us to the newest version ?
update HDC 1.8.340.3020
buzzqw
10th June 2009, 15:31
HDC already do some optimization...
it removes/modify from first pass
partitions
8x8dct
trellis to 0
ref to 1
subme to 2
me XXX to me dia
i wil check if is safer to remove mixed-ref too
BHH
flebber
10th June 2009, 15:34
P.S. Is it possible to change the first post to get us to the newest version ?
Front page for HDC update updates me to version 1.8.347.3024.
ron spencer
10th June 2009, 16:11
nice program....when one loads in the ifo from DVD, under the audio tab you can choose AC3. Can you jsut COPy the original AC3 without any re-encoding or is re-encoding a must?
buzzqw
10th June 2009, 16:26
if you select as audio codec "AC3 Audio" you will reencode audio
if you select "Copy audio" you will.. copy the audio stream , and so will be muxed without reencoding :)
BHH
microchip8
10th June 2009, 16:42
i wil check if is safer to remove mixed-ref too
BHH
it is safe, since mixed-ref requires more than 1 reference frame. you only use ref 1 in your first pass
ron spencer
10th June 2009, 17:30
what a delightful program....just using it for the first time here. Easy...congrats!!!!
If I am feeding it blu ray h264 and I want to convert to MKV, will the program re-encode the video or just pass it though untouched since it is already H264?
thanks again
buzzqw
10th June 2009, 18:46
@froggy
i got the same results searching
thanks
@ron spencer
If I am feeding it blu ray h264 and I want to convert to MKV, will the program re-encode the video or just pass it though untouched since it is already H264?
you must select Copy Video, otherwise HDC will convert it
BHH
ron spencer
10th June 2009, 19:37
thanks...i notice that if I choose copy video, the box on top of it (Encode Using) is still selectable. Should it not be grayed out if you are copying video and not encoding anything? Also, when encoding is finished and all CMD windows are closed, it still says Encoding in the bottom of your GUI.
buzzqw
10th June 2009, 19:50
when you start encoding HDC have NO more control of what is happening. and so.. hdc don't know when all job/encoding is finished
hdc will know that you hit start, but don't know when it finish
about greyed with copy wideo : i will check it, but don't warry, on copy video all other settings are ignored
BHH
Havokdan
11th June 2009, 10:43
One more suggestion:
Add the option to self-analyze so that opens the file, it might be available in the. Ini, (option should be disabled by default).
buzzqw
11th June 2009, 10:47
could be interesting :)
BHH
ps. have you checked the latest hdconverttox.ini
Havokdan
11th June 2009, 12:46
I checked now, \ o / and is then later I tested, thank you.
One more suggestion, I replace their home xvid theather the profile that comes in MeGUi that is:
kboost-100-ostrength 10-oimprove 10-odegrade 10-chigh 30-Clow 15-overhead 0-vbvmax 4854000-vbvsize 3145728-vbvpeak 2359296-turbo-max_key_interval 250-vhqmode 4-quality 6-closed_gop-imino lumimasking-1-pmin 1-max_bframes 1-bvhq-bquant_ratio 162-bquant_offset 0-bmin 1
similar, but some things XD.
Now I have to return to a topic, as I have a 1st pass with different configurations of the second through the file HDConvertToX_profile.txt? I know I already touched on this subject with you, but here is the 1st step in the same speed of the 2nd step, while in Virtualdub I change the settings of the 1st step, and up to 3 times faster, is it possible?
Mrsash
11th June 2009, 13:10
Buzz I tried doing some dvd video. I set deinterlace filter to automatic and it did not deinterlace. I chose interlaced and this time it did it. Should'nt the automatic pick that up?
Some thoughts for the queue. I am a noob so cant even dare to touch the queue since I dont know what I am doing. I simply add to the queue and dont edit it in any form. Like automkv can you show 1 line for noobs and detailed for advanced users. I request this as when I make a mistake with some ten files to add to the queue I seem to second guess myself and start all over again. Would be easier if I only need to delete one line for easy access and usability requirement.
Secondly the biggest mistake I seem to make is naming two items the same in the queue for output. Set up all settings and forget changing the name for the output file and now have a second item in the queue(different video) same filename. I usually use different physical hard drive so that my hard drives arent getting worked up, also most commonly space constraints. Read from one drive and write to separate drive. Now I could keep moving the HDC folder to keep changing my default folder which saves me naming my output as you said but its not practical. I dont have to explain this to you but I suppose I am so that you can consider providing a default location with settings output file names.
thanks
buzzqw
11th June 2009, 13:40
kboost-100-ostrength 10-oimprove 10-odegrade 10-chigh 30-Clow 15-overhead 0-vbvmax 4854000-vbvsize 3145728-vbvpeak 2359296-turbo-max_key_interval 250-vhqmode 4-quality 6-closed_gop-imino lumimasking-1-pmin 1-max_bframes 1-bvhq-bquant_ratio 162-bquant_offset 0-bmin 1
added in profile as theater 2
Now I have to return to a topic, as I have a 1st pass with different configurations of the second through the file HDConvertToX_profile.txt? I know I already touched on this subject with you, but here is the 1st step in the same speed of the 2nd step, while in Virtualdub I change the settings of the 1st step, and up to 3 times faster, is it possible?
hdc already add -turbo to first pass
when xvid find xvid it automatically tune down some settings
Buzz I tried doing some dvd video. I set deinterlace filter to automatic and it did not deinterlace. I chose interlaced and this time it did it. Should'nt the automatic pick that up?
automatic deinterlace isn't supported. if works for you .. good, else don't use it (sorry pal, i cannot recommed to use automatic at all)
I request this as when I make a mistake with some ten files to add to the queue I seem to second guess myself and start all over again. Would be easier if I only need to delete one line for easy access and usability requirement.
it's in todo list, but a "job" is composed by more then 1 line... isn't easy to remove a single job...
Secondly the biggest mistake I seem to make is naming two items the same in the queue for output
that's way i never specify the output file name :) (and so hdc will create one)
BHH
Havokdan
11th June 2009, 14:40
Thanks buzzqw, keep good working :) .
Betsy25
11th June 2009, 16:39
I really don't understand what's wrong here, I use FF3.0.10, I cleared the cache, and I still get an old version on the 1st page of this thread :confused:
http://i42.tinypic.com/20914s5.png
buzzqw
11th June 2009, 19:35
@betsy25
download the UPDATE...
the full package remain valid for a longer period
the UPDATE will change almost daily...
BHH
noee
12th June 2009, 01:53
bhh:
Build: 1.8.354.3062. I am transcoding a DVD that has n LPCM audio track into MKV(x264). I've chosen "Copy Audio". Here is the EAC3To line from the .BAT:
"C:\Documents and Settings\NOee\My Documents\Utils\Conversion Tools\HDConvertToX\applications\eac3to.exe" "K:\DVD Movies\Steely Dan - Aja\VTS_01_1.vob"+"K:\DVD Movies\Steely Dan - Aja\VTS_01_2.vob"+"K:\DVD Movies\Steely Dan - Aja\VTS_01_3.vob"+"K:\DVD Movies\Steely Dan - Aja\VTS_01_4.vob" 3: "D:\Temp\hdencodertox-pid3.English (LPCM 2ch"
Notice the output file name is bogus. The MKVmerge command has the correct name ("D:\Temp\hdencodertox-pid3.lpcm")
Mrsash
12th June 2009, 02:36
automatic deinterlace isn't supported. if works for you .. good, else don't use it (sorry pal, i cannot recommed to use automatic at all)
Can you elaborate on this please. I have some dvd's which are interlaced as per media info. Some have top field first and some have bottom field first. How do you suggest I tackle this? Are you saying I should use another package like automkv for this?
it's in todo list, but a "job" is composed by more then 1 line... isn't easy to remove a single job...
That is what I was saying. For us noobs it would be really good if we have a delete job like automkv
that's way i never specify the output file name :) (and so hdc will create one)
Will explorer this
Originally I asked you what settings I should use for quality and you advised
select the 1 pass quality , with the preset "extreme quality", and be surprised
Can I check what CRF value I use?
thanks
buzzqw
12th June 2009, 07:14
bhh:
Build: 1.8.354.3062. I am transcoding a DVD that has n LPCM audio track into MKV(x264). I've chosen "Copy Audio". Here is the EAC3To line from the .BAT
post the make report
EDIT: also redownload the hdc update (and retry encoding)
Can you elaborate on this please. I have some dvd's which are interlaced as per media info. Some have top field first and some have bottom field first. How do you suggest I tackle this? Are you saying I should use another package like automkv for this?
just use Test Deinterlace before encoding, and set deinterlace in accord to test report
That is what I was saying. For us noobs it would be really good if we have a delete job like automkv
not easy...
Originally I asked you what settings I should use for quality and you advised
Can I check what CRF value I use?
just use 19 (or 20)
BHH
Mrsash
12th June 2009, 15:25
just use 19 (or 20)
BHH
Lower value means better quality or vice versa?
buzzqw
12th June 2009, 16:06
lower values mean better quality
BHH
flebber
12th June 2009, 23:40
buzzqw I am somewhat confused by autotitle. I switched autotitle on because I was trying to get the files tagged correctly. Instead the file name that is produced know is hdconverttox_full_fullvideo.mkv. Sort of far from what I expected.
When this is the make report how come autotitle is creating this name ?
HDConvertToX v.1.8.354.3062 report
Input File: c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv ( C:\Rip\HDConvertToX_1.8.332.2935\temp\fullvideo.mkv )
Codec Video: mpeg
Width / Heigh : 480 / 480
Framerate / Framecount: 29.970 / 7405
Duration(hh:mm:ss): 0:4:8
Aspect Ratio: 1.3334
Resized resolution: 480 / 352
Crop Values : 0:10:0:6
Activate: Follow ITU Resizing
Activate: Anamorphic Resize
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 30
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Force FFmpeg.exe as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp2, 2.0 channels, 224kbps, 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: FRFun7(1.1,6.0,2.0)
FreeAVS String: asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv" 1:"C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v"
"C:\Rip\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v] -OF=[C:\Rip\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
"C:\Rip\HDConvertToX_1.8.332.2935\applications\ffmpeg.exe" -i "c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv" -map [1,0] -f wav -y "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.wav"
"C:\Rip\HDConvertToX_1.8.332.2935\applications\wavi.exe" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconvert_audio_1_fullvideo.mkv.avs" - | "C:\Rip\HDConvertToX_1.8.332.2935\applications\neroaacenc.exe" -if - -q 0.4 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.mp4"
"C:\Rip\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 1 --bitrate 984 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --trellis 0 --ref 1 --deblock -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 1 --no-chroma-me --aud --nal-hrd --aq-strength 1 --sar 9011200:11581440 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs" --level 4.0
"C:\Rip\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate 984 --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 --sar 9011200:11581440 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs" --level 4.0
"C:\Rip\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "C:\Rip\Produced\hdconverttox_full_fullvideo.mkv" --default-duration 0:29.970fps --aspect-ratio -1:1.818182 "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.mp4" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\autochapters.txt" --title "Done with HDConvertToX v.1.8.335.2949"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs
try {
mpeg2source("C:\Rip\HDConvertToX_1.8.332.2935\temp\movie.d2v")
LanczosResize(480,352,0,10,-0,-6)
ColorMatrix(d2v="C:\Rip\HDConvertToX_1.8.332.2935\temp\movie.d2v")
hqdn3d(1)
FRFun7(1.1,6.0,2.0)
asharp(2,4,1)
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
Mrsash
13th June 2009, 03:06
I have a AR issue. I fed a DVD video to HDC "crop obey to AR" unticked and it had some values for crop but this changes wildly if you tick crop obey AR.
Even if you manually set the crop using visual crop the Resizing/resolution does not accommodate the new manual visual crop? For eg. I fed dvd video 704x480 4:3 video full screen so should not have any crop and ticked crop obey AR. It picked top/bottom =0 and left/right = 32 so now I have Resizing/resolution set after analyze to 640x528.
1. Why does it pick height greater than current video height even though I chose obey AR?
When I manually set left/right = 0 the Resizing/resolution changed to 640x480 which is 4:3 I suppose but why the change in width? For me a headscratcher.
2. When copy AR is unticked it picks right top/bottom and left/right = 0 which is correct for this video but now the Resizing/resolution is 704x528
Ok did some more testing
Pick video>analyse
Crop obey to Ar ticked
4:3 video
Res: 704x480
Top/Bottom: 0
Left/Right: 32
Resizing/Resolution: Video comes up 640 x 528
edit directly in in HDC window remove right or left 32 it Resizing/Resolution: now 640 x 496
edit directly in in HDC window remove the other right or left 32(both left and rightnow 0)Resizing/Resolution: now 640 x 480
Same video
Pick video>analyse
Crop obey to Ar ticked
4:3 video
Res: 704x480
Top/Bottom: 0
Left/Right: 32
Resizing/Resolution: Video comes up 640 x 528
This time I click on Visual crop and change both left and right to 0 and the accept and close the visual crop window
Resizing/Resolution: Video still remains 640 x 528.
So I assume HDC is not adjusting as per visual crop
This is first problem.
Second issue is when I remove one of the 32 from left or right it changes from 528 to 496 H which is difference 32, but when I remove second it only adjusts it from 496 to 480 which is a difference of 16. I am not saying this is wrong. I dont know if this is wrong so thought I ring it up
thanks
rickhtoo
13th June 2009, 03:54
Hey Buzz it's me again. Still having some strange issues trying to convert my DVD's.. I have a complete DVD collection of the original Twilight Zone series I'm trying to convert. I tried every possible combination of Deinterlace filters and none of them will make a working encode. The file is made and of normal size, but playback shows a black screen for video.
This is the Deint Analysis of the sample vob:
Source is declared tff by a margin of 889/12.
Analyzed 2535 sections of five frames
Found Interlace Sections: 930 36.69%
Found progressive Sections:225 8.88%
Found Telecined Sections: 1380 54.44%
Found Zero Mov: 8.88% 225
Found One Mov: 6.86% 174
Found Two Mov: 54.44% 1380
Found Three Mov: 2.05% 52
Found Four Mov: 2.01% 51
Found Five Comb: 25.76% 653
HDC will simply not work with these DVD's and I have had this same problem with several other movies. From what this shows, the Deint method should be mixed Interlaced/Telecine, which will not work. At least that's the way I interpret the results.. This is the make report for the sample file:
HDConvertToX v.1.8.354.3062 report
Input File: k:\temp\tzsample.vob ( K:\temp\TZsample.VOB )
Codec Video: mpeg
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 3714
Duration(hh:mm:ss): 0:2:4
Aspect Ratio: 1.3334
Resized resolution: 720 / 480
Crop Values : 6:0:6:0
Activate: Anamorphic Resize
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 8
Final Size: 19
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: Film NTSC (29.97->23.976)
-> 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, 2.0 channels, 192kbps, 48khz, dialnorm:
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"E:\HDConverToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[k:\temp\tzsample.vob] -OF=[E:\HDConverToX\temp\movie] -exit -minimize
"E:\HDConverToX\applications\eac3to.exe" "k:\temp\tzsample.vob" 2: "E:\HDConverToX\temp\hdencodertox-pid2.ac3"
"E:\HDConverToX\applications\x264.exe" --crf 19 --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 8:9 --output "E:\HDConverToX\temp\hdconverttox_tzsample.h264" "E:\HDConverToX\temp\hdconverttox_tzsample.avs"
"E:\HDConverToX\applications\mkvmerge.exe" -o "K:\convert\tzsample.MKV" --default-duration 0:23.976fps --aspect-ratio -1:0.000000 "E:\HDConverToX\temp\hdconverttox_tzsample.h264" "E:\HDConverToX\temp\hdencodertox-pid2.ac3" --title "Done with HDConvertToX v.1.7.316.2823"
-> End Queue
AviSynth Script ->
Working with files: E:\HDConverToX\temp\hdconverttox_tzsample.avs
try {
mpeg2source("E:\HDConverToX\temp\movie.d2v")
tfm(last,d2v="E:\HDConverToX\temp\movie.d2v").tdecimate()
ColorMatrix(d2v="E:\HDConverToX\temp\movie.d2v")
return last
}
catch (err) {
last=BlankClip()
converttoyv12()
subtitle(err)
trim(0,1500)
}
-> End AviSynth Script
Oddly enough, AutoMKV makes perfect encodes of them, and declares them Telecine after Deint analysis.
I am totally stumped... Got any ideas? I can send you a 50 meg sample to examine if you wish. Thanks for all your help.
Rick
Sharc
13th June 2009, 07:01
I have a AR issue. I fed a DVD video to HDC "crop obey to AR" unticked and it had some values for crop but this changes wildly if you tick crop obey AR. ..........
Don't use Obey AR.
My recommendation for for DVD backup:
- Tick No Resize & Crop
- Tick Anamorphic Shape
OR
- Don't tick anything. HDC will normally crop and resize correctly.
(You may want to verify the correct cropping by pressing Visual Crop, as auto cropping can fail in exceptional cases).
If you still get a visual distorted picture during playback you may upload a sample clip.
You may also want to google for cropping, resizing, anamorphic encoding etc. to find an answer to your "whys".
Added:
When you do some changes you may sometimes have to point and click the slider of the resizer (without moving it) in order to get the values updated.
If you want to use "Crop obey to AR" for some reason you have to tick / untick it BEFORE "Analyze File". Every time you change its status you would have to repeat the "Analyze file".
buzzqw
13th June 2009, 07:40
buzzqw I am somewhat confused by autotitle. I switched autotitle on because I was trying to get the files tagged correctly. Instead the file name that is produced know is
autotitle don't work with file remuxed in mkv (fullvideo)
I have a AR issue. I fed a DVD video to HDC "crop obey to AR" unticked and it had some values for crop but this changes wildly if you tick crop obey AR.
don't use crop obey to ar (almost never)
So I assume HDC is not adjusting as per visual crop
fixed
Hey Buzz it's me again. Still having some strange issues trying to convert my DVD's.. I have a complete DVD collection of the original Twilight Zone series I'm trying to convert. I tried every possible combination of Deinterlace filters and none of them will make a working encode. The file is made and of normal size, but playback shows a black screen for video.
try redonwload HDC (and use Film NTSC)
BHH
Sharc
13th June 2009, 09:11
When I do a Compression Test HDC extracts the video, audio, subs, indexes the video, then does the compression test. All ok so far.
When I now start the real encode, all extractions and indexing are repeated, although all required files are already available in the workfolder from the preceding compression test.
It's not a bug, but could the duplication of file extraction be avoided in this case? It would just save some time.
buzzqw
13th June 2009, 09:38
good tip
feel free to redownload hdc
BHH
Sharc
13th June 2009, 09:47
Thanks. You are updating at Formula 1 speed ...:)
buzzqw
13th June 2009, 10:26
just added 1 line of code :)
BHH
rickhtoo
13th June 2009, 17:44
try redonwload HDC (and use Film NTSC)
Still the same.... Creates the encode normally but when played back I just get a black screen for video... I have tried all possible Deint methods, but still the same results. Very strange that AutoMKV produces video but HDC only a black screen.. Any other ideas? :confused:
Thanks Buzz
alter4
13th June 2009, 17:52
Feature request.
Buzzqw, could you please add "direct stream copy" feature for audio (as now it is for video).
I am encoding mpeg 2 video with mp3 audio inside, there is no reason to encode audio again.
Havokdan
13th June 2009, 18:28
Alter4, I think HDC already has that option.
spida_singh
13th June 2009, 19:45
Feature request.
Buzzqw, could you please add "direct stream copy" feature for audio (as now it is for video).
I am encoding mpeg 2 video with mp3 audio inside, there is no reason to encode audio again.
Yes it does, just select copy audio from audio tab
buzzqw
13th June 2009, 20:03
Still the same.... Creates the encode normally but when played back I just get a black screen for video... I have tried all possible Deint methods, but still the same results. Very strange that AutoMKV produces video but HDC only a black screen.. Any other ideas? :confused:
Thanks Buzz
send me a link with at least 50mb os sample
thanks
BHH
rickhtoo
13th June 2009, 21:17
send me a link with at least 50mb os sample
thanks
BHH
Where can I put it so you can have access to it? Image Shack apparently doesn't allow vob files..
Rick
rickhtoo
13th June 2009, 21:23
How can I edit the ac3 files created in the temp folder? Soundforge doesn't have that option, and Audacity will not open it even though it works with ac3 files..
Thanks
rickhtoo
13th June 2009, 22:22
Where can I put it so you can have access to it? Image Shack apparently doesn't allow vob files..
Rick
Well actually it does support vob, but converts them to mp4 when uploaded, do I guess that won't help..
Rick
buzzqw
13th June 2009, 23:00
use mediafire.com or rapidshare.com
BHH
rickhtoo
14th June 2009, 03:09
use mediafire.com or rapidshare.com
BHH
Thanks for that suggestion, never used them before. Here is the link:
http://rapidshare.com/files/244279238/TZsample.VOB.html
Thanks for helping with this issue.
Rick
Havokdan
14th June 2009, 08:49
buzzqw, the save file option is not working with me, I do not know if it is because I set a folder as the default output, it is happening. Example:
I ask for the HDC save the file as follows: C:\Movies\Movie.avi, but he ends up being saved as C:\HDC\hdcfullmovie_Movie.avi
In this example, Default Output Folder = C:\HDC\
Mrsash
14th June 2009, 13:52
Buzz did some video songs from vob to MKV but got bigger files with one pass? Go figure
Also I made some more mistakes and ended up with videos with wrong AR. I deleted the originals thinking they were done right. Anyway is there a quick way without reencoding to fix the AR so that my PC displys them at the right AR?
thanks
Acid-Burn
14th June 2009, 16:15
#####
Until now I have been using AutoMKV and ProjectX to convert DVB transport streams. With AutoMKV I can select the idx/sub produced when I demux the .ts with ProjectX.
How do I do this in HDC? The subtitle tab only allows me to select subtitles found in the input file. HDC can see the subtitle in the .ts file, but it ignores it:
HDConvertToX v.1.8.360.3097 report
Input File: x:\dr1\tst.ts ( X:\DR1\tst.ts )
Codec Video: mpeg
Width / Heigh : 704 / 576
Framerate / Framecount: 25.000 / 734
Duration(hh:mm:ss): 0:0:30
Aspect Ratio: 1.7778
Resized resolution: 704 / 576
Crop Values : 0:96:0:96
Activate: Crop Obey to AR
Activate: Anamorphic Resize
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 22
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 160
Audio Channels: 2
MP3 Mode: abr
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp2, danish, 2.0 channels, 256kbps, 48khz, -127ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 3: subtitle (dv
-> 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:\Programmer\Utils\HDConvertToX\applications\eac3to.exe" "x:\dr1\tst.ts" 1:"X:\X\tmp\hdconverttox.m2v"
"C:\Programmer\Utils\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[X:\X\tmp\hdconverttox.m2v] -OF=[X:\X\tmp\movie] -exit -minimize
"C:\Programmer\Utils\HDConvertToX\applications\eac3to.exe" "x:\dr1\tst.ts" 2: stdout.wav -down16 -down2 | "C:\Programmer\Utils\HDConvertToX\applications\lame.exe" - --abr 160 "X:\X\tmp\hdencodertox-pid2.mp3"
"C:\Programmer\Utils\HDConvertToX\applications\x264.exe" --crf 22 --pass 1 --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 --sar 1:1 --output "X:\X\tmp\hdconverttox_tst_1_crf.h264" "X:\X\tmp\hdconverttox_tst.avs" --level 4.0 2>temp.txt
FOR /F "tokens=7 delims=. " %%A IN ('findstr encoded temp.txt') DO SET bitrate=%%A
"C:\Programmer\Utils\HDConvertToX\applications\x264.exe" --pass 2 --bitrate %bitrate% --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 --sar 1:1 --output "X:\X\tmp\hdconverttox_tst.h264" "X:\X\tmp\hdconverttox_tst.avs" --level 4.0
"C:\Programmer\Utils\HDConvertToX\applications\mkvmerge.exe" -o "X:\DR1\tst2.mkv" --default-duration 0:25.000fps --aspect-ratio -1:1.777778 "X:\X\tmp\hdconverttox_tst.h264" "X:\X\tmp\hdencodertox-pid2.mp3"
-> End Queue
AviSynth Script ->
Working with files: X:\X\tmp\hdconverttox_tst.avs
mpeg2source("X:\X\tmp\movie.d2v")
TDeint(mode=0,order=-1)
ColorMatrix(d2v="X:\X\tmp\movie.d2v")
hqdn3d(1)
return last
-> End AviSynth Script
buzzqw
15th June 2009, 07:18
Buzz did some video songs from vob to MKV but got bigger files with one pass? Go figure
a make report could help
Also I made some more mistakes and ended up with videos with wrong AR. I deleted the originals thinking they were done right. Anyway is there a quick way without reencoding to fix the AR so that my PC displys them at the right AR?
thanks
reopen mkv with mkvmerge (mmg.exe) and force AR , then remux
buzzqw, the save file option is not working with me, I do not know if it is because I set a folder as the default output
thanks fixed, redownload HDC
Is there any way to re-mux the temp folder without having to redo the whole process? I've tried avi mux but it won't start up, "The program encountered a problem and will close now".
just launch avidemux from \applications folder and drag&drop \temp files
Until now I have been using AutoMKV and ProjectX to convert DVB transport streams. With AutoMKV I can select the idx/sub produced when I demux the .ts with ProjectX
eac3to is able to detect subs in ts, BUT is unable to extract it.
i will look if possibile to add projectx support
BHH
alter4
15th June 2009, 10:30
Yes it does, just select copy audio from audio tab
Oops! Shame on me. I really didn't notice it. :thanks:
burfadel
15th June 2009, 10:54
Just wondering for mp3 audo compression using LAME, where you can add the command -h (or even better -q 0). Doing so uses a higher quality algorithm at no more bitrate, just a slight drop in speed. -h is the same as using -q 2
Stupidly enough, if you run the command:
lame --longhelp
You can see the default is '-q 5', and yet '-q 2' is the recommended! I'd prefer the option to be just flat '-q 0', as on modern processors there's very little difference in speed between -q 0 and the default -q 5.
alter4
15th June 2009, 12:00
Is it bug?
I use hdc 1.8.360.3097, try to encode DVD using manual crop. I press "visual crop" -> "shuffle" but frames are still the same!
I try another DVD for test - the same behaviour.
buzzqw
15th June 2009, 12:13
@alter
is a very short vob ?
BHH
Acid-Burn
15th June 2009, 12:15
#####
buzzqw
15th June 2009, 12:18
if you have vista remember to check compatibility to winxp sp2
BHH
Mrsash
15th June 2009, 12:21
a make report could help
Shall do that soon. But heres something interesting.
Original Video as per HDC and media info
704x480
Converted video but without No resize & crop(unticked) and visual crop all sides = 0
704x528 was the result and therefore the AR looked weird. Fortunately I was able to recover original vobs.
I input the video hit analyse
Even though the Resolution shows up as 704x480. Manually set width and height automatically populates with 704x528. Then if I tick No resize & crop it changes to 704x480 and stays like that even if the tick is now removed?? So a bug I guess.
EDIT: Oh and this could explain all my problems in relation to resizing. Just for the sake say I have a DVD which needed 20 crop from the right it now shows 704x544. I added 20 so how did it come to 544? I am a bit confused. I am no good at this but wanted to ask how does exactly work considering the actual resolution of the video is 704x480? Even clicking on visual crop does not fix the issue.
thanks
alter4
15th June 2009, 13:00
@alter
is a very short vob ?
BHH
1 hour and 30 minutes
buzzqw
15th June 2009, 13:07
@alter
http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
should be more "random"
BHH
alter4
15th June 2009, 13:29
@alter
http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
should be more "random"
BHH
Yes, it does!:thanks:
But launching separate file is not suitable. Could you integrate it?
rubinus
15th June 2009, 13:30
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
I also tried shoot in DC mode, when camcorder work in 25p. This output is progressive when playing directly an M2TS file on computer. But when trying reencode e.g. to MKV with x264 - it makes same blocking errors like it was 1080i. Its seems camcorder is able to shoot in 1080p25, but encapsulating it into 1080i50.
Is there any idea how to achieve deinterlaced output (MKV, AVI)?
Thanks for reply.
buzzqw
15th June 2009, 13:39
Yes, it does!:thanks:
But launching separate file is not suitable. Could you integrate it?
:confused: what do you mean ?
launching visualcrop alone ?
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
Hi rubinus! and welcome to the Forum!
could you please post a sample m2ts ? (50/100 mb)
thanks
BHH
buzzqw
15th June 2009, 13:40
Thanks for that suggestion, never used them before. Here is the link:
http://rapidshare.com/files/244279238/TZsample.VOB.html
Thanks for helping with this issue.
Rick
ok, i tryed it, and it's working beautiful with ntsc deint
please try opening hdconvert_xxx.avs in virtualdub
do you got any errors ?
BHH
alter4
15th June 2009, 13:49
@buzzqw
For some not clear reason when I press "a visual crop", occurred nothing, I should manually launch HDConvertToX.exe.
I reboot my PC - now is ok
buzzqw
15th June 2009, 13:52
visualcrop will work with hdc, not alone
visualcrop check for some file created by hdc.. otherwise.. nothing happen
BHH
alter4
15th June 2009, 13:54
visualcrop will work with hdc, not alone
visualcrop check for some file created by hdc.. otherwise.. nothing happen
BHH
Yes I see. I have replaced the old one.:thanks:
rubinus
15th June 2009, 14:10
could you please post a sample m2ts ? (50/100 mb)
BHH
Here you are:
http://rapidshare.com/files/244793581/00049.m2ts.html
1920x1080 50i 25p (Digital Cinema), 17Mbps VBR
(this behaves progressive when playing on PC)
http://rapidshare.com/files/244797351/00050.m2ts.html
1920x1080 50i, 13 Mbps VBR
(this behaves interlaced on PC)
However when reencoding both - behaving interlaced, using interlace filters forcing blocking.
BTW - HDConvertTox analyzing streams by mistake - instead 1920x1080, its displays 1920x1440...
Thx for reply.
alter4
15th June 2009, 14:36
@buzzqw
I catch another bug.
1) I load hdc with setting stored in HDConvertToX.ini
2) analize file vob file
3) press preview - all ok
4) Change noise some filter params
5) press preview again - all ok
6) I want to revert some setting and in "load and save setting" press load custom setting from HDConvertToX.ini
7) press analize file vob file again
8) press preview
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
next files appeared in D:\tools\HDC\temp\
15.06.2009 16:28 785 analyze.avs
15.06.2009 16:28 21 AutoCrop.log
15.06.2009 16:28 1я924 info.txt
15.06.2009 16:28 1я723 movielenght.h264
15.06.2009 16:29 3я299 preview.avs
[CODE]
report from step 3
[CODE]HDConvertToX v.1.8.363.3102 report
Input File: e:\video\films\любовь морковь 2.vob ( E:\Video\Films\Любовь морковь 2.VOB )
Codec Video: mpeg
Width / Heigh : 352 / 576
Framerate / Framecount: 25.000 / 131652
Duration(hh:mm:ss): 1:27:47
Aspect Ratio: 1.3334
Resized resolution: 352 / 112
Crop Values : 0:160:0:160
Activate: Crop Obey to AR
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: automatic
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.3
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> 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 ->
prompt $d $t $_$P$G
"D:\tools\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\video\films\любовь морковь 2.vob] -OF=[E:\temp\movie] -exit -minimize
"D:\tools\HDC\applications\HDC_Deint.exe" -input "e:\video\films\любовь морковь 2.vob" -workpath "E:\temp\" -usedecoder d2v -here "D:\tools\HDC\"
"D:\tools\HDC\applications\eac3to.exe" "e:\video\films\любовь морковь 2.vob" 2: stdout.wav -normalize -down2 | "D:\tools\HDC\applications\neroaacenc.exe" -if - -q 0.3 -ignorelength -of "E:\temp\hdencodertox-pid2.mp4"
"D:\tools\HDC\applications\x264.exe" --pass 1 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --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 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\x264.exe" --pass 2 --bitrate 1081 --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 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\mp4box.exe" -add "E:\temp\hdconverttox_любовь морковь 2.h264" -fps 25.000 -add "E:\temp\hdencodertox-pid2.mp4" "D:\tools\HDC\hdconverttox_full_любовь морковь 2.mp4"
shutdown -s -t 2 -f
-> End Queue
AviSynth Script ->
Working with files: E:\temp\hdconverttox_любовь морковь 2.avs
mpeg2source("E:\temp\movie.d2v")
exist("E:\temp\interlaced") ? TDeint(mode=0,order=-1) : nop()
exist("E:\temp\telecine") ? tfm(last,d2v="E:\temp\movie.d2v").tdecimate() : nop()
LanczosResize(352,112,0,160,-0,-160)
ColorMatrix(d2v="E:\temp\movie.d2v")
FFT3DFilter(sigma=2.5, sharpen=0.3)
-> End AviSynth Script
report from step 8
HDConvertToX v.1.8.363.3102 report
Input File: E:\Video\Films\Любовь морковь 2.VOB ( E:\Video\Films\Любовь морковь 2.VOB )
Codec Video: mpeg
Width / Heigh : 352 / 576
Framerate / Framecount: 25.000 / 131652
Duration(hh:mm:ss): 1:27:47
Aspect Ratio: 1.3334
Resized resolution: 352 / 112
Crop Values : 0:160:0:160
Activate: Crop Obey to AR
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: automatic
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.3
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> 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 ->
prompt $d $t $_$P$G
"D:\tools\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\video\films\любовь морковь 2.vob] -OF=[E:\temp\movie] -exit -minimize
"D:\tools\HDC\applications\HDC_Deint.exe" -input "e:\video\films\любовь морковь 2.vob" -workpath "E:\temp\" -usedecoder d2v -here "D:\tools\HDC\"
"D:\tools\HDC\applications\eac3to.exe" "e:\video\films\любовь морковь 2.vob" 2: stdout.wav -normalize -down2 | "D:\tools\HDC\applications\neroaacenc.exe" -if - -q 0.3 -ignorelength -of "E:\temp\hdencodertox-pid2.mp4"
"D:\tools\HDC\applications\x264.exe" --pass 1 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --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 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\x264.exe" --pass 2 --bitrate 1081 --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 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\mp4box.exe" -add "E:\temp\hdconverttox_любовь морковь 2.h264" -fps 25.000 -add "E:\temp\hdencodertox-pid2.mp4" "D:\tools\HDC\hdconverttox_full_любовь морковь 2.mp4"
shutdown -s -t 2 -f
-> End Queue
-> End AviSynth Script
Do you see aviSynth Script section is missing in last report? Is it ok?
But on UI all settings are the same.
buzzqw
15th June 2009, 14:53
@rubinus
thanks, i will check asap
@alter4
automatic deint isn't recommed and suggested, and not working for telecined source, only for interlaced
BHH
alter4
15th June 2009, 15:13
@alter4
automatic deint isn't recommed and suggested, and not working for telecined source, only for interlaced
BHH
Bug is in incorrect temp dir, auto deinterlace is only F.Y.I.))
Also I have edited my previous post to be more correct
....
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
buzzqw
15th June 2009, 15:17
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
got it, thanks
but i don't understand... the error is reading and applying the temp dir in hdconverttx.ini ?
BHH
alter4
15th June 2009, 15:33
got it, thanks
but i don't understand... the error is reading and applying the temp dir in hdconverttx.ini ?
BHH
The settings in hdconverttx.ini are the same all the time.
Fragment from hdconverttx.ini :
...
Workfolder=E:\temp\
...
The error is reading and applying the temp dir after I manually reload data from hdconverttx.ini by pressing "load custom setting".
But also when I maked report for you I noticed some strange things (or is it ok?) and wrote it too for you information.
The end of my post:
Do you see aviSynth Script section is missing in last report? Is it ok?
But on UI all settings are the same.
Thx!
buzzqw
15th June 2009, 15:50
thanks! now i have understud, please try redownloading hdc!
about: missing avisynth script: it's due to you queue being not empty
empty your queue, and you will got a correct avs report too :)
BHH
Mrsash
15th June 2009, 16:11
Shall do that soon. But heres something interesting.
Original Video as per HDC and media info
704x480
Converted video but without No resize & crop(unticked) and visual crop all sides = 0
704x528 was the result and therefore the AR looked weird. Fortunately I was able to recover original vobs.
I input the video hit analyse
Even though the Resolution shows up as 704x480. Manually set width and height automatically populates with 704x528. Then if I tick No resize & crop it changes to 704x480 and stays like that even if the tick is now removed?? So a bug I guess.
EDIT: Oh and this could explain all my problems in relation to resizing. Just for the sake say I have a DVD which needed 20 crop from the right it now shows 704x544. I added 20 so how did it come to 544? I am a bit confused. I am no good at this but wanted to ask how does exactly work considering the actual resolution of the video is 704x480? Even clicking on visual crop does not fix the issue.
thanks
buzz where you able to check this?
thanks
alter4
15th June 2009, 17:30
@buzzqw
Another issue concerning a temp dir.
I try to change temp dir via UI on "utilities" tab.
When I use button "Set working directory" - temp directory changes
When I edit field with path to temp dir by hand (type it manually) - temp directory doesn't change
(hdc 1.8.368.3109)
eemil
15th June 2009, 17:54
Hello all:cool: been a year without encoding, thanks to vista.
Compression test gave me the result 96MB at full video size & optimal quality, I guess this means 720x576 for PAL input and 100% quality compared to automkv?
so, 720 x 576 = 414720pixels
my res. for this will be 640x368=235520pixels
235520/414720=0,568
and the quality would be 75%
-> 0,568x0,75x96MB=41MB for video
Is my calculation correct?
And BTW, does this function in vista/w7?
Because the test is done with single pass used, how would you estimate the 2-pass to reduce the final size for video, (like factor 0,8)
buzzqw
15th June 2009, 19:25
buzz where you able to check this?
thanks
remember that height is computed by:
dar = ((full_width-crop_left-crop_right)/full_widthl)/((full_heightl-crop_top-crop_bottom)/full_height)*aspect_ratio*itu
height= width/dar
and 704x528=ar of 1.3333
if you crop 20 from rigth you should got an ar of 1.2964 giving a 708x544 size
@buzzqw
Another issue concerning a temp dir.
I try to change temp dir via UI on "utilities" tab.
When I use button "Set working directory" - temp directory changes
When I edit field with path to temp dir by hand (type it manually) - temp directory doesn't change (hdc 1.8.368.3109)
thanks, i'll check
Compression test gave me the result 96MB at full video size & optimal quality, I guess this means 720x576 for PAL input and 100% quality compared to automkv?
the compression test is based on ACTUAL RESIZE (so autocrop only)
and qualityu would be more then 75%, probably near 90%
And BTW, does this function in vista/w7?
don't know.. but should be ok
Because the test is done with single pass used, how would you estimate the 2-pass to reduce the final size for video, (like factor 0,8)
just try the crf+1 pass encoding
the first pass will be at crf you set, the second pass at bitrate crf pass got
you should be able to see in temp folder both temporary files
BHH
buzzqw
15th June 2009, 19:54
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
BTW - HDConvertTox analyzing streams by mistake - instead 1920x1080, its displays 1920x1440
about resolution: on my pc you sample is correctly 1920x1080, please check your ffdshow settings (maybe you are using some resizing filters)
about deinterlace: isn't a problem of deinterlace!
yes , your sample is interlaced and you must use Interlaced filters, but the blocky is due to decoding problems of dgavcdec!
please try "Force DirectShowSource" (or DirectShowSource2 if you have haali media splitter installed)
you can check my encoding: http://www.64k.it/andres/data/Varie/hdconverttox_full_00050.mkv (just a very basic encoding)
BHH
rickhtoo
15th June 2009, 23:32
ok, i tryed it, and it's working beautiful with ntsc deint
please try opening hdconvert_xxx.avs in virtualdub
do you got any errors ?
BHH
I am at a loss for words. It works perfectly now.... I must have tried a dozen times and never got video, but it works fine now..
Must have been a glitch of some type. Maybe a restart fixed it, not sure what to think. Nevermind.. :rolleyes:
Thanks!
Mrsash
16th June 2009, 09:34
remember that height is computed by:
dar = ((full_width-crop_left-crop_right)/full_widthl)/((full_heightl-crop_top-crop_bottom)/full_height)*aspect_ratio*itu
height= width/dar
and 704x528=ar of 1.3333
if you crop 20 from rigth you should got an ar of 1.2964 giving a 708x544 size
Yes but the source is NTSC which is 720x480, So should it not show source if no change is made especially with crop?
eac3to is able to detect subs in ts, BUT is unable to extract it.
i will look if possibile to add projectx support
BHH
ProjectX support does not help unless the colour table to be used when extracting the subtitles can be specified. This is necessary because different TV stations use different colour tables for their subtitles, and I am constantly switching the tables to get usable subtitles.
Alternatively one could manually load the idx/sub files.
buzzqw
16th June 2009, 09:42
Yes but the source is NTSC which is 720x480, So should it not show source if no change is made especially with crop?
hdc will always compute height, regardless of no crop.
if you want NO resize, use the "NO resize and crop" check
ProjectX support does not help unless the colour table to be used when extracting the subtitles can be specified. This is necessary because different TV stations use different colour tables for their subtitles, and I am constantly switching the tables to get usable subtitles.
Alternatively one could manually load the idx/sub files.
on d2v/dga input hdc will ask for external subtitles
BHH
rubinus
16th June 2009, 10:08
about resolution: on my pc you sample is correctly 1920x1080, please check your ffdshow settings (maybe you are using some resizing filters)
about deinterlace: isn't a problem of deinterlace!
yes , your sample is interlaced and you must use Interlaced filters, but the blocky is due to decoding problems of dgavcdec!
please try "Force DirectShowSource" (or DirectShowSource2 if you have haali media splitter installed)
BHH
I have unistalled CCCP codec pack and installed pure ffdshow. Now the resolution seems to be ok.
However - after reencoding the output still containg blocking. You wrote its decoding problems of dgavcdec - how can i resolve it?
vis: http://rapidshare.com/files/245101170/HG_i.MKV.html
Thanks for reply.
buzzqw
16th June 2009, 11:53
new update 1.9.369.3112
>fixed reading from saved settings don't update working folder
>fixed default output folder for avi muxing
>fixed visual crop wasn't updating resizing
>fixed if compression test is done , hdc will not repeat extraction/indexing on encode of same file
>fixed soundout will no more ask for overwriting audio output
>added basic support for ffmpeg2theora.exe. Put ffmpeg2theora.exe in \applications. And in hdconverttox.ini set Allow ffmpeg2theora.exe=1
>fixed a little better support for mono wav
>fixed lpcm/pcm encoding from dvd source
>added now first pass crf of 2 pass profile (CRF+1pass) will create a file named hdconverttox_XXX_1_crf.h264. In this way you can compare file size of pure crf encoding with the second pass size
>added option in ini for autoanalysis of input file
>added support for w64 audio files
>fixed audio mux when forcing ffmpeg.exe decoder
>fixed in first pass will be removed --mixed-refs (turbo mode)
>added in ini the possibility to delete temporary files. IT WILL DELETE ALL FILES IN WORKING FOLDER
>other minor corrections and cosmetic fixes
BHH
burfadel
16th June 2009, 13:54
Any thoughts on the Lame acoustic modelling algorithm change from -q 5 to -q 0? :)
buzzqw
16th June 2009, 14:10
i usually prefer to don't mess with preset..
however i will look at this.. but from my simple test the difference, in speed, between -q 5 and -q 0 is significative
what about -q 3 ( "In medio stat virtus" ) ?
BHH
buzzqw
16th June 2009, 14:57
ok, burfadel, please update HDC
BHH
alter4
16th June 2009, 18:22
Quote:
Originally Posted by alter4
@buzzqw
Another issue concerning a temp dir.
I try to change temp dir via UI on "utilities" tab.
When I use button "Set working directory" - temp directory changes
When I edit field with path to temp dir by hand (type it manually) - temp directory doesn't change (hdc 1.8.368.3109)
thanks, i'll check
BHH
The bug is still here in ver 1.9
buzzqw
16th June 2009, 18:40
in last update not.. is no more possible to edit by hand the path
BHH
alter4
16th June 2009, 19:03
in last update not.. is no more possible to edit by hand the path
BHH
:confused:
But I can type anything into field without any restrictions.
The difference is now the text is aligned by middle:)
buzzqw
16th June 2009, 19:05
ouch.. i will check tomorrow... maybe i added the wrong control :D
BHH
burfadel
17th June 2009, 01:17
ok, burfadel, please update HDC
BHH
Thanks for that! :)
buzzqw
17th June 2009, 07:14
@alter4
now is read-only
@burfaldel
i have added -h switch maily because mp3 generated were smaller :)
BHH
BigKing
17th June 2009, 11:40
Do you think about a update button in the software? It would be great.
noee
17th June 2009, 14:07
Build 3120 - Save File location is broken again.
If I type in the location folder and filename for the Save File, it still puts the file in the HDC folder.
flebber
17th June 2009, 14:54
Build 3120 - Save File location is broken again.
If I type in the location folder and filename for the Save File, it still puts the file in the HDC folder.
I have the same error with output file being named 0hdconverttox_full_fullvideo.mkv
buzzqw
17th June 2009, 15:05
thanks , fixed
please update HDC
BHH
buzzqw
17th June 2009, 19:24
@rubinus
try updating your ffdshow build, the decoder seems not working well
BHH
alter4
17th June 2009, 21:33
Wow! "update button" is already in HDC. But as I see it doesn't work properly, it is only test beta version I think.
pdanpdan
17th June 2009, 22:25
Small problem here: I save default settings with Audio: Nero AAC, 0.4 quality, original nr. of channels, vbr.
After I restart program, everything is OK.
Then I open an avi file and I choose to not muk in mkv
After that, the Audio settings change in: MP3 Audio, Audio Channels 2, but it remains Nero Quality 0.4 and vbr
Sharc
17th June 2009, 23:23
.... my main development pc is a virtual windows xp on fedora..... i cant add it directly since i have no clue how it works (even if i own a nvidia 9600gt and have the license for Neuron2 NV tools)
If direct import of DG...IndexNV files (.dgm, .dga, .dgv) is not possible, could it be done via an .avs script, like:
loadplugin("C:\xxxx\xxxx\DGmpegdecNV\DGDecodeNV.dll")
DGSource("C:\xxx\xxxx\Test_Movie\VTS_01_1.dgm")?
Such scrips are automatically generated by the DG..NV tools using its template.avs feature.
buzzqw
18th June 2009, 07:22
Wow! "update button" is already in HDC. But as I see it doesn't work properly, it is only test beta version I think.
should be fixed :) please download manually hdc
Small problem here: I save default settings with Audio: Nero AAC, 0.4 quality, original nr. of channels, vbr.
After I restart program, everything is OK.
Then I open an avi file and I choose to not muk in mkv
After that, the Audio settings change in: MP3 Audio, Audio Channels 2, but it remains Nero Quality 0.4 and vbr
fixed, please update hdc
BHH
There seems to be a bug by using the feature "Embed Subtitel in Videostream".
In the produced scriptfile hdconverttox_vts_01_1.avs is the following line added:
VobSub("C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox__subs_21.idx")
Encoding doesnt work cause the "hdencodertox__subs_21.idx" isnt found, because VSrip is producing only files that are named hdc_subs.*.
Videostream is only an errormessage pointing to the missing file.
If I edit the scriptfile and changing the VobSub-Line from "hdencodertox__subs_21.idx" to "hdc_subs.idx" it works as intended
Hope this helped
Greetings
OLP
EDIT:
Just for Info,
this happend while making *.mkv from ripped DVD-Parts
buzzqw
18th June 2009, 08:36
Thanks OLP ! (and Welcome to the Forum!)
please redownload HDC
and report back
BHH
thx buzzqw,
its ok now. :thanks:
There is another thing.
Because the 2passprocessing of eac3to.exe on extracting audio from vob can cause some lipsyncprobs ( http://forum.doom9.org/showthread.php?t=125966&highlight=no2ndpass&page=441 )
madshi has make a undokumented switch "-no2ndpass" to disable the 2nd process.
Is there a chance that you implement this feature as option also in your audio-tab.
Adding this option manuel to the commandline is ok, too
Just a question of comfort :)
greetings
OLP
buzzqw
18th June 2009, 11:49
ok, update HDC
BHH
EDIT: removed the "-no2ndpass, it will break the encoding
...
EDIT: removed the "-no2ndpass, it will break the encoding
:confused:
manuell added to the comandline it worked in my case without any problem.
whats the prob in your case?
HDConvertToX v.1.9.389.3185 report
Input File: g:\stargate-sg1\s08e14_konfrontation\video_ts\vts_01_1.vob
( G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 0:41:55:04 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 62875
Duration(hh:mm:ss): 0:41:56
Aspect Ratio: 1.7778
Resized resolution: 720 / 576
Crop Values : 2:8:2:8
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 20
Final Size: 25
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
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 6ch, 0xBD 0x80) [0]
*** 81: Deutsch (AC3 6ch, 0xBD 0x81) [0]
82: Francais (AC3 6ch, 0xBD 0x82) [0]
*** 83: English (AC3 2ch, 0xBD 0x83) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
English 0 (0xBD 0x20) [0] wide
*** Deutsch 1 (0xBD 0x21) [0] wide
Francais 2 (0xBD 0x22) [0] wide
Nederlands 3 (0xBD 0x23) [0] wide
Suomi 4 (0xBD 0x24) [0] wide
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: RemoveGrain(mode=2)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications
\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[g:\stargate-sg1\s08e14_konfrontation\video_ts\vts_01_1.vob]
-OF=[C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
eac3to.exe" "G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_1.vob"+
"G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_2.vob"
3: "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.ac3" -no2ndpass
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
eac3to.exe" "G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_1.vob"+
"G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_2.vob"
4: "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid4.ac3" -no2ndpass
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
eac3to.exe" "G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_1.vob"+
"G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_2.vob"
6: "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid6.ac3" -no2ndpass
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
VSrip.exe" "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdc_subs.list"
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
x264.exe" --crf 25 --threads auto --thread-input --no-psnr --progress --level 4.1
--keyint 24 --min-keyint 1 --ref 3 --mixed-refs --bframes 3 --weightb --direct auto
--partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 30000
--vbv-maxrate 38000 --qcomp 0.5 --me umh --mvrange 511 --aud --nal-hrd --sar 1:1
--output "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.h264"
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.avs"
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
Chapter\ChapterXtractor.exe" "G:\Stargate-SG1\S08E14_Konfrontation\VIDEO_TS\VTS_01_0.IFO"
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\chapters.txt" -p5
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\applications\
mkvmerge.exe" -o "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\hdconverttox_full_vts_01_1.mkv"
--default-duration 0:25.000fps --aspect-ratio -1:1.7778
"C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.h264"
--language -1:eng "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.ac3"
--language -1:deu "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid4.ac3"
--language -1:eng "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid6.ac3"
--default-track -1:no "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdc_subs.idx"
--chapters "C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\chapters.txt"
--title "Done with HDConvertToX v.1.8.354.3062"
-> End Queue
AviSynth Script ->
Working with files: C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.avs
mpeg2source("C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\movie.d2v")
ColorMatrix(d2v="C:\Users\oliver\Desktop\HDConvertToX_1.8.332.2935\temp\movie.d2v")
hqdn3d(1)
RemoveGrain(mode=2)
return last
-> End AviSynth Script
Greetings
OLP
buzzqw
18th June 2009, 14:26
you have copy the audio
what about if you encode the audio to mp3/aac ?
BHH
you have copy the audio
what about if you encode the audio to mp3/aac ?
BHH
never tried it, cause i want my mkv with AC3-audio :)
i think this option is only when demuxing and leave the audio untouched (imo, copy)
so it makes only sense when copy audio is selected
greeting
OLP
Chengbin
18th June 2009, 23:49
buzzqw, I just reinstalled my computer, and I got this error.
http://i43.tinypic.com/k55zr.png
I have avisynth, ffdshow, and haali media splitter installed.
Guest
18th June 2009, 23:53
@Chengbin
No discussion of rule 6 material.
buzzqw
19th June 2009, 07:43
what os ?
BHH
alter4
19th June 2009, 08:05
I need help with DVD rip.
After rip hdc made for me file myFilm.mp4, but when I ran the film for view I saw the video and audio were unsynchronized.
I went to HDC temp folder and saw standalone video and audio track length.
The video length was 2h:50min:33sec
The audio lenth was 2h:50min:33sec:27sec
But HDC doesn't have any ability to set audio delay...
Guys! What do you recommend me?
buzzqw
19th June 2009, 09:41
have you copyed audio or encoded ?
BHH
Havokdan
19th June 2009, 12:01
Suggestion: Force same name from input file for output filename(except extesion) via Hidden Options(.ini, and disabel default.)
buzzqw
19th June 2009, 12:10
just don't give any output file.. it will be muxed as hdconverttox_filename.xxx
BHH
Havokdan
19th June 2009, 13:19
I known, i want cut "hdconverttox_" from outup filename, i want force exactly filename for input/output(except extension).But okay.
Chengbin
19th June 2009, 14:01
I'm using Windows Vista, the same as before.
BTW, this happened before reinstallation as well when I uninstalled CCCP.
Sharc
20th June 2009, 08:07
If direct import of DG...IndexNV files (.dgm, .dga, .dgv) is not possible, could it be done via an .avs script, like:
loadplugin("C:\xxxx\xxxx\DGmpegdecNV\DGDecodeNV.dll")
DGSource("C:\xxx\xxxx\Test_Movie\VTS_01_1.dgm")?
Such scrips are automatically generated by the DG..NV tools using its template.avs feature.
@buzzqw
Any comment if this would be possible? I understand that your platform does no support to implement and test the direct import of DG...NV index files. But what about the workaround via .avs scripts? Sorry if my proposal is naive.
BigKing
20th June 2009, 10:21
I'm using Windows Vista, the same as before.
BTW, this happened before reinstallation as well when I uninstalled CCCP.
Look in the HDConvertToX.ini if the workfolder exist.
@buzzqw: I have the problem, that only one audio track is muxxed in the final file. But I selected two tracks. I used copy Audio. In the working temp dir there are both files.
buzzqw
20th June 2009, 12:09
@buzzqw
Any comment if this would be possible? I understand that your platform does no support to implement and test the direct import of DG...NV index files. But what about the workaround via .avs scripts? Sorry if my proposal is naive.
is just loading DGDecodeNV.dll enough ? and what about command lone for generating .dgm ?
i will look at specs.. but.. i cannot promise
@buzzqw: I have the problem, that only one audio track is muxxed in the final file. But I selected two tracks. I used copy Audio. In the working temp dir there are both files.
without make report i cannot help, sorry
BHH
Sharc
20th June 2009, 12:43
is just loading DGDecodeNV.dll enough ? and what about command lone for generating .dgm ?
i will look at specs.. but.. i cannot promise
Thanks for looking into it. Would be nice to have, but just in case it doesn't prove to be too difficult and time consuming.
DGdecodeNV.dll is neuron2's recent universal decoder which can decode mpeg-2, AVC and VC-1 as far as I understand.
The .dgm, .dga or dgv index files as well as the .avs would be generated independently and external to HDC using neuron2' tools.
The remaining point could be how to include the audio files (assuming that the demuxed audio files have already been extracted external to HDC and are available).
Chengbin
20th June 2009, 14:47
What decoder does eac3to use to decode files?
buzzqw
20th June 2009, 16:13
libav, or if present nero
type eac3to from dos to see a list
BHH
Chengbin
20th June 2009, 22:02
libav, or if present nero
type eac3to from dos to see a list
BHH
Why would it not work when I installed ffdshow?
Nothing works, none of the 4 decoders would analyze my video.
Chengbin
21st June 2009, 01:46
I'm so pissed.
The files are broken. A simple reextraction made everything work.
zygo
21st June 2009, 04:09
gday buzz
a new problem came up with dgindex (no video sequence header found) and then something like (No data. Check your PIDS)
the make report
HDConvertToX v.1.9.389.3185 report
Input File: h:\original shooter\shooter\bdmv\stream\00003.m2ts ( H:\original shooter\SHOOTER\BDMV\STREAM\00003.m2ts )
Codec Video: mpeg
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 180816
Duration(hh:mm:ss): 2:5:42
Aspect Ratio: 1.7778
Resized resolution: 1280 / 544
Crop Values : 0:132:0:132
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 18
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: AC3 Audio
Audio Bitrate/Quality: 448
Audio Channels: 6 (5.1)
MP3 Mode: abr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 1: chapters, 19 chapters
*** 3: ac3, english, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
4: ac3, french, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
5: ac3, spanish, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
6: ac3 surround, english, 2.0 channels, 192kbps, 48khz, dialnorm: -27db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
7: subtitle (pgs), english
8: subtitle (pgs), english
9: subtitle (pgs), french
10: subtitle (pgs), spanish
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
MVDegrain: MVDegrain3
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"H:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original shooter\shooter\bdmv\stream\00003.m2ts" 1:"H:\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v"
"H:\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[H:\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v] -OF=[H:\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
"H:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original shooter\shooter\bdmv\stream\00003.m2ts" 1: "H:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid1.ac3" -normalize -down6 -448
"H:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original shooter\shooter\bdmv\stream\00003.m2ts" 3: "H:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.ac3" -normalize -down6 -448
"H:\HDConvertToX_1.8.332.2935\applications\x264.exe" --crf 18 --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 --sar 1:1 --output "H:\HDConvertToX_1.8.332.2935\temp\hdconverttox_00003.h264" "H:\HDConvertToX_1.8.332.2935\temp\hdconverttox_00003.avs" --level 4.0
"H:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original shooter\shooter\bdmv\stream\00003.m2ts" 1:"H:\HDConvertToX_1.8.332.2935\temp\chapters.txt"
"H:\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "H:\Shooter HD720p.mkv" --default-duration 0:23.976fps "H:\HDConvertToX_1.8.332.2935\temp\hdconverttox_00003.h264" "H:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid1.ac3" --chapters "H:\HDConvertToX_1.8.332.2935\temp\chapters.txt" --title "Shooter"
-> End Queue
AviSynth Script ->
Working with files: H:\HDConvertToX_1.8.332.2935\temp\hdconverttox_00003.avs
mpeg2source("H:\HDConvertToX_1.8.332.2935\temp\movie.d2v")
LanczosResize(1280,544,0,132,-0,-132)
ColorMatrix(d2v="H:\HDConvertToX_1.8.332.2935\temp\movie.d2v")
hqdn3d(1)
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)
-> End AviSynth Script
any ideas?
cheers :)
flebber
21st June 2009, 07:54
HI SMD!
in the last version you can ADD the lines to profile.txt!
like this
X264;1;Ultra Fast;--keyint 250 --bframes 1 --trellis 0 --ref 1 --filter 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
X264;2;Very Fast;--keyint 250 --bframes 2 --trellis 0 --ref 2 --filter 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --no-ssim --merange 10 --b-adapt 0 --no-chroma-me --aud
X264;3;Fast;--keyint 250 --bframes 3 --trellis 0 --ref 3 --filter -1,-1 --subme 4 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --no-ssim --merange 12 --weightb --b-adapt 2 --b-pyramid --partitions p8x8,i8x8 --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.0:0.0
X264;4;High Performance;--keyint 250 --bframes 3 --trellis 0 --ref 3 --filter -1,-1 --subme 5 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --merange 14 --weightb --b-adapt 2 --b-pyramid --partitions p8x8,i8x8 --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.0:0.0
X264;5;Balanced;--keyint 250 --bframes 3 --trellis 0 --ref 3 --filter -1,-1 --subme 5 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 1 --partitions p8x8,b8x8,i8x8 --8x8dct --aud --aq-mode 0 --aq-strength 0
X264;6;Better Quality;--keyint 250 --bframes 5 --mixed-refs --trellis 1 --ref 4 --filter -1,-1 --subme 6 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --b-pyramid --partitions p8x8,b8x8,i8x8 --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.0:0.0
X264;7;Extreme Quality;--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:0.0
X264;8;Insane Quality;--keyint 250 --bframes 6 --mixed-refs --trellis 2 --ref 6 --filter -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-mode 1 --aq-strength 1 --psy-rd 1.0:1.0
X264;9;Slug;--keyint 250 --bframes 8 --mixed-refs --trellis 2 --ref 8 --filter -2,-1 --subme 8 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me esa --no-ssim --merange 24 --weightb --b-adapt 2 --b-pyramid --partitions p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.1:1.0
X264;10;Infite Time;--keyint 250 --bframes 16 --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me tesa --no-ssim --merange 32 --weightb --b-adapt 2 --b-pyramid --partitions all --8x8dct --aud --aq-mode 1 --aq-strength 1 --psy-rd 1.1:1.0
X264;11;QuickTime7;--level 3.0 --ref 4 --bframes 1 --direct auto --no-cabac --trellis 1 --partitions p8x8,b8x8,i4x4 --me umh
X264;12;QuickTime7-optimized;--level 3.0 --vbv-bufsize 5000 --vbv-maxrate 12000 --filter 0,0 --ref 1 --bframes 3 --b-adapt 1 --weightb --direct auto --subme 7 --partitions p8x8,b8x8,i4x4,p4x4, --me umh
BHH
At which point in the profile.ini would you add this in if i wanted to ?
buzzqw
21st June 2009, 08:25
gday buzz
a new problem came up with dgindex (no video sequence header found) and then something like (No data. Check your PIDS)
"H:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "h:\original shooter\shooter\bdmv\stream\00003.m2ts" 1:"H:\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v"
"H:\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[H:\HDConvertToX_1.8.332.2935\temp\hdconverttox.m2v] -OF=[H:\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
any ideas?
cheers :)
is hdconverttox.m2v extracted ?
if you open manually dgindex and point as input the m2v it works ?
At which point in the profile.ini would you add this in if i wanted to ?
try opening the last hdconvert profile :)
BHH
zygo
21st June 2009, 08:56
is hdconverttox.m2v extracted ?
if you open manually dgindex and point as input the m2v it works ?
the m2v file created had size of 0 bytes
i played around a bit, tried different settings. forced ffmpegsource and it started working (tho i did notice it created a "00003.m2ts.ffindex" file in the source folder)
strange thing now is x264 reporting 92262 frames to encode (just over 1 hour @ 23.98fps) yet aec3to says "video track 2 contains 180816 frames" and mediainfo says 2h 5min..
strange things???
added:
checked m2v file, it just has chapter info. is that right?? no, dgindex comes up with same problem when pointed at it manually.
i notice it says its an mpeg video in the m2ts, thats the first time ive seen that. is that unusual (it is for me so far with bluray content)
zygo
21st June 2009, 09:54
also, chapters now shows up in the "Audio Tracks" menu as item 1.
is that new?? why does it then try to extract them to an "ac3" file with eac3to?? (see above queue and it has happened on the next bluray ive loaded as well)
buzzqw
21st June 2009, 10:21
@zygo
please redownload hdc update, m2v extraction should be fixed
and chapter in audio too
BHH
flebber
21st June 2009, 12:49
try opening the last hdconvert profile :)
BHH
Sweeeeet :)
zygo
21st June 2009, 12:58
@zygo
please redownload hdc update, m2v extraction should be fixed
and chapter in audio too
BHH
no worries, my current encode has another 34 hours to run so ill try it then.
what happens if i edit the batch file thats currently running (can i???). otherwise i can see it is going to try and mux in the "chapters/ac3" file that was created wrongly quite a few hours ago???
also, for any1 running windows7 64bit edition, the java.com site automaticly installs the WRONG version of java on your system. this makes the java lines in the hdc batch file fail (subtitle conversion)
you have to manually download the 64bit version of java and install it over the top (then the java calls work again)
cheers :)
alter4
21st June 2009, 14:41
have you copyed audio or encoded ?
BHH
I have encoded. I did some work. The problem is here:
manulaly extracted ac3 audio by DGIndex.exe is 2:50:33 length- ok,
wav audio extracted by eac3to.exe is 2:50:27 length - wrong
Another issue. I have found HDConvertToX_profile.txt in the root of HDC folder and in "applications" folder. The content of these two files is not equals. But it is not the high spot;-)
All x264 profiles in HDConvertToX_profile.txt from the root HDC folder (and only this file is used I think) have psy-rd switch
but "X264;7;Extreme Quality" doesn't have!! Often I use this profile and suppose I get some quality regressions without psychovisual optimization enabled.
Another question @buzzqw. Why do you use in HDC experimental kAVAQ x264 build)?
buzzqw
21st June 2009, 14:56
extreme quality don't use trellis, and psy-rd requires trellis...
about kAVAQ build: i like it, it gives in crf encoding very good results
BHH
alter4
21st June 2009, 17:15
extreme quality don't use trellis, and psy-rd requires trellis...
about kAVAQ build: i like it, it gives in crf encoding very good results
BHH
ok.)
So I want to add suggestion about my problem with audio and video synchronization. Could you make an alternative mode when DGindex extract both audio and video and only after this encode audio with eac3to?
Karkas
21st June 2009, 21:22
I just tried using your program last night. It looks really great and I love the features, but I have 1 problem... Where is the output??
I tried feeding it "A bugs life" & "Ratatoullie" BRs ripped by MakeMKV into an MKV with 1080p AVC video, DTS-MA & subs. I set it to transcode audio only to FLAC.
It ran through the FLAC encode then make a sword-like schwing sound the CLI closed and there were no error messages or output files.
I tried looking for a logfile in the program but couldn't find one.
I assume I'm doing something wrong, but I looked through your manual and wasn't finding it of much use with this issue. I also used the search function on this thread. It looked like I did everything correctly... but I dunno.
Thanks for what looks like a very promising program and help in advance!
feanor12
21st June 2009, 23:44
@Karkas: "Make Report" would be helpfull! ;)
Go to: Advanced Options > Utilities > Make Report :rolleyes:
About output:
Was conversion succesfull?
Did you select path and name under "Save File ..."?
Did you check your work folder and program folder?
Karkas
22nd June 2009, 03:46
@Karkas: "Make Report" would be helpfull! ;)
Go to: Advanced Options > Utilities > Make Report :rolleyes:I must have overlooked that in the options... thanks!
Was conversion succesfull?I dont know. It never gave me a message saying that it was sucessfull, just reached the end of the audio encode, gave the sound then the cmd prompt closed out. Never saw a message it was remuxing video & audio back into MKV.
Did you select path and name under "Save File ..."?Yes, and the file was definately not there. Even tried twice by saving to different folder.
Did you check your work folder and program folder? I did check the temp folder (I think it was called) and the flac file was there and playable.
Sorry, I'm a tad fuzzy on the details & names as I am currently at work and away from my computer.
buzzqw
22nd June 2009, 09:00
ok.)
So I want to add suggestion about my problem with audio and video synchronization. Could you make an alternative mode when DGindex extract both audio and video and only after this encode audio with eac3to?
please update hdc, i added -no2ndpass when copy audio from dvd source.
should fix your audio synch
I just tried using your program last night. It looks really great and I love the features, but I have 1 problem... Where is the output??
I tried feeding it "A bugs life" & "Ratatoullie" BRs ripped by MakeMKV into an MKV with 1080p AVC video, DTS-MA & subs. I set it to transcode audio only to FLAC.
yep.. a make report is usefull.. and remember to install ffdshow, avisynth and xvid!
@ALL
is live update working ?
BHH
feanor12
22nd June 2009, 09:54
Update button doesn't work for me - my version is 1.9.391.3187.
I got message:
No update found
Then I manually looked for update and it found version 1.9.392.3190
buzzqw
22nd June 2009, 10:14
thanks feanor
please manually update again
and check update , thanks!
BHH
EEPROM
22nd June 2009, 11:16
Hi Buzz !
Now the live update work , but don't recognize when the program is already update.
buzzqw
22nd June 2009, 11:26
read the update.txt ... is some versions in future :)
now i have uploaded the correct update.txt
should work correctly.. and not signaling updates avaiable
BHH
edit: update again hdc, now message about updating should be more interesting
EEPROM
22nd June 2009, 12:53
Tested, all ok !
SeeMoreDigital
22nd June 2009, 13:15
edit: update again hdc, now message about updating should be more interestingThe update appears to be working well. A very useful addition :)
buzzqw
22nd June 2009, 13:23
yea, thanks!
it's time for official update : HDConvertToX v. 1.9.339.3207
>fixed some problems with cached update.txt
>fixed video pid when container is m2ts and video codec mpeg
>added -no2ndpass when copy audio from dvd input
>added live update for HDConvertToX
>fixed subtitle encrust on dvd input
>fixed on usupported file , hdc will no more force mp3 encoding
>fixed default output folder will now not override save file path, but name will be the one selected
>fixed lame encoder now take a high quality preset. Better size and no so big slowdown
>fixed now working folder can be changed only by browsing
>fixed compression test report will now be appended to file, not overwriting
>other minor corrections and cosmetic fixes
BHH
noee
22nd June 2009, 13:56
BHH, I have a feature request:
I have many MKVs with MPEG2/AC3 that I have created in the past. Now, I'd like to transcode them to AVC/MKV. All of my testing is successful except chapters extraction. Apparently HDC does not recognize the chapters in the MKV. I can use MKVExtract to get them myself and mux at the end, but it would be nice for HDC to handle this scenario.
Thanks.
buzzqw
22nd June 2009, 14:33
please noee, send me a sample (50mb) with your mpeg/ac3+chapter
EDIT: no need. i have replicate the issue.
the problem is due to eac3to not able to detect/extract chapter from mkv
i will look further
BHH
flebber
22nd June 2009, 14:34
Just comparing resizing and wondering if you know where the difference comes from. The below files info is from mediainfo I have used autocrop in Megui without anamorphic option and have done the same in HDC but the results are greatly different. Curious Why?
The original files resolution is 720x480 Megui cropped to ( 34, 0, -32, -2) resolution LanczosResize(656,480) and HDC LanczosResize(512,336,0,0,-0,-0) and asxgui Lanczos4resize(656,496).
Original file
General
Complete name : C:\Documents and Settings\Family\My Documents\My Videos\Charlotte's\Bugs Bunny\03 - Rabbit Hood.avi
Format : DivX
Format/Info : Hack of AVI
File size : 72.2 MiB
Duration : 7mn 54s
Overall bit rate : 1 275 Kbps
Video
ID : 0
Format : MPEG-4 Visual
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : DX50
Codec ID/Hint : DivX 5
Duration : 7mn 54s
Bit rate : 1 199 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 1.500
Frame rate : 29.970 fps
Standard : NTSC
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.116
Stream size : 67.9 MiB (94%)
Title : Video
Writing library : DivX 6.2.5 (UTC 2006-06-16)
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Codec ID : 55
Codec ID/Hint : MP3
Duration : 7mn 54s
Bit rate mode : Constant
Bit rate : 64.0 Kbps
Channel(s) : 1 channel
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 3.62 MiB (5%)
Alignment : Split accross interleaves
Interleave, duration : 33 ms (1.00 video frame)
Interleave, preload duration : 50 ms
Title : Audio
Megui
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VagueDenoiser.dll")
AVISource("C:\Documents and Settings\Family\My Documents\My Videos\Charlotte's\Bugs Bunny\03 - Rabbit Hood.avi", audio=false)
#deinterlace
crop( 34, 0, -32, -2)
LanczosResize(656,480) # Lanczos (Sharp)
#denoise
VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0)
asharp(2,5,1)
HDC
HDConvertToX v.1.9.399.3207 report
Input File: c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv ( C:\Rip\HDConvertToX_1.8.332.2935\temp\fullvideo.mkv )
Codec Video: vfw
Width / Heigh : 512 / 384
Framerate / Framecount: 25.000 / 5499
Duration(hh:mm:ss): 0:3:40
Aspect Ratio: 1.500000
Resized resolution: 512 / 336
Crop Values : 0:0:0:0
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: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Audio handling: Force FFmpeg.exe as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp3, 1.0 channels, 64kbps, 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 ->
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).aWarp(aSobel(128,3).aBlur(3,3))
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_1.8.332.2935\applications\ffmpeg.exe" -i "c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv" -map [1,0] -f wav -y "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.wav"
"C:\Rip\HDConvertToX_1.8.332.2935\applications\wavi.exe" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconvert_audio_1_fullvideo.mkv.avs" - | "C:\Rip\HDConvertToX_1.8.332.2935\applications\neroaacenc.exe" -if - -q 0.4 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.mp4"
"C:\Rip\HDConvertToX_1.8.332.2935\applications\x264.exe" --crf 20 --pass 1 --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 --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo_1_crf.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs" --level 4.0 2>temp.txt
FOR /F "tokens=7 delims=. " %%A IN ('findstr encoded temp.txt') DO SET bitrate=%%A
"C:\Rip\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate %bitrate% --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 --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs" --level 4.0
"C:\Rip\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "0hdconverttox_full_fullvideo.mkv" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.mp4" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\autochapters.txt" --title "Done with HDConvertToX v.1.8.335.2949"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_1.8.332.2935\temp\hdconverttox_fullvideo.avs
movie = FFVideoSource("c:\rip\hdconverttox_1.8.332.2935\temp\fullvideo.mkv",seekmode=0)
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
last=movie
LanczosResize(512,336,0,0,-0,-0)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).aWarp(aSobel(128,3).aBlur(3,3))
-> End AviSynth Script
ASXGui
Loadplugin("C:\Program Files\ASXGui\tools\ffms2.dll")
Loadplugin("C:\Program Files\ASXGui\tools\autocrop.dll")
ffvideosource("C:\Documents and Settings\Family\My Documents\My Videos\Charlotte's\Bugs Bunny\03 - Rabbit Hood.avi")
IsYV12 ? Last : ConvertToYV12()
Autocrop(0)
Lanczos4resize(656,496)
buzzqw
22nd June 2009, 14:57
hdc haven't detect crop.. so the ar is different, and resolution too
if hdc wasn't able to detect crop, manual put 34, 0, -32, -2 and see what resolution hdc propose
also, try saying NO at mkv muxing
BHH
flebber
22nd June 2009, 16:01
When selecting no it did detect crop. It gave values of (640,464,40,8,-40,-8). Which definitely brings it closer to the other results. It seems to be overcropping a bit but I can always check this in visual crop :)
Glad to know now what I was doing wrong previously to get that strange result. The values I got from the visual crop were ( 34, 0, -34, -2).
buzzqw
22nd June 2009, 16:09
with your cropping values, the ar should be similar and more near to 4/3.
i am sorry about forcing/not forcing mkv muxing, BUT you can follow this simply rules:
- if your video file has more then one audio streams, allow mux in mkv, otherwise say no to mux
BHH
Mrsash
24th June 2009, 08:01
I just did my first full dvd movie and have a probelm to report
stdout - Log.txt
eac3to v3.16
command line: "C:\Documents and Settings\Sash\Desktop\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_1.vob"+"N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_2.vob"+"N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_3.vob"+"N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_4.vob"+"N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_5.vob"+"N:\New Folder (8)\Movies\Movie Dvd\Apna Sapna Money Money\VIDEO_TS\VTS_01_6.vob" 3: stdout.wav -normalize
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 14:19:05
1: Joined VOB file
2: MPEG2, 704x480 60i /1.001 (16:9)
3: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
[a03] The Nero decoder doesn't seem to work, will use libav instead.
[a03] Extracting audio track number 3...
[a03] Removing AC3 dialog normalization...
[a03] Decoding with libav/ffmpeg...
[a03] Remapping channels...
[a03] Writing WAV...
[a03] Creating file "stdout.pass1.wav"...
[a03] Clipping detected, a 2nd pass will be necessary. <WARNING>
[a03] Starting 2nd pass...
[a03] Reading WAV...
[a03] Reducing depth from 64 to 24 bits...
[a03] Writing WAV...
[a03] Creating file "stdout.wav"...
[a03] The original audio track has a constant bit depth of 64 bits.
[a03] The processed audio track has a constant bit depth of 24 bits.
Video track 2 contains 248389 frames.
eac3to processing took 32 minutes, 38 seconds.
Done.
Even though 5.1 was detected MPC says 2 channel. there are mp4 and mkv I can play which says 6 channels and play fine...
Video: MPEG4 Video (H264) 704x320 23.98fps [Video]
Audio: AAC 24000Hz stereo 768Kbps [Audio]
Media info says final output has 6 channel audio
General
Complete name : G:\Movies\Apna Sapna Money Money.Mkv
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.32 GiB
Duration : 2h 18mn
Overall bit rate : 1 372 Kbps
Encoded date : UTC 2009-06-23 05:57:26
Tagged date : UTC 2009-06-23 05:57:26
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.2
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 18mn
Bit rate mode : Variable
Bit rate : 1 237 Kbps
Maximum bit rate : 6 357 Kbps
Width : 704 pixels
Height : 320 pixels
Display aspect ratio : 2.2
Frame rate mode : Constant
Frame rate : 23.976 fps
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.229
Stream size : 1.19 GiB (90%)
Writing library : x264 core 67 r1162kAVAQ f7bfcfa
Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=9 / psy_rd=1.0:0.0 / mixed_ref=1 / me_range=16 / chroma_me=0 / trellis=0 / 8x8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-2 / threads=6 / thread_queue=6 / nr=0 / decimate=1 / mbaff=0 / bframes=4 / b_pyramid=0 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=crf / crf=20.0000 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / vbv_maxrate=25000 / vbv_bufsize=14000 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00
Encoded date : UTC 2009-06-23 05:57:26
Tagged date : UTC 2009-06-23 06:00:27
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : Yes
Format settings, PS : No
Codec ID : 40
Duration : 2h 18mn
Bit rate mode : Variable
Bit rate : 132.3 Kbps
Maximum bit rate : 175 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Rear: L R, LFE
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 130 MiB (10%)
Language : Hindi
Encoded date : UTC 2009-06-23 06:00:10
Tagged date : UTC 2009-06-23 06:00:27
Menu
00:00:00.000 : Chapter 1
00:00:56.000 : Chapter 2
00:02:30.400 : Chapter 3
00:04:41.600 : Chapter 4
00:07:10.400 : Chapter 5
00:12:43.200 : Chapter 6
00:18:37.867 : Chapter 7
00:22:53.867 : Chapter 8
00:30:17.067 : Chapter 9
00:34:35.200 : Chapter 10
00:48:29.867 : Chapter 11
00:49:48.267 : Chapter 12
00:55:01.867 : Chapter 13
00:57:57.334 : Chapter 14
01:05:04.534 : Chapter 15
01:08:34.134 : Chapter 16
01:14:07.834 : Chapter 17
01:14:48.367 : Chapter 18
01:16:20.101 : Chapter 19
01:26:49.968 : Chapter 20
01:30:55.835 : Chapter 21
01:33:51.302 : Chapter 22
01:45:03.835 : Chapter 23
02:01:58.235 : Chapter 24
02:06:43.568 : Chapter 25
02:15:18.768 : Chapter 26
02:17:50.034 : Chapter 27
VLC player has an option to play 5.1
Goldwave said 2 channels.
Cant understand what I should believe
Also how to make sure temp files are deleted
contents of temp folder after encode except for log files?
Name Size
hdconverttox_vts_01_1.h264 1,223.1 MB
hdencodertox-pid3.mp4 131.2 MB
movie.d2v 1.1 MB
hdconverttox_vts_01_1.avs 0.0 MB
info.txt 0.0 MB
stdout - Log.txt 0.0 MB
chapters.txt 0.0 MB
analyze.avs 0.0 MB
AutoCrop.log 0.0 MB
movielenght.h264 0.0 MB
buzzqw
24th June 2009, 09:12
Audio: AAC 24000Hz stereo 768Kbps [Audio
that's a 5.1 AAC SBR encode
not all application are able to decode the full channels spectrum
if you want not SBR you should rise bitrate or quality of audio
BHH
christinedawson
24th June 2009, 09:17
That does seem to be a bug, as he included x264.exe in the applications folder.
Another is that .avi doesn't seem to be on the accepted files list. And it muxes my avi to mkv as soon as I select it! Is this the desired behavior
buzzqw
24th June 2009, 09:50
That does seem to be a bug, as he included x264.exe in the applications folder.
what do you mean ?
Another is that .avi doesn't seem to be on the accepted files list. And it muxes my avi to mkv as soon as I select it! Is this the desired behavior
yes, it's intended, BUT you can say NO to muxing (when hdc ask about)
if you click YES: you will be allowed to select more then 1 audio tracks, otherwise, if you select NO, you will be forced to select only the first audio track
BHH
Havokdan
24th June 2009, 10:55
Copy mode work if choose "no", buzz?
buzzqw
24th June 2009, 11:05
copy mode works only for avc codec, and not for avi input
BHH
Havokdan
24th June 2009, 11:52
Thanks, Buzz. I used Spyware Terminator to scan my pc, and he found the .dlls of HDC, the spyware "Backdoor.Hugipon.DGDG" in Applicattions\hooksurcode.dll.
http://img199.imageshack.us/img199/3122/spywarehdc.jpg
Sorry, i not used post images in foruns.
buzzqw
24th June 2009, 11:57
it's a know false positive
BHH
Mrsash
24th June 2009, 12:41
that's a 5.1 AAC SBR encode
not all application are able to decode the full channels spectrum
if you want not SBR you should rise bitrate or quality of audio
BHH
I used Nero AAC 0.4 VBR. This is what you suggested??
buzzqw
24th June 2009, 13:12
0.4 should be enough to be not sbr
anyway, it's a matter of detection, if your player play it correctly i will not hassle too much
BHH
Chengbin
25th June 2009, 01:41
buzzqw, the Archos 605 (and the 5) can benefit from a much better setting. This is the maximum setting (not the most sane) playable on the 605 and the 5.
--keyint 250 --bframes 8 --mixed-refs --trellis 2 --ref 10 --deblock 0,0 --subme 9 --direct auto --me umh --no-ssim --merange 32 --weightb --b-adapt 2 --b-pyramid --partitions all --aq-strength 1.0 --psy-rd 1.0:0.4
I personally use this setting for my 5.
--keyint 250 --bframes 4 --mixed-refs --trellis 2 --ref 6 --deblock 0,0 --subme 9 --direct auto --me umh --no-ssim --merange 32 --weightb --b-adapt 2 --b-pyramid --qcomp 0.8 --partitions p8x8,b8x8,i4x4,i8x8 --aq-strength 1.0 --psy-rd 1.0:0.4
buzzqw
25th June 2009, 01:52
thanks Chengbin
i will check profile and add it
BHH
Mrsash
25th June 2009, 04:26
Mate more trouble.
Did some videos last night came out perfect with telecine from 29 to 23 fps. This morning did some more. Must have ticked something I was not supposed to.
Cant figure it out but all videos encoded this morning came out with lenthy video. Eg: video/audio length before encode 2.23/2.23. After encode 2.59/2.23 length. So audio seems fine while video was extended??
thanks
Chengbin
25th June 2009, 04:51
buzzqw
Queue doesn't work when there are multiple encode each with different settings in the "free avs string" or change in avisynth filters.
buzzqw
25th June 2009, 07:48
Mate more trouble.
This morning did some more. Must have ticked something I was not supposed to.
Cant figure it out but all videos encoded this morning came out with lenthy video. Eg: video/audio length before encode 2.23/2.23. After encode 2.59/2.23 length. So audio seems fine while video was extended?? thanks
post the avs, anyway.. if you select a wrong deinterlacer.. i cannot help
buzzqw
Queue doesn't work when there are multiple encode each with different settings in the "free avs string" or change in avisynth filters.
queue works, BUT if you use the same input file, HDC will create the same script, overwriting the previus generated.
you should use different input name
BHH
Havokdan
25th June 2009, 09:51
Buzz, it would be interesting that the bar profiles were also chosen as the decoder of the video, let people create their own profiles, if so desired.
flebber
25th June 2009, 10:44
Buzz, it would be interesting that the bar profiles were also chosen as the decoder of the video, let people create their own profiles, if so desired.
You already can create your own profiles :)
Havokdan
25th June 2009, 10:49
Flebber, i known, i want say design maybe diferent, like video decoder.
*I use my own profile :)
buzzqw
25th June 2009, 10:53
i thinking about adding a panel for profile editing, but not for adding
what do you think about ?
BHH
Havokdan
25th June 2009, 11:47
I think is good advance/ideia. Buzz, how i edit + one line in "free avs string"?
buzzqw
25th June 2009, 12:17
you can join multiple string using dot "."
unfilter().undot().blur()
EDIT: use the live update ;)
BHH
Havokdan
25th June 2009, 12:42
Thanks.
Chengbin
25th June 2009, 14:31
buzzqw
I finally found out why HDC was putting a green frame at the beginning of every video. The culprit was MT avisynth. If you don't use MT, there will not be a green frame added to the beginning of the video.
BTW, the "use multithreaded avisynth" box doesn't work. It will always use MT if you have MT.dll in system32.
buzzqw
25th June 2009, 14:34
i never got this green frame, and i use mt always
maybe related to other filters you use ? or decoder ?
VGG
Chengbin
25th June 2009, 14:51
i never got this green frame, and i use mt always
maybe related to other filters you use ? or decoder ?
VGG
I striped avisynth lines and filters one by one, then tried it on virtual dub, I removed almost all of the filters and imports. Then I got frustrated, took out MT avisynth mode, then green frame is gone.
I'm using eac3to, on ffdshow build 3013 (or something like that)
buzzqw
25th June 2009, 14:55
so.. edit your hdconverttox.ini and set "Force AviSynth MT=0"
BHH
Chengbin
25th June 2009, 16:16
I just deleted mt.dll.
buzzqw
25th June 2009, 16:36
I just deleted mt.dll.
enough :)
BHH
Mrsash
25th June 2009, 17:14
Question: How do you load a queue.bat for me to start later?
Also the temp folder is not cleared after a job!
thanks
buzzqw
25th June 2009, 18:42
Question: How do you load a queue.bat for me to start later?
when queue is started queue.bat is created, and then in no more editable by hdc
if you want start it later.. simply launch queue.bat later
for temp folder there is a option in hdconverttox.ini, but isn't recommend since it will empty all files in temp folder
BHH
EEPROM
25th June 2009, 19:36
HDConvertToX v.1.9.403.3232 report
Input File: c:\documents and settings\User\desktop\temp\05.mpg ( C:\Documents and Settings\User\Desktop\Temp\05.mpg )
Codec Video: mpeg
Width / Heigh : 704 / 576
Framerate / Framecount: 25.000 / 60242
Duration(hh:mm:ss): 0:40:10
Aspect Ratio: 1.3334
Resized resolution: 640 / 480
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: XviD in AVI
SAP Compatibility: On
Encoding Preset: 7
Final Size: 350
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 160
Audio Channels: 2
MP3 Mode: abr
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp2, 2.0 channels, 256kbps, 48khz, 3ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\documents and settings\User\desktop\temp\05.mpg] -OF=[C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\movie] -exit -minimize
"C:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\eac3to.exe" "c:\documents and settings\User\desktop\temp\05.mpg" 2: stdout.wav -down16 -down2 | "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\lame.exe" - -h --abr 160 "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdencodertox-pid2.mp3"
"C:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\xvid_encraw.exe" -progress 50 -i "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avs" -avi "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avi" -max_bframes 1 -nopacked -vhqmode 1 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -framerate 25.000 -threads 3 -bitrate 1055 -pass1 -turbo
"C:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\xvid_encraw.exe" -progress 50 -i "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avs" -avi "C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avi" -max_bframes 1 -nopacked -vhqmode 1 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -framerate 25.000 -threads 3 -bitrate 1055 -pass2
"C:\Programmi\MPC-Homecinema.1018\HDConvertToX\applications\AVIMux_GUI.exe" -stdin mux0.amg
-> End Queue
AviSynth Script ->
Working with files: C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avs
Setmemorymax(512)
SetMTMode(2,0)
mpeg2source("C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\movie.d2v")
LanczosResize(640,480,0,0,-0,-0)
ColorMatrix(d2v="C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
AVIMux-Gui Script >
CLEAR
LOAD C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdconverttox_05.avi
LOAD C:\Programmi\MPC-Homecinema.1018\HDConvertToX\temp\hdencodertox-pid2.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OPTION CLOSEAPP 1
SET OPTION OVERWRITEDLG 0
SET OPTION DONEDLG 0
SET OPTION ALL AUDIO 1
SET OPTION ALL SUBTITLES 1
SET INPUT OPTIONS
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START C:\Programmi\MPC-Homecinema.1018\HDConvertToX\hdconverttox_full_05.avi
-> End AVIMux-Gui Script
Source file recorded with DVBDream
Chengbin
25th June 2009, 23:32
I have a RGB video that I want to encode. All of the decoders in HDC fail to analyze the video. How do I encode it?
EEPROM
26th June 2009, 02:30
I think i've found the problem.
I do not know why, but KasperskyInternetSecurity2010, make skip the encode video.
After dgindex, passes directly to the avimuxgui, freezing it.
Now I must find the solution to this problem.
K.I.S.2010 don't alert me of nothing.....strange.
I'm sorry for "false positive".
Mrsash
26th June 2009, 09:49
when queue is started queue.bat is created, and then in no more editable by hdc
if you want start it later.. simply launch queue.bat later
I saved queue.bat. Needed a PC restart to start fresh say and then double clicked on queue.bat and nothing. I might have started HDC before I did this. Does that make a new queue.bat in the same folder?
for temp folder there is a option in hdconverttox.ini, but isn't recommend since it will empty all files in temp folder
Why is it not recommended?
buzzqw
26th June 2009, 10:17
before launching queue.bat make sure that temp folder cointains all avs script.
BHH
Adub
26th June 2009, 18:00
Small Bug Report. Using the latest 1.9.403.3232.
It appears that HDConvertToX still thinks that there is an error when loading a file after that error has been corrected and the "problem" file loads fine in MPC.
To replicate:
1) Take a .vob file.
2) Turn OFF ffdshow mpeg2 codec. Or any other directshow mpeg2 filter you have. Make sure that there is no way the file can be played through directshow.
3) Load .vob file into HDC.
4) Analyze. A problem will occur. MPC will display an error saying that "DirectShowSource: RenderFile, the filter graph won't talk to me."
5) Don't close HDC!
6) Renable Mpeg2 decoding (in ffdshow or otherwise).
7) Re-analyse your file. It will say that there is a problem, but when MPC loads to display the problem, it loads the .vob file correctly and plays just fine.
Let me know if I need to be more precise.
buzzqw
26th June 2009, 21:11
Hi All!
it's a busy today! my second son, my first daughter Isotta is born! :thanks:
BHH
noee
26th June 2009, 21:13
Twins? Wow, that deserves a big "Congratulations!!". Let the fun begin.
Adub
26th June 2009, 21:42
Damn, well congrats to you Buzzqw!!! Take some well deserved time off!
Karkas
26th June 2009, 22:32
Hi All!
it's a busy today! my second son, my first daughter Isotta is born! :thanks:
BHH
Awesome! Congrats... just had my 1st daughter a few months ago :)
Chengbin
26th June 2009, 22:43
Congratulations!
sfcav
26th June 2009, 23:20
Hi All!
I'm new to HDConvertToX but have used AutoMKV before and REALLY appreciate the effort that goes into simplifying the conversion process - many thanks!
Just tried setting up HDConvertToX and analyzing a file and got the error message "filter graph manager won't talk to me". I have the K-lite codec pack installed on the computer and, since it had the required accessory programs (and I already had AVISynth installed), that I wouldn't need the separate installs - guess not. Once I uninstalled the K-lite pack and AVISynth, then (after reboot and registry cleanup) reinstalled AVISynth, ffdshow and haali media splitter, HDConvertToX now analyzes files properly! Should I conclude that there are version compatability issues between the same programs in the K-lite pack and what HDConvertToX needs? Is it simply a setting somewhere or can the K-lite pack not be installed??
Secondly, I followed Adub's guide for backing up movies and the queue initiated fine and completed eac3to audio conversion and, apparently, the first x264 pass. However, the DOS screen says 100% complete after the first pass but nothing else is happening (I have a *.h264 file, but the second pass hasn't initiated). The system isn't frozen (I'm using it now) but nothing has happened in the DOS window for several hours (and no CPU usage). The process should go to completion, correct? Did I miss something, or is there a way to initiate the next steps?
Here is the DOS window log (in case that helps):
________________________________________________________________________________
I:\HDConvertToX_1.8.332.2935\temp>prompt $d $t $_$P$G
Fri 06/26/2009 10:01:42.01
I:\HDConvertToX_1.8.332.2935\temp>"I:\HDConvertToX_1.8.332.2935\applications\eac
3to.exe" "i:\br hd\00001.m2ts" 2: "I:\HDConvertToX_1.8.332
.2935\temp\hdencodertox-pid2.ac3" -normalize -384
M2TS, 1 video track, 3 audio tracks, 1:16:23, 24p /1.001
1: MPEG2, 1080p24 /1.001 (16:9)
2: AC3, 2.0 channels, 384kbps, 48khz, dialnorm: -27dB
3: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
4: AC3, 2.0 channels, 384kbps, 48khz, dialnorm: -27dB
a02 The Nero decoder doesn't seem to work, will use libav instead.
a02 Extracting audio track number 2...
a02 Removing AC3 dialog normalization...
a02 Decoding with libav/ffmpeg...
a02 Writing WAV...
a02 Creating file "I:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.ac3.pass1
.wav"...
a02 Caution: The WAV file is bigger than 2GB.
a02 Some WAV readers might not be able to handle this file correctly.
a02 Starting 2nd pass...
a02 Reading WAV...
a02 Encoding AC3 <384kbps> with libAften...
a02 Creating file "I:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.ac3"...
a02 Original audio track: max 32 bits, average 30 bits, most common 29 bits.
a02 The processed audio track has a constant bit depth of 64 bits.
Video track 1 contains 109881 frames.
eac3to processing took 8 minutes, 40 seconds.
Done.
Fri 06/26/2009 10:10:30.21
I:\HDConvertToX_1.8.332.2935\temp>"I:\HDConvertToX_1.8.332.2935\applications\x26
4.exe" --pass 1 --bitrate 7834 --threads auto --thread-input --no-psnr --progres
s --keyint 250 --bframes 4 --trellis 0 --ref 1 --deblock -1,-1 --subme 2 --dire
ct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b
-adapt 2 --no-chroma-me --aud --aq-strength 1 --sar 1:1 --output "I:\HDConvert
ToX_1.8.332.2935\temp\hdconverttox_00001.h264" "I:\HDConvertToX_1.8.332.2935\tem
p\hdconverttox_00001.avs"
avis [info]: 1272x720 @ 23.98 fps (109879 frames)
x264 [warning]: width or height not divisible by 16 (1272x720), compression will
suffer.
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cach
e64
x264 [info]: cabac=1 ref=1 deblock=1:-1:-1 analyse=0x1:0x111 me=dia subme=2 psy_
rd=0.0:0.0 mixed_ref=0 me_range=16 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone
=21,11 chroma_qp_offset=0 threads=3 thread_queue=3 nr=0 decimate=1 mbaff=0 bfram
es=4 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 wpredb=1 keyint=250 keyint_min=25 s
cenecut=40 rc=cbr bitrate=7834 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4
vbv_maxrate=25000 vbv_bufsize=14000 ip_ratio=1.40 pb_ratio=1.30 aq=1:1.00
x264 [info]: profile Main, level 4.1
[100.0%] 109870/109879 frames, 13.52 fps, 7332.76 kb/s, eta 0:00:00
________________________________________________________________________________
Any and all comments welcome.
sfcav
PS - Congratulations buzzqw on the family expansion!
feanor12
26th June 2009, 23:21
Twins?! Well, congratz Buzz!!
http://forum.skavt.net/images/smilies/038.gifhttp://joker.si/mn3njalnik/style_emoticons/default/limona.gifhttp://joker.si/mn3njalnik/style_emoticons/default/worship.gif http://forum.skavt.net/images/smilies/031.gif http://forum.skavt.net/images/smilies/041.gifhttp://joker.si/mn3njalnik/style_emoticons/default/fun.gif http://forum.skavt.net/images/smilies/023.gif
http://www.sassycats.com/baby8.jpg
:thanks: again for all your help and support!! ツ
Yeah... you can take some time for yourself now! HDC works great as it is anyway - at least for my needs!! ツ
Guest
26th June 2009, 23:27
Further congrats to PM please. Hate to be a pooper but it's OT. Let's say that feanor12 has spoken for us all!
feanor12
26th June 2009, 23:39
@sfcav: I have K-lite mega codec pack intalled too and I didn't uninstall it - just installed new ffdshow, halli and avisynth (with MT support).
I have no problems with dvd encoding, but recently I tried to encode more HD movies and I had analyzing problems with all of them... but I think I have something wrong in options, because some time ago I successfully encoded few HD movies in HDC! ツ
sfcav
27th June 2009, 04:46
Thanks for the comments feanor12 - nice to know it may well be possible to use K-lite (lets me play everything).
As an update to the conversion, I updated to the most current version (1.9.403.3232) shut down the computer, then rebooted and tried again, but encoding stopped at the same place (completed the audio and went on to the video, but stalled at the end of the first pass). When I updated, I also initially deleted the HDConvertToX_profile.txt file, but HDDonvertToX wouldn't start properly until I restored the file.
Note also that I moved the HDConvertToX folder after runing the program once - when is the profile file created and could moving the folder have caused an issue?
The last line reported was:
[100.0%] 109870/109879 frames, 13.52 fps, 7344.43 kb/s, eta 0:00:00
But after that nothing happened.
I remain confused!
sfcav
buzzqw
27th June 2009, 06:13
thanks all pals!
@sfcav
it's not a problem of hdc but of x264.exe
please try upgrading with this : http://techouse.project357.com/builds/x264_x86_r1173_techouse.7z , just substitute x264.exe with this one
BHH
sfcav
27th June 2009, 18:50
@buzzqw
it's not a problem of hdc but of x264.exe
please try upgrading with this : http://techouse.project357.com/build...73_techouse.7z , just substitute x264.exe with this one
BHH
_________________
Thanks for the suggestion buzzqw!
I upgraded and replaced the x264.exe file and tried again, to the same conclusion - the audio completes and the first pass x264 encode appears to go to completion (last line in the cmd window is "[100.0%] 109870/109879 frames, 13.87 fps, 7867.14 kb/s, eta 0:00:00" and an appropriately-sized *.h264 file is written to the temp folder), but then nothing elso happens (cmd window stays open and no other commands initiate).
In case it matters, this is a 1080p mpeg2 m2ts file. I'll try another file (as well as an AVC file), but any other suggestions would be appreciated.
Also, two related questions:
I. After analyzing the file there are 2 audio tracks listed under the "Audio" tab (as well as "none"), but there are actually 3 in the file (visiable with MediaInfo and in the cmd window when eac3to starts working with the file:
1: MPEG2, 1080p24 /1.001 (16:9)\
2: AC3, 2.0 channels, 384kbps, 48khz, dialnorm: -27dB
3: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
4: AC3, 2.0 channels, 384kbps, 48khz, dialnorm: -27dB
Is that normal?
II. How should I abort a run (ctl+C in the cmd window)? So far, when the run halts after completing the first encoding pass, I've been simply closing the cmd window.
sfcav
______________________________________________________________________
Update - I was able to get a different mpeg2 file to process completely (worked great!), which makes me think that there is something odd with my first file. Both are mpeg2 files - the one that completed is a 1080i captured mpg file, whereas the one that hung after the first pass is a 1080p m2ts file (all the encoding parameters were the same). Should that matter (I can past MediaInfo data if helpful)?
sfcav
delacroixp
27th June 2009, 22:17
Congratulations on your latest application ... double refined to the needs of HD.
I'm busy encoding the CNN Cold War series (http://en.wikipedia.org/wiki/Cold_War_(TV_series)) (mostly B & W) from PAL DVD.
It was produced at 24 fps but released at 25.
I like to return my movies to their original splendour ... which includes the framerate (where possible).
An option to to assume 23.976 fps (both audio and video automatically) would be welcome.
:thanks: much !
It's all good
:):devil::D
Pascal
Mrsash
28th June 2009, 08:00
Congrats on the twins buddy. Life is not gonna be the same for you if you did not have kids before.
On the HDC front mate gotta tell you something is wrong. It definitely overcrops picture front top and bottom, so basically what it shows in visual crop does not come out that way when encoded. I saw both pictures side by side. Looks also that the picture AR is wrong(stretched vertically would post a screenshot but dont know what to use to get screens for dvd vs mkv.
from the queue
"D:\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[n:\new folder (8)\movies\1 telecine\mr india\video_ts\vts_01_1.vob] -OF=[D:\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
"D:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_1.vob"+"N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_2.vob"+"N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_3.vob"+"N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_4.vob"+"N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_5.vob"+"N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_6.vob" 3: stdout.wav -normalize | "D:\HDConvertToX_1.8.332.2935\applications\neroaacenc.exe" -if - -br 96000 -ignorelength -of "D:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.mp4"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 1 --bitrate 1040 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate 1040 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\Chapter\ChapterXtractor.exe" "N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_1.8.332.2935\temp\chapters.txt" -p5
"D:\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "N:\New Folder (8)\Movies\1 Telecine\Mr India\VIDEO_TS\1.MKV" --default-duration 0:23.976fps "D:\HDConvertToX_1.8.332.2935\temp\hdconverttox_vts_01_1.h264" --language -1:hin "D:\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid3.mp4" --chapters "D:\HDConvertToX_1.8.332.2935\temp\chapters.txt" --title "Done with HDConvertToX v.1.8.332.2935"
Also for each movie I am doing a 5% interlace filter tests. Some are not deterimined because they are telecine and interlaced some are telecine and some interlaced. Cane you confirm if I am right using the filters as below?
For
1. telecine and interlaced(mixed telecine/interlaced)
2. telecine(telecine)
3. interlace(interlaced)
Why does HDC not do a test automatically rather than a manual test which is needed?
buzzqw
28th June 2009, 17:03
@sfcav
is substituting x264 won't solve the issue, i suppose a problem of decoder, try updating ffdshow/dgindex..
and yes , you can use ctrl+c to stop encoding BUT not for stopping batch
@delacroixp
use the free avs string for video
and use eac3to with slowdown for audio
@Mrsash
, so basically what it shows in visual crop does not come out that way when encoded
remember to use even the preview when you think autocrop is wrong
picture AR is wrong
wrong crop.. wrong ar
the deinterlace routine try to suggest the better approach.. but with mixed pattern you can always be wrong
your better approach could be to use mixed telecine/interlace or to use "Interlace HQ" (only if you think that framere rate should be kept at 29.97)
BHH
Mrsash
29th June 2009, 10:24
@sfcav
is substituting x264 won't solve the issue, i suppose a problem of decoder, try updating ffdshow/dgindex..
and yes , you can use ctrl+c to stop encoding BUT not for stopping batch
@delacroixp
use the free avs string for video
and use eac3to with slowdown for audio
@Mrsash
remember to use even the preview when you think autocrop is wrong
wrong crop.. wrong ar
the deinterlace routine try to suggest the better approach.. but with mixed pattern you can always be wrong
your better approach could be to use mixed telecine/interlace or to use "Interlace HQ" (only if you think that framere rate should be kept at 29.97)
BHH
Checked the preview the same settings and the picture is perfect. However after encode picture is cropped excessively and stretched vertically to form the right AR. So not only is it zoomed in but people look vertically stretched! I can post sceenshots. what program do I use to do so(screenshots)?
Update: Ok found something interesting. I did sample of the video file 1 pass Crf 18 and it came out the right AR, no cropping etc, basically perfect.
Now the enitre movie was done 2 pass 1460 size and Nero CBR 96 orginal. I did not touch the crop(I kept the same crop settings). In this case the movie had bad AR and stretched etc. So the problem is 2 pass??
I am considering "Crop Obey to AR". what does this exactly. This is what the manual says but make no sense to me "Crop obey to AR is for forcing autocrop detection to respect while cropping the original AR of video". You advised in previous post dont tick this. Any particular reason?
So all in all what should I do?
Sharc
29th June 2009, 18:19
So all in all what should I do?
Reading through your past posts you appear to be permanently at war with the AR. Make sure that your playback device does not introduce the AR distortion due to wrong settings. What is your playback device?
Why don't you finally upload a short clip of your source so that someone may give you advice?
Barleyman
30th June 2009, 18:24
Buzz, you just can't leave the encoder guis alone, can you??
I tried to rip a BD disk to HDD to watch later with MakeMKV. however, the disk has unusual audio, 3-channel LPCM, which the MakeMKV can't handle properly. So I checked out what else is there and found your new project..
I tried to do straight pack-to-mkv conversion here with original audio, original video. Basically what makemkv does. However, the audio gets dropped along the way. I also saw a message in the command line window about problematic >2GB wav file.. (It'd be useful if the text on the window got saved..)
Here's the report:
HDConvertToX v.1.9.403.3232 report
Input File: h:\bdmv\stream\00007.m2ts ( H:\BDMV\STREAM\00007.m2ts )
Codec Video: avc
Width / Heigh : 1920 / 1088
Framerate / Framecount: 24.000 / 138408
Duration(hh:mm:ss): 1:36:7
Aspect Ratio: 1.7778
Resized resolution: 1920 / 1088
Crop Values : 0:24:0:24
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
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
*** 3: raw/pcm, english, 3.0 channels, 24 bits, 48khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
4: subtitle (pgs), danish
5: subtitle (pgs), norwegian
6: subtitle (pgs), swedish
*** 7: subtitle (pgs), finnish
-> 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:\Program Files\HDConvert\applications\eac3to.exe" "h:\bdmv\stream\00007.m2ts" 7:"D:\Temp\hdencodertox__subs_7.sup"
"C:\Program Files\HDConvert\applications\eac3to.exe" "h:\bdmv\stream\00007.m2ts" 3: "D:\Temp\hdencodertox-pid3.wav"
java -jar "C:\Program Files\HDConvert\applications\BDSup2Sub.jar" "D:\Temp\hdencodertox__subs_7.sup" "D:\Temp\hdencodertox__subs_7.idx"
"C:\Program Files\HDConvert\applications\eac3to.exe" "h:\bdmv\stream\00007.m2ts" 2:"D:\Temp\hdconverttox_00007.h264"
"C:\Program Files\HDConvert\applications\eac3to.exe" "h:\bdmv\stream\00007.m2ts" 1:"D:\Temp\chapters.txt"
"C:\Program Files\HDConvert\applications\mkvmerge.exe" -o "E:\Movies\Vicky_Cristina_Barcelona\title00.mkv" --default-duration 0:24.000fps --aspect-ratio -1:1.7778 "D:\Temp\hdconverttox_00007.h264" --default-track -1:no --language -1:fin "D:\Temp\hdencodertox__subs_7.idx" --chapters "D:\Temp\chapters.txt" --title "Done with HDConvertToX v.1.9.403.3232"
-> End Queue
AviSynth Script ->
Working with files: D:\Temp\hdconverttox_00007.avs
DSS2("h:\bdmv\stream\00007.m2ts",fps=24.000)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
return last
-> End AviSynth Script
And nice work on the double trouble!
Adub
30th June 2009, 18:53
It is saved in the temp directory. Look in the temp directory for a log file concerning Stdout (I believe) in this case. Should have a detailed description from eac3to.
buzzqw
30th June 2009, 19:23
3: raw/pcm, english, 3.0 channels, 24 bits, 48khz
Audio Codec: Copy Audio
your wav file go over 2gb and standard wav cannot be over 2gb...
i strongly suggest to encode it, or.. better.. encode with flac, so you got a lossless copy
BHH
Barleyman
30th June 2009, 20:49
your wav file go over 2gb and standard wav cannot be over 2gb...
i strongly suggest to encode it, or.. better.. encode with flac, so you got a lossless copy
BHH
Well, it's not that easy..
eac3to v3.16
command line: "C:\Program Files\HDConvert\applications\eac3to.exe" "h:\bdmv\stream\00007.m2ts" 3: "D:\Temp\hdencodertox-pid3.ac3" -normalize -640
------------------------------------------------------------------------------
M2TS, 1 video track, 1 audio track, 4 subtitle tracks, 1:36:07, 24p
1: Chapters, 12 chapters
2: h264/AVC, 1080p24 (16:9)
3: RAW/PCM, English, 3.0 channels, 24 bits, 48khz
4: Subtitle (PGS), Danish
5: Subtitle (PGS), Norwegian
6: Subtitle (PGS), Swedish
7: Subtitle (PGS), Finnish
[v02] The video framerate is correct, but rather unusual. <WARNING>
[a03] Extracting audio track number 3...
[a03] Reading RAW/PCM...
[a03] Swapping endian...
[a03] Writing WAV...
[a03] Creating file "D:\Temp\hdencodertox-pid3.ac3.pass1.wav"...
[a03] The original audio track has a constant bit depth of 24 bits.
[a03] Caution: The WAV file is bigger than 2GB. <WARNING>
[a03] Some WAV readers might not be able to handle this file correctly. <WARNING>
[a03] Starting 2nd pass...
[a03] Reading WAV...
[a03] The AC3 encoder received a non-supported data format (float, 3, 64, -). <ERROR>
Aborted at file position 262144. <ERROR>
Lovely BZZT sound on that error btw..
buzzqw
30th June 2009, 21:40
3 channel ac3 isn't standard...
try with flac...
BHH
P.S. could you send me a sample of this m2ts (100mb) ?
BigKing
30th June 2009, 22:01
it is possible that the programm produces a logfile? It may helps, if the encode crash. Then i could see by with step it crashs.
Barleyman
30th June 2009, 23:53
3 channel ac3 isn't standard...
try with flac...
BHH
P.S. could you send me a sample of this m2ts (100mb) ?
5.1 AC3 failed just the same, thought. Let's see what FLAC does.
I can send but where? 100MB would need something like FTP I suppose..
BigKing
1st July 2009, 01:10
use www.rapidshare.com or www.netload.in or other one click hoster
Barleyman
1st July 2009, 09:12
Hmm.. Alternatively I could just put up filezilla server for this. Let's see when I get home.
sfcav
1st July 2009, 16:05
@buzzqw
If substituting x264 won't solve the issue, i suppose a problem of decoder, try updating ffdshow/dgindex.
_____________________________________________________-
Thanks buzzqw:
I updated ffdshow from 2946 to 3013 and DGIndex from 1.5.4 to 1.5.5 and tried again - same result (processing halts after 1st encoding pass, leaving the cmd window open, the command line at 100% completion, the cursor flashing, but no new command line or DOS prompt).
Next, I tried simplifying the file by removing unnecessary audio using tsMuxeR and then creating a 10 min segment using TSPE. When loaded into HDConvertToX, I get the same result (halts after first encoding pass).
Three other things I tried were:
1. Copying the video and audio (no re-encoding) using HDConvertToX
- seemed to process normally (cmd window came and went), but no file was written
2. Copy video and convert audio using HDConvertToX
- same as (1) above, processed normally but no file was written.
3. Load the video into VideoReDo
- wouldn't load (no PIDs found, even though I set it to ignore stream info)?
NOTE - No doubt I should have mentioned this before, but this is an animation file (old cartoon movie remastered to 1080p24) - is that perhaps the issue (and is there a way to address)?
Here is the MediaInfo output for the edited file - anything odd here?
_________________________________________________________________________
General
ID : 1
Complete name : I:\GT00001.edit.ts
Format : MPEG-TS
File size : 2.17 GiB
Duration : 10mn 0s
Overall bit rate : 31.1 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, Matrix : Standard
Duration : 9mn 59s
Bit rate mode : Constant
Bit rate : 29.5 Mbps
Nominal bit rate : 35.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16/9
Frame rate : 23.976 fps
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.704
Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Duration : 10mn 0s
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Video delay : -51ms
In addition to my earlier bug report (http://forum.doom9.org/showthread.php?p=1300398#post1300398) (in case you didn't see it), I noticed that there seems to be an issue when selecting "automatic" from the deinterlacer drop down.
My log is below, but in short, I select a test .vob file, select my settings, including the "automatic" setting, and everything completes successfully. Only issue is, the framerate should be 23.976, but it is 29.97.
The reason is that the deinterlacer routine completes successfully, and IVTC's the vob file. However, the fps sent to mkvtoolnix is from an earlier report of 29.97.
I can't say if this happens when loaded directly with an ifo, but I do know that it happens when loaded with a sample vob.
HDConvertToX v.1.9.403.3232 report
Input File: c:\documents and settings\dworaa\desktop\encoding\elektra_sample\elektra_sample.vob ( C:\Documents and Settings\DWORAA\Desktop\Encoding\Elektra_Sample\Elektra_Sample.vob )
Codec Video: mpeg
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 1107
Duration(hh:mm:ss): 0:0:37
Aspect Ratio: 1.7778
Resized resolution: 716 / 368
Crop Values : 2:54:2:58
Activate: Anamorphic Resize
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 22
Final Size: 3
Priority: normal
Denoise Level: Light
Video Handling: Use Best Decoder
Deinterlace: automatic
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Coding Tech. AAC Audio
Audio Bitrate/Quality: 64
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, -182ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
3: subtitle (dvd)
4: subtitle (srt)
5: subtitle (dvd)
6: subtitle (dvd)
7: subtitle (dvd)
8: subtitle (dvd)
9: subtitle (dvd)
10: 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:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\documents and settings\dworaa\desktop\encoding\elektra_sample\elektra_sample.vob] -OF=[C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\movie] -exit -minimize
"C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\HDC_Deint.exe" -input "c:\documents and settings\dworaa\desktop\encoding\elektra_sample\elektra_sample.vob" -workpath "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\" -usedecoder d2v -here "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\"
"C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "c:\documents and settings\dworaa\desktop\encoding\elektra_sample\elektra_sample.vob" 2: stdout.wav -down16 -resampleto48000 -normalize -down2 | "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\enc_aacPlus.exe" - "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.aac" --cbr 64000 --rawpcm 48000 2 16
"C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 1 --bitrate 612 --threads auto --thread-input --no-psnr --progress --deblock 0,0 --ref 1 --bframes 3 --b-adapt 2 --direct auto --subme 2 --trellis 0 --partitions none --me hex --threads auto --thread-input --progress --no-psnr --no-ssim --sar 8431616:7114176 --output "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.h264" "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.avs"
"C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate 612 --threads auto --thread-input --no-psnr --progress --deblock 0,0 --ref 5 --mixed-refs --bframes 3 --b-adapt 2 --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me hex --threads auto --thread-input --progress --no-psnr --no-ssim --sar 8431616:7114176 --output "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.h264" "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.avs"
"C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "C:\Documents and Settings\DWORAA\Desktop\Elektra_Sample_hdconverttox.mkv" --default-duration 0:29.970fps --aspect-ratio -1:2.305958 "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.h264" "C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdencodertox-pid2.aac" --title "Done with HDConvertToX v.1.9.403.3232"
-> End Queue
AviSynth Script ->
Working with files: C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\hdconverttox_elektra_sample.avs
Setmemorymax(512)
SetMTMode(2,0)
mpeg2source("C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\movie.d2v")
exist("C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\interlaced") ? TDeint(mode=0,order=-1) : nop()
exist("C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\telecine") ? tfm(last,d2v="C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\movie.d2v").tdecimate() : nop()
Spline36Resize(716,368,2,54,-2,-58)
ColorMatrix(d2v="C:\Documents and Settings\DWORAA\Desktop\Encoding\HDConvertToX_1.8.332.2935\temp\movie.d2v")
hqdn3d(2)
-> End AviSynth Script
Mrsash
2nd July 2009, 09:32
Reading through your past posts you appear to be permanently at war with the AR. Make sure that your playback device does not introduce the AR distortion due to wrong settings. What is your playback device?
Why don't you finally upload a short clip of your source so that someone may give you advice?
Valid point if I didnt know what I was looking at. I run the original file plays fine. I run the converted songs from the movie plays the right AR(these were single pass). Play the converted movie, overcropped and stretched vertically. I play all videos with MPC. Automkv does not have this problem. I might have to switch back. Was busy the last few days. I will do some tests. I tried choosing various different options for the same sample vob file and the queue processed without any output which was weird. However I will do thorough tests. My upload bandwidth isnt the best so uploading a file is a pain. My question presently if buzz needs the right feedback then you need to tell me exactly what you will need after an encode. Last time you asked me to post make report. Are there any other log files you will need to have a preliminary check without the actual vob? Let me know what I should post.
thanks
ziemlichdunkel
2nd July 2009, 10:17
Thanks for the great app!!!
Most of the time I convert my old collection of 1080er HD mkv-Movies to 720p. (Because it doesnt seem the prizes for bluray will lower soon, so i began to burn on 4,5GB DVDR)
I wonder if there is somewhere a guide how to max out the quality of the reencoded file?
Except from choosing a h264 profile with the slider, is there any other possibility to enhance the output quality?
(Any suggestions for filters or other settings welcome.. :-)
(Have a Core i7 920, so Speed isn't the most essential, I prefer quality, at the moment I use Extreme quality,2pass xH264, copy audio)
I now use win7, any hints or known problems?
Any plans for adding CUDA support?
best wishes,
ziemlichdunkel
flebber
2nd July 2009, 13:04
Thanks for the great app!!!
Most of the time I convert my old collection of 1080er HD mkv-Movies to 720p. (Because it doesnt seem the prizes for bluray will lower soon, so i began to burn on 4,5GB DVDR)
I wonder if there is somewhere a guide how to max out the quality of the reencoded file?
Except from choosing a h264 profile with the slider, is there any other possibility to enhance the output quality?
(Any suggestions for filters or other settings welcome.. :-)
(Have a Core i7 920, so Speed isn't the most essential, I prefer quality, at the moment I use Extreme quality,2pass xH264, copy audio)
I now use win7, any hints or known problems?
Any plans for adding CUDA support?
best wishes,
ziemlichdunkel
You have to be more specific about "maxing out" everyone could have a different interpretation. Its a breach of forum rules to ask for "best" as best is subjective.
If you know what you like you can add your x264 profile to profile.ini the HDC folder Like this.
X264;7;Extreme Quality;--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:0.0
ziemlichdunkel
2nd July 2009, 14:32
X264;7;Extreme Quality;--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:0.0
As I'm not too familiar with all the special parameters the x264 codec has to offer, it's hard to be more specific, but I'll try it anyway:
When I reencode my files with the app, I always choose the X264;7;Extreme Quality (see HDConvertToX_profile.txt), setting the Denoise Filter is "Super Light" and set Anamorpic Shape (for 16:9, right?)
Mostly I play with the MOD as long as I have no, or only a small AR Error. (Sometimes crop some pixels helps too) (Has MOD something to do with the picture quality?)
Can the picture quality improved by using Filters (Basic, QMF, Degrain), or is this only for case depending scenarios (where the original has bad image quality too), not for general use?
My 2 main points about picture quality are:
Mostly colors look a little bit washed out (not so strong and warm than before the recode)
The picture looks crispy (grainy) at quick motion scenes, at low motion its often only sharp at one point in the foreground(at the background most details are gone that are in the original)
It's clear to me that with compression I will always lose detail, but maybe ther's a way to tweak the used profile for a little bit more sharpness, detail and less grain?
thanks in advance...
flebber
2nd July 2009, 16:07
ziemlichdunkel MOD is for frame size not video quality. Do you need your output to be anamorphic?
Extreme Quality has done good encodes for me but then I would also use different settings for different material. Could only guess at what filters you need or don't without seeing your source video. However you will probably have more fun playing with them and there is a vast amount of information on this site alone.
Here are a few links to get started.
Scintilla's guide to avisynth filters has a good selection and description to start with http://aquilinestudios.org/avsfilters/index.html
If you wanted to know more about aspect ratios and resolutions try here http://lipas.uwasa.fi/~f76998/video/conversion/#conversion_table
PS Forgot before welcome to the forum :D
If you are having troubles with washed out colors, make sure that ColorMatrix is applied. There is an option in the "Advanced Options" tab. If colors are still washed out after using ColorMatrix, what player are you using?
If you want to sharpen your video, using something like LimitedSharpenFaster, LSFmod, or Seesaw.
If you want to add grain, take a look at AddGrain, or GrainFactory3.
If you want to preserve more detail/grain, try increasing the psy-rd value in you x264 options.
All in all, all of this you can learn by browsing over to the Avisynth section and checking out www.avisynth.org
Chengbin
3rd July 2009, 02:24
buzzqw, change fps doesn't work that well.
I have a 29.97 video, and I want to encode it to 23.976, the results look pretty bad. It looked like stuttering at times. When I went through it frame by frame, I saw repetition of frames.
For example, in a camera pan, say every frame moves to the right by 1cm. The stuttering I'm seeing is when a frame is repeated, and the next frame move 2cm to the right.
EDIT: Never mind, the source is vfr.
alter4
3rd July 2009, 16:49
Feature request.
buzzqw, could you please add "remember last dir" feature for "open file" button. I suppose the path could be stored in INI file when program is shutting down. All my DVDs are in the same folder, it is so annoying to me to choose the folder again, again and again.... THX in advance.
flebber
4th July 2009, 00:09
Feature request.
buzzqw, could you please add "remember last dir" feature for "open file" button. I suppose the path could be stored in INI file when program is shutting down. All my DVDs are in the same folder, it is so annoying to me to choose the folder again, again and again.... THX in advance.
Already implemented you can add it to your ini profiles.
just the last bit of the ini
#Project Options
Shutdown=0
Reboot=0
Suspend=0
Multitemp=0
Input Work Folder=0
Clean Temporary files=0
AutoAnalysis of input files=0
Workfolder=C:\Rip\HDConvertToX_1.8.332.2935\temp\
Muxing Title=Done with HDConvertToX v.1.8.335.2949
Default Output Folder=C:\Rip\Produced\
feanor12
4th July 2009, 03:18
I think this is not what alter4 ment.
He wanted HDC to remember last opened folder for input I think.
btw: This function would be very handy for me too! ツ
flebber
4th July 2009, 07:16
Buzzqw how could I get a filter like SmoothD() or any other deblocking filter to run before cropping or resizing?
Acid-Burn
4th July 2009, 10:22
#####
Sharc
4th July 2009, 15:45
Hi buzzqw
Just in case your twins should leave you alone for a minute....:D
It looks like the compression test is broken (crf mode): It immediately terminates leaving a sample size of 0.00MB.
The generated script for compression plays correctly in MPC though.
Have a lot of fun with the kids :)
Added: The x264 encoding also doesn't start from the Start Queue, only the extractions are done, then HDC terminates. Container is m2ts for Blu-Ray Structure.
Something seems to be broken in v3232 ?
Acid-Burn
4th July 2009, 16:29
#####
Havokdan
4th July 2009, 16:35
Acid-Burn, do you use option "Multitemp"? I think if you use that maybe resolve.
Sorry bad english.
tehownt
4th July 2009, 16:51
I don't really know why but file analysis does never work for my mkv movies.
Mediainfo (mediainfo.sf.net) has no problem finding all the required information though, maybe using this application instead of the included decoders would help ?
This is the error I get:
"Cannot allocate memory because no size has been set".
Acid-Burn
4th July 2009, 17:09
#####
Havokdan
4th July 2009, 19:46
Acid-Burn, I suggested that, for HDC it uses files with the same name for several conversions, it can be that the last open file and added in the line has put upon him/it of the previous files. That that I thought was.
Acid-Burn
4th July 2009, 19:56
#####
Acid-Burn
5th July 2009, 01:54
#####
buzzqw
6th July 2009, 09:00
Small Bug Report. Using the latest 1.9.403.3232.
It appears that HDConvertToX still thinks that there is an error when loading a file after that error has been corrected and the "problem" file loads fine in MPC.
To replicate:
1) Take a .vob file.
2) Turn OFF ffdshow mpeg2 codec. Or any other directshow mpeg2 filter you have. Make sure that there is no way the file can be played through directshow.
3) Load .vob file into HDC.
4) Analyze. A problem will occur. MPC will display an error saying that "DirectShowSource: RenderFile, the filter graph won't talk to me."
5) Don't close HDC!
6) Renable Mpeg2 decoding (in ffdshow or otherwise).
7) Re-analyse your file. It will say that there is a problem, but when MPC loads to display the problem, it loads the .vob file correctly and plays just fine.
fixed
@buzzqw
Next, I tried simplifying the file by removing unnecessary audio using tsMuxeR and then creating a 10 min segment using TSPE. When loaded into HDConvertToX, I get the same result (halts after first encoding pass).
need a sample to replicate
In addition to my earlier bug report (http://forum.doom9.org/showthread.php?p=1300398#post1300398) (in case you didn't see it), I noticed that there seems to be an issue when selecting "automatic" from the deinterlacer drop down.
as stated automatic deint isn't recommend and is already written that automatic deint don't work with ivtc
i added a workaround in next update, but is ugly , and not recommend
Feature request.
buzzqw, could you please add "remember last dir" feature for "open file" button. I suppose the path could be stored in INI file when program is shutting down. All my DVDs are in the same folder, it is so annoying to me to choose the folder again, again and again.... THX in advance.
hdc will open the same last folder as last opened file
Congratulations Buzz :)
I'll try to be brief, I know you're busy with the newcomer :)
When I put more movies in queue HDC seems to take and extract the same subtitles, in my case, the subs from Navy seals and it put those on all the movies in queue.
you are right, hdc use the same fodler for extracting subs and with the same name.. so same subs for different movie...
i will try to fix it
Hi buzzqw
Just in case your twins should leave you alone for a minute....:D
It looks like the compression test is broken (crf mode): It immediately terminates leaving a sample size of 0.00MB.
The generated script for compression plays correctly in MPC though.
Added: The x264 encoding also doesn't start from the Start Queue, only the extractions are done, then HDC terminates. Container is m2ts for Blu-Ray Structure.
Something seems to be broken in v3232 ?
totaly unable to replicate. please post the x264 dos error
I think Queue is broken. I queued a set of different scaled movies, with different crop values.
Appearantly it scales and crops all movies in queue with the values of the last added movie.
never use queue for the same file or multitemp too
example: my input file is "test.vob"
the avs script is always created as hdconverttox_test.avs
regardless of queue.
In multitemp HDC create a folder for each input file, BUT if the input file is always test.vob it will create a single test folder, and each avs/subs will be named the same!
ergo: use different input file name, and use multitemp if you want handle subs
I don't really know why but file analysis does never work for my mkv movies.
Mediainfo (mediainfo.sf.net) has no problem finding all the required information though, maybe using this application instead of the included decoders would help ?
This is the error I get:
"Cannot allocate memory because no size has been set".
reinstall avisynth, ffdshow, haali media splitter
BHH
Tiberiust
6th July 2009, 09:19
@Buzz
Following on from Acid Burn, I noticed a similar problem when doing 'multiple Multi Episode DVDs'. Doing the DVDs one at a time worked perfectly, selecting the individual PGCs and queueing them. However when I tried to queue up more than one DVD, (I tried 4 DVDs with 4 episodes each overnight, so 16 in the queue) it uses the IFO file for the last one I selected and repeats the PGCs for that IFO only, ignoring the earlier entries.
The DVDs were ripped to disk and in separate folders.
No big deal, I did them all individually, but seems you're gonna be looking at the queue system so....
Tks
T
buzzqw
6th July 2009, 09:58
@Tiberiust @Acid-Burn
please try this build : http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
it should rip subs and pgc correctly, edit when working with multiple dvd in queue
for any problem remember to post the report
thanks
BHH
About the whole "working with with similar named files in multitemp" thing, (as I discovered this weekend when working with multiple DVD's with the same ifo structure), why not allow multiple folders that increment with the same name, similar to MeGUI.
Ex. Folder - "temp.vob"
Folder - "temp.vob_1"
Folder - "temp.vob_2"
etc....
Should be easy enough to implement a check and change the folder name.
Sharc
6th July 2009, 19:04
totaly unable to replicate. please post the x264 dos error
Arrrgh! I omitted to put a blank between the x264 settings keyword and its value, like --keyint24 instead of --keyint 24 in the HDConvertToX_profile.txt. My mistake.
buzzqw
7th July 2009, 07:39
About the whole "working with with similar named files in multitemp" thing, (as I discovered this weekend when working with multiple DVD's with the same ifo structure), why not allow multiple folders that increment with the same name, similar to MeGUI.
Ex. Folder - "temp.vob"
Folder - "temp.vob_1"
Folder - "temp.vob_2"
etc....
Should be easy enough to implement a check and change the folder name.
Good Idea!
Another beta update http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
this update doesn't allow more multitemp, because every file will now create a specific temp folder, and hdc will store it all files
inputfilefolder should work too
BHH
alter4
7th July 2009, 10:17
@buzzqw
I used HDC (ver 1.9.302...but is not important here I think) bitrate calculator tool, opened video file to find out its length and calculated bitrate. I noticed temp stuff appeared in root HDC folder, not in my temp (E:/temp) folder. I suppose it is another minor bug ;-)
buzzqw
7th July 2009, 10:27
bitrate calculator don't know the temp folder...
this isn't to change
BHH
P.S. i have already update (but not uploaded) HDC to support new x264! :)
i hope for some test on new "multitemp" , then i will do a new full package with new x264
alter4
7th July 2009, 10:36
bitrate calculator don't know the temp folder...
this isn't to change
BHH
Excuse me, but why? When bitrate calculator detects movie length it produces temp files, (movielength temporary stuff).
I suppose this stuff must be in temp folder, not in HDC root;)
[Edited:] Now I am at work, I can't enumerate file names appear in HDC root folder exactly, but I hope, buzzqw, you understand what I mean in case of "movielength temporary stuff".
Another argument. On some systems user doesn't have rights to write anything in "program files" folder in which HDC is located, but have rights to write to temp folder.
feanor12
7th July 2009, 18:25
I have sometimes problems with AVIMux_GUI.
At the end of encoding AVIMux_GUI crashes, but when I manually open it and put in it files from temp folder it works normally. What can be problem?
Maybe output path and filename has something to do with this error?
P.S. i have already update (but not uploaded) HDC to support new x264! :)
i hope for some test on new "multitemp" , then i will do a new full package with new x264
:thanks: you are awsome!! :rolleyes:
Chengbin
8th July 2009, 03:29
Tiny bug.
When you try to encode a video without analyzing it first, the message pops up twice.
Mrsash
8th July 2009, 09:11
Well I tried with the first beta to encode the one movie apart from others in relation to overcrop and stuff and this time got it right. The AR came out right and no problems if I its a new temp folder. I then kept the same folder and encoded movie 2 and guess what movie 2 came out with movie 1 Audio. So there is definitely a bug. Also another bug. I set the temp folder to D:temp and loaded the ifo and hit analyse and it automatically changed the temp to c:\documents settings ..... \temp and I had to switch it again. So AR issues like Acid burn said is HDC issue....
buzzqw
8th July 2009, 09:40
I then kept the same folder and encoded movie 2 and guess what movie 2 came out with movie 1 Audio
please be sure that movie2 is worked on "job2" folder (check the new build!)
I set the temp folder to D:temp and loaded the ifo and hit analyse and it automatically changed the temp to c:\documents settings ..... \temp and I had to switch it again.
fixed
So AR issues like Acid burn said is HDC issue
post a make report
and please redownload beta build http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
thanks to all
BHH
alter4
8th July 2009, 11:09
I stand my ground.
Please look at attached screenshot, I open bitrate calculator and press "Open video file" button. Outlined with red pen files appeared in the HDC root instead of temp folder.
technoir1
8th July 2009, 11:40
@ buzzqw
just wondering what i'd need to do to get this running on linux? if thats possible at all? I remember a while ago you telling us that automkv worked (limited) on linux and am hoping that it is the same for hdconverttox :)
cheers!
buzzqw
8th July 2009, 12:12
@alter4
in next full update hdc bitrate will put files in standard analysis folder
@technoir1
:(
at home i have only linux computers (fedora and ubuntu).. consider this..
until eac3to don't work on linux.. i cannot resolve
BUT, don't worry, for sure i will do something for linux too :)
BHH
alter4
8th July 2009, 12:26
@alter4
in next full update hdc bitrate will put files in standard analysis folder
BHH
Thank you very much!!!
buzzqw
8th July 2009, 15:30
update a new beta
fixed some nested case of temporary folder
since new x264 build is out, i am ready for new package.
Please pals.. do some test
thanks
BHH
technoir1
8th July 2009, 16:00
@alter4
in next full update hdc bitrate will put files in standard analysis folder
@technoir1
:(
at home i have only linux computers (fedora and ubuntu).. consider this..
until eac3to don't work on linux.. i cannot resolve
BUT, don't worry, for sure i will do something for linux too :)
BHH
thats brilliant news! :)
I am guessing ur talking about "eac3to" not running natively on linux rather than using wine? apparently there is a program called "tsMuxeR" It is supposodly an equivilent to eac3to that runs natively on linux, however im not an expert, so i wouldnt know if it competes or is even a viable alternative.
yea Linux has definitely taken off lately, and jaunty is kicking ass! i can run all my games on it now, cod4, bioshock, command and conquer 3 etc! GO LINUX!
alter4
8th July 2009, 17:53
I did some tests with latest beta. All seems are ~ ok. I caught only Chengbin reported bug :) When you try to encode a video without analyzing it first, the message pops up twice.
buzzqw
8th July 2009, 18:59
even if Chengbin bug's is simple.. isn't so easy to resolve..
most probably it will remain for some releases
BHH
Mrsash
8th July 2009, 21:58
Tried the new beta. clicking encode or start queue does nothing??
feanor12
8th July 2009, 22:29
I had the same problem. I tried few times with different options.
At last it worked. I think I changed only file name - make it shorter and more simple! ツ
buzzqw
9th July 2009, 07:43
both Generate Encoding and Start Queue, works correctly
otherwise use the make report
feanor12 suggestion is good. Since HDC works with batch, there is a limit of how long a string can be
BHH
alter4
9th July 2009, 10:58
Is it difficult to add some kind of fool-tolerance? Check avisynth installed at HDC launching. I gave HDC to my friend, he is not advanced user, regardless of my detail instruction he contrived to run HDC without installed avisynth and got non-working software. May be this feature will be useful for some guys;-)
even if Chengbin bug's is simple.. isn't so easy to resolve..
most probably it will remain for some releases
BHH
I am a developer, so I called these bugs "icebergs". There is small extent over the water only. But the bug is bug :D
buzzqw
9th July 2009, 12:06
Is it difficult to add some kind of fool-tolerance? Check avisynth installed at HDC launching. I gave HDC to my friend, he is not advanced user, regardless of my detail instruction he contrived to run HDC without installed avisynth and got non-working software. May be this feature will be useful for some guys;-)
done (avisynth ,ffdshow and haali)
BHH
Buzz, I'm getting a problem with crop on the latest beta (3310). I'm using an IFO from DVD (8min clip) and it analyzes fine, but it doesn't perform the crop calculation. Worked fine in the previous version.
buzzqw
9th July 2009, 12:22
open the analyze.avs in analysis folder with virtualdub
any error ?
BHH
Found the problem (opens fine with Vdub). For some reason, my FFDshow auto-preset loading was not working and the resize attributes were screwing up the crop, even though the video rez was correct (720x480).
I've been playing with the latest FFDshow and the latest x264 (1179) and the preset/tune.
buzzqw
9th July 2009, 12:44
glad you resolve
just do more attention next time, before complaining ;)
BHH
Yeah, I know, I keep forgetting how everything is dependent on everything else.
BTW, using this beta, the visual crop tool just shows black frames. Is there a new crop tool to come? Vdub shows the frames just fine (AnalysisAnalyze.AVS).
buzzqw
9th July 2009, 12:58
visual crop will analyze a random portion of film
AND is possibible that you got a early slice.. all black
just it shuffle
BHH
BHH, I found the weird problem, it's easy to reproduce with an IFO, the version of FFDshow does not matter.
If you drag-n-drop the IFO to the Open field and then analyze, the crop does not work. If you choose the open button and select the IFO, then it works perfectly every time.
buzzqw
9th July 2009, 14:16
fixed start queue bug in latest beta
i'll check the ifo issue, thanks
BHH
Mrsash
9th July 2009, 14:20
both Generate Encoding and Start Queue, works correctly
otherwise use the make report
feanor12 suggestion is good. Since HDC works with batch, there is a limit of how long a string can be
BHH
I dont understand. The files are in same location and the save file name is 1.mkv, as before. There cant be anything short than 1.mkv!
buzzqw
9th July 2009, 14:33
I dont understand. The files are in same location and the save file name is 1.mkv, as before. There cant be anything short than 1.mkv!
fixed start queue bug in latest beta
... redownload the latest beta
BHH
BHH:
I found the problem with HDC_VisualCrop.EXE. I went back to x264_1173 and it works fine with the preview window/crop. When I put 1179 in, it fails with a blank preview. I believe it is calling x264 with the wrong params now that 1179 has change the CLI.
buzzqw
9th July 2009, 14:51
yes, i have already update viduacrop exe
download this vidualcrop http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
will be included in next full update
BHH
Mrsash
9th July 2009, 15:28
yes, i have already update viduacrop exe
download this vidualcrop http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
will be included in next full update
BHH
I used this visual crop and cant see picture itself but only see blue bars?
Queue works now. thanks
buzzqw
9th July 2009, 15:50
redownload it
this visual crop is to use only with new x264.exe (rev 1179)
BHH
Mrsash
9th July 2009, 15:54
redownload it
this visual crop is to use only with new x264.exe (rev 1179)
BHH
Ops right
started the queue. think I spoke to soon. It stopped at chapter extractor with an error.
Could this have something to do with the fact that I was using new visual crop?
buzzqw
9th July 2009, 15:55
chapter and visual crop ? no , nothing to spare in common
so is chapter extractor that put an error ?
what error ?
BHH
Mrsash
9th July 2009, 15:59
chapter and visual crop ? no , nothing to spare in common
so is chapter extractor that put an error ?
what error ?
BHH
Said it could not access it. In the window I did see default location for HDC had no job folders. with one early beta I could see these folders being created as it went further in the queue.
My temp folder is this D:\HDConvertToX_1.8.332.2935\temp\
but no such folder. In fact the usual huge audio file I see in the temp folder or job folder was in the HDC root!
buzzqw
9th July 2009, 16:02
you should start making better bug report, otherwise is near impossible to help
and redownload hdc beta
BHH
Mrsash
9th July 2009, 16:04
you should start making better bug report, otherwise is near impossible to help
BHH
The problem is I dont know if I should do the report before using make report or if an error occurs should I then go back to make report or does HDC store some log file I can post after the error comes up?
thanks
Mrsash
9th July 2009, 16:09
I have same 2 movies in the queue. What is the best way to proceed?
If make report does not tell you where the error lies then there should be a easy button say create log which shows up as option after a encode. Just a suggestion
Mrsash
9th July 2009, 16:16
HDConvertToX v.2.0.420.3348 report
Input File: o:\new folder (8)\movies\1 mix\kis kis kismat\new folder\video_ts\vts_01_1.vob ( O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:13:54:08 / chained=1
Codec Video: mpeg
Width / Heigh : 704 / 480
Framerate / Framecount: 29.970 / 240778
Duration(hh:mm:ss): 2:13:54
Aspect Ratio: 1.7778
Resized resolution: 704 / 320
Crop Values : 0:44:0:52
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 1490
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Mixed interlaced/telecine
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: Hindi (AC3 6ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"D:\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[o:\new folder (8)\movies\1 mix\kis kis kismat\new folder\video_ts\vts_01_1.vob] -OF=[D:\HDConvertToX_1.8.332.2935\analysis\movie] -exit -minimize
"D:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_1.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_2.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_3.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_4.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_5.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_6.vob" 3: stdout.wav -normalize | "D:\HDConvertToX_1.8.332.2935\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "D:\HDConvertToX_1.8.332.2935\analysis\hdencodertox-pid3.mp4"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 1 --bitrate 1425 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate 1425 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\Chapter\ChapterXtractor.exe" "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_1.8.332.2935\analysis\chapters.txt" -p5
"D:\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\1.MKV" --default-duration 0:23.976fps "D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.h264" --language -1:hin "D:\HDConvertToX_1.8.332.2935\analysis\hdencodertox-pid3.mp4" --chapters "D:\HDConvertToX_1.8.332.2935\analysis\chapters.txt" --title "Done with HDConvertToX v.1.8.332.2935"
-> End Queue
AviSynth Script ->
Working with files: D:\HDConvertToX_1.8.332.2935\analysis\hdconverttox_vts_01_1.avs
Mpeg2Source("D:\HDConvertToX_1.8.332.2935\analysis\movie.d2v")
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=0)
LanczosResize(704,320,0,44,-0,-52)
ColorMatrix(d2v="D:\HDConvertToX_1.8.332.2935\analysis\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
buzzqw
9th July 2009, 16:17
just redownload latest beta
and add your works to queue
and start queue it
if you got an error, re add your work to queue
and hit make report
is very difficult for hdc to create a true encoding log
EDIT:
"D:\HDConvertToX_1.8.332.2935\applications\Chapter\ChapterXtractor.exe" "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_1.8.332.2935\analysis\chapters.txt" -p5
launch it from dos
what is the error ?
BHH
Mrsash
9th July 2009, 16:21
Well I posted make report and am watching the folder HDC and no job or temp folders like before. when I saw earlier it also said something like x264 cannot find job/XXXX/ etc. But when I close the error and went to check the HDC folder I could not find anything I could actually post to show this
Mrsash
9th July 2009, 16:24
Ok dont know whats happening. I just hit encode after 1 movie and nothing happening. CAn you post your HDC link again
buzzqw
9th July 2009, 16:24
make report don't create a "job" folder
again, do this:
load you file, set hdc, add to queue, hit make report
post it
BHH
Mrsash
9th July 2009, 16:25
just redownload latest beta
and add your works to queue
and start queue it
if you got an error, re add your work to queue
and hit make report
is very difficult for hdc to create a true encoding log
EDIT:
launch it from dos
what is the error ?
BHH
Sorry deleted the whole folder analysis to start fresh...
Mrsash
9th July 2009, 16:27
make report don't create a "job" folder
again, do this:
load you file, set hdc, add to queue, hit make report
post it
BHH
Here you go
HDConvertToX v.2.0.420.3348 report
Input File: o:\new folder (8)\movies\1 mix\kis kis kismat\new folder\video_ts\vts_01_1.vob ( O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:13:54:08 / chained=1
Codec Video: mpeg
Width / Heigh : 704 / 480
Framerate / Framecount: 29.970 / 240778
Duration(hh:mm:ss): 2:13:54
Aspect Ratio: 1.7778
Resized resolution: 704 / 320
Crop Values : 0:44:0:52
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 1490
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Mixed interlaced/telecine
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: Hindi (AC3 6ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"D:\HDConvertToX_1.8.332.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[o:\new folder (8)\movies\1 mix\kis kis kismat\new folder\video_ts\vts_01_1.vob] -OF=[D:\HDConvertToX_1.8.332.2935\temp\job1\movie] -exit -minimize
"D:\HDConvertToX_1.8.332.2935\applications\eac3to.exe" "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_1.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_2.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_3.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_4.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_5.vob"+"O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_6.vob" 3: stdout.wav -normalize | "D:\HDConvertToX_1.8.332.2935\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "D:\HDConvertToX_1.8.332.2935\temp\job1\hdencodertox-pid3.mp4"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 1 --bitrate 1425 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\x264.exe" --pass 2 --bitrate 1425 --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 --sar 1:1 --output "D:\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_1.8.332.2935\applications\Chapter\ChapterXtractor.exe" "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_1.8.332.2935\temp\job1\chapters.txt" -p5
"D:\HDConvertToX_1.8.332.2935\applications\mkvmerge.exe" -o "O:\New Folder (8)\Movies\1 Mix\Kis Kis Kismat\New Folder\VIDEO_TS\1.MKV" --default-duration 0:23.976fps "D:\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" --language -1:hin "D:\HDConvertToX_1.8.332.2935\temp\job1\hdencodertox-pid3.mp4" --chapters "D:\HDConvertToX_1.8.332.2935\temp\job1\chapters.txt" --title "Done with HDConvertToX v.1.8.332.2935"
-> End Queue
-> End AviSynth Script
The version I am using is your latest beta
version 2.0.420.3348
buzzqw
9th July 2009, 16:34
ok, now i see the job1 folder
so... you say that chapter exctractor bombs
what is the error ? can you screengrab it ?
try using a shorter path
i cannot debug chapter extractor ...
BHH
Mrsash
9th July 2009, 16:40
Well I dont know I clicked start queue and nothing happens. I clicked just the encode and still nothing?
I think you introduced the queue bug again... in latest beta. I am not even sure whcih version I should be using. I downloaded from last link you posted of beta
I think chapter extractor was working fine even though it was chapter extractor error. I saw in the dos window when I saw the error message come up saying cant find job folder etc. Since the job folder was not created it could not find the reference. This is what I think
buzzqw
9th July 2009, 16:50
yep
new beta already readdownload hdc beta
now it work in temporary folder (jobX)
BHH
Mrsash
9th July 2009, 16:51
I am off mate gotta go to work tomorrow and its 1.40 in the morning. Hope this helps
Mrsash
9th July 2009, 16:52
yep
new beta already readdownload hdc beta
now it work in temporary folder (jobX)
BHH
Where is the link?
Mrsash, you can try to take out each batch command and run them separately, to see which fails and then you will be able to record the error msg. Look in the file "hdconverttox.bat" in the HDC folder.
buzzqw
10th July 2009, 08:27
Where is the link?
http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
BHH
Adub
10th July 2009, 16:44
For reference, the latest beta is working just fine here Buzzqw. I haven't tested with any DVD sources yet, but that's because I am at work.
I can load up and start the queue just fine.
buzzqw
10th July 2009, 17:30
Thanks Adub
i will upload monday the full package (if no ugs are reported)
BHH
Mrsash
10th July 2009, 17:38
http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
BHH
OK using the beta version 2.0.423.3351
started queue with DVD. Queue works but it is 8 hours on a quad core and still not finished the first movie. Usually conversion takes about 3 or so hours for a 2 pass encode on my machine.
delacroixp
10th July 2009, 18:20
Assume 23.976 fps
use the free avs string for video
and use eac3to with slowdown for audio
Audio and video encode perfectly but muxing fails for MP4 and MKV.
All works well if muxed with YAMB or MKVmergeGUI.
It's all good
:):devil::D
Pascal
harycover
10th July 2009, 18:28
Hi
First, thank you very very much for this nice software :)
I really appreciate to be able to choose many audio tracks along with many subtitles
But is there a way to choose the number of threads x264 runs ?
I have an I7 920 overclocked to 3,8 ghz, along with 12GB of ram, to run seven 64bits, but when using HDConvertToX the x264 thread takes only about half cpu ressources and thus it takes over twice the time that ripbot264 takes to encode the same movie using the same codec and bitrate
Don't take me wrong, I still prefer your software for much greater flexibility, I'm just wondering if there is a way to speed it up by enabling full power of x264 multithread encoding
Thanks
buzzqw
10th July 2009, 19:09
Audio and video encode perfectly but muxing fails for MP4 and MKV.
All works well if muxed with YAMB or MKVmergeGUI.
can you write the error on muxing ?
@Mrsash AND @harycover
hdc isn't slow, since it's a gui.
you must check profile used and avsynth script
x264 is used in automatic thread detection (cores*1.5), so there isn't any need to change it.
More over HDC SUPPORT Avisynth MT, just install it and check the appriate check in advanced options (latest beta)
more over you can compare gui, just x264 versions, x264 options used and avisynth script ;)
BHH
harycover
10th July 2009, 19:35
Thanks :)
Can your gui be used with x264 64 bits ? apparently ripbot264 includes one, I've tried switching the exe but it doesn't seem to work, maybe if you add some encoding options for x264 (since it's the most popular codec these days) I used to use command line for my very first encodings (dvd) but since then my brain have became lazy and now I prefer nice guis and leave the hard work for smarter persons like you :)
I use no filters (denoise etc) so I'm pretty sure the settings are the same
I have to go off for the moment but I'll do a bit more serious investigations and tell you
btw : how to know the x264 version ? a right click to check properties doesn't tell
Cheers
Adub
10th July 2009, 19:59
To check the x264 version, simply navigate to the containing folder with the command line, execute the executable, and read the output. Version number should be near the top.
buzzqw
10th July 2009, 20:02
or do x264 --version
about 64bit: should work , but i haven't a 64bit os.. so i cannot test
just try it and report any errors
BHH
delacroixp
10th July 2009, 20:47
can you write the error on muxing ?
There are no error messages but the audio is out of synch.
The video is muxed back to 25 fps while the audio is correctly left at 23.976 fps.
I did notice that mkvmergeGUI will prompt the user to manually input the framerate since ...
You're adding an AVC/H.264 elementary stream to the output file. mkvmerge cannot determine the number of frames per second for such files itself.
Therefore you have to set this parameter yourself on the 'format specific options' page.
If you don't do this then mkvmerge will assume 25 fps.
I had no problems with YAMB eventhough the audio framerate setting is greyed out ... having no entry at all
(the video framerate is correctly reported as 23.976).
It's all good
:):devil::D
Pascal
buzzqw
10th July 2009, 21:29
Assume 23.976 fps
hdc don't parse freeavs for checking change of framerate, and so mux is done at 25
you should use the framerate changer already present (srestore)
i will add in future update the possibility of changing framerate
i can only suggest now to tweak manually the muxing line
BHH
delacroixp
10th July 2009, 22:09
i will add in future update the possibility of changing framerate
i can only suggest now to tweak manually the muxing line
:thanks: much appreciated !
Is there any chance that HDC could automatically reduce the framerate of PAL movies downto 23.976 fps
(in a similar way that it performs IVTC on NTSC movies) ?
It's all good
:):devil::D
Pascal
picman1
10th July 2009, 22:10
I'm new to this tool and looking to create an M2TS file that I want to copy an AVC video file, encode a True_hd 5.1/7.1 audio file to LPCM or other lossless audio and keep the AC3 core from the True_hd audio as a second audio track. I can see where I can copy the AVC file and I see an option to keep the AC3 code only but does that mean I can't get the converted Lossless track in addition to the AC3 core? Any help with this is greatly appreciated. I plan on using these files for streaming to a PS3 if that is possible.
Mrsash
11th July 2009, 02:20
can you write the error on muxing ?
@Mrsash AND @harycover
hdc isn't slow, since it's a gui.
you must check profile used and avsynth script
x264 is used in automatic thread detection (cores*1.5), so there isn't any need to change it.
More over HDC SUPPORT Avisynth MT, just install it and check the appriate check in advanced options (latest beta)
more over you can compare gui, just x264 versions, x264 options used and avisynth script ;)
BHH
What is Avisynth MT? I have Avisynth 2.58 which is presently installed on my PC is that what you mean?
The first movie has been done and took about 11 hrs
this is the script from "hdconverttox_vts_01_1.avs"
hope this is what you mean. Anything else you would like me to post?
#HDConvertToX Avisynth Script
#
#Input File = o:\new folder (8)\movies\1 mix\kismat 2\video_ts\vts_01_1.vob
#Original Resolution = 704x480
#Aspect Ratio = 1.7778
#Frame rate =29.970
#Number of Frames = 240778
#Lenght (hour:minutes:seconds) = 2:13:54
#Display Aspect Ratio = 2.2222
#Aspect Error = 1.0114
#
#Resized resolution = 704 / 320
#Crop Left = 0
#Crop Top = 44
#Crop Right = 0
#Crop Bottom = 52
#
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\AddGrain.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\AddGrainC.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\autocrop.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\Average.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\avss.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\ColorMatrix.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\deblock.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\Decomb.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\deen.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\degrainmedian.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\dfttest.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\DGAVCDecode.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\DGDecode.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\DirectShowSource.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\EEDI2.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\FFMS2.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\FFT3DFilter.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\FluxSmooth.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\frfun7.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\gradfun2db.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\hqdn3d.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\MSharpen.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\mt_masktools-26.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\mvtools.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\mvtools2.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\NicAudio.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\nnedi.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\RemoveDirtS.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\RemoveGrainS.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\RepairS.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\SangNom.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\SoundOut.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\TBilateral.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\TDeint.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\TIVTC.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\TTempSmooth.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\UnDot.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\UnFilter.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\VSFilter.dll")
LoadPlugin("D:\HDConvertToX_1.8.332.2935\filters\yadifmod.dll")
Import("D:\HDConvertToX_1.8.332.2935\filters\BlindDeHalo3_mt2.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\Deblock_QED_MT2.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\Lem.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\LSFmod.v1.7.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\MCTemporalDenoise.v1.2.02.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\QMLF_3_motions.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\QMLF_5_motions.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\QMLF_7_motions.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\QMLF_9_motions.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\seesaw.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\spresso.avsi")
Import("D:\HDConvertToX_1.8.332.2935\filters\Srestore.avsi")
#Source File
Mpeg2Source("D:\HDConvertToX_1.8.332.2935\temp\job1\movie.d2v")
#Insert Deinterlacer
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=0)
#Applying Resizing
LanczosResize(704,320,0,44,-0,-52)
#Insert Filters As Requested
ColorMatrix(d2v="D:\HDConvertToX_1.8.332.2935\temp\job1\movie.d2v")
hqdn3d(1)
buzzqw
11th July 2009, 02:34
I'm new to this tool and looking to create an M2TS file that I want to copy an AVC video file, encode a True_hd 5.1/7.1 audio file to LPCM or other lossless audio and keep the AC3 core from the True_hd audio as a second audio track. I can see where I can copy the AVC file and I see an option to keep the AC3 code only but does that mean I can't get the converted Lossless track in addition to the AC3 core? Any help with this is greatly appreciated. I plan on using these files for streaming to a PS3 if that is possible.
hdc apply the same audio codec to all tracks.
i suggest to use flac , since it's lossless
What is Avisynth MT? I have Avisynth 2.58 which is presently installed on my PC is that what you mean?
The first movie has been done and took about 11 hrs
here is the multithreaded avisynth http://forum.doom9.org/showthread.php?t=144852
and , moreover you have selected as deinterlace "Mixed interlaced/telecine" and this routines must check for BOTH interlace and telecine.
this must be slow.
just use Interlaced or Film NTSC (29.97->23.976), you will have a huge boost of speed (but not in quality of deinterlace)
BHH
Mrsash
11th July 2009, 02:59
hdc apply the same audio codec to all tracks.
i suggest to use flac , since it's lossless
here is the multithreaded avisynth http://forum.doom9.org/showthread.php?t=144852
and , moreover you have selected as deinterlace "Mixed interlaced/telecine" and this routines must check for BOTH interlace and telecine.
this must be slow.
just use Interlaced or Film NTSC (29.97->23.976), you will have a huge boost of speed (but not in quality of deinterlace)
BHH
I had chosen the same filter for these movies before so I dont understand why it would take 4x longer with this beta. Anyway did you mean the difference in quality is not visible between Interlaced and Interlaced/telecine?
Anyway went to the site you advised for avisynth MT but am a bit confused what it does and what benefits it has?
Also HDC is working on the second movie and I see in task manager it only is using 25% of CPU where earlier is was using the rest of the CPU after the usual process. I tried setting it to high proirty but it still stuck at 25%. Hope this helps
buzzqw
11th July 2009, 06:29
just copy (overwriting) the avisynth.dll and mt.dll in your system32 folder
on hdc, on advanced settings check Use multithreaded avisynth (and save setting)
cpu usage depends on x264 options and script, if you are using the latest beta YOU must manually update to latest x264.exe too
on monday i will publish a new full package
BHH
Tiberiust
11th July 2009, 07:52
@Buzzqw
@Tiberiust @Acid-Burn
please try this build : http://www.64k.it/andres/data/hdconverttox/HDConvertToX_beta.exe
it should rip subs and pgc correctly, edit when working with multiple dvd in queue
for any problem remember to post the report
thanks
BHH
Sorry it took me so long, I had to get the original DVDs back from my mate I was encoding for.
But complete success!. That new build ripped the individual PGCs from multiple DVD queue entries and put the finished files in the right place perfectly. Only thing I noticed was that during x264 encoding it did not report the usual progress timer and percentage of completion.
Tks a lot - this GUI looking more and more awesome every day!
T
buzzqw
11th July 2009, 09:37
thanks Tiberiust
with wich build?
3xxx?
BHH
Tiberiust
11th July 2009, 22:02
@Buzzqw
The one you said to try as per link I referenced ...says this on XP File Properties : 2.0.423.3351
T
Mrsash
12th July 2009, 06:07
Buzz as you said I only used interlaced and it now 8 hrs and the movie is still not done? Is something wrong with the beta. I was using the same filters before without taking so much time to encode?
buzzqw
12th July 2009, 06:53
@Tiberiust
thanks! i asked this because i have upload too many beta.. , but i am glad.. you have tested the latest one :)
@Mrsash
1) are you using beta build or new build ?
if you are using the beta build , Do you have update the x264 to rev 1179+ ?
and How a gui can be slower ?
it's just a matter of preset used, and the new beta required the new x264.exe AND the new profile.
and , of course of deinterlace used.
so, sorry Mrsash, but i cannot help on "slower" encoding
BHH
Mrsash
12th July 2009, 07:42
Ok that makes sense. I have not updated. Can you tell me how to update to latest version? Any instructions I can check somewhere.
I was so focused on the fact that you have fixed the AR bug by using seperate folders I completely forgot update x264
thanks
buzzqw
13th July 2009, 07:42
new full package HDConvertToX 2.0.424.3356
changelog
>fixed hdconverttox_profile.txt. Now hdc will be shipped as default with a reduced profile list. The full optional profile list will be in \applications folder. Use the profile within \applications (overwriting the standard one) only if you know what are doing
>added second free avs string support
>added specific support for multithreaded avisynth. Check Advanced options, Filters panel. Also saved in settings
>added m2t to file support
>fixed copy video mode for avc codec
>fixed triggered bug when analyzing a file after unplayable one
>fixed automatic deint and 29.97 source files. NOW IT WILL ALWAYS MUXED AS 23.976. This isn't a guarantee of correct mux
>fixed multiple input queue. Now HDC will create a jobX folder for each job, storing each work in different folders, regardless of same input file
>fixed update manual
>fixed is now not possible to start encoding before analyzing input file
>added "No Hardware Compatibility Required" option
>fixed now width and height accept only numbers, the same for manual bitrate
>fixed only audio encoding forcing DirectShowSource decoder
>added 32 to mod compatibility for both height and width
>fixed hdc deinterlace to use a ultrafast preset
>added support for new x264 preset. These presets are already used in profiles
>added support for tune parameter of x264. Check Advanced Options, Filters
>now HDC Bitrate Calculator will put temporary files in a analysis folder
>fixed workaround for missing audio detection by eac3to
>added m2v to list of supported input file
>added GrainOptimizer to filter list
>other minor corrections and cosmetic fixes
BHH
Havokdan
13th July 2009, 10:00
How start encode? Buttons generate encode, start queue and add queue dont works for me. Thanks for nice update.
buzzqw
13th July 2009, 10:26
load your file, analyze it, and start button will be avaiable ;)
BHH
Havokdan
13th July 2009, 10:41
I had that, but dont work. I try re-download package.
I discovered what he occurs. With activated the AutoAnalyse option and exactly thus I have that to analyze the archive to be able again to make the conversion, even though this becomes autoanalyse useless:)
Mrsash
13th July 2009, 10:57
new full package HDConvertToX 2.0.424.3356
changelog
>fixed hdconverttox_profile.txt. Now hdc will be shipped as default with a reduced profile list. The full optional profile list will be in \applications folder. Use the profile within \applications (overwriting the standard one) only if you know what are doing
>added second free avs string support
>added specific support for multithreaded avisynth. Check Advanced options, Filters panel. Also saved in settings
>added m2t to file support
>fixed copy video mode for avc codec
>fixed triggered bug when analyzing a file after unplayable one
>fixed automatic deint and 29.97 source files. NOW IT WILL ALWAYS MUXED AS 23.976. This isn't a guarantee of correct mux
>fixed multiple input queue. Now HDC will create a jobX folder for each job, storing each work in different folders, regardless of same input file
>fixed update manual
>fixed is now not possible to start encoding before analyzing input file
>added "No Hardware Compatibility Required" option
>fixed now width and height accept only numbers, the same for manual bitrate
>fixed only audio encoding forcing DirectShowSource decoder
>added 32 to mod compatibility for both height and width
>fixed hdc deinterlace to use a ultrafast preset
>added support for new x264 preset. These presets are already used in profiles
>added support for tune parameter of x264. Check Advanced Options, Filters
>now HDC Bitrate Calculator will put temporary files in a analysis folder
>fixed workaround for missing audio detection by eac3to
>added m2v to list of supported input file
>added GrainOptimizer to filter list
>other minor corrections and cosmetic fixes
BHH
I will use the new version. However dont you think need instructions on default setup on the first page need to be updated since you want everyone to test it.
I downloaded latest package of x264 and it was about 1 mb and ran it. All it did was show me a cmd screen for a micro second and then it was gone. Anyway I how to check if latest version of x264 was installed correctly?
thanks
thanks
buzzqw
13th July 2009, 10:58
just redownload hdc executable (the "update" one's)
i am unable to replicate
please give more info
BHH
buzzqw
13th July 2009, 11:02
I will use the new version. However dont you think need instructions on default setup on the first page need to be updated since you want everyone to test it.
I downloaded latest package of x264 and it was about 1 mb and ran it. All it did was show me a cmd screen for a micro second and then it was gone. Anyway I how to check if latest version of x264 was installed correctly?
thanks
thanks
the full package HAS always the latest x264.exe
You don't need to donwload any other software (aside avisynth/ffdshow...)
BHH
Mrsash
13th July 2009, 11:27
the full package HAS always the latest x264.exe
You don't need to donwload any other software (aside avisynth/ffdshow...)
BHH
Wow cool
Some questions finally
1. As you advised before if I do this does it will do mutithreaded encoding right?
just copy (overwriting) the avisynth.dll and mt.dll in your system32 folder
on hdc, on advanced settings check Use multithreaded avisynth (and save setting)
do I need to download this and instal this still or is it included in package
2. I dont need to update to latest ffdshow do I?
3. As Tiberiust mentioned he did multiple PGC ripping. IS this still choose each PGC for each episode on a episode disc or is there a way of adding all easily?
thanks
buzzqw
13th July 2009, 11:31
- Avisynth must be first installed, then "just copy (overwriting) the avisynth.dll and mt.dll in your system32 folder
on hdc, on advanced settings check Use multithreaded avisynth (and save setting)"
- updating ffdshow don't break anything.. (usually) so, update
- you must select each pgc one at time, no multiple pgc selections are possibile
BHH
Mrsash
13th July 2009, 11:54
- Avisynth must be first installed, then "just copy (overwriting) the avisynth.dll and mt.dll in your system32 folder
on hdc, on advanced settings check Use multithreaded avisynth (and save setting)"
- updating ffdshow don't break anything.. (usually) so, update
- you must select each pgc one at time, no multiple pgc selections are possibile
BHH
Do I need to update ffdshow. Everthing works now so dont really want to do so just in case
Also downloaded custom dlls and build and extracted the avisynth.dll and mt.dll in system32 folder but it did not ask me overwrite anything. And I have avisynth installed already.
OK did a search and found it under "Dlls and Buildlogs" folder in system32
buzzqw
13th July 2009, 12:12
put the dlls inside "Dlls and Buildlogs" in your system32
BHH
alter4
13th July 2009, 14:41
@buzzqw
There are some issues in update functionality in HDC.
1) When I pressed "update" button, НDC told me about new version availability, bla-bla-bla then downloaded HDConvertToX_new.exe. I manually deleted old HDConvertToX.exe and renamed HDConvertToX_new.exe to HDConvertToX.exe. Is it possible to do it automatically?
2) is concerned to 1). If I do not rename HDConvertToX_new.exe and run HDC via launching HDConvertToX_new.exe.
I press "update" button, НDC tell me about new version availability, bla-bla-bla. I press "yes", then HDC without any downloading immediately report me "Download completed! Please use HDConvertToX_new.exe"
buzzqw
13th July 2009, 14:44
... i will study it.. i cannot promise
BHH
alter4
13th July 2009, 14:57
It looks like I always give you awkward propositions :devil:
buzzqw
13th July 2009, 15:02
no.. already done :)
download the update
but you will be unable to test it till next update :D
BHH
alter4
13th July 2009, 15:24
I cannot get HDC autoupdate.
I downloaded http://www.64k.it/andres/data/hdconverttox/HDConvertToX.exe manually.
I ran downloaded HDC. It reported version 2.0.425.3359.
Did you upload old version by mistake?
noee
13th July 2009, 15:32
bhh:
Just a quick fyi, I just upgraded to the latest full pkg. The drag-n-drop bug with the IFO is still there.
If you DnD the IFO to the filename field and hit analyze, the crop does not calculate values (0,0,0,0). If you use the Open File button to load the IFO, the crop computes the correct values.
I'm just using a standard DVD ripped.
buzzqw
13th July 2009, 15:37
@alter
you should have 2.0.440.3383 version as latest one
@noee
please post the analyze.avs (in analyze folder)
thanks
BHH
TheFork
13th July 2009, 15:47
Could someone please explain exactly what "NMT Compatibility" (under Video -> "Hardware Compatibility") actually does? I have searched both this thread and the helpfile but can't find any info.
I have already used HDConvertToX to create about half a dozen x264-encoded files with this option UNchecked and they playback just fine on my Popcorn Hour ("NMT").
Thanks,
Fork.
alter4
13th July 2009, 15:57
@alter4
you should have 2.0.440.3383 version as latest one
BHH
oh! The reason of the problem why I got old file was NAT cache.
I beg your pardon.
buzzqw
13th July 2009, 16:09
i have update a FAKE update.txt
please try the new routines of live update
BHH
noee
13th July 2009, 16:14
bhh:
The Folder: HDConvertToX\analysis is empty. No files.
Edit:
Steps to repro:
Drag and drop and IFO file from explorer to the Input file data field
Press the Analyze button
buzzqw
13th July 2009, 16:29
i cannot replicate :(
just to be sure: delete your hdconverttox.ini and retry
EDIT: GOT IT!!!!!
wait an update
BHH
alter4
13th July 2009, 16:42
i have update a FAKE update.txt
please try the new routines of live update
BHH
it seems it works fine
Adub
13th July 2009, 16:43
Mirror has been fully updated. I'll report any bugs that I find, as per usual. Thanks for your hard work Buzzqw! I do love HDC.
noee
13th July 2009, 16:43
Yep, 3387 fixed it. Thx.
alter4
13th July 2009, 17:02
buzzqw, since I have switched from xvid to x264, I am your number one fan also))
buzzqw
13th July 2009, 17:32
thanks to all Pals!
it's my pleasure :)
(and don't forget the little orange button... ;) )
BHH
Adub
13th July 2009, 18:27
Buzzqw, something has been bothering me a little bit.
The manner in which you use eac3to for audio encoding is a good one, yet inefficient in terms of disk I/O.
Take a DVD source for example.
What you are currently doing is forcing eac3to to scan the entire DVD (4 GB or more), in order to normalize and encode it. This is one way to do it, however, in so doing, you are reading 4GB or more.
One solution that would (I think) speed up the process would be to use DGIndex to demux an audio stream during the indexing process, and then feed THAT file (significantly smaller, usually around 350MB) to eac3to for processing. If my theory is correct, this should significantly speed up the processing time, as you are dealing with files that are greatly reduced in size.
Just an idea. I would present some numbers, but I don't have a dvd source to test on at work.
buzzqw
13th July 2009, 19:15
that's approach is good, and used in automkv...but will required a total rewrite of audio detection
more over eac3to is a lot more easy when dealing with NO VOB sorce (like ts), no pid to hassle...
i can just optimize some extraction ... but the workflow will not change
BHH
Adub
13th July 2009, 20:08
i can just optimize some extraction ... but the workflow will not change
What do you mean by this? Just use the dgindex demuxed ac3 on dvd sources, but leave the rest?
If so, then that's just fine. If not, then can you elaborate a little?
buzzqw
13th July 2009, 20:16
when you copy 2 or more audio tracks, hdc will run two times eac3to... not only one time with 2 audio extraction simultaneously
about dgindex/eac3to: audio mapping are different, so i must show on hdc the audio list as dg or eac3to handle
BHH
Elpichu
13th July 2009, 20:38
That's weird, i just updated to .3397 and i tried to encode a DVD.
I select the ifo file, i set the target name, and i click on the analyse button, ok all working fine.
Then i click the add to queue button and the start queue and nothing happens. I tried several times, and nothing...
i tried to save the batch file and launch it and the process starts, but it fails quickly, here is the log :
C:\Program Files (x86)\HDConverToX>"C:\Program Files (x86)\HDConverToX\applicati
ons\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\dvdfab\mainmovie\les 3 freres\video_
ts\vts_01_1.vob] -OF=[e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\movie] -exit
-minimize
C:\Program Files (x86)\HDConverToX>"C:\Program Files (x86)\HDConverToX\applicati
ons\eac3to.exe" "E:\dvdfab\MainMovie\Les 3 Freres\VIDEO_TS\VTS_01_1.vob"+"E:\dvd
fab\MainMovie\Les 3 Freres\VIDEO_TS\VTS_01_2.vob"+"E:\dvdfab\MainMovie\Les 3 Fre
res\VIDEO_TS\VTS_01_3.vob"+"E:\dvdfab\MainMovie\Les 3 Freres\VIDEO_TS\VTS_01_4.v
ob"+"E:\dvdfab\MainMovie\Les 3 Freres\VIDEO_TS\VTS_01_5.vob"+"E:\dvdfab\MainMovi
e\Les 3 Freres\VIDEO_TS\VTS_01_6.vob" 3: "e:\dvdfab\mainmovie\les_3_freres\video
_ts\_2\hdencodertox-pid3.ac3" -no2ndpass
VOB, 1 video track, 1 audio track, 13:55:46
1: Joined VOB file
2: MPEG2, 576i50 (16:9)
3: AC3 Surround, 2.0 channels, 448kbps, 48khz, dialnorm: -27dB
a03 Extracting audio track number 3...
a03 Removing AC3 dialog normalization...
a03 Creating file "e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\hdencodertox-pid
3.ac3"...
a03 The destination file "e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\hdencoder
tox-pid3.ac3" could not be created.
a03 Writing the destination file failed.
Aborted at file position 13631488.
C:\Program Files (x86)\HDConverToX>"C:\Program Files (x86)\HDConverToX\applicati
ons\x264.exe" --crf 18 --preset medium --bframes 3 --trellis 0 --ref 4 --debloc
k -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 64:45
--output "e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\hdconverttox_vts_01_1.h
264" "e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\hdconverttox_vts_01_1.avs"
x264 [error]: can't open output file `e:\dvdfab\mainmovie\les_3_freres\video_ts\
_2\hdconverttox_vts_01_1.h264'
C:\Program Files (x86)\HDConverToX>"C:\Program Files (x86)\HDConverToX\applicati
ons\Chapter\ChapterXtractor.exe" "E:\dvdfab\MainMovie\Les 3 Freres\VIDEO_TS\VTS_
01_0.IFO" "e:\dvdfab\mainmovie\les_3_freres\video_ts\_2\chapters.txt" -p5
I noticed there isn't a temp folder created in the VIDEO_TS like it did before (i always use the "Input Work Folder=1" in the ini file).
here it seems it tries to output in a _2 folder that dosen't exist.
buzzqw
13th July 2009, 21:18
try disabling input work folder
i'll check tomorrow
BHH
Adub
13th July 2009, 22:00
when you copy 2 or more audio tracks, hdc will run two times eac3to... not only one time with 2 audio extraction simultaneously
about dgindex/eac3to: audio mapping are different, so i must show on hdc the audio list as dg or eac3to handle
BHH
Roger, thanks Buzzqw.
buzzqw
14th July 2009, 07:42
fixed input work folder
use live update
BHH
alter4
14th July 2009, 10:39
Today I ran autoupdate to get latest HDC. Pressed YES and downloading started.
But suddenly my ADSL connection died, to my surprise HDC report me all is ok, bla-bla download completed, Please wait 5 second...
I went to HDC folder and saw HDC HDConvertToX_new.exe was only 300k size. Next I pressed ok, and got non-working HDC exe file 300k size autorenamed to HDConvertToX.exe
buzzqw
14th July 2009, 10:44
you have cached hdc...
BHH
alter4
14th July 2009, 12:44
hmm)) I have manually redownloaded HDC. But It is not a complaint, it is bug report. Looks like IO exceptions are not caught.:rolleyes:
buzzqw
14th July 2009, 12:56
and will not caught :)
BHH
Elpichu
14th July 2009, 13:42
fixed input work folder
use live update
BHH
everything is working fine again, thanks !
buzzqw
14th July 2009, 13:54
everything is working fine again, thanks !
thanks for your test :)
BHH
Chengbin
14th July 2009, 14:03
Just to add on the disk I/O inefficiency.
eac3to extracts the .264 file for every encode. What bothers me is HDC won't take a .264 file! It has to mux it to a MKV, then it extract it again! A huge waste of time and disk movement.
buzzqw
14th July 2009, 14:27
it extract if IF you encode the video
or it extract it if you caopy the video
where is the waste ?
BHH
P.S. remember.. you can always force to use DirectShowSource
Mrsash
14th July 2009, 16:14
I am having a bit of trouble working with new version. I downloaded unzipped and updated using update. When I choose IFO file it picks it up but when I click analyse it comes up with "Please check media properties". Then nothing is filled in media properties, fps, crop etc
flebber
14th July 2009, 16:16
I have version 3396 installed but no encoding is happening whenI press generate encode.
HDConvertToX v.2.0.442.3396 report
Input File: c:\rip\source video\kingdom of heaven\mainmovie\kingdom_of_heaven_se_f9_d1\video_ts\vts_01_1.vob ( C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:18:37:13 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 207925
Duration(hh:mm:ss): 2:18:38
Aspect Ratio: 1.7778
Resized resolution: 720 / 304
Crop Values : 0:72:0:72
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 12
Final Size: 700
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
80: English (AC3 6ch, 0xBD 0x80) [0]
*** 89: English (DTS 6ch, 0xBD 0x89) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
English 0 (0xBD 0x20) [0] wide
English 0 (0xBD 0x21) [0] letbox
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\rip\source video\kingdom of heaven\mainmovie\kingdom_of_heaven_se_f9_d1\video_ts\vts_01_1.vob] -OF=[C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\movie] -exit -minimize
"C:\Rip\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_1.vob"+"C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_2.vob"+"C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_3.vob"+"C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_4.vob"+"C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_5.vob" 4: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -q 0.4 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdencodertox-pid4.mp4"
"C:\Rip\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 671 --keyint 250 --bframes 3 --trellis 0 --ref 2 --deblock 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --merange 10 --b-adapt 0 --no-chroma-me --aud --nal-hrd --no-weightb --no-mixed-refs --no-8x8dct --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 671 --keyint 250 --bframes 3 --trellis 0 --ref 2 --deblock 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --merange 10 --b-adapt 0 --no-chroma-me --aud --nal-hrd --no-weightb --no-mixed-refs --no-8x8dct --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "C:\Rip\Source Video\Kingdom Of Heaven\MainMovie\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_0.IFO" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\chapters.txt" -p5
"C:\Rip\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "C:\Rip\Produced\Kingdom Of Heaven.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdconverttox_vts_01_1.h264" --language -1:eng --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\hdencodertox-pid4.mp4" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\job4\chapters.txt" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
-> End AviSynth Script
buzzqw
14th July 2009, 16:17
any error on avs script ?
also... have you tried a shorter path ?
BHH
Mrsash
14th July 2009, 16:20
any error on avs script ?
also... have you tried a shorter path ?
BHH
Analyse.avs has this
#HDConvertToX Analyze Avisynth Script
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DirectShowSource.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\FFMS2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\autocrop.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGAVCDecode.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGDecode.dll")
directshowsource("G:\New Folder (6)\Aero Sexy Babes\VIDEO_TS\VTS_01_1.vob",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("D:\HDConvertToX_2.0.424.3356\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=4,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
Trim(0,2)
Path much smaller than I was using before
buzzqw
14th July 2009, 16:25
@Mrsash
try opening the script in virtualdub, what's is the error ?
@flebber
shorter path ?
have you tryed opening the encoding script in virtualdub ?
BHH
Mrsash
14th July 2009, 16:28
@Mrsash
try opening the script in virtualdub, what's is the error ?
BHH
AVI import filter error (unknown ) (80040154)
buzzqw
14th July 2009, 16:30
avi ???
is "D:\HDConvertToX_2.0.424.3356\analysis\" folder existant ?
BHH
Mrsash
14th July 2009, 16:33
yes thats where I got the analysis.avs from...
Adub
14th July 2009, 17:55
The AVI Import Filter error usually occurs when VirtualDub is trying to access a codec's .ax file that hasn't been registered. What codecs do you have installed Mrsash? Uninstall any codec packs and re/install ffdshow-tryouts.
Sharc
14th July 2009, 19:54
De-selecting "Use Multithread AviSynth" changes the .ini correctly to "Use Multithread AviSynth=0", however the .avs script still includes
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
and avisynth runs multi-threaded.
flebber
14th July 2009, 23:33
@Mrsash
@flebber
shorter path ?
have you tryed opening the encoding script in virtualdub ?
BHH
The script opens in Virtualdub okay.
With shorter path i am not getting an encode to start.
HDConvertToX v.2.0.442.3396 report
Input File: c:\rip\source video\kingdom_of_heaven_se_f9_d1\video_ts\vts_01_1.vob ( C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:18:37:13 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 207925
Duration(hh:mm:ss): 2:18:38
Aspect Ratio: 1.7778
Resized resolution: 720 / 304
Crop Values : 0:72:0:72
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 12
Final Size: 700
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
80: English (AC3 6ch, 0xBD 0x80) [0]
*** 89: English (DTS 6ch, 0xBD 0x89) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
English 0 (0xBD 0x20) [0] wide
English 0 (0xBD 0x21) [0] letbox
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: Undot()
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\rip\source video\kingdom_of_heaven_se_f9_d1\video_ts\vts_01_1.vob] -OF=[C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\movie] -exit -minimize
"C:\Rip\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_1.vob"+"C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_2.vob"+"C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_3.vob"+"C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_4.vob"+"C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_5.vob" 4: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -q 0.4 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdencodertox-pid4.mp4"
"C:\Rip\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 671 --keyint 250 --bframes 3 --trellis 0 --ref 2 --deblock 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --merange 10 --b-adapt 0 --no-chroma-me --aud --nal-hrd --no-weightb --no-mixed-refs --no-8x8dct --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 671 --keyint 250 --bframes 3 --trellis 0 --ref 2 --deblock 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --merange 10 --b-adapt 0 --no-chroma-me --aud --nal-hrd --no-weightb --no-mixed-refs --no-8x8dct --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "C:\Rip\Source Video\KINGDOM_OF_HEAVEN_SE_F9_D1\VIDEO_TS\VTS_01_0.IFO" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\chapters.txt" -p5
"C:\Rip\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "C:\Rip\Produced\Kingdom Of Heaven.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdconverttox_vts_01_1.h264" --language -1:eng --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\hdencodertox-pid4.mp4" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\job1\chapters.txt" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
-> End AviSynth Script
TheFork
14th July 2009, 23:57
@buzzqw:
Thank you, this is a fantastic program which is really helping me to convert my DVD collection to X264 so I can watch them using my Popcorn Hour (NMT).
Would it be possible to add the current setting for "X264 Tuning" (None, Film, Animation, Grain, psnr, ssim, Touhou) to the INI-file so it can be saved & loaded accordingly?
Thanks,
Fork.
Chengbin
15th July 2009, 01:03
it extract if IF you encode the video
or it extract it if you caopy the video
where is the waste ?
BHH
P.S. remember.. you can always force to use DirectShowSource
I worded it badly.
I meant, I have an extracted .264 file. When I use that as input, HDC muxes it to MKV, then uses eac3to to extract it out again! Doesn't make sense for me.
BTW, where is the option to disable crop detection? I'll kill myself if I have to wait for almost a minute for every video to analyze when I build a queue.
Also, a little bug.
If I press no resize & crop and change the resolution, the second (vertical) resolution's number does not affect the aspect ratio calculator.
Is it possible to set a default destination folder and name it the same as the source like in AutoMKV?
Also, can you add a feature to automatically delete the temp folder? The new version, with the multiple temp folders, will eat up disk space VERY quickly for people that encode a lot.
flebber
15th July 2009, 01:57
I also tried saving the queue.bat and running it. The audio began encoding but the video did not encode.
buzzqw
15th July 2009, 07:35
De-selecting "Use Multithread AviSynth" changes the .ini correctly to "Use Multithread AviSynth=0", however the .avs script still includes
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
and avisynth runs multi-threaded.
i'll check monday, thanks
The script opens in Virtualdub okay.
With shorter path i am not getting an encode to start.
i have a doubt.. how have you upgrade to latest hdc ?
trash the old folder and unrar the new hdc. don't mess the new folder in older one's
you can also try lauching x264 command line, you should got an error
@buzzqw:
Would it be possible to add the current setting for "X264 Tuning" (None, Film, Animation, Grain, psnr, ssim, Touhou) to the INI-file so it can be saved & loaded accordingly?
i'll check monday
I worded it badly.
I meant, I have an extracted .264 file. When I use that as input, HDC muxes it to MKV, then uses eac3to to extract it out again! Doesn't make sense for me.
ok, that's mean something :)
BTW, where is the option to disable crop detection? I'll kill myself if I have to wait for almost a minute for every video to analyze when I build a queue.
afaik in hdconvertx.ini there is an option
Also, a little bug.
If I press no resize & crop and change the resolution, the second (vertical) resolution's number does not affect the aspect ratio calculator.[QUOTE]
you are right, but is only a cosmetical error
[QUOTE]Is it possible to set a default destination folder and name it the same as the source like in AutoMKV?
i'll look
Also, can you add a feature to automatically delete the temp folder? The new version, with the multiple temp folders, will eat up disk space VERY quickly for people that encode a lot.
there is already, check the hdc.ini
BHH
Mrsash
15th July 2009, 09:43
The AVI Import Filter error usually occurs when VirtualDub is trying to access a codec's .ax file that hasn't been registered. What codecs do you have installed Mrsash? Uninstall any codec packs and re/install ffdshow-tryouts.
I did have codec pack installed and working fine, but for this experiment I uninstalled it and setup everything right and still no joy. I was working withe the codec pack fine, so why suddenly it would be a problem is beyond me??
Chengbin
15th July 2009, 13:46
How do I set the no crop analysis and delete temp file options in hdc.ini?
Never mind, I found out.
Another problem, I changed no auto crop to 1, Clean Temporary files to 1, and AutoAnalysis of input files to 1. Now the add to queue, start queue, and start encoding buttons are grayed out!
Second edit, the problem is autoanalysis. If that is turned on, you can't encode.
Also, HDC can't encode from an AAC source. It says WAV can't be parsed.
Havokdan
15th July 2009, 14:10
Second edit, the problem is autoanalysis. If that is turned on, you can't encode.
Last update in hdconverttox.exe it corrected this error, the least for me.
Also, HDC can't encode from an AAC source. It says WAV can't be parsed.
I never obtained to convert aac with eac3to. you are using this option?
flebber
15th July 2009, 14:17
In updating I deleted current folder and extracted new folder. I then copied in the ini's I had created and launched hdc. I then checked for updates., and started to encode.I will redownload.
flebber
15th July 2009, 14:31
I have redownloaded this time from adub's mirror changed movie, but I am not getting an encode at all.
HDConvertToX v.2.0.442.3396 report
Input File: c:\rip\source video\billiy connolly - best bits\9020619\video_ts\vts_01_1.vob ( C:\Rip\Source Video\Billiy Connolly - Best Bits\9020619\VIDEO_TS\VTS_01_1.VOB )
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 212829
Duration(hh:mm:ss): 2:21:54
Aspect Ratio: 1.3334
Resized resolution: 704 / 544
Crop Values : 8:0:8:0
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 12
Final Size: 20
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.4
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, 2.0 channels, 192kbps, 48khz, dialnorm:
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\rip\source video\billiy connolly - best bits\9020619\video_ts\vts_01_1.vob] -OF=[C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\movie] -exit -minimize
"C:\Rip\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "c:\rip\source video\billiy connolly - best bits\9020619\video_ts\vts_01_1.vob" 2: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -q 0.4 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdencodertox-pid2.mp4"
"C:\Rip\HDConvertToX_2.0.424.3356\applications\x264.exe" --crf 20 --keyint 250 --bframes 3 --trellis 0 --ref 2 --deblock 0,0 --subme 3 --direct spatial --vbv-bufsize 14000 --vbv-maxrate 25000 --me hex --merange 10 --b-adapt 0 --no-chroma-me --aud --nal-hrd --no-weightb --no-mixed-refs --no-8x8dct --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "C:\Rip\Produced\Billy Connollly - Best Bits.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.h264" --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdencodertox-pid2.mp4" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
-> End AviSynth Script
Chengbin
15th July 2009, 15:02
Last update in hdconverttox.exe it corrected this error, the least for me.
I never obtained to convert aac with eac3to. you are using this option?
I updated HDC, it works now.
Doesn't matter what decoder I use, HDC can't encode from an AAC source.
@buzzqw
I don't like the fact that .mp4 are not in the "supported files" category in file viewer. HDC does support mp4, just needs muxing. It is annoying to select all files, and for novice they might think HDC doesn't support mp4.
buzzqw
15th July 2009, 15:10
@flebber
is d2v created ?
is audio encoded ?
is hdconverttoxXXX.avs playable in virtualdub ?
if YES to all 3 question: the error is in x264 command line
launch it from dos
more: try using a standard x264 profile not a custom one's
BHH
flebber
15th July 2009, 15:17
The error is in the x264 commandline ;-)
buzzqw
15th July 2009, 15:35
The error is in the x264 commandline ;-)
is this a standard hdc x264 profile's or you have customized the command line by editing the txt profile's ?
if first, i will fix it, if latter.. you should fix it ;)
BHH
flebber
15th July 2009, 15:46
It's later the commandline worked before the update to new HDC, but its probably that we now using x264 greater then 1179 so I will probably have to get used to new x264.
Havokdan
15th July 2009, 16:04
buzzqw, has errors in home theather 2 profile of xvid, later you corrects, lacks " - " before kboost and space after ostrenght.
Crono141
16th July 2009, 00:23
Been a long time since I checked this program and posted. I have a problem with this software. I'm converting a DVD (ripped with DVDFab 5, main movie, ifo selected) copying AC3 audio and NO subtitles. My encode repeatedly failed, so I ran everything in the queue through command line, and I found this:
java -jar "E:\Programs\HDConvertToX\applications\BDSup2Sub.jar" "E:\Programs\HDConvertToX\job2\hdc_subs.idx" "E:\Programs\HDConvertToX\job2\hdc_subs.sup"
1st: Its a regular DVD, so I'm not sure why HDC is trying to convert BDSups to subs. Anyway, this fails for obvious reasons:
2nd: I selected "none" for subtitles. Why is there even a subtitle job?
3rd: Muxing audio and video with tsmuxer fails because its looking for hdc_subs.sup, which doesn't exist. Again, this shouldn't be here since I have "none" selected for subtitles.
I don't have a report, because I was tooling around with settings when I realized what was going on. I'll try and run it again and see if I hit the same wall.
buzzqw
16th July 2009, 08:57
buzzqw, has errors in home theather 2 profile of xvid, later you corrects, lacks " - " before kboost and space after ostrenght.
fixed
Been a long time since I checked this program and posted. I have a problem with this software. I'm converting a DVD (ripped with DVDFab 5, main movie, ifo selected) copying AC3 audio and NO subtitles. My encode repeatedly failed, so I ran everything in the queue through command line, and I found this:
fixed, thanks
please redownload hdc update
BHH
Mrsash
16th July 2009, 14:44
buzz cant seem to get HDC working. I have installed everything as advised. I don't remember where to give ffdshow DVD support.
F$%&&%^&*^. Just worked after reinstall of Avisynth. God hate codecs of all kind
buzzqw
16th July 2009, 15:18
Mrsash, don't worry, you are not alone ;)
just install (in that order)
avisynth
ffdshow tryout
haali media splitter
xvid
should be enough
BHH
Sharc
16th July 2009, 19:32
De-selecting "Use Multithread AviSynth" changes the .ini correctly to "Use Multithread AviSynth=0", however the .avs script still includes
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
and avisynth runs multi-threaded.
Works correctly now with the latest update 3425, thanks.
buzzqw
16th July 2009, 19:56
thanks Sharc
BHH
Sharc
16th July 2009, 20:36
When I do a compression test I notice that progress becomes slower and slower towards the end of the test (towards the end of the compression test - say from 90% onwards - the x264 pauses between samples become very long and disk activity is permanently high). Any idea why?
buzzqw
16th July 2009, 20:57
on all sources and decoder ? or is bind to a particular source ?
BHH
Sharc
16th July 2009, 21:41
on all sources and decoder ? or is bind to a particular source ?
I noticed it on m2ts sources (normally big files). Decoder (most probably) is directshowsource. It's not new, I had the effect with previous HDC versions as well.
I don't know if its the same for other sources/decoders. I'll check later.
buzzqw
17th July 2009, 07:12
coreavc or ffdshow as decoder ?
BHH
P.S. anyway this problem doesn't belong to HDC...
gr1mmj0w
17th July 2009, 15:46
Hey Guys, you guys have done a great job. I love this program, I seem to have run into a small issue though, I tried to re-encode an .mts file I had into a .h264 (.mp4 container) file and the video works fine but when using AC3, seems WMP/ps3 does not detect sound. Only VLC player does. I tried with Nero AAC andthat worked fine but if the original file was AC3 from the .mts file why wouldn't .ac3 work on any of my conversions? so any opinions would be appreciated. Thanks gain and I hope this will be my new home for my video/audio conversion needs :) Also, not when I try the older version, when it's finishing encoding and all, the file isn't in the location that I saved it to. I can't find it at all lol.
also, did the new version get updated on the OP?
buzzqw
17th July 2009, 16:19
Hi gr1mmj0w and Welcome to the Forum!
ac3 in MP4 isn't standard and so not all player support it. I can suggest to install haali media splitter.
better solution is MKV :)
lso, not when I try the older version, when it's finishing encoding and all, the file isn't in the location that I saved it to. I can't find it at all lol.
HDC will save in it's on folder when NO output file is specified. ALSO no output file is done when you got problem muxing
also, did the new version get updated on the OP?
i cannot understud... please explain better , thanks!
BHH
Sharc
17th July 2009, 16:28
coreavc or ffdshow as decoder ?
BHH
P.S. anyway this problem doesn't belong to HDC...
ffdshow - if I remember correctly.
Could it be related to the random seek problem?
Chengbin
17th July 2009, 16:53
buzzqw, can you make HDC remember a resolution like in AutoMKV? I'm tired of changing the resolution every time I choose a video file. It takes forever to build a queue.
Sharc
17th July 2009, 18:05
@buzzqw
It appears the the compression test does not consider the "x264 Tuning" selection. This gives inaccurate compression test results. The compression test should run with the same encoder settings as will be used for the real encode.
Mrsash
17th July 2009, 18:07
Buzz I have a problem. Set a DVD after a while today. It went through and did the audio then chapterx ran and then it just stopped. hdconverttox_vts_01_1.avs when opened in virtualdub says
Script error: there is no function names "SetMTMode"
(D:\.......\hdconverttox_vts_01_1.avs, line 76)
Hmm ok. Think I fixed it
When I reinstalled avisynth it placed a dll in system32 folder.
System32 already had "Dlls and Buildlogs" folder. However to get it working I had to copy the dll from this folder and overwrote dll in system folder. The encode started when I pressed encode. what I am worried about though is if I click on analyze again it may give me "please check media file" error again
buzzqw
17th July 2009, 19:14
buzzqw, can you make HDC remember a resolution like in AutoMKV? I'm tired of changing the resolution every time I choose a video file. It takes forever to build a queue.
i'll look..
@buzzqw
It appears the the compression test does not consider the "x264 Tuning" selection. This gives inaccurate compression test results. The compression test should run with the same encoder settings as will be used for the real encode.
yep.. will fix tomorrow
what I am worried about though is if I click on analyze again it may give me "please check media file" error again
i should have fixd it... but i'll look
BHH
Adub
17th July 2009, 21:22
Hey Guys, you guys have done a great job. I love this program, I seem to have run into a small issue though, I tried to re-encode an .mts file I had into a .h264 (.mp4 container) file and the video works fine but when using AC3, seems WMP/ps3 does not detect sound. Only VLC player does. I tried with Nero AAC and that worked fine but if the original file was AC3 from the .mts file why wouldn't .ac3 work on any of my conversions? so any opinions would be appreciated. Thanks gain and I hope this will be my new home for my video/audio conversion needs
ac3 in MP4 isn't standard and so not all player support it. I can suggest to install haali media splitter.
better solution is MKV
Actually AC3 in MP4 was only recently added to the MP4 specifications, which is why support is so spotty at the moment. If you want you audio to work universally across different platforms stick with the (safe) AAC format.
gr1mmj0w
18th July 2009, 05:36
Hi gr1mmj0w and Welcome to the Forum!
ac3 in MP4 isn't standard and so not all player support it. I can suggest to install haali media splitter.
better solution is MKV :)
HDC will save in it's on folder when NO output file is specified. ALSO no output file is done when you got problem muxing
i cannot understud... please explain better , thanks!
BHH
Thanks for the welcome :D
ahh see my only reason for not using .mkv is I want to host these on my nasbox to stream to my ps3 :)
I guess I can go mp4/aac. thx much.
I recall you updating the hdconvertTox.exe, I was curious if the links on the original post were updated :D
Actually AC3 in MP4 was only recently added to the MP4 specifications, which is why support is so spotty at the moment. If you want you audio to work universally across different platforms stick with the (safe) AAC format.
ahhh cool thx much.
Crono141
18th July 2009, 06:17
Buzz, not sure if you can answer this, but hopefully someone else can:
What kind of settings should I use to convert to zune compatible mp4. My strategy is to have all my DVDs backed up to h264/AC3 inside MKV. Problem is Zune software won't see mkv for syncing, so I'm going to have to have a dumped folder of duplicate files with zune compatible resolutions/codecs. Problem is, I can't ever find any definitive answers to what zune 120 needs for compatibility, and all the "convert to zune" programs are garbage.
EDIT: I also have a feature request: When HDC has to convert an input file to mkv for compatibility, can we have the file name of the MKV be the same as input file name? And if not (we may not need to for what I need), can the default output name of a converted file be the same as the input file name? If I have a default output directory and I'm making a long queue with multiple files being converted to "fullmovie.mkv", aren't I going to get alot of output files with the same name in my default out directory? And even if I don't, I'll still have to go back manually after the operation to rename all those files.
buzzqw
18th July 2009, 07:27
EDIT: I also have a feature request: When HDC has to convert an input file to mkv for compatibility, can we have the file name of the MKV be the same as input file name? And if not (we may not need to for what I need), can the default output name of a converted file be the same as the input file name? If I have a default output directory and I'm making a long queue with multiple files being converted to "fullmovie.mkv", aren't I going to get alot of output files with the same name in my default out directory? And even if I don't, I'll still have to go back manually after the operation to rename all those files.
use the update fuction
It appears the the compression test does not consider the "x264 Tuning" selection. This gives inaccurate compression test results. The compression test should run with the same encoder settings as will be used for the real encode.
fixed too
BHH
EDIT: now i am working on not supported files.. i hope to get a better solution
Sharc
18th July 2009, 08:59
coreavc or ffdshow as decoder ?
BHH
P.S. anyway this problem doesn't belong to HDC...
It's really strange. Up to about 94% the compression test runs normal. Then the CPU usage goes significantly down and progress becomes slow. At about 95% the CPU is almost idling, and compression test continues extremely slow. So the last 5 % of the compression test take much more time that the first 90%.
(Just now the process seems to stay at 96.1% with no visible progress, x264 gets no cpu time at all .... no progress since about 10 minutes).
buzzqw
18th July 2009, 09:06
try using another x264.exe build (take it from megui package, but >1179)
don't know what cause the problem
BHH
Sharc
18th July 2009, 10:21
I tried the latest x264 vanilla build. The effect is still there, however the x264 keeps running and the process comes finally to an end ..... strange.
buzzqw
18th July 2009, 10:23
so.. it's a problem of dss.. i suppose
try using eac3to/dgavc
BHH
Sharc
18th July 2009, 10:31
It's a VC-1/m2ts source, I cant use dgavc.
buzzqw
18th July 2009, 10:43
ouch...
BHH
bisdelf
18th July 2009, 13:02
hi buzzqw,
is it possible that starting from a source TS+AC3 using x264+mp4+NMT+CopyAudio, HDConvert in the end does't mux the audio track?
i've tried different combinations e.g. 1 pass, 2 pass, crop, no crop no resize
buzzqw
18th July 2009, 13:08
post your make report
and make sure all files in working folder are present
BHH
bisdelf
18th July 2009, 13:32
here it is:
HDConvertToX v.2.0.443.3425 report
Input File: d:\christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.ts ( d:\Christina Aguilera - Its A Mans Mans Mans (World-Grammy Awards-20070211)-Hdtv Source-Ch1.ts )
Codec Video: mpeg
Width / Heigh : 1920 / 1080
Framerate / Framecount: 29.970 / 5271
Duration(hh:mm:ss): 0:2:56
Aspect Ratio: 1.7778
Resized resolution: 1920 / 1080
Crop Values : 0:4:0:4
Activate: Crop Obey to AR
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MP4
NMT Compatibility: On
Encoding Preset: 1
Final Size: 700
Priority: idle
Denoise Level: None
Set Manual Bitrate: 15000
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> 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, english, 5.1 channels, 384kbps, 48khz, -427ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 3: subtitle (sr
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: Undot()
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"D:\HDConvertToX\applications\eac3to.exe" "d:\christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.ts" 1:"D:\HDConvertToX\job0\hdconverttox.m2v"
"D:\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[D:\HDConvertToX\job0\hdconverttox.m2v] -OF=[D:\HDConvertToX\job0\movie] -exit -minimize
"D:\HDConvertToX\applications\eac3to.exe" "d:\christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.ts" 2: "D:\HDConvertToX\job0\hdencodertox-pid2.ac3"
"D:\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 15000 --preset ultrafast --sar 1:1 --output "D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.h264" "D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.avs" --level 4.0
"D:\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 15000 --preset ultrafast --sar 1:1 --output "D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.h264" "D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.avs" --level 4.0
"D:\HDConvertToX\applications\mp4box.exe" -add "D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.h264" -fps 29.970 "d:\test5.MP4"
-> End Queue
AviSynth Script ->
Working with files: D:\HDConvertToX\job0\hdconverttox_christina aguilera - its a mans mans mans (world-grammy awards-20070211)-hdtv source-ch1.avs
Mpeg2Source("D:\HDConvertToX\job0\movie.d2v")
TDeint(mode=0,order=-1)
ColorMatrix(d2v="D:\HDConvertToX\job0\movie.d2v")
Undot()
return last
-> End AviSynth Script
bisdelf
18th July 2009, 13:34
uhm i'm start wondering if the input file name is just too long...
buzzqw
18th July 2009, 13:42
yes.. maybe
and mp4box don't like "strange" characters like ()
BHH
flebber
18th July 2009, 14:50
BUzzqw like the updated feature with the compression test. Was wondering though, when I have already done a compressin test and DGindex had already run for this, then I test for interace DGindex has to run again, could it be possible that HDC tests could use the same sample to avoid DGindex needing to be rerun when testing compression and interlace?
buzzqw
18th July 2009, 15:44
afaik i have already added a routines to do so...
are you sure that's running 2 time compression test force hdc to run 2 time dgindex ?
BHH
Sharc
18th July 2009, 16:13
afaik i have already added a routines to do so...
are you sure that's running 2 time compression test force hdc to run 2 time dgindex ?
BHH
Movie extraction and dgavcindex runs only one time here, for several successive compression tests (AVC/m2ts source).
Perhaps you need to clear the job queue before running a new test?
buzzqw
18th July 2009, 16:15
empty queue isn't required...
BHH
Sharc
18th July 2009, 16:17
ouch...
BHH
For info: No problem for a AVC source and DGavcIndex with the compression test. Maybe the problem exists only for VC-1 / dss ??
buzzqw
18th July 2009, 17:08
blame Microsoft for it
anyway.. sorry but i cannot help on vc1 source
... do you have licensed dg nv tools from neuron2 ?
i will glady add it (i am a licensed user!) .. BUT as you know i develop on a virtualbox winxp... or win2003 server.. so i cannot test it
will you able to make same test ?
BHH
Sharc
18th July 2009, 18:18
blame Microsoft for it
anyway.. sorry but i cannot help on vc1 source
... do you have licensed dg nv tools from neuron2 ?
i will glady add it (i am a licensed user!) .. BUT as you know i develop on a virtualbox winxp... or win2003 server.. so i cannot test it
will you able to make same test ?
BHH
Yes, I have the DG....NV license and Nvidia card.
Sure I could do some tests.
buzzqw
18th July 2009, 20:06
http://www.64k.it/andres/data/hdconverttox/HDConvertToX-DG.exe
put nvbeta X in applications folder and dgdecodenv.dll in filters folder
cross your finger and pray, it could kill your dog!
totally untested!
VGG
Crono141
18th July 2009, 20:25
use the update fuction
fixed too
BHH
EDIT: now i am working on not supported files.. i hope to get a better solution
Buzz,
The output file I get now is named "E:\Media\Movies\Zune\hdconverttox_full_batman begins.mp4"
Should be just "Batman Begins.mp4"
EDIT: In an unrelated question: does HDC support .wtv files recorded from Windows 7 media center?
buzzqw
18th July 2009, 21:29
have you specified the output file name ?
about wtv files.. never tested. please post a sample
thanks
BHH
Crono141
18th July 2009, 22:04
No, I haven't specified file name. I'd like the output file name to be defaulted to input file name. In this case, I'm converting an MKV I created earlier from a DVD to a zune compliant mp4.
Also, I have a folder inside my HDC folder now called "Batman Begins.mkv". Its an empty folder.
As for wtv, I don't have a small one, and tools do not yet exist to cut them up. Its the new container that Windows MC records into. Does HDC support DVR-MS?
akatitan
18th July 2009, 22:32
HI,
Please can anyone tell me why can i not encode to wmv-hd with wma 5.1? there is no WMA audio selection under audio tab?
Thanks!
flebber
18th July 2009, 23:45
afaik i have already added a routines to do so...
are you sure that's running 2 time compression test force hdc to run 2 time dgindex ?
BHH
I mustn't written it clearly multiple compression tests do not require DGindec to re-run, but using compression test and then test deinterlace does.
Therefore if I have tested compression I shouldn't need to re-run Dgindex for another sample to test interlace. Couldn't we use the compression sample to test interalce?
Edit where did you find info that explains new x264 tuning options film, animation, grain etc? Answered the edit myself probably http://forum.doom9.org/showthread.php?t=148149
buzzqw
19th July 2009, 06:20
As for wtv, I don't have a small one, and tools do not yet exist to cut them up. Its the new container that Windows MC records into. Does HDC support DVR-MS?
try splitting with dgsplit by neuron2
HI,
Please can anyone tell me why can i not encode to wmv-hd with wma 5.1? there is no WMA audio selection under audio tab?
Thanks!
select wmv video , then you have wma audio
Therefore if I have tested compression I shouldn't need to re-run Dgindex for another sample to test interlace. Couldn't we use the compression sample to test interalce?
i'll check
BHH
Mrsash
19th July 2009, 07:09
Buzz the new beta with x264 has issues I feel. Clicking analyse does not work on some movies. IT does the eac cmd window then x264 check keeps going on and on and does not finish. One movie I ended up with a 7.56 GB hdconverttox_vts_01_1.h264 file. It one the second one in the queue. Another movie it had problems doing the Audio. I will post some more info later.
New issue visual crop takes 3x longer. Encoding however has speeded up overall.
Questions. If the movie comes up interlaced/telecine u said go with interlaced to reduce encode time. I wont see a major quality drop right?
If the movie comes up telecine. I suppose I have to go telecine but do I tick audio to NTSC(23fps)?
thanks
Sharc
19th July 2009, 12:03
@buzzqw
AVC/m2ts source:
Even though I select "Force DirectShowSource", DGAVCindex will still be fired up when I start the compression test. Is this intentional / on purpose?
buzzqw
19th July 2009, 12:10
@Mrsash
Clicking analyse does not work on some movies
One movie I ended up with a 7.56 GB hdconverttox_vts_01_1.h264 file. It one the second one in the queue.
i need a more accurate and descriptive report
If the movie comes up telecine. I suppose I have to go telecine but do I tick audio to NTSC(23fps)
usually yes, but i not deal with ntsc often.. since i live in PAL land..
@Sharc
should use dss... BUT have you selected it BEFORE analysis ?
have you got any time for testing the new DG version ?
BHH
akatitan
19th July 2009, 13:02
select wmv video , then you have wma audio
BHH[/QUOTE]
i have tryed to select wma audio. in v_2.0424.3356 there is no WMA selection.
but in V_1.6.292.2659 there is WMA selection.
could you verifiy there is WMA in the latest build...
great program btw!
Sharc
19th July 2009, 13:08
@Sharc
should use dss... BUT have you selected it BEFORE analysis ?
have you got any time for testing the new DG version ?
BHH
Yes, before analysis. But I may double check ....
Yes, I can do some tests with DG...NV version
P.S. But don't neglect your twins due to all your HDC efforts ;-)
akatitan
19th July 2009, 13:15
buzzqw,
i was wondering, as I have an ATI card, i currently convert video in graphedit, using the ATI encoders. As most people know this is much faster than normal as it uses the graphics hardware to encode.
would you think about adding ati stream support, and even cuda?
thanks
Atak_Snajpera
19th July 2009, 15:15
i was wondering, as I have an ATI card, i currently convert video in graphedit, using the ATI encoders.
ATI's encoders are TERRIBLE!! They produce even worse quality than x264 set on fastest preset! Probably the worst h264 implementation ever! Take my good advice and DO NOT USE THEM!
Mrsash
19th July 2009, 15:35
@Mrsash
i need a more accurate and descriptive report
BHH
well both those job folders are still there.
Job 1 had
hdconverttox_vts_03_1.h264 7.56Gb
hdconverttox_vts_03_1.avs
movie.d2v
hdconverttox_vts_03_1.avs content
#HDConvertToX Avisynth Script
#
#Input File = o:\rhtdm\video_ts\vts_01_1.vob
#Original Resolution = 720x480
#Aspect Ratio = 1.3334
#Frame rate =29.970
#Number of Frames = 46463
#Lenght (hour:minutes:seconds) = 0:25:51
#Display Aspect Ratio = 2.2477
#Aspect Error = 1.5924
#
#Resized resolution = 708 / 320
#Crop Left = 8
#Crop Top = 100
#Crop Right = 4
#Crop Bottom = 100
#
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\AddGrain.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\AddGrainC.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\autocrop.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\Average.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\avss.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\ColorMatrix.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\deblock.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\Decomb.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\deen.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\degrainmedian.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\dfttest.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGAVCDecode.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGDecode.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DirectShowSource.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\EEDI2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\ffms2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\FFT3DFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\FluxSmooth.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\frfun7.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\gradfun2db.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\GrainOpt.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\hqdn3d.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\MSharpen.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mt_masktools-26.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mvtools.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mvtools2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\NicAudio.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\nnedi.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RemoveDirtS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RemoveGrainS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RepairS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\SangNom.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\SoundOut.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TBilateral.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TDeint.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TIVTC.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TTempSmooth.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\UnDot.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\UnFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\VSFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\yadifmod.dll")
Import("D:\HDConvertToX_2.0.424.3356\filters\BlindDeHalo3_mt2.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Deblock_QED_MT2.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Lem.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\LSFmod.v1.8.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_3_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_5_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_7_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_9_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\seesaw.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\spresso.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Srestore.avsi")
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
#Source File
Mpeg2Source("D:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
#Insert Deinterlacer
TDeint(mode=0,order=-1)
#Applying Resizing
LanczosResize(708,320,8,100,-4,-100)
#Insert Filters As Requested
ColorMatrix(d2v="D:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
hqdn3d(1)
HDConvertToX v.2.0.443.3425 report
Input File: o:\rhtdm\video_ts\vts_01_1.vob ( O:\RHTDM\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:47:59:10 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 302068
Duration(hh:mm:ss): 2:47:59
Aspect Ratio: 1.3334
Resized resolution: 708 / 320
Crop Values : 8:100:4:100
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 1490
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: Hindi (AC3 5ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"D:\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[o:\rhtdm\video_ts\vts_01_1.vob] -OF=[D:\HDConvertToX_2.0.424.3356\analysis\movie] -exit -minimize
"D:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\RHTDM\VIDEO_TS\VTS_01_1.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_2.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_3.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_4.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_5.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_6.vob"+"O:\RHTDM\VIDEO_TS\VTS_01_7.vob" 3: stdout.wav -normalize | "D:\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "D:\HDConvertToX_2.0.424.3356\analysis\hdencodertox-pid3.mp4"
"D:\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 1108 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 1108 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "O:\RHTDM\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_2.0.424.3356\analysis\chapters.txt" -p5
"D:\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "O:\RHTDM\VIDEO_TS\1.MKV" --default-duration 0:29.970fps "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" --language -1:hin "D:\HDConvertToX_2.0.424.3356\analysis\hdencodertox-pid3.mp4" --chapters "D:\HDConvertToX_2.0.424.3356\analysis\chapters.txt" --title "Done with HDConvertToX v.2.0.424.3356"
-> End Queue
AviSynth Script ->
Working with files: D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs
SetMemoryMax(512)
SetMTMode(2,0)
Mpeg2Source("D:\HDConvertToX_2.0.424.3356\analysis\movie.d2v")
TDeint(mode=0,order=-1)
LanczosResize(708,320,8,100,-4,-100)
ColorMatrix(d2v="D:\HDConvertToX_2.0.424.3356\analysis\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
Movie above had no output and had a huge 7.56GB file video but no sudio in the job folder
Mrsash
19th July 2009, 15:35
job2
hdconverttox_vts_01_1.avs
movie.d2v
hdconverttox_vts_01_1.h264 0 bytes
chapters.txt
hdconverttox_vts_01_1.avs content
#HDConvertToX Avisynth Script
#
#Input File = o:\tum bin\video_ts\vts_01_1.vob
#Original Resolution = 704x480
#Aspect Ratio = 1.7778
#Frame rate =29.970
#Number of Frames = 284206
#Lenght (hour:minutes:seconds) = 2:38:3
#Display Aspect Ratio = 2.4952
#Aspect Error = 2.0746
#
#Resized resolution = 704 / 288
#Crop Left = 0
#Crop Top = 64
#Crop Right = 0
#Crop Bottom = 74
#
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\AddGrain.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\AddGrainC.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\autocrop.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\Average.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\avss.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\ColorMatrix.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\deblock.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\Decomb.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\deen.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\degrainmedian.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\dfttest.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGAVCDecode.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DGDecode.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\DirectShowSource.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\EEDI2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\ffms2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\FFT3DFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\FluxSmooth.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\frfun7.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\gradfun2db.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\GrainOpt.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\hqdn3d.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\MSharpen.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mt_masktools-26.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mvtools.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\mvtools2.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\NicAudio.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\nnedi.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RemoveDirtS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RemoveGrainS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\RepairS.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\SangNom.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\SoundOut.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TBilateral.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TDeint.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TIVTC.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\TTempSmooth.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\UnDot.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\UnFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\VSFilter.dll")
LoadPlugin("D:\HDConvertToX_2.0.424.3356\filters\yadifmod.dll")
Import("D:\HDConvertToX_2.0.424.3356\filters\BlindDeHalo3_mt2.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Deblock_QED_MT2.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\GradFun2DBmod.v1.3.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Lem.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\LSFmod.v1.8.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_3_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_5_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_7_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\QMLF_9_motions.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\seesaw.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\spresso.avsi")
Import("D:\HDConvertToX_2.0.424.3356\filters\Srestore.avsi")
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
#Source File
Mpeg2Source("D:\HDConvertToX_2.0.424.3356\temp\job3\movie.d2v")
#Insert Deinterlacer
TDeint(mode=0,order=-1)
#Applying Resizing
LanczosResize(704,288,0,64,-0,-74)
#Insert Filters As Requested
ColorMatrix(d2v="D:\HDConvertToX_2.0.424.3356\temp\job3\movie.d2v")
hqdn3d(1)
HDConvertToX v.2.0.443.3425 report
Input File: o:\tum bin\video_ts\vts_01_1.vob ( O:\Tum Bin\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:38:03:28 / chained=0
Codec Video: mpeg
Width / Heigh : 704 / 480
Framerate / Framecount: 29.970 / 284206
Duration(hh:mm:ss): 2:38:3
Aspect Ratio: 1.7778
Resized resolution: 704 / 384
Crop Values : 0:2:0:14
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 1490
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 6ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"D:\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[o:\tum bin\video_ts\vts_01_1.vob] -OF=[D:\HDConvertToX_2.0.424.3356\analysis\movie] -exit -minimize
"D:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\Tum Bin\VIDEO_TS\VTS_01_1.vob" 2: stdout.wav -normalize | "D:\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "D:\HDConvertToX_2.0.424.3356\analysis\hdencodertox-pid2.mp4"
"D:\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 1187 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 1187 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs"
"D:\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "O:\Tum Bin\VIDEO_TS\VTS_01_0.IFO" "D:\HDConvertToX_2.0.424.3356\analysis\chapters.txt" -p5
"D:\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "O:\Tum Bin\VIDEO_TS\1.MKV" --default-duration 0:29.970fps "D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.h264" --language -1:eng "D:\HDConvertToX_2.0.424.3356\analysis\hdencodertox-pid2.mp4" --chapters "D:\HDConvertToX_2.0.424.3356\analysis\chapters.txt" --title "Done with HDConvertToX v.2.0.424.3356"
-> End Queue
AviSynth Script ->
Working with files: D:\HDConvertToX_2.0.424.3356\analysis\hdconverttox_vts_01_1.avs
SetMemoryMax(512)
SetMTMode(2,0)
Mpeg2Source("D:\HDConvertToX_2.0.424.3356\analysis\movie.d2v")
TDeint(mode=0,order=-1)
LanczosResize(704,384,0,2,-0,-14)
ColorMatrix(d2v="D:\HDConvertToX_2.0.424.3356\analysis\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
Movie above had no output
Third movie I chose deinterlace, but came out 29 fps. I dont understand about how this works but rest of movies which worked came out 23fps.
One more question. Is there a filter I can use the colour on one movie?
thanks
Mrsash
19th July 2009, 16:02
Also dont know what you would like me to do about the movie which doesn't get analyzed. Earlier HDC has worked on this movie fine. When I click analyse. IT opens cmd window eac check and then x264 cmd window comes up which sort of never finishes what it doing?
buzzqw
19th July 2009, 16:10
@akatitan
please redownload the dg build http://www.64k.it/andres/data/hdconverttox/HDConvertToX-DG.exe
@Mrsash
analysis problem come out from directshowsource issue, be sure to have installed all required component
first job has a bitrate of 1108 that is good for your final size
i don't know why x264 has made a so huge temporary encoding files
i will let encoding finishing an look at final size
the second job you have selected INTERLACED and not NTSC (23.976>29.97) so the final framerate is 29.97
you can use the Tweak filter, using the free avs string
BHH
akatitan
19th July 2009, 17:15
ATI's encoders are TERRIBLE!! They produce even worse quality than x264 set on fastest preset! Probably the worst h264 implementation ever! Take my good advice and DO NOT USE THEM!
thanks for the warning. i use it to encode WMV, i will try a short clip and compare atI to microsoft.
akatitan
19th July 2009, 17:17
@akatitan
please redownload the dg build http://www.64k.it/andres/data/hdconverttox/HDConvertToX-DG.exe
BHH
thanks done works fine now. what was the differance?
buzzqw
19th July 2009, 17:18
this beta build support Neuron2 NV indexing tool
BHH
Sharc
19th July 2009, 18:55
this beta build support Neuron2 NV indexing tool
BHH
Sorry, buzzqw, I totally missed your new link to the DG....NV version.
I have now started with some testing (VC-1 source).
First feedback:
- DG...NV started well, index file .dgm is produced. Great. However the compression test returned a 0 byte file. Maybe the problem is here. I have to try this again.
- Currently I try a real encode. DG....NV indexed the file properly. Now eac3to extracts the sups and the audio ..... let's see ....... I keep you posted.
buzzqw
19th July 2009, 19:06
compression test isn't "aware" of NV ...
is on todo list
BHH
Chengbin
19th July 2009, 19:52
Queue is pissing me off.
I take forever to build up a queue, and it doesn't work. DGAVCIndex will always crash when I encode the queue. If I encode them one by one it works, but not in a queue.
HDConvertToX v.2.0.445.3436 report
Input File: d:\conan encode\453.mkv ( D:\conan encode\453.mkv )
Codec Video: avc
Width / Heigh : 640 / 480
Framerate / Framecount: 23.976 / 28657
Duration(hh:mm:ss): 0:19:56
Aspect Ratio: 1.3333
Resized resolution: 640 / 480
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 10
Final Size: 24
Priority: idle
Denoise Level: None
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
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp3, 2.0 channels, 128kbps, 44.1khz, -6080ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 3: subtitle (ssa)
4: subtitle (ssa)
-> End Full Subtitle List
Encrust Subtitle in Video file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\449.mkv" 1:"D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdconverttox.h264"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\DGAVCIndex.exe" -i "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdconverttox.h264" -o "D:\HDConvertToX_2.0.424.3356 - Copy\job1\movie.dga" -f 0 -e
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\449.mkv" 3:"D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdencodertox__subs_3.ssa"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\449.mkv" 2: "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdencodertox-pid2.ac3"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\x264.exe" --crf 24 --keyint 1000 --bframes 5 --trellis 1 --ref 8 --deblock 0,0 --subme 9 --direct auto --me umh --merange 32 --b-adapt 2 --b-pyramid --threads 3 --no-8x8dct --partitions all --qcomp 0.8 --psy-rd 0.0:0.0 --aq-strength 0.5 --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdconverttox_449.h264" "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdconverttox_449.avs"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\mp4box.exe" -add "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdconverttox_449.h264" -fps 23.976 -add "D:\HDConvertToX_2.0.424.3356 - Copy\job1\hdencodertox-pid2.ac3" "D:\Encoded Movies\449.MP4"
del /Q "D:\HDConvertToX_2.0.424.3356 - Copy\job1\"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\453.mkv" 1:"D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdconverttox.h264"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\DGAVCIndex.exe" -i "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdconverttox.h264" -o "D:\HDConvertToX_2.0.424.3356 - Copy\job2\movie.dga" -f 0 -e
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\453.mkv" 3:"D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdencodertox__subs_3.ssa"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\eac3to.exe" "d:\conan encode\453.mkv" 2: "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdencodertox-pid2.mp3"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\x264.exe" --crf 24 --keyint 1000 --bframes 5 --trellis 1 --ref 8 --deblock 0,0 --subme 9 --direct auto --me umh --merange 32 --b-adapt 2 --b-pyramid --threads 3 --no-8x8dct --partitions all --qcomp 0.8 --psy-rd 0.0:0.0 --aq-strength 0.5 --sar 1:1 --output "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdconverttox_453.h264" "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdconverttox_453.avs"
"D:\HDConvertToX_2.0.424.3356 - Copy\applications\mp4box.exe" -add "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdconverttox_453.h264" -fps 23.976 -add "D:\HDConvertToX_2.0.424.3356 - Copy\job2\hdencodertox-pid2.mp3" "D:\Encoded Movies\453.MP4"
del /Q "D:\HDConvertToX_2.0.424.3356 - Copy\job2\"
-> End Queue
-> End AviSynth Script
Atak_Snajpera
19th July 2009, 19:57
input file: D:\conan encode\453-蝌舻箅篑玳典牯蟪会-002.mkv ( d:\conan encode\453-因缘与友情的试映会-002.mkv )
do not use national characters!!!
Sharc
19th July 2009, 20:13
compression test isn't "aware" of NV ...
is on todo list
BHH
ok, understand.
I tried a real encode. Everything went fine but x264 encoding failed. x264 terminates with
avis [error]: unsupported input format (DIB)
x264 [error]: could not open input file 'C:\Users\Movies\HDConvertToX\HDC-W
ORKFOLDER\job1\hdconverttox_00000.avs'
Then HDC proceeds with the muxing (2 x audios, 1 x sups, but empty video)
I had this error once before, but now I scratch my head trying to remember how I solved it ....
I am pretty sure the problem is here on my system.
Chengbin
19th July 2009, 21:12
I found the problem. HDC doesn't support foreign characters.
Havokdan
19th July 2009, 21:15
HDC is frontend, in fact some tools do not support foreign characters.
buzzqw
19th July 2009, 21:16
@Sharc
please open the avs script in virtualdub, what is the errors ?
make sure the nv server is on
@Chengbin
is the queue reporting your national character correctly ?
if YES the error is within applications HDC uses
if NO the error is on HDC
before blame, check it
BHH
Sharc
19th July 2009, 21:25
@Sharc
please open the avs script in virtualdub, what is the errors ?
make sure the nv server is on
vdub error:
Avisynt open failure:
DGSource: The input file is not a DG project file
It makes reference to the .avs script line 75 which is:
DGSource("C:\Users\Movies\HDConvertToX\HDC-WORKFOLDER\job1\movie.dgm")
Yes, the nv server is on.
Chengbin
19th July 2009, 21:53
@buzzqw
Look at Atak_Snajpera's quote, the 2 file names should be the same, but they're not.
Also, when there are Chinese characters, DGAVCIndex will run right away, and crash, whereas if you don't have those characters, eac3to will extract the h264 file then run DGAVCIndex.
BTW, can you disable the sound that I think eac3to makes after finishing a job like extraction? It is annoying when you watch a movie, and it keeps making that sound loudly (because you have to really turn it up to watch movies)
TheFork
19th July 2009, 22:42
I'm having a lot of problems with the audio sync. I've managed to convert over a dozen DVDs successfully but now only 1 in 10 is actually converting properly (ie with the audio in sync with the video!).
I own the DVDs (of course!) and I have ripped them to my hard disk using AnyDVD and CloneDVD2.
If I play a ripped VOB-file in Media Player Classic it plays correctly - the audio and video is in sync. So I know that my source files are GOOD.
If I then select the IFO in HDConvertToX, click "Analyze file", and then click "Preview" in the "Crop and Resize" tab I find that the audio and video are now out-of-sync by quite a few seconds.
And it's not just the preview that's getting it wrong because if I go ahead and convert the movie then the resultant file is out-of-sync.
I can't think of anything that I have changed recently on my PC. I dual-boot and I am getting exactly the same symptoms in both Windows 7(RC) and Windows XP.
Does anyone have any suggestions, or is there a way I can try to manually correct this?
Thanks,
Fork.
buzzqw
20th July 2009, 06:55
vdub error:
Avisynt open failure:
DGSource: The input file is not a DG project file
It makes reference to the .avs script line 75 which is:
DGSource("C:\Users\Movies\HDConvertToX\HDC-WORKFOLDER\job1\movie.dgm")
Yes, the nv server is on.
sorry pal, i cannot debug
just some hint:
is movie.dgm present ?
is formally corrected ?
If I play a ripped VOB-file in Media Player Classic it plays correctly - the audio and video is in sync. So I know that my source files are GOOD.
preview uses the directshowsource... se hd can be a bottleneck..
anyway the delay is progressive or fixed ?
try manually indexing the vobs, any delay is reported in audio extraction ?
also.. remember that you can feed HDC with the d2v and audio files
BHH
Sharc
20th July 2009, 09:13
sorry pal, i cannot debug
just some hint:
is movie.dgm present ?
is formally corrected ?
I found the bug!
When the source is vc-1 then the index output file sould be movie.dgv, not movie.dgm
The script should then equally be
DGSource("C:\Users\Movies\HDConvertToX\HDC-WORKFOLDER\job1\movie.dgv")
For mpeg-2 it's .dgm
For avc it's .dga
I am very confident when you fix this everything will work :)
Mrsash
20th July 2009, 11:20
@Mrsash
analysis problem come out from directshowsource issue, be sure to have installed all required component
BHH
what should I check here exactly?
first job has a bitrate of 1108 that is good for your final size
i don't know why x264 has made a so huge temporary encoding files
i will let encoding finishing an look at final size
BHH
Well there no output for this movie
the second job you have selected INTERLACED and not NTSC (23.976>29.97) so the final framerate is 29.97
BHH
OK understood
you can use the Tweak filter, using the free avs string
BHH
What to do here exactly?
Also I read some posts about using graphics chips to make encoding faster. Can you give details?
thanks
buzzqw
20th July 2009, 12:52
I found the bug!
When the source is vc-1 then the index output file sould be movie.dgv, not movie.dgm
The script should then equally be
DGSource("C:\Users\Movies\HDConvertToX\HDC-WORKFOLDER\job1\movie.dgv")
For mpeg-2 it's .dgm
For avc it's .dga
I am very confident when you fix this everything will work :)
please redonwload DG version and report back!
what should I check here exactly?
re/install ffdshow tryout and haali media splitter
What to do here exactly?
check avisynth manual for tweak filter, then apply in advanced settings on free avs
the beta version (DG) is actually supporting great Neuron2 NV tools, that allow decoding of h264/mpeg2/VC-1 on Nvidia graphic card's.
and your graphic card is a lot more faster in decoding then your cpu.
you must buy licence from Neuron2 (a well deserved licensed!)
BHH
Also I read some posts about using graphics chips to make encoding faster. Can you give details?
thanks[/QUOTE]
Sharc
20th July 2009, 13:50
please redonwload DG version and report back!
Success! DG.....NV tools can be used now. :thanks:
Mrsash
20th July 2009, 14:05
re/install ffdshow tryout and haali media splitter
I did three encodes today and they all went fine but not the same movies. I think I will retry movies with problems before reinstall?
One problem I have seen is movies take varying amount of time to show visual crop and analyse. Some movies are quick while other dont finish. The earlier version did not have this problem. Is this the reason you say reinstall?
check avisynth manual for tweak filter, then apply in advanced settings on free avs
Looks interesting. On free avs string I have to enter say sat=3 etc right. Also can I see the difference in real time or should I be using something else to see the difference before encoding?
the beta version (DG) is actually supporting great Neuron2 NV tools, that allow decoding of h264/mpeg2/VC-1 on Nvidia graphic card's.
and your graphic card is a lot more faster in decoding then your cpu.
you must buy licence from Neuron2 (a well deserved licensed!)
Oh can you point me to the official website. I tried googling and there are several references but none look like the home page?
buzzqw
20th July 2009, 14:35
Success! DG.....NV tools can be used now. :thanks:
YEA! that's a good news :)
please test it with h264, vc-1 and mpeg2 source (and dvd source too..)
thanks again Sharc!
also.. how much total encoding speed is gained ?
I did three encodes today and they all went fine but not the same movies. I think I will retry movies with problems before reinstall?
if 3 movies works, and 1 no.. i think problem is on the not working one's
please give some information about not working one's
[/QUOTE]One problem I have seen is movies take varying amount of time to show visual crop and analyse. Some movies are quick while other dont finish. The earlier version did not have this problem. Is this the reason you say reinstall?[/QUOTE]
visualcrop take a random number of frames, and analyze is using dss.
yes, time could be different but not so much
Looks interesting. On free avs string I have to enter say sat=3 etc right. Also can I see the difference in real time or should I be using something else to see the difference before encoding?
write this:
tweak(sat=3)
not only sat=3 ...
[/QUOTE]Oh can you poin me to the official website. I tried googling and there are several references but none look like the home page?[/QUOTE]
look here! http://neuron2.net/dgmpgdecnv/dgmpgdecnv.html
BHH
gr1mmj0w
21st July 2009, 02:55
haven't found anything but have any one had any issues get sutitles to work on a new encode to x264?
some reason a movie that has subtitles, will never get moved over to the new encode..
buzzqw
21st July 2009, 06:16
haven't found anything but have any one had any issues get sutitles to work on a new encode to x264?
some reason a movie that has subtitles, will never get moved over to the new encode..
without a proper report is difficult to debug...
BHH
gr1mmj0w
21st July 2009, 07:33
without a proper report is difficult to debug...
BHH
my apologies, I will grab that for you in a bit.
edit: here ya go.
my fault
jj666
21st July 2009, 08:57
Thats clearly a rule #6 violation gr1mmj0w...
Input File: c:\users\nwestfield\desktop\evangelion_1.11_you_are_(not)_alone_(2009)_[1080p,bluray,x264,dts-es]_-_thora.mkv
Cheers,
-jj-
Sharc
21st July 2009, 09:06
YEA! that's a good news :)
please test it with h264, vc-1 and mpeg2 source (and dvd source too..)
Seems that only vc-1 works until now.
mpeg-2: movie.dgm is not generated; it just waits ....
avc: similar, but I have to do more test
(Is there possibly a bug in the command line of the DG ....NV.exe?)
alpha_125
21st July 2009, 11:10
hello, I would try the new divx7pro instead of xvid and I would like to add a my own profile.
For the xvid was very simple, just editing the HDConvertToX_profile.txt file.
To create a new divx profile I am having difficulties.
Where are stored the information to create the .conf file used by avs2avi?
I am particularly interested to edit the vbv values and the profile (i've added other profiles to the default ones)
divx , Ÿ -bv1q 2 4854000,3145728,3145728 -dir "K:\HDC\" -pq 8610 -b 2 -profile 3 -key 300
thanks
buzzqw
21st July 2009, 12:12
"mp4box.exe" -add "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox_evangelion_1.11_you_are_(not)_alone_(2009)_[1080p,bluray,x264,dts-es]_-_thora.h264 (holy cow how long is this tile!)" -fps 23.976 -add "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdencodertox-pid2.mp4":lang=jpn "C:\Users\nwestfield\Desktop\evansubtitles.MP4"
sorry pal, but no support for rules 6 material even if problem is quite obvius
Seems that only vc-1 works until now.
mpeg-2: movie.dgm is not generated; it just waits ....
avc: similar, but I have to do more test
(Is there possibly a bug in the command line of the DG ....NV.exe?)
could you try lauching from dos the extraction ?
just to got some error back
hello, I would try the new divx7pro instead of xvid and I would like to add a my own profile.
For the xvid was very simple, just editing the HDConvertToX_profile.txt file.
To create a new divx profile I am having difficulties.
Where are stored the information to create the .conf file used by avs2avi?
I am particularly interested to edit the vbv values and the profile (i've added other profiles to the default ones)
divx , Ÿ -bv1q 2 4854000,3145728,3145728 -dir "K:\HDC\" -pq 8610 -b 2 -profile 3 -key 300
thanks
these are DIVX 6 profiles, not divx 7 pro...
sorry pal, no support for divx7 pro untill it's will become freeware to use for all
BHH
buzzqw
21st July 2009, 12:21
@Sharc
please redownload DG version
i fixed some problems on indexing (missing double quote)
BHH
Sharc
21st July 2009, 12:32
Exactly! I was just going to post this (missing " .... ") now. I added it manually in the Queue, and everything worked as expected.
buzzqw
21st July 2009, 12:40
but please ... try the new build
thanks again
BHH
Sharc
21st July 2009, 12:51
Here we go (new build):
vc-1 => ok
mpeg-2 => ok
avc => not ok. => Analyze => error.avs: DSS: RenderFile, the filter graph manager won't talk to me
Here the error.avs
#HDConvertToX Analyze Avisynth Script
LoadPlugin("C:\Programme\Video\HDConvertToX\filters\DirectShowSource.dll")
LoadPlugin("C:\Programme\Video\HDConvertToX\filters\FFMS2.dll")
LoadPlugin("C:\Programme\Video\HDConvertToX\filters\autocrop.dll")
LoadPlugin("C:\Programme\Video\HDConvertToX\filters\DGAVCDecode.dll")
LoadPlugin("C:\Programme\Video\HDConvertToX\filters\DGDecode.dll")
directshowsource("C:\Users\Movies\Test_Movie\BD Testclips\avc sample1.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("C:\Programme\Video\HDConvertToX\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=16,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
buzzqw
21st July 2009, 12:56
preview/analysis still required dss, since for using NV tools i will need to index all file
i prefer a quick analysis and then only when encoding launch indexing
BHH
Sharc
21st July 2009, 13:01
Yes, I understand.
Still, for some reason the Analyze using dss fails for avc sources.... maybe something is odd with my system
buzzqw
21st July 2009, 13:05
check your ffdshow decoder status (and haali..)
BHH
Mrsash
21st July 2009, 14:16
if 3 movies works, and 1 no.. i think problem is on the not working one's
please give some information about not working one's
Will post soon
visualcrop take a random number of frames, and analyze is using dss.
yes, time could be different but not so much
Will need to reinstall everything soon. Will look into it
write this:
tweak(sat=3)
not only sat=3 ...
You forgot to tell me if I preview will give an indication of what this would like before encode?
look here! http://neuron2.net/dgmpgdecnv/dgmpgdecnv.html
I did go to this site. I was expecting a Nvidia website. Did not realise its homebrew. Looks interesting still....
lastly was wondering if you could post a screen shot of your ffdshow settings with all codecs listed. This would help me a lot to eliminate some of my issues.
thanks
buzzqw
21st July 2009, 14:26
You forgot to tell me if I preview will give an indication of what this would like before encode?
yes, preview will apply free avs inserted
lastly was wondering if you could post a screen shot of your ffdshow settings with all codecs listed. This would help me a lot to eliminate some of my issues.
i usually install ffdshow in normal way, and let it be the predefined decoder for all but wmv
not much to hassle , just install it
one minor adjustment is settings AVC to ffmpeg-mt (for dual core cpu), and enable dvd decoding in mpeg2
BHH
Mrsash
21st July 2009, 15:02
yes, preview will apply free avs inserted
i usually install ffdshow in normal way, and let it be the predefined decoder for all but wmv
not much to hassle , just install it
one minor adjustment is settings AVC to ffmpeg-mt (for dual core cpu), and enable dvd decoding in mpeg2
BHH
What do you do for wmv
What exactly do you mean by "enable dvd decoding in mpeg2"?Where is this setting. In ffdshow I have mpeg2 should Iset it to liba.?
When I click analyze haali splitter and ffdshow icons come up on the right. Anyway for this one movie which I have encoded in HDC before but since the size is not what I can live with I am re encoding. Since new version of x264 it does not analyze. Anyway just double clicked on haali and reduced number of TS packets to check under input and it did analyze quickly. I am trying with another movie HDC did earlier and has problems but it goign on with the analyze. Scratching my head. ITs just weird
buzzqw
21st July 2009, 15:48
What do you do for wmv
What exactly do you mean by "enable dvd decoding in mpeg2"?Where is this setting. In ffdshow I have mpeg2 should Iset it to liba.?
When I click analyze haali splitter and ffdshow icons come up on the right. Anyway for this one movie which I have encoded in HDC before but since the size is not what I can live with I am re encoding. Since new version of x264 it does not analyze. Anyway just double clicked on haali and reduced number of TS packets to check under input and it did analyze quickly. I am trying with another movie HDC did earlier and has problems but it goign on with the analyze. Scratching my head. ITs just weird
for wmv set fdshow to use wmv9 decoder
and about mpeg2, select it, then down will be enabled "dvd decoding"
isn't the new versions of x264 that's fault, since other movies are analyzed.
it's a matter of decoder used.
if your problem with dss are insurmountable try using Force FFmpegSource
just a clue try installing haali enabling mpeg ps and mpeg ts, and test analyze fuction
then install haali without enabling mpeg2 ps/ts support, and test analyze fuction
BHH
gr1mmj0w
21st July 2009, 16:13
sorry pal, but no support for rules 6 material even if problem is quite obvius
BHH
damn :(
thanks anyways.
buzzqw
21st July 2009, 16:31
we should put a red line on these source ;)
BHH
Sharc
21st July 2009, 16:42
check your ffdshow decoder status (and haali..)
ok, I had to DISABLE H.264/AVV decoding in ffdshow. Don't ask me why ....
Now the avc format works as well with DG....NV tools. Very nice!
buzzqw
21st July 2009, 16:57
what about speed gain ?
BHH
Adub
21st July 2009, 16:58
If you had to disable it in FFDShow, then another encoder already installed on your system took over. This usually occurs when using PowerDVD or ArcSoft TotalMedia Theater. Their filters take over, and apparently that works for you. Weird that ffdshow is having troubles.
Sharc
21st July 2009, 17:12
If you had to disable it in FFDShow, then another encoder already installed on your system took over. This usually occurs when using PowerDVD or ArcSoft TotalMedia Theater. Their filters take over, and apparently that works for you. Weird that ffdshow is having troubles.
Yes, this seems exactly to be the case. An installed MainConcept decoder took over. I didn't expect that ffdshow will have troubles with it. Weird indeed. I just wonder now how many other "strange observations" can be attributed to this....:confused:
Chengbin
21st July 2009, 20:35
HDC doesn't work with VFW. I tried encoding them and none of them work.
Never mind, HDC (or DGAVCIndex) doesn't allow directories with Chinese characters.
Sharc
22nd July 2009, 09:55
what about speed gain ?
Here some results (on quadcore PC)
x264 preset medium, film
1) Source AVC (1080p)
DG_Standard: 8.48 fps
DG...NV: 8.95 fps
2) Source VC-1 (1080 frame/field interlaced)
DSS: x264 crash
DG....NV: 8.72 fps
3) Source mpeg-2 (1080p)
DG_Standard 9.82 fps
DG...NV: 9.95 fps
So for me the main benefit of DG....NV is the ability to decode frame/field interlaced VC-1 material, rather than speed.
Mrsash
22nd July 2009, 11:18
for wmv set fdshow to use wmv9 decoder
and about mpeg2, select it, then down will be enabled "dvd decoding"
There is no setting in the drop down "dvd decoding" under Mpeg2. There are only 3 options
disabled
libavcodec and
libmpeg2
then install haali without enabling mpeg2 ps/ts support, and test analyze fuction
BHH
Wow that fixed the analyse, should I leave it without enabling mpeg2 ps/ts support?
noee
22nd July 2009, 11:48
There is no setting in the drop down "dvd decoding" under Mpeg2. There are only 3 options
disabled
libavcodec and
libmpeg2
But there is a check box at the bottom, called "DVD Decoding". Make sure that is checked if you want FFDshow to decode DVDs.
Mrsash
22nd July 2009, 11:56
But there is a check box at the bottom, called "DVD Decoding". Make sure that is checked if you want FFDshow to decode DVDs.
God feel like an idiot. Learning process I guess. Should I leave mpeg 2 as disabled or one of the others (liba, libmpeg2)?
noee
22nd July 2009, 12:23
MPEG2 is the encoded format for DVDs (mostly), so if you want FFDshow to decoded DVDs, you must enable MPEG2, either Libmpeg2 or libavcodec. IMO, Libmpeg2 provides a more stable experience. You can try both.
SeeMoreDigital
22nd July 2009, 12:58
Hi buzzqw,
I've been meaning to ask....
I work alot with DV in .AVI and RGB in .AVI sources. Is there any particular reason why "input" of the .AVI container is not directly supported?
buzzqw
22nd July 2009, 13:05
simply answer: audio track
if avi has 1 only audio track you can say NO to muxing to MKV, but if avi file has more then 1 audio , the only way to process the second (or third..) is to mux in mkv
while developing automkv many and more users asked why weren't supported multiple audio in avi, with HDC if you mux in mkv you can process these tracks, otherwise no.
anyway avi is already present in list of supported media type
BHH
dichtomat
22nd July 2009, 13:16
Because the development for automkv has stopped (thx buzz for the info), I will give HDConvertToX a try. But I have to ask a general question about subs. This problem also existed with automkv, but I could load external subs and with some handwork I could reach my goal.
I want to rip only forced subs. E.g. if someone speaks a foreign language in a movie, translated signs etc. But here the problem starts: On some DVDs you have a subtitle track with some subs marked as forced, on some other disc there is an extra subtitle track for this type of subs. So at the moment I rip the subs with vobsub, look at them with subresync and then I rip the needed subs with vsrip. After that I load them into automkv as external subtitle.
There must be an easier (automatic) way. How does a standalone player find this track? Isn't there any data on a DVD were a programm/player is guided to the right track? So an option to load "translation/sign" subs (see describtion above) would be nice. I DON'T wan't a simple button "rip forced subs only", this wouldn't save me any work.
If this doesnt' work, is possible to load external subs in hdc?
Chengbin
22nd July 2009, 13:42
Is AAC this problematic?
I can't encode AAC on HDC, it keeps saying cannot parse WAV.
SeeMoreDigital
22nd July 2009, 13:59
anyway avi is already present in list of supported media typeThanks for the confirmation, that's great news...
Sharc
22nd July 2009, 14:10
@buzzqw
HDC creates directories in the workfolder according to the file name. This is very nice, however these directories remain empty because HDC throws all temporary files into the [job1] directory.
Is this intentional? If so, what are the specific directories intended for?
Mrsash
22nd July 2009, 14:48
then install haali without enabling mpeg2 ps/ts support, and test analyze fuction
BHH
This fixed the analyse, should I leave it without enabling mpeg2 ps/ts support? I thought there was reason you enable mpeg2 in haali?
thanks
ckmox
22nd July 2009, 16:11
help cant reencode the aac audio mux in mkv HD source file
a sound pops out then when i pause the dos screen it says error cannot parse WAV file
plus at the top there is "eac3to.exe" file
but when i select "no audio" plus analyzing the file with "force DirectShowSource"
the file can be encoded sucessfully
im reencoding the source file to x264 mkv too btw
Adub
22nd July 2009, 18:38
Okay, so let's be clear.
You are trying to encode an mkv with aac audio, correct? Please post a report using the "Make Report" button.
buzzqw
22nd July 2009, 19:20
If this doesnt' work, is possible to load external subs in hdc?
my analysis on ifo don't report if subs are forced... so there isn't a easy way to detect it.
anyway hdc allo import external sub if sorce file is d2v or dga
Is AAC this problematic?
I can't encode AAC on HDC, it keeps saying cannot parse WAV.
EAC3TO cannot decode aac without nero plugin
THAT'S WHY I ADDED OTHER AUDIO ENCODING METHOD.
@buzzqw
HDC creates directories in the workfolder according to the file name. This is very nice, however these directories remain empty because HDC throws all temporary files into the [job1] directory.
Is this intentional? If so, what are the specific directories intended for?
working folder and temporary folder i a little mess.. i know
help cant reencode the aac audio mux in mkv HD source file
a sound pops out then when i pause the dos screen it says error cannot parse WAV file
plus at the top there is "eac3to.exe" file
but when i select "no audio" plus analyzing the file with "force DirectShowSource"
the file can be encoded sucessfully
im reencoding the source file to x264 mkv too btw
on audio tab select another decoder, like dss or nicaudio
BHH
Havokdan
22nd July 2009, 21:56
buzzqw, I was trying to reencode a .avi to another .avi, however not at the end MUX audio in final file, it happens to you?
I know the audio is converted correctly, but not mux in final file.
ckmox
22nd July 2009, 23:59
Okay, so let's be clear.
You are trying to encode an mkv with aac audio, correct? Please post a report using the "Make Report" button.
here is the report
HDConvertToX v.2.0.424.3356 report
Input File: c:\documents and settings\administrator\my documents\videos\assorted\gundam00preview.mkv ( C:\Documents and Settings\Administrator\My Documents\Videos\Assorted\Gundam00Preview.mkv )
Codec Video: avc
Width / Heigh : 1280 / 720
Framerate / Framecount: 23.976 / 346
Duration(hh:mm:ss): 0:0:15
Aspect Ratio: 1.7778
Resized resolution: 592 / 336
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: X264 in MKV
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: Super Light
Set Manual Bitrate: 350
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 32
Audio Channels: 2
MP3 Mode: abr
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: aac, 2.0 channels, 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 ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"D:\Softs\MediaTools\Encoding\HDC\applications\eac3to.exe" "c:\documents and settings\administrator\my documents\videos\assorted\gundam00preview.mkv" 1:"D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox.h264"
"D:\Softs\MediaTools\Encoding\HDC\applications\DGAVCIndex.exe" -i "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox.h264" -o "D:\Softs\MediaTools\Encoding\HDC\analysis\movie.dga" -f 0 -e
"D:\Softs\MediaTools\Encoding\HDC\applications\eac3to.exe" "c:\documents and settings\administrator\my documents\videos\assorted\gundam00preview.mkv" 2: stdout.wav -down2 | "D:\Softs\MediaTools\Encoding\HDC\applications\neroaacenc.exe" -if - -br 32000 -ignorelength -of "D:\Softs\MediaTools\Encoding\HDC\analysis\hdencodertox-pid2.mp4"
"D:\Softs\MediaTools\Encoding\HDC\applications\x264.exe" --pass 1 --bitrate 350 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.h264" "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.avs"
"D:\Softs\MediaTools\Encoding\HDC\applications\x264.exe" --pass 2 --bitrate 350 --preset medium --bframes 3 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.h264" "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.avs"
"D:\Softs\MediaTools\Encoding\HDC\applications\mkvmerge.exe" -o "D:\Softs\MediaTools\Encoding\HDC\hdconverttox_full_gundam00preview.mkv" --default-duration 0:23.976fps "D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.h264" "D:\Softs\MediaTools\Encoding\HDC\analysis\hdencodertox-pid2.mp4" --title "Done with HDConvertToX v.2.0.424.3356"
-> End Queue
AviSynth Script ->
Working with files: D:\Softs\MediaTools\Encoding\HDC\analysis\hdconverttox_gundam00preview.avs
AVCSource("D:\Softs\MediaTools\Encoding\HDC\analysis\movie.dga")
LanczosResize(592,336,0,0,-0,-0)
hqdn3d(1)
-> End AviSynth Script
its still got an error could not parse WAV file im trying to reencode the AAC auido to Nero AAC at 32 audio bitrate
Chengbin
23rd July 2009, 00:37
EAC3TO cannot decode aac without nero plugin
THAT'S WHY I ADDED OTHER AUDIO ENCODING METHOD.
BHH
Thanks for clearing that up.
Where do I get the plugin?
buzzqw
23rd July 2009, 06:37
buzzqw, I was trying to reencode a .avi to another .avi, however not at the end MUX audio in final file, it happens to you?
I know the audio is converted correctly, but not mux in final file.
are you able to post a make report ?
is video encoded ?
are subs present?
what kind of audio ?
its still got an error could not parse WAV file im trying to reencode the AAC auido to Nero AAC at 32 audio bitrate
maybe you miss my answer... eac3to don't support directly aac input audio.
you should bought nero aac plugin or use, in audio section, directshowsource
Thanks for clearing that up.
Where do I get the plugin?
check first post of eac3to thread
BHH
Mrsash
23rd July 2009, 06:59
You did not reply to my question buddy
you told me to do this which worked
then install haali without enabling mpeg2 ps/ts support, and test analyze fuction
BHH
This fixed the analyse, should I leave it without enabling mpeg2 ps/ts support? I thought there was reason you enable mpeg2 in haali?
thanks
buzzqw
23rd July 2009, 07:03
is this the Haali thread's suport, buddy ?
ask Haali how works is internal procedures...
BHH
Havokdan
23rd July 2009, 09:12
buzzqw, original file is also a .avi (xvid + mp3), when I open it, select "No" to that in MUX in .mkv, since it only has one sound and has no subtitles, the only problem is that the final file is without audio, I'm now doing a conversion, then I post the report later.
ckmox
23rd July 2009, 12:55
are you able to post a make report ?
maybe you miss my answer... eac3to don't support directly aac input audio.
you should bought nero aac plugin or use, in audio section, directshowsource
thanks dude as you instructed i select "force DirectShowSource as decoder" on the "audio" tab at the "decoding option" and the audio reencoding work :)
buzzqw
23rd July 2009, 13:06
glad it worked ckmox!
BHH
Mrsash
23rd July 2009, 15:24
is this the Haali thread's suport, buddy ?
ask Haali how works is internal procedures...
BHH
Well analysing and visual crop was taking a long time. You asked me to disable support for mpeg2 ps/ts support and check if it works better. Well it does work fine after I disabled those two in haali.
What I need to know does HDC require Haali to support those two types and if it does then I am assuming you asked to instal and configure like that for a reason? Do you get better quality with haali?
buzzqw
23rd July 2009, 15:33
HDC need a proper and working splitter and decoder
isn't a issue about quality, but a necessity about being able to use directshowsource on stream
hdc will work well even without haali, that's for sure.. if you have installed another working mpeg splitter
a decoder should give the same quality as another, the same for splitter
BHH
gr1mmj0w
23rd July 2009, 16:23
HDC will save in it's on folder when NO output file is specified. ALSO no output file is done when you got problem muxing
BHH
1 more question about this, how can you tell if there was a problem muxing?
I look @ the report and nothing looks out of the blue, I'm playing with one of my movies and the file is still not showing up. :\
HDConvertToX v.2.0.445.3436 report
Input File: c:\users\nwestfield\videos\kung_fu_panda_ac\bdmv\stream\00004.m2ts ( C:\Users\nwestfield\Videos\KUNG_FU_PANDA_AC\BDMV\STREAM\00004.m2ts )
Codec Video: avc
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 132575
Duration(hh:mm:ss): 1:32:10
Aspect Ratio: 1.7778
Resized resolution: 1920 / 816
Crop Values : 0:138:0:126
Start Video Configuration ->
Encoding Settings: X264 in MP4
NMT Compatibility: On
Encoding Preset: 7
Final Size: 3788
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 320
Audio Channels: Original
MP3 Mode: abr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 4: truehd/ac3, english, 5.1 channels, 48khz
5: ac3, french, 5.1 channels, 640kbps, 48khz
6: ac3, spanish, 5.1 channels, 640kbps, 48khz
7: ac3, portuguese, 5.1 channels, 640kbps, 48khz
8: ac3, english, 2.0 channels, 192kbps, 48khz, dialnorm: -27db
9: e-ac3, english, 2.0 channels, 192kbps, 48khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
10: subtitle (pgs), english
11: subtitle (pgs), english
12: subtitle (pgs), french
13: subtitle (pgs), spanish
14: subtitle (pgs), portuguese
15: subtitle (pgs), english
16: subtitle (pgs), french
17: subtitle (pgs), spanish
18: subtitle (pgs), portuguese
-> 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:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "c:\users\nwestfield\videos\kung_fu_panda_ac\bdmv\stream\00004.m2ts" 2:"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox.h264"
"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\DGAVCIndex.exe" -i "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox.h264" -o "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\movie.dga" -f 0 -e
"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "c:\users\nwestfield\videos\kung_fu_panda_ac\bdmv\stream\00004.m2ts" 4: stdout.wav -normalize | "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 320000 -ignorelength -of "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdencodertox-pid4.mp4"
"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\x264.exe" --bitrate 5435 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox_00004.h264" "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox_00004.avs" --level 4.0
"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\eac3to.exe" 1:"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\chapters.txt"
"C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\applications\mp4box.exe" -add "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox_00004.h264" -fps 23.976 -add "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdencodertox-pid4.mp4":lang=eng -chap "C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\chapters.txt" "C:\Users\nwestfield\Desktop\kungfupanda.MP4"
-> End Queue
AviSynth Script ->
Working with files: C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\hdconverttox_00004.avs
AVCSource("C:\Users\nwestfield\Desktop\HDConvertToX_2.0.424.3356\job0\movie.dga")
LanczosResize(1920,816,0,138,-0,-126)
hqdn3d(1)
-> End AviSynth Script
Chengbin
23rd July 2009, 16:29
Another bug
If I select a file, after analyzing, and choosing a file name. If I accidentally press open file, and close the dialog box, I can't click the save file button. Also, copy video appears twice when I select that file again.
buzzqw
23rd July 2009, 17:10
1 more question about this, how can you tell if there was a problem muxing?
check this on temp folder:
1) audio is present
2) video is present
3) chapter is present
4) subs (if any) are present
5) file names are very long and complex (for mp4mux)
if anyone of these conditions aren't meet the mux fails.
BHH
gr1mmj0w
23rd July 2009, 18:15
check this on temp folder:
1) audio is present
2) video is present
3) chapter is present
4) subs (if any) are present
5) file names are very long and complex (for mp4mux)
if anyone of these conditions aren't meet the mux fails.
BHH
hmm everything seems to be present though...the file name is fairly short and normal. my only thing that I can think that may be of some concern is chapters..
Adub
23rd July 2009, 20:52
Try the commandline by hand. Take the commands from the queue or make report and enter them one by one into the command line.
You should be able to find your problem pretty quickly.
Another thing that you can check is the job folder for that particular job. See which files have been created and which have not. Use the commanline to create the file not in you job folder and you should be able to track down your problem.
Mrsash
24th July 2009, 14:34
Buzz I have encountered several movies where the audio part shows error in {stwav.log} dont remember the name exactly. As a result with HDC it does not look like it can be converted(I know HDC does not actually do the conversion). I intend to convert these to Nero aac, 128kbps, original channel, CBR. The video for these movies encodes fine but audio seems to be the problem. Is there a way to make it work? If not what program should I use to convert these ac3 files to aac?
thanks
buzzqw
24th July 2009, 14:50
ac3 should never be a problem in decoding/encoding, seriously
eac3to can have problem with ac3 source only when this track is somehow damaged
a more robust approach is using DirectShowSource (on audio section), or try ffmpeg
but.. eac3to never got problem with "normal" ac3 audio
BHH
Chengbin
24th July 2009, 21:08
buzzqw, how do I get DivX to work? I can never get it to encode. The encoder always gives an error message saying can't read the source.
buzzqw
25th July 2009, 07:13
have you installed DivX 6.8 ?
EDIT: please try the DG version
the only problem so far detected is about bitrate computing
BHH
Chengbin
25th July 2009, 20:35
I got DivX working, but the bitrate calculator is messed up. I asked for a 440MB file, I end up with a 70MB file.
buzzqw
25th July 2009, 21:36
have you read my last message ?
BHH
Chengbin
25th July 2009, 23:15
have you read my last message ?
BHH
Oh.
I thought that was only if you used the DG version.
phXql
26th July 2009, 09:23
Hello buzzqw,
first i want to say thank you for this great piece of software.
Second i want to ask something about the "final size" option. In AutoMKV, this option will set the file size for the resulting media file (if i enter 185 MB, the resulting mkv will be 185 MB). In HDConvertToX this is changed to the filesize of the video file, right? If i enter 185 MB, the videofile will be 185 MB, but the container will be bigger (size of the video file + size of the audio tracks). Is this working as intended?
Greetings, phXql
buzzqw
26th July 2009, 09:24
Don't worry
it's final size , it mean audio+subs+video
BHH
phXql
26th July 2009, 11:27
Then the final size function doesn't work with NeroAAC.
Parameters: Final Size 185 MB
Audio: Nero AAC Enc, VBR, 0.35 Quality, 2 Tracks
Video: X264 (Program suggested 1126 as bitrate)
Container: MKV
Subtitles: 2 Subtitles
One audio track has 13.2 MB, the other 15.4 MB. The H264-File has 174 MB.
Final size should be 185 MB, but it is 204 MB.
buzzqw
26th July 2009, 12:22
VBR audio, you say all
hdc can "guess" how big will be audio, but since you ask for a vbr encoding, the exact audio size is impossible to know before audio encoding
BHH
phXql
26th July 2009, 12:37
Uhm okay.
What about first encoding the audio, checking the filesize and then calculating the video bitrate? I think this is the way AutoMKV does the job. What do you think of implementing this as an option?
buzzqw
26th July 2009, 12:41
i know, but isn't possible with HDC
when you start and encoding with HDC all parameters MUST be set before start, and so bitrate.
just a question: final audio was 5.1 ?
(i just checked and in case of 5.1 the bitrate is guessed as 2.0)
for example with audio cbr encoding you will get a very good size approximation
BHH
Mrsash
26th July 2009, 16:36
ac3 should never be a problem in decoding/encoding, seriously
eac3to can have problem with ac3 source only when this track is somehow damaged
a more robust approach is using DirectShowSource (on audio section), or try ffmpeg
but.. eac3to never got problem with "normal" ac3 audio
BHH
The cmd window shows "error initializing SBR" and made a noise
I will try the others but this was the error in stdout - Log.txt
eac3to v3.16
command line: "F:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_1.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_2.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_3.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_4.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_5.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_6.vob"+"O:\DVD\Movies\1 Mix\RHTDM\VIDEO_TS\VTS_01_7.vob" 3: stdout.wav -normalize
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 14:37:51
1: Joined VOB file
2: MPEG2, 480i60 /1.001 (4:3)
3: AC3, 5.0 channels, 448kbps, 48khz, dialnorm: -27dB
[a03] The Nero decoder doesn't seem to work, will use libav instead.
[a03] Extracting audio track number 3...
[a03] Removing AC3 dialog normalization...
[a03] Decoding with libav/ffmpeg...
[a03] Remapping channels...
[a03] Writing WAV...
[a03] Creating file "stdout.pass1.wav"...
[a03] Starting 2nd pass...
[a03] Reading WAV...
[a03] Reducing depth from 64 to 24 bits...
[a03] Writing WAV...
[a03] Creating file "stdout.wav"...
[a03] Writing the destination file failed. <ERROR>
Aborted at file position 2883584. <ERROR>
Chengbin
26th July 2009, 16:47
Buzzqw, is it possible to add black borders to the side of a 4:3 video to 16:9?
buzzqw
26th July 2009, 16:53
@Mrsash
[a03] Writing the destination file failed. <ERROR>
is your hd formatted with ntfs or fat32?
have you enough space left ?
@Chengbin
using free avs write addborders
use preview for checking
BHH
Mrsash
26th July 2009, 17:38
@Mrsash
is your hd formatted with ntfs or fat32?
have you enough space left ?
@Chengbin
using free avs write addborders
use preview for checking
BHH
Come on man
NTFS and 350 GB free on that drive
Also different movie same error
eac3to v3.16
command line: "F:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_1.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_2.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_3.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_4.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_5.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_6.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_7.vob" 3: stdout.wav -normalize
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 2:59:11
1: Joined VOB file
2: MPEG2, 480i60 /1.001 (4:3)
3: AC3, 2/2 channels, 448kbps, 48khz
[a03] The Nero decoder doesn't seem to work, will use libav instead.
[a03] Extracting audio track number 3...
[a03] Decoding with libav/ffmpeg...
[a03] Writing WAV...
[a03] Creating file "stdout.pass1.wav"...
[a03] Starting 2nd pass...
[a03] Reading WAV...
[a03] Reducing depth from 64 to 24 bits...
[a03] Writing WAV...
[a03] Creating file "stdout.wav"...
[a03] Writing the destination file failed. <ERROR>
Aborted at file position 2883584. <ERROR>
buzzqw
26th July 2009, 17:55
post the full report
or at least the full audio encoding string
also, have you searched on eac3to thread ?
BHH
Mrsash
26th July 2009, 18:00
post the full report
or at least the full audio encoding string
also, have you searched on eac3to thread ?
BHH
HDConvertToX v.2.0.445.3436 report
Input File: o:\dvd\movies\1 mix\naseeb\video_ts\vts_01_1.vob ( O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:59:04:01 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 321997
Duration(hh:mm:ss): 2:59:4
Aspect Ratio: 1.3334
Resized resolution: 708 / 544
Crop Values : 6:0:6:0
Start Video Configuration ->
Encoding Settings: Encode Only Audio
Encoding Preset: 7
Final Size: 20
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 4ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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
"F:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_1.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_2.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_3.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_4.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_5.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_6.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_7.vob" 3: stdout.wav -normalize | "F:\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "F:\HDConvertToX_2.0.424.3356\temp\job1\hdencodertox-pid3.mp4"
-> End Queue
AviSynth Script ->
Working with files: F:\HDConvertToX_2.0.424.3356\temp\job1\hdconverttox_vts_01_1.avs
SetMemoryMax(512)
SetMTMode(2,0)
Mpeg2Source("F:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
TDeint(mode=0,order=-1)
LanczosResize(708,544,6,0,-6,-0)
ColorMatrix(d2v="F:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
No havent checked eac thread. Wouldnt know where to begin...
#HDConvertToX Avisynth Script
#
#Input File = o:\dvd\movies\1 mix\naseeb\video_ts\vts_01_1.vob
#Original Resolution = 720x480
#Aspect Ratio = 1.3334
#Frame rate =29.970
#Number of Frames = 321997
#Lenght (hour:minutes:seconds) = 2:59:4
#Display Aspect Ratio = 1.3112
#Aspect Error = 0.7458
#
#Resized resolution = 708 / 544
#Crop Left = 6
#Crop Top = 0
#Crop Right = 6
#Crop Bottom = 0
#
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\AddGrain.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\AddGrainC.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\autocrop.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\Average.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\avss.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\ColorMatrix.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\deblock.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\Decomb.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\deen.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\degrainmedian.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\dfttest.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\DGAVCDecode.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\DGDecode.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\DirectShowSource.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\EEDI2.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\ffms2.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\FFT3DFilter.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\FluxSmooth.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\frfun7.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\gradfun2db.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\GrainOpt.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\hqdn3d.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\MSharpen.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\mt_masktools-26.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\mvtools.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\mvtools2.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\NicAudio.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\nnedi.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\RemoveDirtS.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\RemoveGrainS.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\RepairS.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\SangNom.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\SoundOut.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\TBilateral.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\TDeint.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\TIVTC.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\TTempSmooth.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\UnDot.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\UnFilter.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\VSFilter.dll")
LoadPlugin("F:\HDConvertToX_2.0.424.3356\filters\yadifmod.dll")
Import("F:\HDConvertToX_2.0.424.3356\filters\BlindDeHalo3_mt2.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\Deblock_QED_MT2.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\GradFun2DBmod.v1.3.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\Lem.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\LSFmod.v1.8.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\QMLF_3_motions.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\QMLF_5_motions.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\QMLF_7_motions.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\QMLF_9_motions.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\seesaw.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\spresso.avsi")
Import("F:\HDConvertToX_2.0.424.3356\filters\Srestore.avsi")
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
#Source File
Mpeg2Source("F:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
#Insert Deinterlacer
TDeint(mode=0,order=-1)
#Applying Resizing
LanczosResize(708,544,6,0,-6,-0)
#Insert Filters As Requested
ColorMatrix(d2v="F:\HDConvertToX_2.0.424.3356\temp\job1\movie.d2v")
hqdn3d(1)
buzzqw
26th July 2009, 18:06
if you are sure to have enough space left (10+ gb) ,try disabling normalize
BHH
Mrsash
26th July 2009, 18:11
if you are sure to have enough space left (10+ gb) ,try disabling normalize
BHH
gave me this right away
eac3to v3.16
command line: "F:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_1.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_2.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_3.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_4.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_5.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_6.vob"+"O:\DVD\Movies\1 Mix\Naseeb\VIDEO_TS\VTS_01_7.vob" 3: stdout.wav
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 2:59:11
1: Joined VOB file
2: MPEG2, 480i60 /1.001 (4:3)
3: AC3, 2/2 channels, 448kbps, 48khz
[a03] The Nero decoder doesn't seem to work, will use libav instead.
[a03] Extracting audio track number 3...
[a03] Decoding with libav/ffmpeg...
[a03] Reducing depth from 64 to 24 bits...
[a03] Writing WAV...
[a03] Creating file "stdout.wav"...
[a03] Writing the destination file failed. <ERROR>
Aborted at file position 2097152. <ERROR>
buzzqw
26th July 2009, 18:54
i can only argue a bad rip of dvd
try re ripping dvd
BHH
phXql
26th July 2009, 19:23
i know, but isn't possible with HDC
when you start and encoding with HDC all parameters MUST be set before start, and so bitrate.
just a question: final audio was 5.1 ?
(i just checked and in case of 5.1 the bitrate is guessed as 2.0)
for example with audio cbr encoding you will get a very good size approximation
BHH
Uhm okay. Sad, but thanks for your answer.
buzzqw
26th July 2009, 19:35
please redownload the DG version
or 5.1 encoding bitrate should be computed better... (i hope)
BHH
Jaspa
27th July 2009, 13:41
Could someone please explain exactly what "NMT Compatibility" (under Video -> "Hardware Compatibility") actually does? I have searched both this thread and the helpfile but can't find any info.
I have already used HDConvertToX to create about half a dozen x264-encoded files with this option UNchecked and they playback just fine on my Popcorn Hour ("NMT").
Thanks,
Fork.
Have the same Question..!
buzzqw
27th July 2009, 14:02
most depends on profile selected...
if you try the slug or infinite time, or new placebo... these profile aren't playable on nmt (sigma 8635)
checking NMT Compatibility will FORCE hdc to modify the preset used to be compliant with NMT/DVXA (less bframes, less ref frames...)
BHH
Jaspa
27th July 2009, 17:35
most depends on profile selected...
if you try the slug or infinite time, or new placebo... these profile aren't playable on nmt (sigma 8635)
checking NMT Compatibility will FORCE hdc to modify the preset used to be compliant with NMT/DVXA (less bframes, less ref frames...)
BHH
thx for the answer.
leSasch
27th July 2009, 18:07
Hi together,
can HDC reorder the audiostreams?
With AutoMKV, you could select at least the first and the second stream, what's sufficient for 95% of the encodings.
all the best
Sascha
Adub
27th July 2009, 18:20
Reorder? You mean like put the director's commentary as the default track, and then have the main audio as the second track? If yes, then no, it can't. However, if you are making mkv's, simply open the generated mkv in MKVToolnix and reorder it your self. Only takes about 10 seconds.
leSasch
27th July 2009, 19:41
Hi Adub,
thanks for the fast reply (it was not the answer I hoped to get)
best wishes
Sascha
PS: I'm making m2ts files.
buzzqw
27th July 2009, 21:36
so edit the .meta file while hdc is encoding
BHH
molitar
28th July 2009, 02:15
Hi I use AutoMKV all the time and I think it's great. Thought I would try this program but everytime I get an error message when pressing "analyze file" button. x264.exe "cannot find procedure entry point av_crc04C11DB7 in DLL file avutil-49.dll".
Anyone knows why?
One feature I always wanted in AutoMKV is to be able to remux DVD to MKV without encoding. Even remuxing TS files with subtitles into MKV would be great. Please consider this feature.
Same error here.. Windows XP Sp3.
buzzqw
28th July 2009, 07:20
make sure avutil-49.dll is in /applications folder (eventually replace it with one from latest eac3to package)
dvd to mkv without encoding: > ise makemkv
ts to mkv without reencoding is allowed only for avc stream
BHH
leSasch
28th July 2009, 09:53
so edit the .meta file while hdc is encoding
BHH
When is the best moment for doing this in order to re-arrange the audiostreams?
buzzqw
28th July 2009, 10:10
you can just add work to queue, edit the meta, start the queue
or.. while the encoding is in process, edit the meta
BHH
zygo
28th July 2009, 12:31
gday buzz
im having trouble with subtitles again. in this case there was no "idx" file created even tho vsrip ran thru without a problem.
HDConvertToX v.2.0.445.3436 report
Input File: j:\video_ts\vts_01_1.vob ( J:\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:10:43:21 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 196075
Duration(hh:mm:ss): 2:10:44
Aspect Ratio: 1.7778
Resized resolution: 720 / 308
Crop Values : 0:68:0:70
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
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 6ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
English 0 (0xBD 0x20) [0] wide
English 0 (0xBD 0x21) [0] letbox
*** English 1 (0xBD 0x2C) [0] wide
English 1 (0xBD 0x2D) [0] letbox
-> 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
"H:\HDConvertToX_2.0.424.3356\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[j:\video_ts\vts_01_1.vob] -OF=[H:\HDCTemp\job5\movie] -exit -minimize
"H:\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "J:\VIDEO_TS\VTS_01_1.vob"+"J:\VIDEO_TS\VTS_01_2.vob"+"J:\VIDEO_TS\VTS_01_3.vob"+"J:\VIDEO_TS\VTS_01_4.vob"+"J:\VIDEO_TS\VTS_01_5.vob"+"J:\VIDEO_TS\VTS_01_6.vob" 3: "H:\HDCTemp\job5\hdencodertox-pid3.ac3" -no2ndpass
"H:\HDConvertToX_2.0.424.3356\applications\VSrip.exe" "H:\HDCTemp\job5\hdc_subs.list"
"H:\HDConvertToX_2.0.424.3356\applications\x264.exe" --crf 20 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --tune film --sar 1:1 --output "H:\HDCTemp\job5\hdconverttox_vts_01_1.h264" "H:\HDCTemp\job5\hdconverttox_vts_01_1.avs" --level 4.0
"H:\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "J:\VIDEO_TS\VTS_01_0.IFO" "H:\HDCTemp\job5\chapters.txt" -p5
"H:\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "I:\MediaIncoming\Star Wars 1 The Phantom Menace.mkv" --default-duration 0:25.000fps "H:\HDCTemp\job5\hdconverttox_vts_01_1.h264" --language -1:eng "H:\HDCTemp\job5\hdencodertox-pid3.ac3" "H:\HDCTemp\job5\hdc_subs.idx" --chapters "H:\HDCTemp\job5\chapters.txt" --title "Star Wars 1 The Phantom Menace"
-> End Queue
AviSynth Script ->
Working with files: H:\HDCTemp\job5\hdconverttox_vts_01_1.avs
Mpeg2Source("H:\HDCTemp\job5\movie.d2v")
LanczosResize(720,308,0,68,-0,-70)
ColorMatrix(d2v="H:\HDCTemp\job5\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
dhc_subs.list
J:\VIDEO_TS\VTS_01_0.IFO
H:\HDCTemp\job5\hdc_subs
1
1
2
CLOSE
RESETTIME
is there a way to easily find the "forced" subs using the "forced" flag or keyword? some other programs have a "forced only" tickbox that sorts it out for you.
or "fairuse wizard" had a great way of doing it by jumping thru the movie from 1 sub to the next so you could see if it was just normal conversation or something foriegn.
in the case of the above dvd mediainfo shows the forced sub stream as "Language, more info : Forced" but eac3to shows nothing?
cheers :)
humblehyper
30th July 2009, 06:51
Just wondering how long does your computer take to encode a 2 hr blu-ray file to mkv with 2 pass encoding and 9gb file size with ac3 5.1? I have a AMD quadcore and it take forever to finish, I think more than 12 hrs to finish.
buzzqw
30th July 2009, 06:57
@zygo
i will check mediainfo..
thanks
@humblehyper
much depend on preset and filter used
post the make report
BHH
humblehyper
30th July 2009, 07:20
@zygo
i will check mediainfo..
thanks
@humblehyper
much depend on preset and filter used
post the make report
BHH
How can I post the make report? Thanks.
delacroixp
30th July 2009, 17:47
How can I post the make report? Thanks.
Advanced Options -> Utilities -> Make Report ->> post in [CODE] ... /CODE] tags
It's all good
:):devil::D
Pascal
humblehyper
31st July 2009, 02:24
Thanks I'll post the report as soon as I finish my next movie. :)
Jaspa
31st July 2009, 03:11
I have an question about encoding multiple episodes dvds.
what does the option exactly do when checked?
so i am loading the ifo file and check the first episode accept and analyze. check settings and add to queue.
and so again and again,
is it possible, that i have only load the first episode, doing my settings and hdconverttox do the rest in automatic mode, with the same settings on the other episodes?
thx for answer
8ternity
31st July 2009, 05:53
Hello,
It's my first try for using your software and im having an question.
I Would like to know if my original file is an mkv, 1920x816px and i would like to resize to 1920x1080 wiout cropping but just adding black borders, what configuration i need to do?
Thanks for your time,
8ternity
Sharc
31st July 2009, 06:47
Hello,
It's my first try for using your software and im having an question.
I Would like to know if my original file is an mkv, 1920x816px and i would like to resize to 1920x1080 wiout cropping but just adding black borders, what configuration i need to do?
Thanks for your time,
8ternity
You have to re-encode adding borders. Tab Advanced Options => Free AVS string => AddBorders(a,b,c,d)
What kind of "original" is your .mkv?
dichtomat
31st July 2009, 13:52
Why is eac3to used for ac3 output? I wan't to encode from a DVD as source and I want to keep the original ac3 track wihtout any changes. But eac3to is removing the dialog normalization and I don't know what it does else. Should't the ac3 track be demuxed by dgindex? Why don't use this track like automkv did?
buzzqw
31st July 2009, 13:54
have you try selecting Copy in audio ?
BHH
dichtomat
31st July 2009, 13:55
Yes, I always use copy audio. That's the reason I'm asking.
8ternity
31st July 2009, 16:11
You have to re-encode adding borders. Tab Advanced Options => Free AVS string => AddBorders(a,b,c,d)
What kind of "original" is your .mkv?
Did i need on the Encoding Options, Resizing/Resolution, to set manually to 1920 x 1080 also?
I have entered in Free AVS String
AddBorders(0,132,0,132)
Did it will work?
Can you help me with another one problem. When i click PREVIEW, media player classic give an error (see picture down bellow)
http://i480.photobucket.com/albums/rr165/8ternity/Snapshots/2009-07-31_snapshot1a.jpg?t=1249053083
thank you
Adub
31st July 2009, 17:12
You need a codec that can decode proper yv12. In the FFDShow Video config, scroll down to the bottom and enable RAW decoding for "ALL" or just "YV12". It's up to you.
gasnyder
31st July 2009, 22:24
Hi Buzzqw,
Thanks for pointing to the method to modify the Xvid profile string that I asked about in the AutoMKV thread. I was able to generate an equivalent encode for my Cowon D2 device. I had to do it in a roundabout way though. If I used DGIndex to create a project of the entire DVD PGC, things worked just fine. If I pointed HDC to the .IFO file, the EAC3to.exe program was unable to generate a proper .AC3 for conversion. Here is the stdout - Log from that attempt.
[a03] The Nero decoder doesn't seem to work, will use libav instead. *** Note. I have Nero 9 installed so this is expected.
[a03] Extracting audio track number 3...
[a03] Removing AC3 dialog normalization...
[a03] Decoding with libav/ffmpeg...
[a03] Remapping channels...
[a03] Downmixing multi channel audio to stereo...
[a03] Reducing depth from 64 to 16 bits...
[a03] Writing WAV...
[a03] Creating file "stdout.pass1.wav"...
[a03] This track is not clean. <WARNING>
[a03] Clipping detected, a 2nd pass will be necessary. <WARNING>
[a03] Audio overlaps for 15379ms at playtime 0:02:20. <WARNING>
[a03] Audio overlaps for 21270ms at playtime 0:02:20. <WARNING>
[a03] Audio overlaps for 3722ms at playtime 0:02:20. <WARNING>
The final encode ended up with a chunk of audio skipped right at the 2:20 mark. It looks like AUTOMKV used the DGIndex output instead of using eac3to.exe. Is that right? From some web searches this appears to be a limitation of eac3to.exe. I haven't tried another set of IFO/VOBs yet to see if it was specific to one movie or not. I don't know if there is anything you can do about this problem or not.
My second test was to generate an avi for my Pioneer DVD player. It has issues with buffer overflows or something. This causes stuttering video. To fix this I use an older XVID release with VAQ enabled in it. I don't think the newer XVID releases support VAQ yet.
I then have to set -altpass2 in the 2nd pass call to xvid_encraw. This makes the encoder honor the VBV settings. But in HDC I can only specify one string in the profile.txt file. The encoder doesn't like -altpass2 when it's included in the first pass call, resulting in no .AVI file and a crash in avimux. If I rerun the .bat file that HDC generates, but I remove -altpass2 on pass1, things seem to work just fine (the 2nd pass is underway right now). This is probably a pretty special case. Do you have any suggestions to get around this other than rerunning the .bat file after it crashes? I can modify the .bat file while it's still encoding the audio, but I'd rather HDC not have this manual intervention involved.
Thanks for the great program(s).
Garth
8ternity
31st July 2009, 23:51
You need a codec that can decode proper yv12. In the FFDShow Video config, scroll down to the bottom and enable RAW decoding for "ALL" or just "YV12". It's up to you.
Thanks, preview set to ALL and worked. :thanks::p
8ternity
31st July 2009, 23:54
HI,
-- FIRST QUESTION--
Im having an trouble with a couple of program.
- Ripbot264
- Nero Vision express AVCHD
The original MKV file info for my trouble
(mkv video 1h52, audio time is 1h46)
the original mkv is sync, when converted, audio is unsync.
So i would like to know if your software will set automaticly the delai or i need to set an manual command for syncronized both?
-EDIT-
--SECOND QUESTION--
I would like to know if MKV 1280x536px, if i can addborder and put x264option (copy video) will work and save time that to be obligated to reconvert 2pass just for adding borders to be compatible AVCHD and BLU-RAY COMPLIANT. ?
-- END --
Thank You!
Thanks, sorry my english :eek:
gasnyder
1st August 2009, 00:27
Hi Buzzqw,
I might have found a bug. I was trying to test out the MT avisynth so instead of encoding the audio, I choose the Copy option. The audio creation fails. It looks like a badly formed input to eac3to.exe. It looks like the original filename is appended as the extension instead of just .ac3.
Source file.
c:\_working\Rips\MainMovie\movie1\VIDEO_TS\Test T80 3_2ch 384Kbps DELAY 0ms.ac3
Output:
C:\Programs\AV\HDConvertToX_2.0.424.3356\job9>"C:\Programs\AV\HDConvertToX_2.0.4
24.3356\applications\eac3to.exe" "C:\_working\Rips\MainMovie\movie1\VIDE
O_TS\Test T80 3_2ch 384Kbps DELAY 0ms.ac3" 1: "C:\Programs\AV\HDConvertToX_2
.0.424.3356\job9\hdencodertox-pid1.\_working\Rips\MainMovie\movie1\VIDEO_TS\Test T80 3_2ch 384Kbps DELAY 0ms.ac3"
The destination file "C:\Programs\AV\HDConvertToX_2.0.424.3356\job9\hdencodertox-pid1.\_working\Rips\MainMovie\movie1\VIDEO_TS
\Test T80 3_2ch 384Kbps DELAY 0ms.ac3" could not be created.
Writing the destination file failed.
Aborted at file position 1310720.
I am running v2.0.445.3436. I'm trying to create an AVI file starting with a .d2v file. When I loaded the .d2v I gave it the .ac3 file indicated above.
And using the MT mode doesn't appear to have any affect on the encoding speed. The SetMtMode is in the avs script and it crashes if the old avisynth.dll is used instead. So it looks like it's using the right things. It's just not getting any benefit.
Jaspa
1st August 2009, 17:48
When making an compression test its looks like that the programm analyze the whole movie instead the selected minutes....
And is the result with or without the audio track included?
example it says full video quality will be 900 MB is this only video?
Another Problem with encoding , is that video encoding not always start:
HDConvertToX v.2.0.445.3436 report
Input File: d:\fulldisc\rambo1se_dvd1\video_ts\vts_02_1.vob ( D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_0.IFO )
PGC : PGC 1. Length: 1:29:20:00 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 134000
Duration(hh:mm:ss): 1:29:21
Aspect Ratio: 1.7778
Resized resolution: 704 / 304
Crop Values : 10:72:8:70
Activate: Follow ITU Resizing
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 1000
Priority: normal
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
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: Deutsch (AC3 6ch, 0xBD 0x80) [0]
81: English (AC3 2ch, 0xBD 0x81) [0]
82: English (AC3 2ch, 0xBD 0x82) [0]
83: English (AC3 1ch, 0xBD 0x83) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
Deutsch 0 (0xBD 0x20) [0] wide
Deutsch 0 (0xBD 0x21) [0] letbox
English 1 (0xBD 0x22) [0] wide
English 1 (0xBD 0x23) [0] letbox
Dansk 2 (0xBD 0x24) [0] wide
Dansk 2 (0xBD 0x25) [0] letbox
Norsk 3 (0xBD 0x26) [0] wide
Norsk 3 (0xBD 0x27) [0] letbox
Suomi 4 (0xBD 0x28) [0] wide
Suomi 4 (0xBD 0x29) [0] letbox
Svenska 5 (0xBD 0x2A) [0] wide
Svenska 5 (0xBD 0x2B) [0] letbox
Deutsch 6 (0xBD 0x2C) [0] wide
Deutsch 6 (0xBD 0x2D) [0] letbox
Deutsch 7 (0xBD 0x2E) [0] wide
Deutsch 7 (0xBD 0x2F) [0] letbox
-> 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:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_1.vob"+"D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_2.vob"+"D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_3.vob"+"D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_4.vob"+"D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_5.vob"+"D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_6.vob" 3: "D:\working\job0\hdencodertox-pid3.ac3" -no2ndpass
"C:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 1176 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "D:\working\job0\hdconverttox_vts_02_1.h264" "D:\working\job0\hdconverttox_vts_02_1.avs" --level 4.0
"C:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 1176 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "D:\working\job0\hdconverttox_vts_02_1.h264" "D:\working\job0\hdconverttox_vts_02_1.avs" --level 4.0
"C:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\applications\Chapter\ChapterXtractor.exe" "D:\FullDisc\RAMBO1SE_DVD1\VIDEO_TS\VTS_02_0.IFO" "D:\working\job0\chapters.txt" -p5
"C:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "C:\Dokumente und Einstellungen\Jaspa\Eigene Dateien\HDConvertToX_2.0.424.3356\hdconverttox_full_vts_02_1.mkv" --default-duration 0:25.000fps "D:\working\job0\hdconverttox_vts_02_1.h264" --language -1:deu "D:\working\job0\hdencodertox-pid3.ac3" --chapters "D:\working\job0\chapters.txt" --title "Done with HDConvertToX v.2.0.445.3436"
-> End Queue
AviSynth Script ->
Working with files: D:\working\job0\hdconverttox_vts_02_1.avs
Mpeg2Source("D:\working\job0\movie.d2v")
LanczosResize(704,304,10,72,-8,-70)
ColorMatrix(d2v="D:\working\job0\movie.d2v")
hqdn3d(1)
-> End AviSynth Script
Chengbin
2nd August 2009, 16:23
buzzqw, I have a avs where HDC just wouldn't encode. It is frustrating me so much.
It works perfectly in virtualdub, but HDC just wouldn't encode it. It says "unsupported DIB" or something. The window closed too quickly.
HDConvertToX v.2.0.445.3436 report
Input File: ( G:\conan\12\12.avs )
Codec Video: avs
Width / Heigh : 1440 / 1080
Framerate / Framecount: 23.976 / 27971
Duration(hh:mm:ss): 0:19:27
Aspect Ratio: 1.3333
Resized resolution: 1440 / 1080
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 10
Final Size: 18
Priority: idle
Denoise Level: None
Video Handling: Force DirectShowSource
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: No Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: abr
Audio handling: Force FFmpeg.exe as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
*** NONE
G:\conan\12\12.avs
-> 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:
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"G:\HDConvertToX_2.0.424.3356\applications\ffmpeg.exe" -i "G:\conan\12\12.avs" -map [1,0] -f wav -y "G:\HDConvertToX_2.0.424.3356\job4\hdencodertox-pid1.wav"
"G:\HDConvertToX_2.0.424.3356\applications\x264.exe" --crf 18 --keyint 1000 --bframes 10 --no-fast-pskip --trellis 2 --ref 6 --deblock 1,1 --subme 10 --direct auto --me umh --merange 32 --b-adapt 2 --b-pyramid --partitions all --aud --psy-rd 0.0:0.0 --aq-mode 2 --aq-strength 0.6 --sar 1:1 --output "G:\HDConvertToX_2.0.424.3356\job4\hdconverttox_12.h264" "G:\HDConvertToX_2.0.424.3356\job4\hdconverttox_12.avs"
"G:\HDConvertToX_2.0.424.3356\applications\mp4box.exe" -add "G:\HDConvertToX_2.0.424.3356\job4\hdconverttox_12.h264" -fps 23.976 "D:\Encoded Movies\5 12.MP4"
-> End Queue
AviSynth Script ->
Working with files: G:\HDConvertToX_2.0.424.3356\job5\hdconverttox_.avs
directshowsource("",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(1440,1080,0,0,-0,-0).Repair(Gaussresize(1440,1080,0,0,-0,-0,p=100))
ColorMatrix(mode="Rec.709->Rec.601")
-> End AviSynth Script
Here's the avs
http://www.megaupload.com/?d=T635PL80
buzzqw
2nd August 2009, 16:26
Video Handling: Force DirectShowSource
directshowsource("",audio=false)
leave "best decoder"
BHH
Chengbin
2nd August 2009, 16:52
leave "best decoder"
BHH
I wrote directshowsource in my script, so I chose force directshowsource.
Even if I best best decoder, it would hang at "profile:high, level 5.0" and never start to encode.
buzzqw
2nd August 2009, 18:59
"profile:high, level 5.0" and never start to encode.
not a issue of hdc
rechek your dss filter chain
BHH
8ternity
3rd August 2009, 00:24
Hi,
When process queue i have some message error:
- V02 The Video bistream is encoded in a non-standard framerate.
- V02 The video bistream framerate field doesn't seen to match the timestamps.
What can i do to correct this? I "addborders" like you said and add the feature audio "Convert to NTSC".
Could you help me with that please?
here the code
#HDConvertToX Avisynth Script
#
#Input File = d:\--= complete =--\dragonball\bdmv\stream\00000.m2ts
#Original Resolution = 1280x536
#Aspect Ratio = 2.3881
#Frame rate =23.976
#Number of Frames = 123023
#Lenght (hour:minutes:seconds) = 1:25:32
#Display Aspect Ratio = 2.4243
#Aspect Error = 0.0017
#
#Resized resolution = 1280 / 528
#Crop Left = 0
#Crop Top = 4
#Crop Right = 0
#Crop Bottom = 4
#
LoadPlugin("C:\HDConvertToX\filters\AddGrain.dll")
LoadPlugin("C:\HDConvertToX\filters\AddGrainC.dll")
LoadPlugin("C:\HDConvertToX\filters\autocrop.dll")
LoadPlugin("C:\HDConvertToX\filters\Average.dll")
LoadPlugin("C:\HDConvertToX\filters\avss.dll")
LoadPlugin("C:\HDConvertToX\filters\ColorMatrix.dll")
LoadPlugin("C:\HDConvertToX\filters\deblock.dll")
LoadPlugin("C:\HDConvertToX\filters\Decomb.dll")
LoadPlugin("C:\HDConvertToX\filters\deen.dll")
LoadPlugin("C:\HDConvertToX\filters\degrainmedian.dll")
LoadPlugin("C:\HDConvertToX\filters\dfttest.dll")
LoadPlugin("C:\HDConvertToX\filters\DGAVCDecode.dll")
LoadPlugin("C:\HDConvertToX\filters\DGDecode.dll")
LoadPlugin("C:\HDConvertToX\filters\DirectShowSource.dll")
LoadPlugin("C:\HDConvertToX\filters\EEDI2.dll")
LoadPlugin("C:\HDConvertToX\filters\ffms2.dll")
LoadPlugin("C:\HDConvertToX\filters\FFT3DFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\FluxSmooth.dll")
LoadPlugin("C:\HDConvertToX\filters\frfun7.dll")
LoadPlugin("C:\HDConvertToX\filters\gradfun2db.dll")
LoadPlugin("C:\HDConvertToX\filters\GrainOpt.dll")
LoadPlugin("C:\HDConvertToX\filters\hqdn3d.dll")
LoadPlugin("C:\HDConvertToX\filters\MSharpen.dll")
LoadPlugin("C:\HDConvertToX\filters\mt_masktools-26.dll")
LoadPlugin("C:\HDConvertToX\filters\mvtools.dll")
LoadPlugin("C:\HDConvertToX\filters\mvtools2.dll")
LoadPlugin("C:\HDConvertToX\filters\NicAudio.dll")
LoadPlugin("C:\HDConvertToX\filters\nnedi.dll")
LoadPlugin("C:\HDConvertToX\filters\RemoveDirtS.dll")
LoadPlugin("C:\HDConvertToX\filters\RemoveGrainS.dll")
LoadPlugin("C:\HDConvertToX\filters\RepairS.dll")
LoadPlugin("C:\HDConvertToX\filters\SangNom.dll")
LoadPlugin("C:\HDConvertToX\filters\SoundOut.dll")
LoadPlugin("C:\HDConvertToX\filters\TBilateral.dll")
LoadPlugin("C:\HDConvertToX\filters\TDeint.dll")
LoadPlugin("C:\HDConvertToX\filters\TIVTC.dll")
LoadPlugin("C:\HDConvertToX\filters\TTempSmooth.dll")
LoadPlugin("C:\HDConvertToX\filters\UnDot.dll")
LoadPlugin("C:\HDConvertToX\filters\UnFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\VSFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\yadifmod.dll")
Import("C:\HDConvertToX\filters\BlindDeHalo3_mt2.avsi")
Import("C:\HDConvertToX\filters\Deblock_QED_MT2.avsi")
Import("C:\HDConvertToX\filters\GradFun2DBmod.v1.3.avsi")
Import("C:\HDConvertToX\filters\Lem.avsi")
Import("C:\HDConvertToX\filters\LSFmod.v1.8.avsi")
Import("C:\HDConvertToX\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("C:\HDConvertToX\filters\QMLF_3_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_5_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_7_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_9_motions.avsi")
Import("C:\HDConvertToX\filters\seesaw.avsi")
Import("C:\HDConvertToX\filters\spresso.avsi")
Import("C:\HDConvertToX\filters\Srestore.avsi")
#Source File
AVCSource("C:\Temp\job1\movie.dga")
#Applying Resizing
LanczosResize(1280,528,0,4,-0,-4)
#Insert Filters As Requested
AddBorders(0,96,0,96)
Mrsash
3rd August 2009, 10:58
I have an question about encoding multiple episodes dvds.
what does the option exactly do when checked?
so i am loading the ifo file and check the first episode accept and analyze. check settings and add to queue.
and so again and again,
is it possible, that i have only load the first episode, doing my settings and hdconverttox do the rest in automatic mode, with the same settings on the other episodes?
thx for answer
I would like to know this as well. What does ticking this option do?
Also buzz doing some avi videos. Type 2 DV capture and one video encoded with canopus lossless. Having same old problm where video plays fine via haali I think(I can see the icon on the bottom right) however analyse does not finish(x264 cmd window is blank)
thanks
buzzqw
3rd August 2009, 11:52
@gasnyder
usually a "Audio overlaps for 15379ms at playtime 0:02:20" mean a bad rip
you can feed hdc with the d2v
fixed in next update audio copy
And using the MT mode doesn't appear to have any affect on the encoding speed. The SetMtMode is in the avs script and it crashes if the old avisynth.dll is used instead. So it looks like it's using the right things. It's just not getting any benefit.
sorry pal, maybe your filters isn't "optimizable" (or avisynth already run fast and the bottleneck is the encoder)
@Jaspa
When making an compression test its looks like that the programm analyze the whole movie instead the selected minutes
compression test analyze a sample of movie, you can even specify how much to analyze
open the hdconverttox_xxxx.avs, you will found a section like this
function Comptest(clip c, float percent)
{
frange=floor(14./(percent/100.))
Return SelectRangeEvery(c, frange, 14)
}
Comptest(5)
example it says full video quality will be 900 MB is this only video?
only video, no audio
Another Problem with encoding , is that video encoding not always start:
open the script in virtualdub
what is the error ?
@8ternity
- V02 The Video bistream is encoded in a non-standard framerate.
- V02 The video bistream framerate field doesn't seen to match the timestamp
those messages should be prompted by eac3to
maybe due to "strange" source stream
you can retry remuxing m2ts with tsmuxer
@Mrsash
Also buzz doing some avi videos. Type 2 DV capture and one video encoded with canopus lossless. Having same old problm where video plays fine via haali I think(I can see the icon on the bottom right) however analyse does not finish(x264 cmd window is blank)
it's a dss issue.
try forcing "FFmpegSource"
@ALL
i am ready for enxt full package
please try this build and report any error
http://www.64k.it/andres/data/hdconverttox/HDConvertToX-DG.exe
BHH
8ternity
3rd August 2009, 12:39
@8ternity
those messages should be prompted by eac3to
maybe due to "strange" source stream
you can retry remuxing m2ts with tsmuxer
I have "check" in video tab, CONVERT AUDIO TO NTSC, and when the projet was done this night, it worked well. Audio was synch.
Thanks for your great software. :)
Mrsash
3rd August 2009, 13:25
it's a dss issue.
try forcing "FFmpegSource"
BHH
Tried this already but did not work. Automkv goes through it no problems go figure...
Also could you advise what the multiple episode check does? As I understand it we have to set each one in the queue so what is the reason I am ticking that?
thanks
buzzqw
3rd August 2009, 13:37
Tried this already but did not work. Automkv goes through it no problems go figure...
forcing dss (or dss2) will bring the same avs as automkv
if you select the first PGC , hdc don't know if this pgc is a "full movie" or part of multiple episodes
multiple episodes is to check when dealing with first pgc, otherwise is ignored (but checking it don't make problem)
BHH
Mrsash
3rd August 2009, 13:58
forcing dss (or dss2) will bring the same avs as automkv
if you select the first PGC , hdc don't know if this pgc is a "full movie" or part of multiple episodes
multiple episodes is to check when dealing with first pgc, otherwise is ignored (but checking it don't make problem)
BHH
thanks for the reply.
I tried all in the list. All decoders same problem. CMD window for x264 is blank and nothing happens.
Update: This file is huge so I cut a sample in virtualdub and then loaded it. It finished analysing but error mpc player
AviSynth 2.58 tsp MT version 5(mod seraphy), build:Jul 12 2009 [08:01:08]Video codec not found
(F:\HDConvertToX_2.0.424.3356\analysis\analyze.avs, line 7)
errorlogfile however says line 8
buzzqw
3rd August 2009, 14:25
]Video codec not found
make sure you have a decoder able to parse it in directshowsource
(like enabling this codec in ffdshow.. if supported)
BHH
iqbabu
3rd August 2009, 15:14
nice information keep up thanks
Adub
4th August 2009, 00:52
Just a note:
When encoding an MKV with a vorbis track as input and eac3to select as the decoder, and nero aac selected as the encoder, nero aac fails.
Seems to be working with directshow as an input though.
Edit: Appears its an issue with eac3to. I thought it could decode vorbis, but maybe not.
deejay.2001
4th August 2009, 05:49
hi
need little help
i have dvd with non original ac-3 audio.
when converting to MKV with MP3 audio WMP11 just plays choppy audio with no video. (playing with VLC or Mplayer2 is also OK)
when converting to MKV with AC-3 or AAC audio WMP11 plays also fine.
dont understand why WMP11 has problem to play sometimes some MKV with MP3 audio.
all codecs installed as i have other files similar and they play fine.
can someone give me idea what bothers WMP11 from playing some of these files?
thanks
buzzqw
4th August 2009, 07:50
i can only suggest to use a good player, like MediaPlayer Classic Home Cinema (MPC-HC)
BHH
Mrsash
4th August 2009, 12:25
make sure you have a decoder able to parse it in directshowsource
(like enabling this codec in ffdshow.. if supported)
BHH
I am not sure what you mean. It plays fine in media player and encodes in Automkv. I see haali loading up when I play it or automkv encodes it, then why does HDC refuse to accept it. It may have something to do with how HDC analyses the video but that does not make it easy to work with... If you want ffdshow to play it, can you tell me which particular codec I should manipulate in ffdshow decoder settings
Chengbin
7th August 2009, 19:22
buzzqw, why is apply colormatrix on by default? What does it do anyway? It is screwing up my encodes (it gives me blocking)
buzzqw
7th August 2009, 19:44
It is screwing up my encodes (it gives me blocking)
report it in colormatrix thread
BHH
Chengbin
8th August 2009, 04:01
buzzqw, is this possible?
For one pass CRF encodes, can you make HDC encode audio and video at the same time?
Jaspa
8th August 2009, 13:18
Could my ATI 4870 Graphic Card improve encoding speed with x264 using DXVA and your tool?
buzzqw
9th August 2009, 08:52
isn't a matter of my tool.. x264.exe doesn't support GPU processing
in next update Neuron2 NVtools (for Nvidia cards) will help in decoding source... but no on encoding
BHH
BigKing
9th August 2009, 13:03
Where i can find some explanation about th advanced options? x264 Tuning etc.
Chengbin
9th August 2009, 13:19
Where i can find some explanation about th advanced options? x264 Tuning etc.
http://mewiki.project357.com/wiki/X264_Settings
buzzqw
10th August 2009, 10:11
update HDConvertToX 2.1.458.3528
changelog
>added mp4 as supported input file
>fixed non supported files will be muxed in own created folder
>fixed x264 tuning wasn't applyed in compression test
>fixed wrong subtitle mux in m2ts when input is ifo
>fixed h264 input. now is accepted as is and not muxed in mkv
>added X264 tuning preset to save settings
>fixed if Use Multithread AviSynth isn't checked AviSynth MT isn't used
>fixed Drag&Drop ifo analysis
>added check for avisynth, ffdshow, haali media splitter installation
>fixed input work folder tweak
>fixed after analysis startqueue/add to queue/generate encode must be avaiable
>fixed update online. now hdc will shutdown itself, delete itself and rename the new hdc downloaded to hdconverttox.exe
>after interlace test or compression test hdc will no more run dgindex again
>fixed wma audio encoding
>added support for Neuron2 NV tools, please check DGDecodeNV at http://neuron2.net/
>added as supported files dgv, dgm
>fixed bitrate computing with DIVX
>fixed audio bitrate computing with vbr nero and multichannel
>added x264 tuning in saved option
>added support for -altpass2 in xvid. This option in profile will be ignored for 1 pass profile (check xvid 13 profile, on extended profile)
>fixed audio copy when source is external
>fixed ac3 surround decoder when encoding to wmv
>added workaround for aac/ogg decoding with eac3to
>add ffmpeg2theora encoding with 2 pass
>fixed ffmpeg2theora aspect ratio encoding
>fixed m2ts muxing when audio is external and copyed
>fixed mkv muxing when audio is external and copyed
>fixed avi muxing when audio is external and copyed
>added support to vorbis audio in HDCMKVExtract
>added support for new preset in x264 (after mb-tree update)
>fixed update manual
>fixed some tweak to ffmpeg audio encoding
>other minor corrections and cosmetic fixes
>added this build is dedicated to my second daughter Isotta
Note that for using NVTools you must unzip the nvbeta7 in \applications folder , then copy DGDecodeNV.dll into \filters folder
BHH
Jaspa
10th August 2009, 18:09
Thx for the update!
One question
In the HDConvertToX_profile there are more encoding profiles
x264 : PS3 , Apple TV and so on.... where can i load them in HDC.exe
and is there at example any difference on
X264;7;Extreme Quality;--preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me
vs
X264;17;HDC Extreme Quality;--keyint 250 --bframes 4 --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --b-adapt 2 --no-chroma-me --aud --aq-mode 2
thx
buzzqw
10th August 2009, 19:31
the standard profile (the one in main directory) is more secure and simple, immediate to use and edit
the preset in applications folder is contributed from users.
Some profiles are different because made before x264.exe update or no longer maintenied
but should be all functional
feel free to use the preset you prefer
BHH
EEPROM
10th August 2009, 21:19
For me, the Update button don't work(No Update Found).
It's normal?
flebber
10th August 2009, 21:51
For me, the Update button don't work(No Update Found).
It's normal?
Yes I have same issue
buzzqw
11th August 2009, 07:19
yes is normal
for full package the update button don't work
will work for partial update (only exe )
BHH
tormento
11th August 2009, 10:13
Note that for using NVTools you must unzip the nvbeta7 in \applications folder , then copy DGDecodeNV.dll into \filters folder
I have followed your instructions for NVTools beta 7 and I'm a licensed user but if I try to analyze the m2ts file after having set "force DG NVTools" a popup error tells "problems analyzing input file".
buzzqw
11th August 2009, 13:19
and what informations isn't displayed ? (ar, frames, framerate, width/height...)
BHH
tormento
11th August 2009, 14:16
and what informations isn't displayed ? (ar, frames, framerate, width/height...)
Strangely it displays everything but after that media player classic starts.. Note that the original HD input is 1080p MPG2 encoded (from Full Metal Jacket BD).
buzzqw
11th August 2009, 14:26
you should found a "errorlogfile.txt" in \analysis folder
post it
BHH
tormento
11th August 2009, 15:58
post it
Sir, aye, sir! ;)
analyze.avs
#HDConvertToX Analyze Avisynth Script
LoadPlugin("D:\eseguibili\media\hd convert\filters\DirectShowSource.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\FFMS2.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\autocrop.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGAVCDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecode.dll")
try {
DGSource("E:\in\FULL_METAL_JACKET_B5A\BDMV\STREAM\00003.m2ts")
last = IsYV12(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("D:\eseguibili\media\hd convert\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=4,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
Trim(0,2)
}
catch (err) {
BlankClip()
WriteFileStart("errorlogfile.txt", "VersionString()", "err")
}
error.avs
#HDConvertToX Analyze Avisynth Script
LoadPlugin("D:\eseguibili\media\hd convert\filters\DirectShowSource.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\FFMS2.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\autocrop.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGAVCDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecode.dll")
directshowsource("E:\in\FULL_METAL_JACKET_B5A\BDMV\STREAM\00003.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("D:\eseguibili\media\hd convert\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=4,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
errorlogfile.txt
AviSynth 2.58, build:Dec 22 2008 [08:46:51]Script error: there is no function named "DGSource"
(D:\eseguibili\media\hd convert\analysis\analyze.avs, line 8)
buzzqw
11th August 2009, 16:17
use the live update button
thanks (grazie!)
BHH
Jaspa
11th August 2009, 19:53
Hi again
I have an problem encoding multiple episode dvds.
Ripped with DVDFAB in full disc mode.
In Hdc loading the ifo file and analyze. Selecting the first episode.
Do my settings crop, resize.
Save to queue and than begin to select the 2 episode
But when using visual cropping and preview it loads the first epsiode again. Rembember i analyze each epsisode!
is this a bug or working as intended?
thx
tormento
11th August 2009, 20:56
use the live update button
analyze.avs
#HDConvertToX Analyze Avisynth Script
LoadPlugin("D:\eseguibili\media\hd convert\filters\DirectShowSource.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\FFMS2.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\autocrop.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGAVCDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecodeNV.dll")
try {
DGSource("E:\in\FULL_METAL_JACKET_B5A\BDMV\STREAM\00003.m2ts")
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("D:\eseguibili\media\hd convert\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=4,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
Trim(0,2)
}
catch (err) {
BlankClip()
WriteFileStart("errorlogfile.txt", "VersionString()", "err")
}
error.avs
#HDConvertToX Analyze Avisynth Script
LoadPlugin("D:\eseguibili\media\hd convert\filters\DirectShowSource.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\FFMS2.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\autocrop.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGAVCDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecode.dll")
LoadPlugin("D:\eseguibili\media\hd convert\filters\DGDecodeNV.dll")
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
sep=" "
WriteFile("D:\eseguibili\media\hd convert\analysis\info.txt", "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT")
autocrop(mode=2,wmultof=4,hmultof=16,samples=34,aspect=0.000000,threshold=28,samplestartframe=125)
errorlogfile.txt
AviSynth 2.58, build:Dec 22 2008 [08:46:51]DGSource: Invalid index file, not DGA, DGM, or DGV!
(D:\eseguibili\media\hd convert\analysis\analyze.avs, line 9)
Guest
11th August 2009, 21:07
You can't load an m2ts with DGSource().
IzzyDeadYet
11th August 2009, 21:16
Just tried this program to day, thought I may replace the aging Encode360 and the "works most of the time" WME Assistant but can't get it to work at all.
When I try to convert an mkv file to wmv the program ends with a error result. It demuxes the mkv into a .h264, .avs and .AC3 but then flashes a message "failed with error" but it goes so fast you can't read it before the window closes. There is no record of any failure or error in any of the generated log files.
Also, if I select anything aside from "use best decoder" it doesn't demux the video, only the audio.
Bottom line: If I use the "use best decoder" option I end up with the audio and video demuxed in a "job" directory and it fails before transcoding.
Below is the report.
HDConvertToX v.2.1.458.3528 "Isotta" report
Input File: z:\__hd to convert - tv\test file s05 e10.mkv ( Z:\__HD to Convert - TV\TEST FILE S05 E10.mkv )
Codec Video: avc
Width / Heigh : 1280 / 720
Framerate / Framecount: 23.976 / 35703
Duration(hh:mm:ss): 0:24:50
Aspect Ratio: 1.7778
Resized resolution: 1280 / 720
Crop Values : 0:0:0:0
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: WMV in WMV
Encoding Preset: 10
Final Size: 100
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: WMA Audio
Audio Bitrate/Quality: 384_48_6_16
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, 2.0 channels, 384kbps, 48khz, dialnorm:
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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:\Program Files\HDConvertToX_2.1.458.3528\applications\eac3to.exe" "z:\__hd to convert - tv\test file s05 e10.mkv" 1:"C:\Program Files\HDConvertToX_2.1.458.3528\analysis\hdconverttox.h264"
"C:\Program Files\HDConvertToX_2.1.458.3528\applications\DGAVCIndex.exe" -i "C:\Program Files\HDConvertToX_2.1.458.3528\analysis\hdconverttox.h264" -o "C:\Program Files\HDConvertToX_2.1.458.3528\analysis\movie.dga" -f 0 -e
"C:\Program Files\HDConvertToX_2.1.458.3528\applications\eac3to.exe" "z:\__hd to convert - tv\test file s05 e10.mkv" 2: "C:\Program Files\HDConvertToX_2.1.458.3528\analysis\hdencodertox-pid2.ac3"
cscript.exe "C:\Program Files\HDConvertToX_2.1.458.3528\applications\WMCmd.vbs" -input "C:\Program Files\HDConvertToX_2.1.458.3528\analysis\hdconverttox_test file s05 e10.avs" -output "C:\Program Files\HDConvertToX_2.1.458.3528\analysis\hdconverttox_full_test file s05 e10.wmv" -v_codec WVC1 -v_preset better -v_mode 2 -v_quality 100 -a_codec wmapro -a_mode 0 -a_setting 384_48_6_16
-> End Queue
AviSynth Script ->
Working with files: Z:\__Downloads\job0\hdconverttox_test file s05 e10.avs
AVCSource("Z:\__Downloads\job0\movie.dga")
hqdn3d(1)
video=last
NicAC3Source("Z:\__Downloads\job0\hdencodertox-pid2.ac3")
Normalize()
AudioDub(video,last)
return last
-> End AviSynth Script
gasnyder
11th August 2009, 22:37
@Buzzqw
Thanks for the update, the altpass2 change worked great! I think I'm to the point where AutoMKV is no longer needed.
OLP
11th August 2009, 22:59
something is wrong :)
complete APP is crashing when i try to test interlace pattern.
(Vers. 2.1.458.3528 & 2.1.459.3530)
Hitting the button > crash
with the complete same input the test works fine with 2.0.445.3436 and lower
All other functions i used are still working (making h264 mkv from my DVD's) just these test-button seems broken
Working under Vista HP SP2
If i can help with anything to let you find the bug, let me know
greeting
OLP
buzzqw
12th August 2009, 07:22
I have an problem encoding multiple episode dvds.
But when using visual cropping and preview it loads the first epsiode again. Rembember i analyze each epsisode!
multiple episode mean the for one PCG you have more then one movie/episodes
when you start encoding, HDC will "split" the vobs in correct episodes, and encode the single episodes
when using visualcrop, HDC don't have already splitted dvd in episodes.. so it will show just the main vob. Usually the first
DGSource("E:\in\FULL_METAL_JACKET_B5A\BDMV\STREAM\00003.m2ts")
You can't load an m2ts with DGSource().
as Neuron2 stated (thanks!) DGSource cannot parse m2ts directly.
So the analyze function use dss
Feed HDC with DGM or DGV and HDC will use DGSource (and btw reuse the update fuction)
When I try to convert an mkv file to wmv the program ends with a error result. It demuxes the mkv into a .h264, .avs and .AC3 but then flashes a message "failed with error" but it goes so fast you can't read it before the window closes. There is no record of any failure or error in any of the generated log files.
plese see this thread http://forum.doom9.org/showthread.php?t=148700
and remember to install ffdshow tryout and haali and xvid
[QUOTE=OLP;1313674]something is wrong :)
complete APP is crashing when i try to test interlace pattern.
(Vers. 2.1.458.3528 & 2.1.459.3530)
Hitting the button > crash
If i can help with anything to let you find the bug, let me know
greeting
OLP
post information about input file
moreover launch deinterlacer_test.bat and spot the error
BHH
OLP
12th August 2009, 08:20
post information about input file
the input is standard DVD-Folder (Video-TS) with *.ifo and *.vob, ripped from a DVD without doing anything with the source.
I choose the ifo, then analyse and then try the test > crash
moreover launch deinterlacer_test.bat and spot the error
BHH
the deinterlacer_test.bat isnt created. The app crash before....
ziemlichdunkel
12th August 2009, 08:29
After converting lots of movies with your great application, I have found two Issues:
1.) Converting a DVD to MKV (copy Audio AC3 german/english, 2pass x264) with given Filesize of 2240MB ends up in a File with 4,5GB, tried it twice - is this a bug?
2.) Converting a MKV 1080p H264 to 720p, with 2 pass x264, fixed Filesize of 4482MB, conversion of two Audio tracks from DTS to AC3 ends up in a file with 4000MB and only one Language?
Are these known restrictions or is there a bug?
best regards,
Daniel
buzzqw
12th August 2009, 08:39
the input is standard DVD-Folder (Video-TS) with *.ifo and *.vob, ripped from a DVD without doing anything with the source.
I choose the ifo, then analyse and then try the test > crash
the deinterlacer_test.bat isnt created. The app crash before....
thanks
fixed, use the live update
After converting lots of movies with your great application, I have found two Issues:
1.) Converting a DVD to MKV (copy Audio AC3 german/english, 2pass x264) with given Filesize of 2240MB ends up in a File with 4,5GB, tried it twice - is this a bug?
2.) Converting a MKV 1080p H264 to 720p, with 2 pass x264, fixed Filesize of 4482MB, conversion of two Audio tracks from DTS to AC3 ends up in a file with 4000MB and only one Language?
Are these known restrictions or is there a bug?
best regards,
Daniel
without a proper make report of encoding is impossibile to help
BHH
OLP
12th August 2009, 08:53
thanks
fixed, use the live update
works
:thanks: :thanks:
leSasch
12th August 2009, 19:14
Hi,
HDConvertToX 2.1.458.3528 does not find the Haali Media Splitter when running unter Windows 7 64bit?
But it's installed.. ?! Where does it search for Haali?
awvickers
13th August 2009, 18:36
Hello,
I was just curious to know what other people are experiencing for speed/time to convert Blu Ray to h264. I have a pretty powerful machine Win7 x64, i7 2.66Ghz, 6GB ram…. right now it’s showing ETA 12 hours?! This cant be right?
Andy
microchip8
13th August 2009, 18:43
Hello,
I was just curious to know what other people are experiencing for speed/time to convert Blu Ray to h264. I have a pretty powerful machine Win7 x64, i7 2.66Ghz, 6GB ram…. right now it’s showing ETA 12 hours?! This cant be right?
Andy
This depends on your settings. Post them
buzzqw
13th August 2009, 18:45
.. just the make report
BHH
awvickers
13th August 2009, 19:01
1920x108 source VC-1, DTS Master Audio 5.1
Crop: 20 pixels top and bottom, resized to 1280x688
Video: Xvid to Avi, 2pass, Bitrate: 5591, Quality: 4th tick from right, Xvid Extreme Quality
Audio: AC3, 448 5.1
I would like to use x264, but heard you cant mux an AC3 or Audio Copy into mp4 or mkv.
Andy
microchip8
13th August 2009, 19:11
1920x108 source VC-1, DTS Master Audio 5.1
Crop: 20 pixels top and bottom, resized to 1280x688
Video: Xvid to Avi, 2pass, Bitrate: 5591, Quality: 4th tick from right, Xvid Extreme Quality
Audio: AC3, 448 5.1
I would like to use x264, but heard you cant mux an AC3 or Audio Copy into mp4 or mkv.
Andy
Are you using the latest Xvid version which offers multi-threading?
Also, you *can* mux AC3 into mp4 and mkv. Who told you you can't? AC3 is even officially supported by the mp4 container
buzzqw
13th August 2009, 19:24
extreme quality isn't so slow
are you using deinterlacer ?
xvid bundled is smp ready...
also.. vc1 source aren't easy...
BHH
awvickers
14th August 2009, 13:27
Ok, this is getting frustrating... I must be doing something wrong. I'm using the same settings but now using x264. You'll notice that I have "Use Best Decoder" but can confirm that it is using ffdshow, within ffdshow I have set VCI decoding to WMV9.
http://www.andrew-vickers.com/images/hdc/hdc_01.gif
http://www.andrew-vickers.com/images/hdc/hdc_02.gif
http://www.andrew-vickers.com/images/hdc/hdc_03.gif
http://www.andrew-vickers.com/images/hdc/hdc_04.gif
http://www.andrew-vickers.com/images/hdc/hdc_05.gif
C:\Users\Andrew\Desktop\HDC\job1>"C:\Users\Andrew\Desktop\HDC\applications\eac3t
o.exe" "y:\bdmv\stream\00010.m2ts" 5: "C:\Users\Andr
ew\Desktop\HDC\job1\hdencodertox-pid5.ac3" -448
M2TS, 3 video tracks, 5 audio tracks, 5 subtitle tracks, 1:40:36, 24p /1.001
1: Chapters, 20 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: VC-1, 480p24 /1.001 (3:2)
4: VC-1, 480p24 /1.001 (3:2)
5: DTS Master Audio, English, 5.1 channels, 24 bits, 48khz
(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48khz)
6: DTS, Spanish, 5.1 channels, 24 bits, 768kbps, 48khz
7: DTS, French, 5.1 channels, 24 bits, 768kbps, 48khz
8: AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
9: DTS Express, English, 2.0 channels, 24 bits, 192kbps, 48khz
10: Subtitle (PGS), English
11: Subtitle (PGS), Spanish
12: Subtitle (PGS), French
13: Subtitle (PGS), Spanish
14: Subtitle (PGS), French
a05 The ArcSoft and Sonic decoders don't seem to work, will use libav instead.
a05 The libav DTS decoder doesn't decode the full DTS-HD information.
a05 Extracting audio track number 5...
a05 Extracting DTS core...
a05 Decoding with libav/ffmpeg...
a05 Remapping channels...
a05 Encoding AC3 <448kbps> with libAften...
a05 Creating file "C:\Users\Andrew\Desktop\HDC\job1\hdencodertox-pid5.ac3"...
a05 The original audio track has a constant bit depth of 64 bits.
Video track 2 contains 144725 frames.
Video track 3 contains 144725 frames.
Video track 4 contains 144725 frames.
eac3to processing took 3 minutes, 35 seconds.
Done.
C:\Users\Andrew\Desktop\HDC\job1>"C:\Users\Andrew\Desktop\HDC\applications\x264.
exe" --pass 1 --bitrate 7000 --preset slower --sar 1:1 --output "C:\Users\And
rew\Desktop\HDC\job1\hdconverttox_00010.h264" "C:\Users\Andrew\Desktop\HDC\job1\
hdconverttox_00010.avs"
avis [info]: 1920x1040 @ 23.98 fps (144724 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
x264 [info]: profile Main, level 4.0
x264 [info]: slice I:1719 Avg QP:15.53 size:182099
x264 [info]: slice P:66890 Avg QP:17.01 size: 54082
x264 [info]: slice B:76115 Avg QP:18.76 size: 16872
x264 [info]: consecutive B-frames: 4.9% 64.3% 23.9% 6.8%
x264 [info]: mb I I16..4: 40.7% 0.0% 59.3%
x264 [info]: mb P I16..4: 26.3% 0.0% 0.0% P16..4: 53.8% 0.0% 0.0% 0.0% 0
.0% skip:19.9%
x264 [info]: mb B I16..4: 5.2% 0.0% 0.0% B16..8: 21.9% 0.0% 0.0% direct:
16.2% skip:56.8% L0:31.1% L1:51.8% BI:17.1%
x264 [info]: final ratefactor: 21.01
x264 [info]: direct mvs spatial:96.0% temporal:4.0%
x264 [info]: coded y,uvDC,uvAC intra:53.2% 71.1% 38.7% inter:16.4% 24.6% 2.1%
x264 [info]: kb/s:6911.4
encoded 144724 frames, 12.54 fps, 6911.49 kb/s
C:\Users\Andrew\Desktop\HDC\job1>"C:\Users\Andrew\Desktop\HDC\applications\x264.
exe" --pass 2 --bitrate 7000 --preset slower --sar 1:1 --output "C:\Users\And
rew\Desktop\HDC\job1\hdconverttox_00010.h264" "C:\Users\Andrew\Desktop\HDC\job1\
hdconverttox_00010.avs"
avis [info]: 1920x1040 @ 23.98 fps (144724 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
x264 [info]: profile High, level 5.0
[33.7%] 48800/144724 frames, 4.43 fps, 6789.34 kb/s, eta 6:01:15
I started this at 10:34 pm last night, and now its 7:20 am... stating another 6 hours left! Is this normal for an i7 machine? Its using 100% of all cores (8) If this is the norm, thats fine... this is just my first try at this and want to know what to expect.
Thanks
Andy
buzzqw
14th August 2009, 14:14
try something faster, slower preset isn't mean to be fast
with 7000 bitrate you can achieve good results with Medium preset
BHH
marklar
14th August 2009, 14:32
Hi,
I have noticed interesting thing. When transcoding DVD to MKV(copy audio, X264), jobs done by eac3to are relatively slow in compare with jobs done by x264. When I looked on what is happening, I have found out, that x264 is utilizing CPU on 100%, while eac3to is utilizing CPU only around 8%.
Do you have any idea, why eac3to does not use "whole" CPU? It could be much faster then.
THX
buzzqw
14th August 2009, 15:00
eac3to could be used for audio extraction or anduio encoding or audio piping to other audio encoders...
anyway neither eac3to or other audio encoders (only nero aac iirc) are smp optimized
moreover eac3to can be severly slowdown by disk since it will scan vobs
either way.. try to ask to eac3to thread
BHH
Chengbin
14th August 2009, 20:59
buzzqw, any opinion on the idea of running audio encoding and video encoding at the same time for 1 pass encoding? Sometimes I can encode a video almost as fast as the audio when I encode for iPod.
buzzqw
15th August 2009, 08:57
it could be dangerous..
i suggest to add to queue the job AND manually add START in the same line of audio encoding
BHH
Atak_Snajpera
15th August 2009, 14:52
buzzqw, any opinion on the idea of running audio encoding and video encoding at the same time for 1 pass encoding? Sometimes I can encode a video almost as fast as the audio when I encode for iPod.
This does not make sense at all because:
1) x264 uses all cores - audio encoding will be stealing cpu cycles from x264
2) audio encoding is very fast - it takes less than 4min to encode whole Watchmen track (2h:42min 5.1 ac3 -> 2.0 aac on my Q6600@3ghz)
mart15
15th August 2009, 18:54
Hi,
since I remember I've always had troubles with compressing my hdtv recordings. I think I've used all the tools but the results were always same, either the apps crash or the outcome is totally unsatisfactory, the playback is jerky and totally unwatchable.
I put much hope in HDConvertToX but it doesn't work as expected too.
This brings me to the conclusion that maybe there is something wrong with my hdtv recordings or maybe my pc?
So here is my big big request to the pros here to take the sample from the below link and compress it. Maybe someone more experienced will point me what I'm doing wrong.
Here is the link to the original .ts file:
http://rapidshare.com/files/258781135/original.ts
Here is the link to the compressed file 1 (interlaced):
http://rapidshare.com/files/258786059/proba_int.mkv
Here is the link to compressed file 2 (deinterlaced):
http://rapidshare.com/files/258784358/proba_deint.mkv
Both compressed files look very jerky when played back on my samsung lcd, only the original .ts looks ok.
So once again, please, I will be very grateful to everybody who will take some time to examine the files and give me some hints what to do to make it look good!
Thanks in advance!
Atak_Snajpera
15th August 2009, 19:30
I co może być?
http://www.mediafire.com/file/nqmyrqm2lzj/original.mkv
mart15
15th August 2009, 20:12
niesamowite... :)
great!!!
how did you do that?
what application? what settings?
pls pm me if you don't want to mess in the topic...
Jaspa
15th August 2009, 22:04
Everything worked fine but now i get no muxing anymore.
x264 encodes and when its completed, i get no mkv file.
in the job folder there is, an .h264 file and the ac3 file.
i thougt the problem was, that i have installed mkvtoolnix, but even after deinstalling the same error.
buzzqw
16th August 2009, 07:30
most probably the subtitle extraction gone wild
make sure in temp folder there is "hdc_subs.idx"
try manually launch vsrip.exe (from \applications folder) and rip the subs
BHH
rickatnight11
17th August 2009, 13:40
Thanks for the awesome utility! I am having some problems, however. When I analyze an m2ts file on my harddrive (ripped from BluRay) it gets an "Problems analyzing input file" message. The error log shows:
AviSynth 2.58, build:Dec 22 2008 [08:46:51]DirectShowSource: couldn't open file C:\Users\Rick\Videos\bd-tm1\BDMV\STREAM\00000.m2ts:
The source filter for this file could not be loaded.
(C:\Users\Rick\Downloads\HDConvertToX_2.0.424.3356\analysis\analyze.avs, line 8) I have attached a screenshot of the window, as well. Any help is greatly appreciated.
marklar
17th August 2009, 14:13
Hi,
I have found a small bug: AutoTitle attribute in the INI file is always reset to 0 when saving INI in HDC GUI.
THX
buzzqw
17th August 2009, 14:34
@rickatnight11
Hi and Welcome to the forum!
be sure to have installed all required applications (ffdshow, haali, avisynth)
@marklar
i'll check
BHH
rickatnight11
17th August 2009, 14:37
@rickatnight11
Hi and Welcome to the forum!
be sure to have installed all required applications (ffdshow, haali, avisynth)
Hi, buzz! Well, when I originally tried it out I had just installed the latest version of the K-Lite Mega Codec Pack, which I assumed had all prerequisites (program didn't complain.) After that didn't work, I downloaded each of the prerequisites from the posted links. Still no go. Then I tried installing XP into VirtualBox and installing everything to a brand spanking-new machine, and still got that error. I'm stumped! Clearly I'm doing something wrong...
marklar
17th August 2009, 14:52
Hi,
I would like to return to one topic we have discussed already. When transcoding MKV to MKV (e.g. to change MPEG2 to X264), there is problem if source MKV contains subtitles in VobSub format, because eac3to cannot handle this format. Therefore such transcoding will fail, or I can do it, but lost the subtitles, or I can do it manually with mkvextract.
Wouldn't be possible to make the change in HDC, so that it is using eac3to only for subtitles in formats known to eac3to, but in the case of unknown format to use automatically mkvextract?
Thanks!
buzzqw
17th August 2009, 15:31
@rickatnight11
make sure you have set in ffdshow, WMV9 as decoder for VC1!
@marklar
... not so easy
(i have best hope on an update eac3to ...)
BHH
rickatnight11
17th August 2009, 15:36
@rickatnight11make sure you have set in ffdshow, WMV9 as decoder for VC1!
Thanks for the response! I do have that option set. Attached screenshot.
marklar
17th August 2009, 15:41
@marklar
... not so easy
(i have best hope on an update eac3to ...)
BHH
Is there any chance, that eac3to will be updated? I did not see author of the tool in the forum for very long time... Maybe he only do not have time to discuss, but development is going forward.
buzzqw
17th August 2009, 15:54
@rickatnight11
have you installed windows media player 11 ?
@marklar
same hope...
but.. if i find time to spend i will look to integrate mkvextract (but free time is very few)
BHH
rickatnight11
17th August 2009, 16:04
@rickatnight11
have you installed windows media player 11 ?
I'm using Windows 7, which comes with WMP12.
buzzqw
17th August 2009, 16:23
WIN7 ?
have you followed this thread -> http://forum.doom9.org/showthread.php?t=146910
win7 use it's own decoder, YOU must force use your own decoder
BHH
rickatnight11
17th August 2009, 16:29
WIN7 ?
have you followed this thread -> http://forum.doom9.org/showthread.php?t=146910
win7 use it's own decoder, YOU must force use your own decoder
BHH
I thought that procedure was only if you used Windows Media Player or Media Center to decode video, which I don't. I figured other utilities that explicitly used ffdshow (etc) wouldn't need this tweak. I will try it, however, and keep you posted.
rickatnight11
17th August 2009, 16:33
I just used the utility you linked to, and the problem is still the same.
marklar
17th August 2009, 21:01
Hi,
small bug in queue creation: Input is DVD (ripped to folder), output is MKV, video is X264, two audio streams (Copy audio) are selected and one subtitles are selected.
Everything except of the last line of queue is OK. All streams are extracted from DVD including both audio streams, but only one of these audio streams is then included into mkvmerge command line:
prompt $d $t $_$P$G
"C:\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\dvd\vts_02_1.vob] -OF=[c:\dvd\_vts_02_1_vob_1\movie] -exit -minimize
"C:\HDConvertToX\applications\HDC_Deint.exe" -input "c:\dvd\vts_02_1.vob" -workpath "c:\dvd\_vts_02_1_vob_1\" -usedecoder d2v -here "C:\HDConvertToX\"
"C:\HDConvertToX\applications\eac3to.exe" "c:\dvd\VTS_02_1.vob"+"c:\dvd\VTS_02_2.vob"+"c:\dvd\VTS_02_3.vob"+"c:\dvd\VTS_02_4.vob"+"c:\dvd\VTS_02_5.vob"+"c:\dvd\VTS_02_6.vob"+"c:\dvd\VTS_02_7.vob"+"c:\dvd\VTS_02_8.vob" 3: "c:\dvd\_vts_02_1_vob_1\hdencodertox-pid3.ac3" -no2ndpass
"C:\HDConvertToX\applications\eac3to.exe" "c:\dvd\VTS_02_1.vob"+"c:\dvd\VTS_02_2.vob"+"c:\dvd\VTS_02_3.vob"+"c:\dvd\VTS_02_4.vob"+"c:\dvd\VTS_02_5.vob"+"c:\dvd\VTS_02_6.vob"+"c:\dvd\VTS_02_7.vob"+"c:\dvd\VTS_02_8.vob" 4: "c:\dvd\_vts_02_1_vob_1\hdencodertox-pid4.ac3" -no2ndpass
"C:\HDConvertToX\applications\VSrip.exe" "c:\dvd\_vts_02_1_vob_1\hdc_subs.list"
"C:\HDConvertToX\applications\x264.exe" --crf 19 --pass 1 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --tune film --sar 1:1 --output "c:\dvd\_vts_02_1_vob_1\hdconverttox_vts_02_1_1_crf.h264" "c:\dvd\_vts_02_1_vob_1\hdconverttox_vts_02_1.avs" --level 4.0 2>temp.txt
FOR /F "tokens=7 delims=. " %%A IN ('findstr encoded temp.txt') DO SET bitrate=%%A
"C:\HDConvertToX\applications\x264.exe" --pass 2 --bitrate %bitrate% --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --tune film --sar 1:1 --output "c:\dvd\_vts_02_1_vob_1\hdconverttox_vts_02_1.h264" "c:\dvd\_vts_02_1_vob_1\hdconverttox_vts_02_1.avs" --level 4.0
"C:\HDConvertToX\applications\Chapter\ChapterXtractor.exe" "c:\dvd\VTS_02_0.IFO" "c:\dvd\_vts_02_1_vob_1\chapters.txt" -p5
"C:\HDConvertToX\applications\mkvmerge.exe" -o "c:\dvd\Dune.MKV" --default-duration 0:25.000fps "c:\dvd\_vts_02_1_vob_1\hdconverttox_vts_02_1.h264" --language -1:cze "c:\dvd\_vts_02_1_vob_1\hdencodertox-pid3.ac3" "c:\dvd\_vts_02_1_vob_1\hdc_subs.idx" --chapters "c:\dvd\_vts_02_1_vob_1\chapters.txt" --title "dvd"
THC
marklar
17th August 2009, 22:17
Hi,
I have noticed two changes in audio encoders:
- OGG encoder disappeared from listbox of audio encoders
- default value for Nero AAC VBR quality is 0.2 (was higher before)
Are these changes intentional?
THX
buzzqw
18th August 2009, 07:59
@marklar
i need to know the language of missing audio (or post the make report)
ogg is present!, maybe you have checked SAP compaitibility...
nero bitrate is just the same value as (in list) as encoder before
BHH
marklar
18th August 2009, 08:47
@marklar
i need to know the language of missing audio (or post the make report)
ogg is present!, maybe you have checked SAP compaitibility...
nero bitrate is just the same value as (in list) as encoder before
BHH
missing language is ENG
thanks for the OGG information, you are right
concerning AAC, I was just not sure whether 0.2 isn't too less value. Is it enough for example for DVD transcoding from your experience?
buzzqw
18th August 2009, 09:03
0.2 is LOW
i suggest 0.30 for stereo and 0.4 (at least) for multichannel
i'll check for missing audio
BHH
Crono141
20th August 2009, 00:13
Tried to convert DVD to H264+2 ch AAC in MP4
MP4box crashes on trying to import audio. The AAC file appears to play fine. Here's the report.
HDConvertToX v.2.1.463.3549 "Isotta" report
Input File: e:\rippeddvd\mainmovie\nimh\video_ts\vts_01_1.vob ( E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 1:22:10:27 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 147752
Duration(hh:mm:ss): 1:22:10
Aspect Ratio: 1.3334
Resized resolution: 720 / 544
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality
NMT Compatibility: On
Encoding Preset: 7
Final Size: 20
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: Telecine
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Coding Tech. AAC Audio
Audio Bitrate/Quality: 192
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
-> 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
"E:\Programs\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\rippeddvd\mainmovie\nimh\video_ts\vts_01_1.vob] -OF=[E:\Programs\HDConvertToX\job0\movie] -exit -minimize
"E:\Programs\HDConvertToX\applications\eac3to.exe" "E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_1.vob"+"E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_2.vob"+"E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_3.vob"+"E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_4.vob"+"E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_5.vob" 3: stdout.wav -down16 -resampleto48000 -normalize -down2 | "E:\Programs\HDConvertToX\applications\enc_aacPlus.exe" - "E:\Programs\HDConvertToX\job0\hdencodertox-pid3.aac" --cbr 192000 --rawpcm 48000 2 16
"E:\Programs\HDConvertToX\applications\x264.exe" --crf 20 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "E:\Programs\HDConvertToX\job0\hdconverttox_vts_01_1.h264" "E:\Programs\HDConvertToX\job0\hdconverttox_vts_01_1.avs" --level 4.0
"E:\Programs\HDConvertToX\applications\Chapter\ChapterXtractor.exe" "E:\RippedDVD\MainMovie\NIMH\VIDEO_TS\VTS_01_0.IFO" "E:\Programs\HDConvertToX\job0\chapters.txt" -p5
"E:\Programs\HDConvertToX\applications\mp4box.exe" -add "E:\Programs\HDConvertToX\job0\hdconverttox_vts_01_1.h264" -fps 23.976 -add "E:\Programs\HDConvertToX\job0\hdencodertox-pid3.aac":lang=eng -chap "E:\Programs\HDConvertToX\job0\chapters.txt" "E:\Media\Movies\anime\Secret of Nimh.MP4"
-> End Queue
AviSynth Script ->
Working with files: E:\Programs\HDConvertToX\job0\hdconverttox_vts_01_1.avs
Mpeg2Source("E:\Programs\HDConvertToX\job0\movie.d2v")
tfm(last,d2v="E:\Programs\HDConvertToX\job0\movie.d2v").tdecimate()
LanczosResize(720,544,0,0,-0,-0)
ColorMatrix(d2v="E:\Programs\HDConvertToX\job0\movie.d2v")
-> End AviSynth Script
buzzqw
20th August 2009, 07:22
what is the error message throw by mp4box ?
BHH
Crono141
20th August 2009, 23:18
No error message, just hard crash.
"MP4Box has stopped responding and needs to close". I tried to copy latest version over and it did the same thing. It imports AVC-h264 video just fine, but as soon as it tries to import audio it dies.
Chengbin
21st August 2009, 02:34
buzzqw
When you load your own avs script, HDC will load all the plugins from the filter folder and the plugins from the avs. This can cause it to go over the 50 allowed filter limit.
buzzqw
21st August 2009, 07:10
No error message, just hard crash.
"MP4Box has stopped responding and needs to close". I tried to copy latest version over and it did the same thing. It imports AVC-h264 video just fine, but as soon as it tries to import audio it dies.
i can suggest to try with nero audio, or report to Kurtnoise
buzzqw
When you load your own avs script, HDC will load all the plugins from the filter folder and the plugins from the avs. This can cause it to go over the 50 allowed filter limit.
... i'll check
BHH
buzzqw
21st August 2009, 07:22
@Chengbin
use the Update fuction
BHH
Chengbin
21st August 2009, 13:24
@Chengbin
use the Update fuction
BHH
Wow, that's fast! Thank you so much.
buzzqw
21st August 2009, 13:45
was easy (just 2 line of code) and clever as idea
if one load an avs , the avs shouldn't need any other plugins
BHH
Chengbin
21st August 2009, 17:07
Sorry to bother you with another bug.
The avs "plugin" problem is fixed for encoding, but not for previewing.
Also, when you removed all the plugins, and you add resizing, the encoding will fail because avisynth can't find repair.dll (so load that)
buzzqw
21st August 2009, 17:33
repair is used only for slower preset afaik..
i'll check
but for next week i will be on holiday and not always at my pc
so.. you have to wait (maybe)
BHH
landofmu
21st August 2009, 18:16
Possibly a dumb mistake on my part but....
Just up'd my system to Win7 x64
Ran a trial convert w/ a recorded ota of a soap recorded for wife
convert .ts to avi (xvid)
conversion successful .... however!
converted file remained in job folder instead of defined destination!
build 3528
suggestions?
report follows.
HDConvertToX v.2.1.458.3528 "Isotta" report
Input File: c:\misc\tv\days of our lives-090819.ts ( C:\Misc\TV\Days of our Lives-090819.ts )
Codec Video: mpeg
Width / Heigh : 1920 / 1080
Framerate / Framecount: 29.970 / 103908
Duration(hh:mm:ss): 0:57:48
Aspect Ratio: 1.7778
Resized resolution: 720 / 400
Crop Values : 0:5:16:3
Start Video Configuration ->
Encoding Settings: XviD in AVI
SAP Compatibility: On
Encoding Preset: 7
Final Size: 2.7
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, english, 5.1 channels, 384kbps, 48khz, dialnorm: -24db, -634ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> 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:\HdConvertToX\applications\eac3to.exe" "c:\misc\tv\days of our lives-090819.ts" 1:"C:\HdConvertToX\job0\hdconverttox.m2v"
"C:\HdConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[C:\HdConvertToX\job0\hdconverttox.m2v] -OF=[C:\HdConvertToX\job0\movie] -exit -minimize
"C:\HdConvertToX\applications\eac3to.exe" "c:\misc\tv\days of our lives-090819.ts" 2: stdout.wav -down16 -down2 -normalize | "C:\HdConvertToX\applications\lame.exe" - -h --cbr -b 128 "C:\HdConvertToX\job0\hdencodertox-pid2.mp3"
"C:\HdConvertToX\applications\xvid_encraw.exe" -progress 50 -i "C:\HdConvertToX\job0\hdconverttox_days of our lives-090819.avs" -avi "C:\HdConvertToX\job0\hdconverttox_days of our lives-090819.avi" -max_bframes 1 -nopacked -vhqmode 1 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -framerate 29.97 -threads 6 -cq 2.7
"C:\HdConvertToX\applications\AVIMux_GUI.exe" -stdin "C:\HdConvertToX\applications\mux1.amg"
-> End Queue
AviSynth Script ->
Working with files: C:\HdConvertToX\job0\hdconverttox_days of our lives-090819.avs
Mpeg2Source("C:\HdConvertToX\job0\movie.d2v")
TDeint(mode=0,order=-1)
LanczosResize(720,400,0,5,-16,-3)
ColorMatrix(d2v="C:\HdConvertToX\job0\movie.d2v")
-> End AviSynth Script
AVIMux-Gui Script >
CLEAR
LOAD C:\HdConvertToX\job0\hdconverttox_days of our lives-090819.avi
LOAD C:\HdConvertToX\job0\hdencodertox-pid2.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OPTION CLOSEAPP 1
SET OPTION OVERWRITEDLG 0
SET OPTION DONEDLG 0
SET OPTION ALL AUDIO 1
SET OPTION ALL SUBTITLES 1
SET INPUT OPTIONS
SET OPTION MP3 VERIFY CBR ALWAYS
SET OPTION MP3 VERIFY RESDLG OFF
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START C:\Misc\TV\Days of our Lives-090819.avi
-> End AVIMux-Gui Script
thanks
rickatnight11
21st August 2009, 18:26
Thanks for everyone's help! I finally got it working on Windows 7. I think I know what the issue was. Is anyone interested in a Windows 7 setup guide?
buzzqw
21st August 2009, 19:26
why you cropped odd ? LanczosResize(720,400,0,5,-16,-3)
isn't a good approach
and guide is always more then welcome
BHH
Crono141
22nd August 2009, 06:36
Must have been corrupt mp4box.exe. I replaced it with the one StaxRip is bundled with. and i works fine now.
Crono141
22nd August 2009, 20:01
Found a bug.
When you pick NeroAAC for audio and set a bitrate, if you click on the bitrate management dropdown, the bitrate defaults back to 64k, even if you don't change anything.
Adub
23rd August 2009, 19:12
It's technically not a bug. I have reported a similar issue before and Buzzqw said that it was supposed to happen like that. Personally, I would rather it stayed at the bitrate you set, but that's me (and, it sounds like, you).
astragalos
24th August 2009, 12:24
Thanks for everyone's help! I finally got it working on Windows 7. I think I know what the issue was. Is anyone interested in a Windows 7 setup guide?
Yes, I am !! :helpful:
Thanks in advance ! :thanks:
rickatnight11
24th August 2009, 14:36
Well, before I start working on a Windows 7 guide, I have an interesting issue. I have been converting a BluRay rip off of my hard-drive to "x264 in MKV" for the past few days, and it has drastically slowed down on the second pass of x264. My batch is attached.
The first four lines ran fine, and even the first x264 pass took a decent amount of time. I kicked it off Friday morning, it estimated about 7 hours, and it was done Friday evening. It was moving at about 10fps the entire time if I remember correctly. When it moved on to the second pass, however, it estimated 10 hours at ~7fps.
I let it run over night, and when I came back Saturday morning it was at about 20% and estimated another 20 hours. The fps has dropped drastically.
Sunday morning got it to 50%, but it was only running at just over 1fps, and this morning it's at 68% at 0.60fps.
It's estimating another 29 hours! Why is the second pass so sluggish and getting slower? Is this an issue with x264.exe?
I'm running this on a new Athlon X2 250 3.0Ghz processor, so it seems like something else is wrong. I'm not out of disk space, but it may also be a RAM issue. I have 2GB of RAM in the machine, but Task Manager shows 726MB cached, 693MB available, and 2MB free. x264.exe is using 615MB of RAM, so could it just be a swapping issue because my machine is using too much RAM as cache?
EDIT: I just partially figured out what was going on. I just noticed that the machine is set to go to sleep every 30 minutes. Doh! I haven't gotten standby working correctly yet, so it sounded like it was still on. Silly me. That still doesn't explain why it's going so slowly, though.
buzzqw
24th August 2009, 19:28
post the make report
BHH
rickatnight11
24th August 2009, 19:31
I'm sorry, I don't know what the make report is. The second pass should be finished within the hour, so perhaps I overreacted and it was just the computer going to sleep all along. It's still only running at 0.80fps and 10070.25kb/s. What is the make file that I can post.
buzzqw
24th August 2009, 19:40
in advanced options you find a "Make Report" button
just it when encoding is ended
JUST a BIG HINT: usually very slow encoder is due to:
1) slow preset
2) big resolution
3) directshowsource use
BHH
rickatnight11
24th August 2009, 20:18
Sigh, I accidentally closed it after finishing the encode. Oh well, if I run into the problem again I'll post the report. In the meantime, I need to fix a mistake I made by selecting 2 channels instead of Original. Would the best way to do this be to use HDConvertToX to encode just the audio track and MKVMerge to mux it into my mkv?
whipdancer
25th August 2009, 03:04
I've searched for a how-to, but all of the one's i've found assume you can open the file successfully.
Since I don't have any issues opening a vob file, I'm wondering if it's possible I did something wrong when ripping the BD.
I used anydvd to rip Gran Turino to the local hard drive. Downloaded and installed all the required programs for HDConvertX.
I select the big m2ts file (27GB, 0004.mt2s). It takes what seems to be a second to analyze audio. Then takes a bit longer analyzing the video. I end up with an error message - "Problems analyzing input file."
I then get message in error.png
I've attached the make report file (I clicked it after the error, so I hope it has the info needed) -
I'm new to this, so any tips or advice would be appreciated.
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: d:\gran torino\bdmv\stream\00004.m2ts ( D:\GRAN TORINO\BDMV\STREAM\00004.m2ts )
Codec Video: vc-1
Width / Heigh : 720 / 480
Framerate / Framecount: 29.970 / 2981
Duration(hh:mm:ss): 0:1:40
Aspect Ratio: 1.7778
Resized resolution: 720 / 384
Crop Values : 0:8:0:8
Start Video Configuration ->
Encoding Settings: XviD Extreme Quality
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 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
*** 3: truehd/ac3, english, 5.1 channels, 48khz, dialnorm: -27db
4: ac3, english, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
5: ac3, french, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
6: ac3, spanish, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
7: ac3, portuguese, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
8: subtitle (pgs), english
9: subtitle (pgs), french
10: subtitle (pgs), spanish
11: subtitle (pgs), portuguese
12: subtitle (pgs), english
13: subtitle (pgs), french
14: subtitle (pgs), spanish
-> 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:\Program Files (x86)\hdconvert\applications\eac3to.exe" "d:\gran torino\bdmv\stream\00004.m2ts" 3: stdout.wav -down16 -down2 | "C:\Program Files (x86)\hdconvert\applications\lame.exe" - -h --abr 128 "C:\Program Files (x86)\hdconvert\analysis\hdencodertox-pid3.mp3"
"C:\Program Files (x86)\hdconvert\applications\xvid_encraw.exe" -progress 50 -i "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs" -avi "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avi" -max_bframes 2 -vhqmode 1 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -framerate 29.97 -threads 6 -bitrate 59346 -pass1 -turbo
"C:\Program Files (x86)\hdconvert\applications\xvid_encraw.exe" -progress 50 -i "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs" -avi "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avi" -max_bframes 2 -vhqmode 1 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -framerate 29.97 -threads 6 -bitrate 59346 -pass2
"C:\Program Files (x86)\hdconvert\applications\AVIMux_GUI.exe" -stdin "C:\Program Files (x86)\hdconvert\applications\mux0.amg"
-> End Queue
AviSynth Script ->
Working with files: C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs
directshowsource("d:\gran torino\bdmv\stream\00004.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(720,384,0,8,-0,-8)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
-> End AviSynth Script
AVIMux-Gui Script >
CLEAR
LOAD C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avi
LOAD C:\Program Files (x86)\hdconvert\analysis\hdencodertox-pid3.mp3
SELECT FILE 1
ADD VIDEOSOURCE
SET OPTION CLOSEAPP 1
SET OPTION OVERWRITEDLG 0
SET OPTION DONEDLG 0
SET OPTION ALL AUDIO 1
SET OPTION ALL SUBTITLES 1
SET INPUT OPTIONS
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 0
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START C:\Program Files (x86)\hdconvert\hdconverttox_full_00004.avi
-> End AVIMux-Gui Script
buzzqw
25th August 2009, 07:00
Sigh, I accidentally closed it after finishing the encode.
Don't worry
just reload your original file, set your encoding as before and then use the make report. No need to encode it again
Oh well, if I run into the problem again I'll post the report. In the meantime, I need to fix a mistake I made by selecting 2 channels instead of Original. Would the best way to do this be to use HDConvertToX to encode just the audio track and MKVMerge to mux it into my mkv?
just add you source file, set your encoding and add to queue
now delete from queue the line of encoding, when done (just 2 row, plus mkvmerge row) just hit start queue
I've searched for a how-to, but all of the one's i've found assume you can open the file successfully.
your source is VC-1
make sure you have set in ffdshow, as decoder for vc1 the wmv9
also install window media player 11 (or above)
BHH
rickatnight11
25th August 2009, 14:51
Don't worry
just reload your original file, set your encoding as before and then use the make report. No need to encode it again
Awesome! Report attached.
just add you source file, set your encoding and add to queue
now delete from queue the line of encoding, when done (just 2 row, plus mkvmerge row) just hit start queue
Good call. I rushed ahead (like I always do), encoded the correct audio track, and remuxed a "fixed" mkv. Thanks so much for the help!
whipdancer
25th August 2009, 17:10
your source is VC-1
make sure you have set in ffdshow, as decoder for vc1 the wmv9
also install window media player 11 (or above)
BHH
Thanks! I'll try that this evening.
whipdancer
26th August 2009, 04:16
Ok, I'm missing something, I think.
I opened up the video decoder configuration for ffdshow. I selected WMV9 for VC-1 (it was "disabled").
I applied. Re-opened it to verify, the value is still there. But I'm still getting the same error.
Anything else I can try? Maybe I didn't install something correctly?
Thanks for help so far.
Trent
rickatnight11
26th August 2009, 04:24
What OS are you using?
buzzqw
26th August 2009, 06:51
post the error image on imageshack.us
open the hdconverttox_xxx.avs in media player classic and post the error
BHH
rickatnight11
26th August 2009, 23:14
whipdancer, I had the same error as you when I first tried getting this to work on Windows 7. I'll be posting my setup guide shortly, and hopefully that will help you out.
rickatnight11
27th August 2009, 02:22
Windows 7 (32-bit) Installation Guide
This guide was created from personal experience on Windows 7 32-bit RTM (build 7600). Your mileage may vary. I used the K-Lite Mega Codec pack, which comes with almost everything you need to get HDConvertToX working.
Uninstall existing versions of K-Lite Codec Pack. I also recommend that you uninstall any of the media tools listed here, such as FFDShow, Haali Media Splitter, etc. This is important to make sure that there are no conflicting settings in K-Lite Codec Pack, and that no other utilities interfere with the pack.
Download the latest version of the K-Lite Mega Codec Pack from http://codecguide.com/download_k-lite_codec_pack_mega.htm (you may also need to download an update that hasn't made it into a full pack. At the time of this guide 5.0.5 was the latest version with an update to bring it to 5.0.8. Download the full Mega pack first before installing an update.
Install the full K-Lite Mega Codec Pack first
In the Select Components section of the installation customize the following options:
Set "DirectShow video decoding filters"-->VC-1 to ffdshow(wmv9)...
...and "DirectShow video decoding filters"-->"MPEG-2, DVD" to ffdshow (libmpeg2)
http://rickatnight11.com/images/screenshots/hdc/hdc_01.jpg
Set "DirectShow source filters"-->"AVI splitter" to Haali
http://rickatnight11.com/images/screenshots/hdc/hdc_02.jpg
Choose whatever options you like in the Additional Tasks section
Do not check any of the boxes at the end of the installation to configure anything
Optional: Install any potential update to the Mega Codec Pack
Download and install Avisynth from http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/Avisynth_258.exe/download
Download and install the Preferred Filter Tweaker for Windows 7 utility from http://codecguide.com/windows7_preferred_filter_tweaker.htm
Run the installation from the zip file and set everything to ffdshow
http://rickatnight11.com/images/screenshots/hdc/hdc_03.jpg
Hit Apply, and if you are running 64-bit Windows you will probably get a complaint about 64-bit Windows...hit OK to ignore this, and press Apply again. You should get a confirmation message this time.
Hit finish only after you have gotten a confirmation message after hitting Apply.
Restart the computer
Now lets confirm that ffdshow has VC-1 and MPEG-2 decoding set correctly.
Navigate to Start-->(All)Programs-->K-Lite Codec Pack-->Configuration-->ffdshow video decoder
Select Codecs from the tree on the left
Scroll down the box on the right to ensure that MPEG2 is set to libmpeg2 and VC-1 is set to wmv9
http://rickatnight11.com/images/screenshots/hdc/hdc_04.jpg
Hit OK to save and close ffdshow video decoder
Download HDConvertToX (if you have not already) from the first post in this thread, as well as the updated exe.
Unzip the main program into a specific location, and then unzip the updated exe into the same location, overwriting the old exe.
Enable Compatibility Mode for AVIMux-Gui
From within the HDConvertToX folder navigate to applications
Right-click on AVIMux_GUI.exe and select Properties
From the Compatibility tab check the box for "Run this program in compatibility mode for:" and select "Windows XP (Service Pack 2) from the drop-down box
http://rickatnight11.com/images/screenshots/hdc/hdc_05.jpg
Press OK to save and close AVIMux_GUI.exe Properties
You can now run HDConvertToX! On first run (and every other run, for that matter) you should hit the Update HDConvertToX button to update to the latest version
Following this procedure fixed the issue whipdancer reported (http://forum.doom9.org/showthread.php?p=1318228#post1318228) about the Invalid arguments to function "isRGB" when analyzing an m2ts file. I will do my best to provide additional support if this procedure still doesn't help, but I honestly don't know which of the steps fixed my problems. As always, I hope this helps, and feedback is welcome.
whipdancer
27th August 2009, 02:22
I am using Win 7 x64.
The error message is the same as previous.
First:
http://img150.imageshack.us/img150/2781/msgj.th.png (http://img150.imageshack.us/i/msgj.png/)
Then
http://img440.imageshack.us/img440/4816/errornzi.th.png (http://img440.imageshack.us/i/errornzi.png/)
Here is the avs file.
#HDConvertToX Avisynth Script
#
#Input File = d:\gran torino\bdmv\stream\00004.m2ts
#Original Resolution = 720x480
#Aspect Ratio = 1.7778
#Frame rate =29.970
#Number of Frames = 34021
#Lenght (hour:minutes:seconds) = 0:18:56
#Display Aspect Ratio = 1.7778
#Aspect Error = -1.2333
#
#Resized resolution = 720 / 400
#Crop Left = 0
#Crop Top = 0
#Crop Right = 0
#Crop Bottom = 0
#
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\AddGrain.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\AddGrainC.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\autocrop.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\Average.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\avss.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\ColorMatrix.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\deblock.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\Decomb.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\deen.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\degrainmedian.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\dfttest.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\DGAVCDecode.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\DGDecode.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\DirectShowSource.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\EEDI2.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\ffms2.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\FFT3DFilter.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\FluxSmooth.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\frfun7.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\gradfun2db.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\GrainOpt.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\hqdn3d.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\MSharpen.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\mt_masktools-26.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\mvtools.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\mvtools2.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\NicAudio.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\nnedi.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\RemoveDirtS.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\RemoveGrainS.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\RepairS.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\SangNom.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\SoundOut.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\TBilateral.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\TDeint.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\TIVTC.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\TTempSmooth.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\UnDot.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\UnFilter.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\VSFilter.dll")
LoadPlugin("C:\Program Files (x86)\hdconvert\filters\yadifmod.dll")
Import("C:\Program Files (x86)\hdconvert\filters\BlindDeHalo3_mt2.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\Deblock_QED_MT2.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\GradFun2DBmod.v1.3.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\Lem.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\LSFmod.v1.8.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\QMLF_3_motions.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\QMLF_5_motions.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\QMLF_7_motions.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\QMLF_9_motions.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\seesaw.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\spresso.avsi")
Import("C:\Program Files (x86)\hdconvert\filters\Srestore.avsi")
#Source File
directshowsource("d:\gran torino\bdmv\stream\00004.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
#Applying Resizing
LanczosResize(720,400,0,0,-0,-0)
#Insert Filters As Requested
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
rickatnight11
27th August 2009, 02:24
My guide should fix your problem then. I believe it's a combination of Windows 7 restricting the DirectShow filters so that ffdshow isn't being used, as well as AVIMux_GUI needing to run in Compatibility mode. Let me know how it goes. I had the exact same problem as you.
whipdancer
27th August 2009, 02:28
Since I've been trying so many different programs to accomplish this, I honestly can't say that I don't have codec conflicts of some kind, somewhere (mostly because I'm still learning this stuff).
I'm going to try rickatnight11's setup and see if that clears it up for me.
If that doesn't do it, i'll likely blow away my current installation and perform a clean Win 7 (X64) install (which is easy because my rips are on a dedicated hd, separate from the install drive).
rickatnight11
27th August 2009, 02:36
I agree, whipdancer. The issues with running this software in Windows 7 are three-fold:
Windows 7 restricts the DirectShow filters, thus requiring the Preferred Filter Tweaker for Windows 7 tool to force ffdshow into the mix
AVIMUX-GUI needs to be run in compatibility mode for Windows XP (Service Pack 2)
In ffdshow VC-1 must be decoded with wmv9 and MPEG-2 with libmpeg2
whipdancer
27th August 2009, 03:13
Woohoo! Successfully analyzed the m2ts file.
Now we'll see how it goes.
Um, any thoughts on how long it should take to convert to a WMVHD format? (Gran Torino is the movie).
rickatnight11
27th August 2009, 03:30
Woohoo! Successfully analyzed the m2ts file.
Now we'll see how it goes.
Um, any thoughts on how long it should take to convert to a WMVHD format? (Gran Torino is the movie).
Glad it worked out! Converting will greatly depend on your computer specs, especially the processor. It's difficult to give an estimate, since it took me three days to figure out that my machine kept on entering standby. The process that takes the longest is the video encode, obviously.
I followed Adub's guide to convert a BluRay rip to x264 in mkv. On an Athlon II X2 250 3.0Ghz processor, the first x264 pass took about 7 hours, and I estimate that the second pass took between 10-15 hours. Tack on an extra hour or two for the audio encode, subtitle extraction/conversion, and final muxing, and my process probably took about 24 hours of actual work.
I should have done it on my primary gaming machine, which has a Phenom X4 9950BE processor, but it's in my bedroom, and I didn't want the fan noise all night(s). From minor tests it looks like that encodes just about twice as fast (rough estimate from some bitrate tests. My HTPC encoded at a steady 10MB/s, and my gamer seemed to encode at over 20MB/s.)
My gaming machine has an XFX Geforce GTX260 BE, and the HTPC has a Gigabyte Geforce 9600GT. I just got a license for NVTools, and I am interested to see what kind of speed increases I get (if any). I may just do the same encode again on both machines, and use the NVTools decoder to offload the processing to the GPU. It looks like HDConvertToX will run the audio decoding on the CPU and the video decoding on the GPU in parallel, which I think is badass.
In any case, your mileage may vary depending on your hardware. You'll want to kick of the batch before you go to bed. Hope this helps.
Crono141
27th August 2009, 03:34
Question about your guide: I use my PC as a ATSC TV tuner, and I had heard that switching your preferred MPEG2 codec from MS to anything else will break Windows Media Center live TV function. Is that still true?
rickatnight11
27th August 2009, 03:37
Question about your guide: I use my PC as a ATSC TV tuner, and I had heard that switching your preferred MPEG2 codec from MS to anything else will break Windows Media Center live TV function. Is that still true?
Yes, I believe it is. Can you try all steps in the guide except for changing the preferred filter for MPEG-2? I'm interested to see if that is even a necessary step.
whipdancer
27th August 2009, 04:04
Glad it worked out! Converting will greatly depend on your computer specs, especially the processor <snip>.... a Phenom X4 9950BE processor, but it's in my bedroom, and I didn't want the fan noise all night(s). From minor tests it looks like that encodes just about twice as fast (rough estimate from some bitrate tests. My HTPC encoded at a steady 10MB/s, and my gamer seemed to encode at over 20MB/s.)....
I'm running a Phenom II X4 955BE @ 3.5Ghz, 6GB ram.
I'm encoding to WMV in an attempt to be able to play it on my XBOX360 (my regular DVD's i've been doing with handbrake to mp4).
For this test I set video to 1 pass quality with a value of 85. I'll see how it goes.
http://img521.imageshack.us/img521/6806/hdcwmv.th.png (http://img521.imageshack.us/i/hdcwmv.png/)
For audio it looks like I ended up with 2ch. I'll have to try to get 5.1 in the next test.
Thanks for all the help.
rickatnight11
27th August 2009, 04:07
I'm running a Phenom II X4 955BE @ 3.5Ghz, 6GB ram.
I'm encoding to WMV in an attempt to be able to play it on my XBOX360 (my regular DVD's i've been doing with handbrake to mp4).
For this test I set video to 1 pass quality with a value of 85. I'll see how it goes.
http://img521.imageshack.us/img521/6806/hdcwmv.th.png (http://img521.imageshack.us/i/hdcwmv.png/)
For audio it looks like I ended up with 2ch. I'll have to try to get 5.1 in the next test.
Thanks for all the help.
Nice processor! :) That's my next CPU if AMD doesn't come out with anything new soon. I recommend doing 2-pass for the actual encode. I'd also recommend you stick with mp4s as well, but that's up to you. Let me know how it rolls!
Crono141
27th August 2009, 04:40
Good News. Setting both h264 and MPEG2 to FFDshow did NOT break live TV. I fired up MC, clicked Live TV, and it sat there for about 30 seconds "Searching for Tuners". Then it appeared, changing channels was ok, so no worries.
Whipdancer: I was in the same boat you were in with regards to XBOX360 and ripping my DVDs. I had my entire DVD collection ripped to VC1 WMV with WMA5.1 audio. Then I got a PS3, and non of the audio in any of those files would play (but the video would). Thus I embarked on my quest for the all in one everything goes format for both consoles that will get me the best video quality with the best audio quality. Here's what I've landed on, after probably almost 2 years of search and troubleshooting.
Encode to H264/AVC with AC3/DTS in the m2ts container. PS3 supports this natively (no transcoding required). I use the PS3 Media Server for my DLNA server, and it transcodes for XBOX360 dash board now very nicely. Also, if you're using XBOX360 as a Media Center Extender, your Windows 7 box will transcode the files on the fly to the extender for playback. Video Quality is heavily dependant on your PCs processor, but from the look of things, that won't be a problem for you. Standard Definition DVDs come through my network to my extenders very nicely, but 1080P HD content definitely suffers. I think 720p comes through fine on my quad core phenom 9550 2.2 ghz.
Just some advice from one 360 user to another. WMV is great, but file sizes are about twice as large as avc, and compatibility with other devices sucks.
Happy encoding!
rickatnight11
27th August 2009, 05:50
I am having an issue with NVTools (NVbeta8). I have the license already, and, when I go to start the batch, the "DGAVCIndexNV.exe" application does pop up, but nothing is visible in the windows. It completes much too quickly in my opinion, and the final mkv is never created. I checked the "job1" folder, and it looks like the audio and subtitles encoded just fine, but the video didn't (mp4 file is 3MB, while the h264 file is 0KB.) I've attached everything I thought was helpful.
EDIT1: Check out the "batch.txt" attachment I just added. I looks like the command to call CUVIDServer.exe can't handle spaces in the path name. It needs quotes around it like the other lines.
EDIT2: The next problem I notice is that, when the batch runs CUVIDServer.exe it doesn't move to the next command. I believe this is because that process is supposed to run in the background while the next command runs, but the nature of batch files doesn't really allow that, as the next line will only execute, when the previous line completes. Since the server is still running, the line has not completed. I got around this issue by running CUVIDServer.exe on my own (or just closing the batch and running it again). It looks like HDConvertToX will need to run the CUVIDServer prior to executing the queue batch, or figure out a way to move onto the next line.
I do have a question about NVTools, however. I thought that it would be used to perform the actual encode on the GPU, but that notion seems to be wrong as x264 runs just like normal, flogging the CPU just like normal. Perhaps I am missing the point of using NVTools.
Guest
27th August 2009, 13:36
Perhaps I am missing the point of using NVTools. Apparently so. My NV tools are decoders, not encoders. I made them for these reasons:
1. To get fully correct decoding for AVC, MPEG2, and VC-1 streams.
2. To get access to the PureVideo deinterlacer.
3. To get cropping/resizing on the GPU.
4. With decoding, deinterlacing, and cropping/resizing all offloaded to the GPU, more processor is made available for the CPU-based encoding. How much of a gain you might see depends on how much of your processing you can offload and how powerful your processor is. Remember that decoding is a fraction of the load of encoding, so you should not expect massive gains by offloading just the decoding.
rickatnight11
27th August 2009, 14:23
I understand now. Thanks for explaining! I guess if the encoding were to take place on the GPU, the actual encoding tool (x264 in this case) would need to support it, wouldn't it?
Guest
27th August 2009, 15:03
That's right.
Sharc
27th August 2009, 17:09
@buzzqw
When XviD is selected as encoder and "Anamorphic Shape" is ticked, -par x:y should be calculated and included in the command line for the encoder (similar to --sar for x264).
whipdancer
27th August 2009, 23:47
Good News. Setting both h264 and MPEG2 to FFDshow did NOT break live TV. I fired up MC, clicked Live TV, and it sat there for about 30 seconds "Searching for Tuners". Then it appeared, changing channels was ok, so no worries.
Whipdancer: I was in the same boat you were in with regards to XBOX360 and ripping my DVDs. I had my entire DVD collection ripped to VC1 WMV with WMA5.1 audio. Then I got a PS3, and non of the audio in any of those files would play (but the video would). Thus I embarked on my quest for the all in one everything goes format for both consoles that will get me the best video quality with the best audio quality. Here's what I've landed on, after probably almost 2 years of search and troubleshooting.
Encode to H264/AVC with AC3/DTS in the m2ts container. PS3 supports this natively (no transcoding required). I use the PS3 Media Server for my DLNA server, and it transcodes for XBOX360 dash board now very nicely. Also, if you're using XBOX360 as a Media Center Extender, your Windows 7 box will transcode the files on the fly to the extender for playback. Video Quality is heavily dependant on your PCs processor, but from the look of things, that won't be a problem for you. Standard Definition DVDs come through my network to my extenders very nicely, but 1080P HD content definitely suffers. I think 720p comes through fine on my quad core phenom 9550 2.2 ghz.
Just some advice from one 360 user to another. WMV is great, but file sizes are about twice as large as avc, and compatibility with other devices sucks.
Happy encoding!
Hey, thanks for the info! Lots of questions come to mind :thanks:
Mrsash
28th August 2009, 06:48
buzz I am doing a blue ray rip of my media and the interlace test of 5% gives me this
http://forum.doom9.org/attachment.php?attachmentid=10223&stc=1&d=1251438416
but mediainfo said its progressive. Which one should I go for?
Also adubs guide asks to use "Force directshowsource 2" will this work the best? Will it work with multithread avisynth?
Lastly is there a way to find out if you choose 1 pass encoding as to what the final size would be with
X264 in Mkv
1 pass quality
Crf value 20
extreme quality
thanks
Adub
29th August 2009, 00:20
Yes it will work with Multi-Threaded Avisynth. As for if it is "best" is mostly dependent upon if you are having issues analyzing your source or not. If you can't analyze your source using the defaults, then use DSS2.
The thing with 1-pass encoding is that you DON'T know how big the final size will be. Period. If you are worried about file sizes, then use 2 pass.
flebber
29th August 2009, 05:16
When I press generate encode nothing is happening? This is my make report.
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: c:\rip\source video\domino\au_111676\video_ts\vts_01_1.vob ( C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 2:02:44:00 / chained=1
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 184100
Duration(hh:mm:ss): 2:2:45
Aspect Ratio: 1.7778
Resized resolution: 720 / 288
Crop Values : 0:80:0:80
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 877
NMT Compatibility: On
Encoding Preset: 6
Final Size: 800
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.5
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: English (AC3 6ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
MVDegrain: MVDegrain1
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.1.458.3528\applications\eac3to.exe" "C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_1.vob"+"C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_2.vob"+"C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_3.vob"+"C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_4.vob"+"C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_5.vob" 3: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.1.458.3528\applications\neroaacenc.exe" -if - -q 0.5 -ignorelength -of "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdencodertox-pid3.mp4"
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 1 --bitrate 860 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 2 --bitrate 860 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\Chapter\ChapterXtractor.exe" "C:\Rip\Source Video\Domino\AU_111676\VIDEO_TS\VTS_01_0.IFO" "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\chapters.txt" -p5
"C:\Rip\HDConvertToX_2.1.458.3528\applications\mkvmerge.exe" -o "C:\Rip\Produced\Domino.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdconverttox_vts_01_1.h264" --language -1:eng --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\hdencodertox-pid3.mp4" --chapters "C:\Rip\HDConvertToX_1.8.332.2935\temp\job0\chapters.txt" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
-> End AviSynth Script
whipdancer
29th August 2009, 05:36
Ok, so I'm able to analyze and start the process. I've switched and am encoding with H.264 to MP4, 2 pass, AC3 sound.
It looks like everything is working. First pass takes about 4 hours, second pass takes about 6 hours.
Everything looked ok, until the command window closes and there is no MP4 file. I look in the job0 folder and see a 6GB file with h264 extension. The ac3 file is still there as well.
Did I not wait long enough? I thought when the command window closed that it was done.
Is there a specific file that I can look at to see what all has gone on? (I ask because there are several different files that when I open, look like log files to me).
rickatnight11
29th August 2009, 05:38
Hm, since it's a batch, it's difficult to figure out what happened. Can you attach the batch here? If you want the window to stay open, letting you see all of the messages, you can run it manually from a command prompt. You'll have to wait another 10 hours though, so you might try editing the batch file manually and removing the encoding lines. Since you already have the finished video and audio files, the other lines should create the MP4 file.
whipdancer
29th August 2009, 05:42
Here is the bat file. I'm assuming I should be able to just run the last command (the call to mp4box).
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" "d:\gran torino\bdmv\stream\00004.m2ts" 3: "C:\Program Files (x86)\hdconvert\job0\hdencodertox-pid3.ac3" -normalize -down6 -448
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 1 --bitrate 8000 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" "C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.avs"
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 2 --bitrate 8000 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" "C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.avs"
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" 1:"C:\Program Files (x86)\hdconvert\job0\chapters.txt"
"C:\Program Files (x86)\hdconvert\applications\mp4box.exe" -add "C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" -fps 23.976 -add "C:\Program Files (x86)\hdconvert\job0\hdencodertox-pid3.ac3":lang=eng -chap "C:\Program Files (x86)\hdconvert\job0\chapters.txt" "C:\Program Files (x86)\hdconvert\hdconverttox_full_00004.mp4"
rickatnight11
29th August 2009, 05:44
I would think so. Run it in "cmd" and see if you get an error.
whipdancer
29th August 2009, 06:36
Microsoft Windows [Version 6.1.7100]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Trent>test.bat
C:\Users\Trent>"C:\Program Files (x86)\hdconvert\applications\mp4box.exe" -add "
C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" -fps 23.976 -add
"C:\Program Files (x86)\hdconvert\job0\hdencodertox-pid3.ac3":lang=eng -chap "
C:\Program Files (x86)\hdconvert\job0\chapters.txt" "C:\Program Files (x86)\hdco
nvert\hdconverttox_full_00004.mp4"
AVC-H264 import - frame size 1920 x 800 at 23.976 FPS
Import results: 167706 samples - Slices: 1582 I 56616 P 109508 B - 1 SEI - 1528
IDR
AC3 import - sample rate 48000 - 6 channels
Error: Requested URL is not valid or cannot be found
Ok - I'm missing the chapters.txt file.
I've run the prior command from the original batch file, but I get this error:
Source file "C:\Program Files (x86)\hdconvert\job0\chapters.txt" not found.
So I'm assuming that is not where the chapters.txt file is created.
So, when should this file get created?
rickatnight11
29th August 2009, 07:18
The second to last line (that runs eac3to.exe) from your original batch is supposed to, but you'll notice that something is wrong with it: there is no source file, only the destination. For whatever reason, HDConvertToX isn't generating that line correctly.
flebber
29th August 2009, 09:02
I have changed files I am trying to encode, but this time I cannot encode audio at which point encoding fails.
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: c:\rip\hdconverttox_2.1.458.3528\hdc_work\job0\vts_01_1.vob ( C:\Rip\Source Video\QOTSA\FullDisc\QOTSA_PAL\VIDEO_TS\VTS_01_0.IFO )
PGC : PGC 1. Length: 0:17:55:09 / chained=0
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 26875
Duration(hh:mm:ss): 0:17:56
Aspect Ratio: 1.3334
Resized resolution: 720 / 544
Crop Values : 0:0:0:0
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 950
NMT Compatibility: On
Encoding Preset: 6
Final Size:
Priority: idle
Denoise Level: Super Light
Set Manual Bitrate: 950
Video Handling: Force DirectShowSource2 (Haali)
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.6
Audio Channels: Original
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 80: ??? (AC3 2ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
??? 0 (0xBD 0x20) [0]
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: Undot()
MVDegrain: MVDegrain1
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.1.458.3528\applications\eac3to.exe" "c:\rip\hdconverttox_2.1.458.3528\hdc_work\job0\vts_01_1.vob" 2: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.1.458.3528\applications\neroaacenc.exe" -if - -q 0.6 -ignorelength -of "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdencodertox-pid2.mp4"
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 1 --bitrate 950 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 2 --bitrate 950 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\Chapter\ChapterXtractor.exe" "C:\Rip\Source Video\QOTSA\FullDisc\QOTSA_PAL\VIDEO_TS\VTS_01_0.IFO" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\chapters.txt" -p5
"C:\Rip\HDConvertToX_2.1.458.3528\applications\mkvmerge.exe" -o "C:\Rip\Produced\QOTSA.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" --language -1:und --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdencodertox-pid2.mp4" --chapters "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\chapters.txt" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.avs
DSS2("c:\rip\hdconverttox_2.1.458.3528\hdc_work\job0\vts_01_1.vob",fps=25.000)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(720,544,0,0,-0,-0,p=75)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
Undot()
backward_vec2 = last.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=4, sharp=2, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=4, sharp=2, idx = 1)
last.MVDegrain1(backward_vec2,forward_vec2,thSAD=400,idx=1)
VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
-> End AviSynth Script
And with totally different file same error.
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: c:\rip\hdconverttox_2.1.458.3528\hdc_work\job3\vts_01_1.vob ( C:\Rip\Source Video\RHCP\FullDisc\RHCP\VIDEO_TS\VTS_24_0.IFO )
PGC : PGC 1. Length: 1:20:36:22 / chained=0
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000 / 120900
Duration(hh:mm:ss): 1:20:37
Aspect Ratio: 1.3334
Resized resolution: 688 / 528
Crop Values : 20:8:12:8
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 950
NMT Compatibility: On
Encoding Preset: 6
Final Size:
Priority: idle
Denoise Level: Super Light
Set Manual Bitrate: 950
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.6
Audio Channels: Original
MP3 Mode: vbr
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]
English 1 (0xBD 0x21) [0]
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: Undot()
MVDegrain: MVDegrain1
FreeAVS String: VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Rip\HDConvertToX_2.1.458.3528\applications\eac3to.exe" "c:\rip\hdconverttox_2.1.458.3528\hdc_work\job0\vts_01_1.vob" 2: stdout.wav -normalize | "C:\Rip\HDConvertToX_2.1.458.3528\applications\neroaacenc.exe" -if - -q 0.6 -ignorelength -of "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdencodertox-pid2.mp4"
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 1 --bitrate 950 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\x264.exe" --pass 2 --bitrate 950 --preset medium --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.avs" --level 4.0
"C:\Rip\HDConvertToX_2.1.458.3528\applications\Chapter\ChapterXtractor.exe" "C:\Rip\Source Video\QOTSA\FullDisc\QOTSA_PAL\VIDEO_TS\VTS_01_0.IFO" "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\chapters.txt" -p5
"C:\Rip\HDConvertToX_2.1.458.3528\applications\mkvmerge.exe" -o "C:\Rip\Produced\QOTSA.MKV" --default-duration 0:25.000fps "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdconverttox_vts_01_1.h264" --language -1:und --aac-is-sbr 0:1 "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\hdencodertox-pid2.mp4" --chapters "C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job0\chapters.txt" --title "Done with HDConvertToX v.1.9.399.3207"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job3\hdconverttox_vts_01_1.avs
Mpeg2Source("C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job3\movie.d2v")
TDeint(mode=0,order=-1)
GaussResize(688,528,20,8,-12,-8,p=75)
ColorMatrix(d2v="C:\Rip\HDConvertToX_2.1.458.3528\HDC_Work\job3\movie.d2v")
hqdn3d(1)
Undot()
backward_vec2 = last.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=4, sharp=2, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=4, sharp=2, idx = 1)
last.MVDegrain1(backward_vec2,forward_vec2,thSAD=400,idx=1)
VagueDenoiser(threshold=0, method=3, nsteps=6, chromaT=0).asharp(2,4,1)
-> End AviSynth Script
Frozen-Figo
29th August 2009, 12:27
I have a strange problem, after some using of HDC, application always stuck at same point during encoding, so I need to extract rar file again.
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\eac3to.exe" "c:\dvb\smartdvb\records\jsc sports +220090829-14
_08_19.ts" 1:"D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\hdconverttox.m2v"
TS, 1 video track, 1 audio track, 0:00:52, 50i
1: MPEG2, 576i50 (4:3)
2: MP2, Arabic, 2.0 channels, 256kbps, 48khz, -369ms
v01 Extracting video track number 1...
v01 Creating file "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\hdconverttox.m2v
"...
Video track 1 contains 1296 frames.
eac3to processing took 1 second.
Done.
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[D:\My DVB\NEW\HDConvertT
oX_1.8.332.2935\job0\hdconverttox.m2v] -OF=[D:\My DVB\NEW\HDConvertToX_1.8.332.2
935\job0\movie] -exit -minimize
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\HDC_Deint.exe" -input "c:\dvb\smartdvb\records\jsc sports +22
0090829-14_08_19.ts" -workpath "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\" -
usedecoder d2v -here "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\"
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --threads 0 --bitrate 200 --thread-input --trellis
0 --no-cabac --merange 4 --subme 1 --no-chroma-me --partitions none --me dia --s
ar 1:1 --progress --no-psnr --output "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\jo
b0\createautodeintmovie.h264" "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\crea
teautodeintmovie.avs"
avis [info]: 32x32 @ 25.00 fps (45 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=1 psy_rd=0.0
:0.0 mixed_ref=0 me_range=4 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,11
chroma_qp_offset=0 threads=6 thread_queue=6 nr=0 decimate=1 mbaff=0 bframes=0 ke
yint=250 keyint_min=25 scenecut=40 rc=abr bitrate=200 ratetol=1.0 qcomp=0.60 qpm
in=10 qpmax=51 qpstep=4 ip_ratio=1.40 aq=1:1.00
x264 [info]: profile Baseline, level 1.3
x264 [info]: encoded 45 frames, 90.00 fps, 105.28 kb/s
x264 [info]: slice I:3 Avg QP:10.17 size: 776
x264 [info]: slice P:42 Avg QP:10.38 size: 495
x264 [info]: mb I I16..4: 0.0% 0.0% 100.0%
x264 [info]: mb P I16..4: 0.0% 0.0% 0.0% P16..4: 95.2% 0.0% 0.0% 0.0% 0
.0% skip: 4.8%
x264 [info]: final ratefactor: -1.55
x264 [info]: coded y,uvDC,uvAC intra:100.0% 100.0% 100.0% inter:94.3% 92.3% 86.9
%
x264 [info]: SSIM Mean Y:0.9990100
x264 [info]: kb/s:102.7
encoded 45 frames, 90.00 fps, 105.28 kb/s
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --threads 0 --bitrate 200 --thread-input --trellis
0 --no-cabac --merange 4 --subme 1 --no-chroma-me --partitions none --me dia --s
ar 1:1 --progress --no-psnr --output "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\jo
b0\autodeint_ff_movie.h264" "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\autode
int_ff_movie.avs"
avis [info]: 32x32 @ 25.00 fps (30 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=1 psy_rd=0.0
:0.0 mixed_ref=0 me_range=4 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,11
chroma_qp_offset=0 threads=6 thread_queue=6 nr=0 decimate=1 mbaff=0 bframes=0 ke
yint=250 keyint_min=25 scenecut=40 rc=abr bitrate=200 ratetol=1.0 qcomp=0.60 qpm
in=10 qpmax=51 qpstep=4 ip_ratio=1.40 aq=1:1.00
x264 [info]: profile Baseline, level 1.3
x264 [info]: encoded 30 frames, 28.65 fps, 80.04 kb/s
x264 [info]: slice I:1 Avg QP:10.50 size: 767
x264 [info]: slice P:29 Avg QP:10.79 size: 369
x264 [info]: mb I I16..4: 0.0% 0.0% 100.0%
x264 [info]: mb P I16..4: 2.6% 0.0% 0.0% P16..4: 89.7% 0.0% 0.0% 0.0% 0
.0% skip: 7.8%
x264 [info]: final ratefactor: -2.62
x264 [info]: coded y,uvDC,uvAC intra:100.0% 100.0% 100.0% inter:84.7% 84.1% 64.6
%
x264 [info]: SSIM Mean Y:0.9987414
x264 [info]: kb/s:76.4
encoded 30 frames, 28.65 fps, 80.04 kb/s
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\eac3to.exe" "c:\dvb\smartdvb\records\jsc sports +220090829-14
_08_19.ts" 2: stdout.wav -down2 | "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\ap
plications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "D:\My DVB\NEW\HDC
onvertToX_1.8.332.2935\job0\hdencodertox-pid2.mp4"
*************************************************************
* *
* Nero AAC Encoder *
* Copyright 2008 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: Sep 17 2008 *
* Package version: 1.3.3.0 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************
Processed 51 seconds...
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --pass 1 --bitrate 1515 --keyint 250 --bframes 4 -
-mixed-refs --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bu
fsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-ch
roma-me --8x8dct --aud --aq-strength 1 --sar 1:1 --output "D:\My DVB\NEW\HDCon
vertToX_1.8.332.2935\job0\hdconverttox_jsc sports +220090829-14_08_19.h264" "D:\
My DVB\NEW\HDConvertToX_1.8.332.2935\job0\hdconverttox_jsc sports +220090829-14_
08_19.avs"
avis [info]: 640x464 @ 25.00 fps (1296 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=1 ref=4 deblock=1:-1:-1 analyse=0x3:0x113 me=umh subme=9 psy_
rd=1.0:0.0 mixed_ref=1 me_range=16 chroma_me=0 trellis=0 8x8dct=1 cqm=0 deadzone
=21,11 chroma_qp_offset=-2 threads=1 thread_queue=1 nr=0 decimate=1 mbaff=0 bfra
mes=4 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 wpredb=1 keyint=250 keyint_min=25
scenecut=40 rc=cbr bitrate=1515 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=
4 vbv_maxrate=25000 vbv_bufsize=14000 ip_ratio=1.40 pb_ratio=1.30 aq=1:1.00
x264 [info]: profile High, level 3.2
x264 [info]: encoded 1296 frames, 7.09 fps, 1534.33 kb/s
x264 [info]: slice I:6 Avg QP:20.87 size: 33795 PSNR Mean Y:42.12 U:45.27
V:47.09 Avg:43.08 Global:42.76
x264 [info]: slice P:499 Avg QP:21.82 size: 13105 PSNR Mean Y:39.71 U:42.80
V:44.57 Avg:40.66 Global:40.52
x264 [info]: slice B:791 Avg QP:25.57 size: 4035 PSNR Mean Y:38.66 U:42.48
V:44.47 Avg:39.73 Global:39.63
x264 [info]: consecutive B-frames: 2.9% 22.2% 71.9% 3.1% 0.0%
x264 [info]: mb I I16..4: 3.8% 73.7% 22.5%
x264 [info]: mb P I16..4: 0.7% 3.8% 1.1% P16..4: 50.2% 21.4% 16.5% 0.0% 0
.0% skip: 6.2%
x264 [info]: mb B I16..4: 0.0% 0.2% 0.1% B16..8: 42.0% 2.5% 4.6% direct:
7.9% skip:42.8% L0:26.5% L1:57.0% BI:16.5%
x264 [info]: final ratefactor: 18.87
x264 [info]: 8x8 transform intra:68.2% inter:49.0%
x264 [info]: direct mvs spatial:99.4% temporal:0.6%
x264 [info]: coded y,uvDC,uvAC intra:81.9% 83.4% 57.0% inter:27.0% 25.8% 5.1%
x264 [info]: ref P L0 83.8% 8.9% 4.8% 2.6%
x264 [info]: ref B L0 94.1% 4.1% 1.8%
x264 [info]: PSNR Mean Y:39.078 U:42.617 V:44.518 Avg:40.105 Global:39.959 kb/s:
1532.99
encoded 1296 frames, 7.09 fps, 1534.33 kb/s
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --pass 2 --bitrate 1515 --keyint 250 --bframes 4 -
-mixed-refs --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bu
fsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-ch
roma-me --8x8dct --aud --aq-strength 1 --sar 1:1 --output "D:\My DVB\NEW\HDCon
vertToX_1.8.332.2935\job0\hdconverttox_jsc sports +220090829-14_08_19.h264" "D:\
My DVB\NEW\HDConvertToX_1.8.332.2935\job0\hdconverttox_jsc sports +220090829-14_
08_19.avs"
Any suggestion ?
rickatnight11
29th August 2009, 15:34
I have changed files I am trying to encode, but this time I cannot encode audio at which point encoding fails.
Could you edit your posts to make the report files txt attachments? Including them in CODE tags kinda ruins the page.
That being said, can you describe the error that is being thrown? If you want to run the batch in "verbose mode", open up a command prompt, navigate to the directory of your job (eg. "whatever/HDConvertToX/job1") and run queue.bat from there. This will keep the window open afterwards so that you can read any results and post them here.
rickatnight11
29th August 2009, 15:35
I have a strange problem, after some using of HDC, application always stuck at same point during encoding, so I need to extract rar file again.
Where is it getting stuck, and what rar are you talking about extracting again?
flebber
29th August 2009, 15:40
Could you edit your posts to make the report files txt attachments? Including them in CODE tags kinda ruins the page.
That being said, can you describe the error that is being thrown? If you want to run the batch in "verbose mode", open up a command prompt, navigate to the directory of your job (eg. "whatever/HDConvertToX/job1") and run queue.bat from there. This will keep the window open afterwards so that you can read any results and post them here.
You can't attach them they then sit there waiting approval. After audio encoding fails then x264 starts and fails. So it seems an error originating from audio encode.
rickatnight11
29th August 2009, 15:44
You can't attach them they then sit there waiting approval. After audio encoding fails then x264 starts and fails. So it seems an error originating from audio encode.
That's strange. I haven't had any issue attaching txt files or images. Oh well.
Actually, the audio encode and video code have nothing to do with each other until the final command which muxes them together. It sounds like the batch is having an issue communicating with the source. Either the source is messed up (not likely) or the parameters in the batch are a bit screwy (more likely.) I'll look through your batch more carefully, but I'm not very knowledgeable about the actual encoding parameters. You'll probably need one of the experts to diagnose this one for you.
EDIT: Something's awry with your audio and subtitle detection in the first report file. Your's looks like this:
Full Audio List-> (*** mean selected)
NONE
*** 80: ??? (AC3 2ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
??? 0 (0xBD 0x20) [0]
-> End Full Subtitle List
...while mine looked like this:
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, english, 2.0 channels, 192kbps, 48khz, dialnorm: -27db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
3: subtitle (pgs), japanese
*** 4: subtitle (pgs), english
5: subtitle (pgs), french
6: subtitle (pgs), italian
7: subtitle (pgs), dutch
8: subtitle (pgs), spanish
9: subtitle (pgs), portuguese
-> End Full Subtitle List
I don't know what's up with your second batch. Make sure you're running the latest version of HDConvertToX, but maybe one of the prerequisite programs is installed incorrectly. Hope this helps any experts diagnose your issue.
feanor12
29th August 2009, 16:08
If you don't want command prompt to close after (unsuccesfull) encoding I suggest to just write "pause" in last line. ツ
Like this...
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" "d:\ ....
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 1....
"C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264....
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 2....
"C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" "C:\....
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" 1:....
"C:\Program Files (x86)\hdconvert\applications\mp4box.exe"....
color 0a
pause
Command "color 0a" is just to colorize text in console in green when all actions are finished...
(that way you know when all actions are finished) ツ
whipdancer
29th August 2009, 21:51
The second to last line (that runs eac3to.exe) from your original batch is supposed to, but you'll notice that something is wrong with it: there is no source file, only the destination. For whatever reason, HDConvertToX isn't generating that line correctly.
Any idea what the correct syntax should be?
I would think maybe the ac3 file? There's also an MBTREE file, but I've not idea what that is for.
Crono141
29th August 2009, 22:19
Whipdancer, just so you know, neither PS3 nor Xbox 360 support AC3 audio inside the MP4 container, unless something has changed very recently that I'm not aware of.
whipdancer
29th August 2009, 22:22
Whipdancer, just so you know, neither PS3 nor Xbox 360 support AC3 audio inside the MP4 container, unless something has changed very recently that I'm not aware of.
I'm aware.
But, I'm going to do some testing with different media servers and I want to test it both with AC3 and AAC-LC.
whipdancer
29th August 2009, 22:40
Ok, so I think I found the syntax for it. Let's see if this works.
Basically I modified the 4th command in the bat file, adding the original m2ts file so that it reads something like...
eac3to orignal.m2ts 1: chapters.txt
It created a chapters.txt file for me, so i'm going re-run the final command in the batch file and see how that goes.
whipdancer
29th August 2009, 22:57
Ok, that worked.
I've got a 6.88GB mp4 file.
However, I get no sound. I'm going to dig around in this thread some more, but if anyone has any tips on what I should check - please pass them along.
Thanks for all the help! So close to getting this working smoothly.
Let me clarify - I did the sound as AC3 (not AAC).
Adub
30th August 2009, 00:20
AC3 in the mp4 container is a relatively new standard. If you are having troubles playing it, either update your player to the newest version or just use AAC.
whipdancer
30th August 2009, 01:19
AC3 in the mp4 container is a relatively new standard. If you are having troubles playing it, either update your player to the newest version or just use AAC.
Thanks. I found some other comments to that effect as well and am trying AAC now.
whipdancer
30th August 2009, 03:31
One thing I'm not clear on with regard to the video encoding options.
Under X264 options, I select -
Encode using: X264 in MP4
Encoding mode: 2 pass
I select Extreme quality on the slider
I enter 8000 in "Manually Set Bitrate:"
Does entering a bitrate over-ride any of the other settings? Should I choose a higher bitrate, or is there some other way of achieving as high a quality as possible?
flebber
30th August 2009, 04:26
After deleting all HDC folder and settings, I reinstalled HDC and updated and now it is working again :o . The audio detection still shows as ?? Ac3 though but it processes so its a bit so what just seems strange for a common format file. Quick question is there anyway to import chapters from vob to use in encode?
Full Audio List-> (*** mean selected)
NONE
*** 80: ??? (AC3 2ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
??? 0 (0xBD 0x20) [0]
-> End Full Subtitle List
General
Complete name : C:\Rip\Source Video\QOTSA\FullDisc\QOTSA_PAL\VIDEO_TS\VIDEO_TS.IFO
Format : DVD Video
Format profile : Menu
File size : 12.0 KiB
Video
ID : 0xE0
Format : MPEG Video
Format version : Version 2
Bit rate mode : Variable
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate : 25.000 fps
Standard : PAL
Audio
Format : AC-3
Format/Info : Audio Coding 3
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Text
Format : RLE
Format/Info : Run-length encoding
Resolution : 2 bits
Crono141
30th August 2009, 15:56
The ??? means, I think, that its unable to determine what language the track is in.
Whipdancer: for 2 pass, I think you enter what file size you want the movie to be, then it determines the highest VBR to achieve that filesize. I think you want to leave the manual bit rate field blank.
whipdancer
30th August 2009, 16:05
The ??? means, I think, that its unable to determine what language the track is in.
Whipdancer: for 2 pass, I think you enter what file size you want the movie to be, then it determines the highest VBR to achieve that filesize. I think you want to leave the manual bit rate field blank.
OK, thanks. I'll try that and see what happens as well.
Frozen-Figo
30th August 2009, 16:49
Where is it getting stuck, and what rar are you talking about extracting again?
here exactly : x264 [info]: profile High, level 3.2
I mean HDC rar file.
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\HDC_Deint.exe" -input "c:\dvb\smartdvb\records\viva polska200
90626-05_23_22.mpg" -workpath "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\" -u
sedecoder dss -here "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\"
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --threads 0 --bitrate 200 --thread-input --trellis
0 --no-cabac --merange 4 --subme 1 --no-chroma-me --partitions none --me dia --s
ar 1:1 --progress --no-psnr --output "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\jo
b0\createautodeintmovie.h264" "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\crea
teautodeintmovie.avs"
avis [info]: 32x32 @ 25.00 fps (195 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=1 psy_rd=0.0
:0.0 mixed_ref=0 me_range=4 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,11
chroma_qp_offset=0 threads=6 thread_queue=6 nr=0 decimate=1 mbaff=0 bframes=0 ke
yint=250 keyint_min=25 scenecut=40 rc=abr bitrate=200 ratetol=1.0 qcomp=0.60 qpm
in=10 qpmax=51 qpstep=4 ip_ratio=1.40 aq=1:1.00
x264 [info]: profile Baseline, level 1.3
x264 [info]: encoded 195 frames, 120.00 fps, 7.01 kb/s
x264 [info]: slice I:1 Avg QP:11.00 size: 110
x264 [info]: slice P:194 Avg QP:11.13 size: 32
x264 [info]: mb I I16..4: 75.0% 0.0% 25.0%
x264 [info]: mb P I16..4: 15.9% 0.0% 0.0% P16..4: 28.9% 0.0% 0.0% 0.0% 0
.0% skip:55.3%
x264 [info]: final ratefactor: -12.81
x264 [info]: coded y,uvDC,uvAC intra:30.5% 71.7% 49.6% inter:10.6% 27.4% 8.6%
x264 [info]: SSIM Mean Y:0.9979311
x264 [info]: kb/s:6.5
encoded 195 frames, 120.00 fps, 7.01 kb/s
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --threads 0 --bitrate 200 --thread-input --trellis
0 --no-cabac --merange 4 --subme 1 --no-chroma-me --partitions none --me dia --s
ar 1:1 --progress --no-psnr --output "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\jo
b0\autodeint_ff_movie.h264" "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\autode
int_ff_movie.avs"
avis [info]: 32x32 @ 25.00 fps (135 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=1 psy_rd=0.0
:0.0 mixed_ref=0 me_range=4 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,11
chroma_qp_offset=0 threads=6 thread_queue=6 nr=0 decimate=1 mbaff=0 bframes=0 ke
yint=250 keyint_min=25 scenecut=40 rc=abr bitrate=200 ratetol=1.0 qcomp=0.60 qpm
in=10 qpmax=51 qpstep=4 ip_ratio=1.40 aq=1:1.00
x264 [info]: profile Baseline, level 1.3
x264 [info]: encoded 135 frames, 67.50 fps, 7.74 kb/s
x264 [info]: slice I:1 Avg QP:11.00 size: 110
x264 [info]: slice P:134 Avg QP:11.36 size: 34
x264 [info]: mb I I16..4: 75.0% 0.0% 25.0%
x264 [info]: mb P I16..4: 20.3% 0.0% 0.0% P16..4: 36.4% 0.0% 0.0% 0.0% 0
.0% skip:43.3%
x264 [info]: final ratefactor: -11.55
x264 [info]: coded y,uvDC,uvAC intra:26.3% 77.9% 52.2% inter:10.0% 34.4% 8.2%
x264 [info]: SSIM Mean Y:0.9979154
x264 [info]: kb/s:6.9
encoded 135 frames, 67.50 fps, 7.74 kb/s
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --crf 20 --keyint 250 --bframes 4 --mixed-refs --t
rellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --v
bv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-chroma-me --8x8dc
t --aud --aq-strength 1 --sar 1:1 --output "D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\job0\hdconverttox_viva polska20090626-05_23_22.h264" "D:\My DVB\NEW\HDConv
ertToX_1.8.332.2935\job0\hdconverttox_viva polska20090626-05_23_22.avs"
avis [info]: 512x528 @ 25.00 fps (6148 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=1 ref=4 deblock=1:-1:-1 analyse=0x3:0x113 me=umh subme=9 psy_
rd=1.0:0.0 mixed_ref=1 me_range=16 chroma_me=0 trellis=0 8x8dct=1 cqm=0 deadzone
=21,11 chroma_qp_offset=-2 threads=1 thread_queue=1 nr=0 decimate=1 mbaff=0 bfra
mes=4 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 wpredb=1 keyint=250 keyint_min=25
scenecut=40 rc=crf crf=20.0000 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 vbv_maxrate
=25000 vbv_bufsize=14000 ip_ratio=1.40 pb_ratio=1.30 aq=1:1.00
x264 [info]: profile High, level 3.2
whipdancer
30th August 2009, 22:41
After deleting all HDC folder and settings, I reinstalled HDC and updated and now it is working again :o . The audio detection still shows as ?? Ac3 though but it processes so its a bit so what just seems strange for a common format file. Quick question is there anyway to import chapters from vob to use in encode?
Full Audio List-> (*** mean selected)
NONE
*** 80: ??? (AC3 2ch, 0xBD 0x80) [0]
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
??? 0 (0xBD 0x20) [0]
-> End Full Subtitle List
It does that to me on many of the Chinese import titles that I have. As Crono said, I also thought it meant that it could not determine what language it was.
flebber
30th August 2009, 23:41
Yeah it must be language on that audio, just curiosity as it encodes fine.
Does anyone know where the hidden options txt file went? I am want to have HDC automatically import chapters from DVD. Since I reinstalled I can't seem to find it.
Edit forget it I am livin in the past, hidden options were removed in favour of editing the ini file.:o
#Muxing Options
AutoChapter=0
AutoChapter Minutes=5
NO Subs Always On=1
buzzqw
31st August 2009, 08:09
Assorted answer
thanks rickatnight11 for your guide!
linked in first post
For audio it looks like I ended up with 2ch. I'll have to try to get 5.1 in the next test.
remember to select an audio preset with 5.1. Specifying channels on wmv isn't possibile
EDIT1: Check out the "batch.txt" attachment I just added. I looks like the command to call CUVIDServer.exe can't handle spaces in the path name. It needs quotes around it like the other lines.
thanks. fixed in next update
buzz I am doing a blue ray rip of my media and the interlace test of 5% gives me this
select "Mixed Interlaced/Telecine"
@flebber
don't use dss2 with vob source. it's near useless, better to stick with dgindex
and... yes, ??? mean unable to determine language
Everything looked ok, until the command window closes and there is no MP4 file. I look in the job0 folder and see a 6GB file with h264 extension. The ac3 file is still there as well.
i'll check why chapter isn't extracted
i will need the full make report
@Frozen-Figo
try to use shorter file name/path
BHH
Sharc
31st August 2009, 18:10
@buzzqw
Will you consider this (http://forum.doom9.org/showthread.php?p=1319106#post1319106) in a coming update?
I can do without it, but I always have to add the -par x:y manually in the command line.
Frozen-Figo
31st August 2009, 18:24
@Frozen-Figo
try to use shorter file name/path
Same thing
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\documents and setting
s\frozen\desktop\a.mpg] -OF=[D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\movie]
-exit -minimize
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\eac3to.exe" "c:\documents and settings\frozen\desktop\a.mpg"
2: stdout.wav | "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\applications\neroaac
enc.exe" -if - -br 64000 -ignorelength -of "D:\My DVB\NEW\HDConvertToX_1.8.332.2
935\job0\hdencodertox-pid2.mp4"
*************************************************************
* *
* Nero AAC Encoder *
* Copyright 2008 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: Sep 17 2008 *
* Package version: 1.3.3.0 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************
Processed 128 seconds...
D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0>"D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\applications\x264.exe" --crf 20 --keyint 250 --bframes 4 --mixed-refs --t
rellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --v
bv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-chroma-me --8x8dc
t --aud --aq-strength 1 --sar 1:1 --output "D:\My DVB\NEW\HDConvertToX_1.8.332
.2935\job0\hdconverttox_a.h264" "D:\My DVB\NEW\HDConvertToX_1.8.332.2935\job0\hd
converttox_a.avs"
avis [info]: 640x464 @ 25.00 fps (3218 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: cabac=1 ref=4 deblock=1:-1:-1 analyse=0x3:0x113 me=umh subme=9 psy_
rd=1.0:0.0 mixed_ref=1 me_range=16 chroma_me=0 trellis=0 8x8dct=1 cqm=0 deadzone
=21,11 chroma_qp_offset=-2 threads=1 thread_queue=1 nr=0 decimate=1 mbaff=0 bfra
mes=4 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 wpredb=1 keyint=250 keyint_min=25
scenecut=40 rc=crf crf=20.0000 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 vbv_maxrate
=25000 vbv_bufsize=14000 ip_ratio=1.40 pb_ratio=1.30 aq=1:1.00
x264 [info]: profile High, level 3.2
Thanks
buzzqw
31st August 2009, 19:11
@Sharc
i'll check it
@Frozen-Figo
please post the make report
AND update to latest full package/latest exe!
thanks
BHH
Sharc
31st August 2009, 21:45
Bug with DGToolsNV?
When opening the Video_ts.ifo and selecting the PGC for indexing, it appears that DGMPGindexNV indexes the first *.vob only.
(The standard DGMPGindex spans all *.vobs correctly)
flebber
1st September 2009, 00:07
Buzzqw I was trying to make sure the profiles enabled fast first pass in 2 pass mode for new profiles as it seems that the pass I am getting in first pass is slow.
from http://mewiki.project357.com/wiki/X264_Settings#fast_1st_pass I was trying to set pass settings. So that my first pass runs with these settings
fast 1st pass
With the advent of the Preset system in r1177, using pass 1 applies the following settings at the end of parsing the command line:
* ref 1
* no-8x8dct
* partitions i4x4 (if originally enabled, else none)
* me dia
* subme Min(2,subme) (if original value is greater than 2, change it to 2, else do nothing)
* trellis 0
and my 2nd pass with
--preset slow --level 4.1 --bframes 5 --subme 6 --partitions p8x8,b8x8,i4x4,i8x8 --deblock -1:-1 --vbv-bufsize 50000 --vbv-maxrate 50000
Is this possible ?
8ternity
1st September 2009, 04:17
Hi,
I Would like to know in future, if you will add "addborders" preset automatic for 720p (1280x720) and 1080p (1920x1080) and will respect aspect ratio?
It's an suggestion :D
whipdancer
1st September 2009, 04:30
i'll check why chapter isn't extracted
i will need the full make report
BHH
Here is the make report.
whipdancer
1st September 2009, 05:18
Ok, so that the clueless people like myself can play along as well, my next movie that I'm doing the "The Game Plan".
This BD comes with a bunch of little m2ts files, unfortunately. I did some searching and came across a recommendation for TSmuxer to combine the m2ts files into a single.
I did that and am using HDC to analyze and convert that single m2ts file.
We'll see how it goes.
rickatnight11
1st September 2009, 05:20
Ok, so that the clueless people like myself can play along as well, my next movie that I'm doing the "The Game Plan".
This BD comes with a bunch of little m2ts files, unfortunately. I did some searching and came across a recommendation for TSmuxer to combine the m2ts files into a single.
I did that and am using HDC to analyze and convert that single m2ts file.
We'll see how it goes.
Generally the main movie is only one of those m2ts files. The rest are the bonus extras on the disk. Your call, though.
Sharc
1st September 2009, 07:06
I experienced a number of crashes of xvid_encraw for certain sources. I am on Vista. I tried various settings, at the end I found that the crashes seem to be caused by the function -qpel. With -qpel disabled :( the crashes disappeared. Anyone having similar experience?
buzzqw
1st September 2009, 07:35
Bug with DGToolsNV?
When opening the Video_ts.ifo and selecting the PGC for indexing, it appears that DGMPGindexNV indexes the first *.vob only.
(The standard DGMPGindex spans all *.vobs correctly)
please try this build -> http://www.64k.it/andres/data/hdconverttox/HDConvertToX_sharc.exe
Buzzqw I was trying to make sure the profiles enabled fast first pass in 2 pass mode for new profiles as it seems that the pass I am getting in first pass is slow.
the current build of x264 has "turbo" mode in first pass ALWAYS.
It's disabled by specifing "--slow-first-pass"
HDC will use turbo in first pass.
I Would like to know in future, if you will add "addborders" preset automatic for 720p (1280x720) and 1080p (1920x1080) and will respect aspect ratio?
... not in recent future...
Here is the make report.
better to post it than attach
BHH
whipdancer
1st September 2009, 12:16
Generally the main movie is only one of those m2ts files. The rest are the bonus extras on the disk. Your call, though.
Apparently this is one of those BD movies that doesn't have a single m2ts file for the main movie. It's got about 100 different m2ts files, the largest of which is about 2gb in size.
whipdancer
1st September 2009, 12:19
Here's the make report
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: d:\gran torino\bdmv\stream\00004.m2ts ( D:\GRAN TORINO\BDMV\STREAM\00004.m2ts )
Codec Video: vc-1
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 167706
Duration(hh:mm:ss): 1:56:35
Aspect Ratio: 1.7778
Resized resolution: 1920 / 800
Crop Values : 0:140:0:140
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 8000
Encoding Preset: 6
Final Size: 700
Priority: idle
Denoise Level: Super Light
Set Manual Bitrate: 8000
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 64
Audio Channels: Original
MP3 Mode: abr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 3: truehd/ac3, english, 5.1 channels, 48khz, dialnorm: -27db
4: ac3, english, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
5: ac3, french, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
6: ac3, spanish, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
7: ac3, portuguese, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
8: subtitle (pgs), english
9: subtitle (pgs), french
10: subtitle (pgs), spanish
11: subtitle (pgs), portuguese
12: subtitle (pgs), english
13: subtitle (pgs), french
14: subtitle (pgs), spanish
-> End Full Subtitle List
Encrust Subtitle in Video file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" "d:\gran torino\bdmv\stream\00004.m2ts" 3: stdout.wav -normalize | "C:\Program Files (x86)\hdconvert\applications\neroaacenc.exe" -if - -br 64000 -ignorelength -of "C:\Program Files (x86)\hdconvert\analysis\hdencodertox-pid3.mp4"
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 1 --bitrate 8000 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --tune film --sar 1:1 --output "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.h264" "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs"
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 2 --bitrate 8000 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --tune film --sar 1:1 --output "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.h264" "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs"
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" 1:"C:\Program Files (x86)\hdconvert\analysis\chapters.txt"
"C:\Program Files (x86)\hdconvert\applications\mp4box.exe" -add "C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.h264" -fps 23.976 -add "C:\Program Files (x86)\hdconvert\analysis\hdencodertox-pid3.mp4":lang=eng -chap "C:\Program Files (x86)\hdconvert\analysis\chapters.txt" "C:\Program Files (x86)\hdconvert\hdconverttox_full_00004.mp4"
-> End Queue
AviSynth Script ->
Working with files: C:\Program Files (x86)\hdconvert\analysis\hdconverttox_00004.avs
SetMemoryMax(512)
SetMTMode(2,0)
directshowsource("d:\gran torino\bdmv\stream\00004.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(1920,800,0,140,-0,-140,p=75)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
-> End AviSynth Script
flebber
1st September 2009, 13:19
Whipdancer how did you enable HDC to read the IFO chapter files?
prospeed
1st September 2009, 15:19
Hey Guys,
Wondering if I could get some advice as to what has happened with this encode as x264 seems to have stalled...
HDConvertToX v.2.1.465.3552 "Isotta" report
Input File: d:\dayaftertomorrow\bdmv\stream\00001.m2ts ( D:\DAYAFTERTOMORROW\BDMV\STREAM\00001.m2ts )
Codec Video: avc
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 574508
Duration(hh:mm:ss): 6:39:22
Aspect Ratio: 1.7778
Resized resolution: 1920 / 1072
Crop Values : 0:4:0:4
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 1498
NMT Compatibility: On
Encoding Preset: 7
Final Size: 8704
Priority: idle
Denoise Level: Super Light
Video Handling: Force DirectShowSource2 (Haali)
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 224
Audio Channels: 6 (5.1)
MP3 Mode: abr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 3: dts master audio, english, 5.1 channels, 24 bits, 48khz, -14ms
*** 4: ac3, english, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, 4ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 5: subtitle (pgs), english
*** 6: subtitle (pgs), english
-> 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:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "d:\dayaftertomorrow\bdmv\stream\00001.m2ts" 5:"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_5.sup" 6:"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_6.sup"
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "d:\dayaftertomorrow\bdmv\stream\00001.m2ts" 3: stdout.wav -normalize -down6 | "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 224000 -ignorelength -of "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox-pid3.mp4"
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "d:\dayaftertomorrow\bdmv\stream\00001.m2ts" 4: stdout.wav -normalize -down2 | "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\neroaacenc.exe" -if - -br 224000 -ignorelength -of "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox-pid4.mp4"
java -jar "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\BDSup2Sub.jar" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_5.sup" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_5.idx" /res:1080p
java -jar "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\BDSup2Sub.jar" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_6.sup" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_6.idx" /res:1080p
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 2598 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.h264" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.avs" --level 4.0
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\x264.exe" --pass 2 --bitrate 2598 --preset medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.h264" "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.avs" --level 4.0
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\eac3to.exe" "d:\dayaftertomorrow\bdmv\stream\00001.m2ts" 1:"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\chapters.txt"
"C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\applications\mkvmerge.exe" -o "D:\DAYAFTERTOMORROW\BDMV\STREAM\DAY_AFTER_TOMORROW.MKV" --default-duration 0:23.976fps "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.h264" --language -1:eng "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox-pid3.mp4" --language -1:eng "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox-pid4.mp4" --default-track -1:no --language -1:eng "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_5.idx" --language -1:eng "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs_6.idx" --chapters "C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\chapters.txt" --title "Done with HDConvertToX v.2.1.465.3552 _Isotta_"
-> End Queue
AviSynth Script ->
Working with files: C:\Users\ \Downloads\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.avs
DSS2("d:\dayaftertomorrow\bdmv\stream\00001.m2ts",fps=23.976)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(1920,1072,0,4,-0,-4)
hqdn3d(1)
-> End AviSynth Script
Also:
Writing C:\Users\Downloads\HDConvertToX_2.0.424.3356\job1\hdencodertox__subs
_6.idx
Conversion of 1 file(s) finished
Tue 01/09/2009 12:04:14.26
C:\Users\Downloads\HDConvertToX_2.0.424.3356\job1>"C:\Users\Downloads\HD
ConvertToX_2.0.424.3356\applications\x264.exe" --pass 1 --bitrate 2598 --preset
medium --bframes 3 --trellis 0 --ref 3 --deblock -1,-1 --subme 9 --direct auto
--me umh --b-adapt 1 --no-chroma-me --sar 1:1 --output "C:\Users\Downloads
\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.h264" "C:\Users\Downloads
\HDConvertToX_2.0.424.3356\job1\hdconverttox_00001.avs" --level 4.0
avis [info]: 1920x1072 @ 23.98 fps (574505 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cach
e64
x264 [info]: cabac=1 ref=1 deblock=1:-1:-1 analyse=0x1:0 me=dia subme=2 psy_rd=0
.0:0.0 mixed_ref=0 me_range=16 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,
11 chroma_qp_offset=0 threads=3 nr=0 decimate=1 mbaff=0 bframes=3 b_pyramid=0 b_
adapt=1 b_bias=0 direct=3 wpredb=1 keyint=250 keyint_min=25 scenecut=40 rc=abr b
itrate=2598 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 ip_ratio=1.40 pb_r
atio=1.30 aq=1:1.00
x264 [info]: profile Main, level 4.0
[0.0%] 60/574505 frames, 24.40 fps, 15.20 kb/s, eta 6:32:22
Adub
1st September 2009, 16:25
Whipdancer how did you enable HDC to read the IFO chapter files?
It does it automatically. Just be sure to select the IFO file when converting your DVD.
Sharc
1st September 2009, 18:41
please try this build -> http://www.64k.it/andres/data/hdconverttox/HDConvertToX_sharc.exe
This helps. All vobs are included now. Thanks!
whipdancer
1st September 2009, 21:42
Whipdancer how did you enable HDC to read the IFO chapter files?
Are you referring to when I convert a DVD? I simply select the Video_TS.ifo (i think that's it) when picking the file. After that I get a prompt from HDC indicating that it's analyzed the ifo file and found the movie/soundtrack.
flebber
1st September 2009, 23:30
It does it automatically. Just be sure to select the IFO file when converting your DVD.
So when I select Multi Episodes DVD it will automatically read episode chapter files and apply them to muxed output without enabling anything? Or do I need to enable autochapter in hidden options?
buzzqw
2nd September 2009, 07:20
Here's the make report
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" 1:"C:\Program Files (x86)\hdconvert\analysis\chapters.txt
thanks fixed, use live update
Whipdancer how did you enable HDC to read the IFO chapter files?
just select your vts_xxxx.ifo
if you select video_ts.ifo, chapter wouldn't be extracted
autochapter is in hdconverttox.ini...
Hey Guys,
Wondering if I could get some advice as to what has happened with this encode as x264 seems to have stalled...
DSS2("d:\dayaftertomorrow\bdmv\stream\00001.m2ts",fps=23.976)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(1920,1072,0,4,-0,-4)
hqdn3d(1)
you are using DirectShowSource.
Most probably dss isn't feeding frames to encoder.
make sure you have a working decoder for your video
BHH
flebber
2nd September 2009, 12:31
thanks fixed, use live update
just select your vts_xxxx.ifo
if you select video_ts.ifo, chapter wouldn't be extracted
autochapter is in hdconverttox.ini...
BHH
so if I change my ini to autochapter=1 then extracted chapters from vts.ifo will be automaticaly applied to final output during muxing?
prospeed
2nd September 2009, 13:46
you are using DirectShowSource.
Most probably dss isn't feeding frames to encoder.
make sure you have a working decoder for your video
BHH
Thanks buzzqw
buzzqw
2nd September 2009, 14:15
so if I change my ini to autochapter=1 then extracted chapters from vts.ifo will be automaticaly applied to final output during muxing?
in advanced options there is the autochapter check
BUT if you want that autochapter is alwasy ON, you must use the ini
anyway, you don't have to check autochapter when working with ifo.
select the correct ifo and hdc will extract the chapter file
if you check autochapter it will overwrite the chapters of dvd
BHH
flebber
2nd September 2009, 14:25
Thanks Buzzqw I fully understand now, you are making it too easy...
Sharc
2nd September 2009, 22:54
Thanks buzzqw for adding -par x:y to the XviD command line.
Anamorphic encoded XviD streams are now always played back with the correct AR.
Chengbin
3rd September 2009, 01:32
buzzqw, could you add a function to HDC?
Could you allow multiple videos to be loaded at once? Many times I have to cut a video into multiple parts (as many as 86 once). It is NOT fun building a 86 job queue in HDC (took an hour). You don't need to analyze a script anyway.
Even for videos, a bulk analyze is much more sane (for the lack of better word). This is especially helpful if I'm encoding multiple videos with the same settings.
Oh, don't tell me to use Avisynth, because I need to use different settings for them.
Thanks.
Crono141
3rd September 2009, 02:42
As someone who just spent about an hour adding 26 episodes to a queue, I must second Chengbin's request. I'll be doing something similar with a 50+ episode set of anime, and I'm not looking forward to the queueing.
Any possibility of mirroring MediaCoder's queue system, or something similar?
But not ripbot's. Takes way to damn long to analyze, and you have to do it one at a time. Blarg... :D
buzzqw
3rd September 2009, 07:39
buzzqw, could you add a function to HDC?
Could you allow multiple videos to be loaded at once? Many times I have to cut a video into multiple parts (as many as 86 once). It is NOT fun building a 86 job queue in HDC (took an hour). You don't need to analyze a script anyway.
Even for videos, a bulk analyze is much more sane (for the lack of better word). This is especially helpful if I'm encoding multiple videos with the same settings.
Oh, don't tell me to use Avisynth, because I need to use different settings for them.
Thanks.
As someone who just spent about an hour adding 26 episodes to a queue, I must second Chengbin's request. I'll be doing something similar with a 50+ episode set of anime, and I'm not looking forward to the queueing.
Any possibility of mirroring MediaCoder's queue system, or something similar?
But not ripbot's. Takes way to damn long to analyze, and you have to do it one at a time. Blarg... :D
and i should suppose that every files loaded share the same proprieties ? (lenght, fps, width/height, kind of streams...)
BHH
buzzqw
3rd September 2009, 11:57
very beta build: http://www.64k.it/andres/data/hdconverttox/HDConvertToX-beta.exe
added support for "quick queqing"
after first file, HDC will ask if next loaded file(s) share same proprieties as file before
BHH
Chengbin
3rd September 2009, 12:39
buzzqw, thank you
Is this possible in "quick queuing" mode?
http://i31.tinypic.com/14kfb08.jpg
buzzqw
3rd September 2009, 12:57
not now, you must add one file at time
BHH
flebber
3rd September 2009, 23:19
Could I ask for what I hope would be an easy feature to add, an option to apply audio gain to a source. Would be great for that occassional source I get with not much volume.
Cheers
Adub
4th September 2009, 00:47
Not really gonna happen. Because how will any program know "automatically" what is "just the right amount of volume". You may be able to get away with a volume boost and normalization, but certainly no "auto gain".
flebber
4th September 2009, 02:01
Not really gonna happen. Because how will any program know "automatically" what is "just the right amount of volume". You may be able to get away with a volume boost and normalization, but certainly no "auto gain".
Yeah I agree, I don't want auto gain I want to be able to specify how much gain I want to apply.
buzzqw
4th September 2009, 08:53
update beta build http://www.64k.it/andres/data/hdconverttox/HDConvertToX-beta.exe
added support for multiple files selection
PLEASE TEST IT
it's a big change on internals routines
BHH
Mrsash
4th September 2009, 10:41
Hi buzz I have a problem. Currently all DVD encodes fine but bluray rips dont work. They seem to encode but in the middle somewhere they stop encoding. First episode I tried gave me this visual basic error saying x264 wanted to terminate unexpectedly around 11%. Then tried the second episode which gave me no error. It seemed to complete first pass but had almost a 0kb file for video in the temp directory. I will post some after I try again with updated version but can you advise me what I should try? I will post make report.
HDConvertToX v.2.1.471.3569 "Isotta" report
Input File: n:\smallville 2\temp\1-2.m2ts ( N:\Smallville 2\temp\1-2.m2ts )
Codec Video: avc
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 124728
Duration(hh:mm:ss): 1:26:43
Aspect Ratio: 1.7778
Resized resolution: 1920 / 1072
Crop Values : 0:4:0:4
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality
Encoding Preset: 6
Final Size: 1024
Priority: idle
Denoise Level: Super Light
Video Handling: Force DirectShowSource2 (Haali)
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: dts master audio, 5.1 channels, 24 bits, 48khz, -7ms
3: dts, 5.1 channels, 16 bits, 768kbps, 48khz, -7ms
4: ac3 surround, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
5: ac3 surround, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
6: ac3, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 7: subtitle (pgs)
8: subtitle (pgs)
9: subtitle (pgs)
10: subtitle (pgs)
11: subtitle (pgs)
12: subtitle (pgs)
-> 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
"F:\HDConvertToX\applications\eac3to.exe" "n:\smallville 2\temp\1-2.m2ts" 7:"F:\HDConvertToX\analysis\hdencodertox__subs_7.sup"
"F:\HDConvertToX\applications\eac3to.exe" "n:\smallville 2\temp\1-2.m2ts" 2: stdout.wav -normalize | "F:\HDConvertToX\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "F:\HDConvertToX\analysis\hdencodertox-pid2.mp4"
java -jar "F:\HDConvertToX\applications\BDSup2Sub.jar" "F:\HDConvertToX\analysis\hdencodertox__subs_7.sup" "F:\HDConvertToX\analysis\hdencodertox__subs_7.idx" /res:1080p
"F:\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 1522 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "F:\HDConvertToX\analysis\hdconverttox_1-2.h264" "F:\HDConvertToX\analysis\hdconverttox_1-2.avs"
"F:\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 1522 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "F:\HDConvertToX\analysis\hdconverttox_1-2.h264" "F:\HDConvertToX\analysis\hdconverttox_1-2.avs"
"F:\HDConvertToX\applications\mkvmerge.exe" -o "N:\Firefly\1-2.MKV" --default-duration 0:23.976fps "F:\HDConvertToX\analysis\hdconverttox_1-2.h264" "F:\HDConvertToX\analysis\hdencodertox-pid2.mp4" --default-track -1:no "F:\HDConvertToX\analysis\hdencodertox__subs_7.idx" --title "Done with HDConvertToX v.2.1.465.3552 _Isotta_"
-> End Queue
AviSynth Script ->
Working with files: F:\HDConvertToX\analysis\hdconverttox_1-2.avs
SetMemoryMax(512)
SetMTMode(2,0)
DSS2("n:\smallville 2\temp\1-2.m2ts",fps=23.976)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(1920,1072,0,4,-0,-4,p=75)
hqdn3d(1)
-> End AviSynth Script
buzzqw
4th September 2009, 11:17
try not using dss2
BHH
Chengbin
4th September 2009, 13:00
Naming becomes an issue when you select multiple files. Can you make HDC not add "hdconverttox_full_" in front of all the output video file names? Thanks.
But otherwise, sweet time saver!
buzzqw
4th September 2009, 14:04
Can you make HDC not add "hdconverttox_full_" in front of all the output video file names?
no, not possible
otherwise i should ask a name for every output file
i prefer adding a prename, for sanity pourpose
BHH
Chengbin
4th September 2009, 16:18
no, not possible
otherwise i should ask a name for every output file
i prefer adding a prename, for sanity pourpose
BHH
Why can't you make HDC name the output file the same name as the source? Just curious.
BTW, previous is spelled wrong on the pop up.
buzzqw
4th September 2009, 16:20
you could have more input file with the same name but with different extensions
like aaa.vob , aaa.ts, aaa.avi
BHH
Crono141
4th September 2009, 16:28
One more feature request on quick queueing: I have a multi-episode DVD with separate PGCs in one IFO. Any way to queue up all the episodes? Also, with multi-file queuing, any way to set output directory other than alter the settings file. Also, when queuing up multi-episodes, can we specify our own filename prefix (such as "Episode") and have it automagically add a tag (like -1, -2, etc). Also, with this option, it would be nice to have the option of telling HDC what number to start incrementing by (like if I've done 1 DVD that had the last episode of 5, can I start the next disc IFO increment at 6, etc).
You've done a great job on this application. Its already leaps and bounds better than any pay software I've ever seen. You're awesome. :thanks:
EDIT: Also, when DVD source is multi-episode IFO, I have to click open file and analyze for each episode. Why can't I just hit analyze again (since its the same source IFO file), and pick the next PGC in the list?
buzzqw
4th September 2009, 17:14
Any way to queue up all the episodes?
not now, you must manually add each episodes
i will look at other suggestions
thanks
BHH
Mrsash
5th September 2009, 03:37
try not using dss2
BHH
Ok left it at use best decoder and still no output. I chose 2 pass 2GB file x264/AAC MKV as output.
temp directory has these files
Name Size
hdconverttox - Log.txt 0.0 MB
hdconverttox.h264 13,303.3 MB
hdconverttox.log 0.0 MB
hdconverttox_1-2.avs 0.0 MB
hdconverttox_1-2.h264 0.0 MB
hdencodertox__subs_7 - Log.txt 0.0 MB
hdencodertox__subs_7.idx 0.1 MB
hdencodertox__subs_7.sub 8.7 MB
hdencodertox__subs_7.sup 40.5 MB
hdencodertox-pid2.mp4 76.3 MB
movie.dga 3.5 MB
stdout - Log.txt 0.0 MB
x264_2pass.log.mbtree.temp 1.1 MB
x264_2pass.log.temp 0.0 MB
This avs script
#HDConvertToX Avisynth Script
#
#Input File = n:\smallville 2\temp\1-2.m2ts
#Original Resolution = 1920x1080
#Aspect Ratio = 1.7778
#Frame rate =23.976
#Number of Frames = 124728
#Lenght (hour:minutes:seconds) = 1:26:43
#Display Aspect Ratio = 1.7911
#Aspect Error = 0.0012
#
#Resized resolution = 1920 / 1072
#Crop Left = 0
#Crop Top = 4
#Crop Right = 0
#Crop Bottom = 4
#
LoadPlugin("F:\HDConvertToX\filters\AddGrain.dll")
LoadPlugin("F:\HDConvertToX\filters\AddGrainC.dll")
LoadPlugin("F:\HDConvertToX\filters\autocrop.dll")
LoadPlugin("F:\HDConvertToX\filters\Average.dll")
LoadPlugin("F:\HDConvertToX\filters\avss.dll")
LoadPlugin("F:\HDConvertToX\filters\ColorMatrix.dll")
LoadPlugin("F:\HDConvertToX\filters\deblock.dll")
LoadPlugin("F:\HDConvertToX\filters\Decomb.dll")
LoadPlugin("F:\HDConvertToX\filters\deen.dll")
LoadPlugin("F:\HDConvertToX\filters\degrainmedian.dll")
LoadPlugin("F:\HDConvertToX\filters\dfttest.dll")
LoadPlugin("F:\HDConvertToX\filters\DGAVCDecode.dll")
LoadPlugin("F:\HDConvertToX\filters\DGDecode.dll")
LoadPlugin("F:\HDConvertToX\filters\DirectShowSource.dll")
LoadPlugin("F:\HDConvertToX\filters\EEDI2.dll")
LoadPlugin("F:\HDConvertToX\filters\ffms2.dll")
LoadPlugin("F:\HDConvertToX\filters\FFT3DFilter.dll")
LoadPlugin("F:\HDConvertToX\filters\FluxSmooth.dll")
LoadPlugin("F:\HDConvertToX\filters\frfun7.dll")
LoadPlugin("F:\HDConvertToX\filters\gradfun2db.dll")
LoadPlugin("F:\HDConvertToX\filters\GrainOpt.dll")
LoadPlugin("F:\HDConvertToX\filters\hqdn3d.dll")
LoadPlugin("F:\HDConvertToX\filters\MSharpen.dll")
LoadPlugin("F:\HDConvertToX\filters\mt_masktools-26.dll")
LoadPlugin("F:\HDConvertToX\filters\mvtools.dll")
LoadPlugin("F:\HDConvertToX\filters\mvtools2.dll")
LoadPlugin("F:\HDConvertToX\filters\NicAudio.dll")
LoadPlugin("F:\HDConvertToX\filters\nnedi.dll")
LoadPlugin("F:\HDConvertToX\filters\RemoveDirtS.dll")
LoadPlugin("F:\HDConvertToX\filters\RemoveGrainS.dll")
LoadPlugin("F:\HDConvertToX\filters\RepairS.dll")
LoadPlugin("F:\HDConvertToX\filters\SangNom.dll")
LoadPlugin("F:\HDConvertToX\filters\SoundOut.dll")
LoadPlugin("F:\HDConvertToX\filters\TBilateral.dll")
LoadPlugin("F:\HDConvertToX\filters\TDeint.dll")
LoadPlugin("F:\HDConvertToX\filters\TIVTC.dll")
LoadPlugin("F:\HDConvertToX\filters\TTempSmooth.dll")
LoadPlugin("F:\HDConvertToX\filters\UnDot.dll")
LoadPlugin("F:\HDConvertToX\filters\UnFilter.dll")
LoadPlugin("F:\HDConvertToX\filters\VSFilter.dll")
LoadPlugin("F:\HDConvertToX\filters\yadifmod.dll")
Import("F:\HDConvertToX\filters\BlindDeHalo3_mt2.avsi")
Import("F:\HDConvertToX\filters\Deblock_QED_MT2.avsi")
Import("F:\HDConvertToX\filters\GradFun2DBmod.v1.3.avsi")
Import("F:\HDConvertToX\filters\Lem.avsi")
Import("F:\HDConvertToX\filters\LSFmod.v1.8.avsi")
Import("F:\HDConvertToX\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("F:\HDConvertToX\filters\QMLF_3_motions.avsi")
Import("F:\HDConvertToX\filters\QMLF_5_motions.avsi")
Import("F:\HDConvertToX\filters\QMLF_7_motions.avsi")
Import("F:\HDConvertToX\filters\QMLF_9_motions.avsi")
Import("F:\HDConvertToX\filters\seesaw.avsi")
Import("F:\HDConvertToX\filters\spresso.avsi")
Import("F:\HDConvertToX\filters\Srestore.avsi")
#Enabling MT
SetMemoryMax(512)
SetMTMode(2,0)
#Source File
AVCSource("F:\HDConvertToX\temp\job1\movie.dga")
Make report
[CODE]HDConvertToX v.2.1.471.3569 "Isotta" report
Input File: n:\smallville 2\temp\1-2.m2ts ( N:\Smallville 2\temp\1-2.m2ts )
Codec Video: avc
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976 / 124728
Duration(hh:mm:ss): 1:26:43
Aspect Ratio: 1.7778
Resized resolution: 1920 / 1072
Crop Values : 0:4:0:4
Start Video Configuration ->
Encoding Settings: X264 Extreme Quality ; Bitrate= 1651
Encoding Preset: 6
Final Size: 2048
Priority: idle
Denoise Level: Super Light
Set Manual Bitrate: 1651
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
MP3 Mode: cbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: dts master audio, 5.1 channels, 24 bits, 48khz, -7ms
3: dts, 5.1 channels, 16 bits, 768kbps, 48khz, -7ms
4: ac3 surround, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
5: ac3 surround, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
6: ac3, 2.0 channels, 224kbps, 48khz, dialnorm: -27db, -17ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 7: subtitle (pgs)
8: subtitle (pgs)
9: subtitle (pgs)
10: subtitle (pgs)
11: subtitle (pgs)
12: subtitle (pgs)
-> 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
"F:\HDConvertToX\applications\eac3to.exe" "n:\smallville 2\temp\1-2.m2ts" 1:"F:\HDConvertToX\temp\job1\hdconverttox.h264"
"F:\HDConvertToX\applications\DGAVCIndex.exe" -i "F:\HDConvertToX\temp\job1\hdconverttox.h264" -o "F:\HDConvertToX\temp\job1\movie.dga" -f 0 -e
"F:\HDConvertToX\applications\eac3to.exe" "n:\smallville 2\temp\1-2.m2ts" 7:"F:\HDConvertToX\temp\job1\hdencodertox__subs_7.sup"
"F:\HDConvertToX\applications\eac3to.exe" "n:\smallville 2\temp\1-2.m2ts" 2: stdout.wav -normalize | "F:\HDConvertToX\applications\neroaacenc.exe" -if - -br 128000 -ignorelength -of "F:\HDConvertToX\temp\job1\hdencodertox-pid2.mp4"
java -jar "F:\HDConvertToX\applications\BDSup2Sub.jar" "F:\HDConvertToX\temp\job1\hdencodertox__subs_7.sup" "F:\HDConvertToX\temp\job1\hdencodertox__subs_7.idx" /res:1080p
"F:\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 1651 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "F:\HDConvertToX\temp\job1\hdconverttox_1-2.h264" "F:\HDConvertToX\temp\job1\hdconverttox_1-2.avs"
"F:\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 1651 --preset medium --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --me umh --b-adapt 2 --no-chroma-me --sar 1:1 --output "F:\HDConvertToX\temp\job1\hdconverttox_1-2.h264" "F:\HDConvertToX\temp\job1\hdconverttox_1-2.avs"
"F:\HDConvertToX\applications\mkvmerge.exe" -o "N:\Firefly\1-2.MKV" --default-duration 0:23.976fps "F:\HDConvertToX\temp\job1\hdconverttox_1-2.h264" "F:\HDConvertToX\temp\job1\hdencodertox-pid2.mp4" --default-track -1:no "F:\HDConvertToX\temp\job1\hdencodertox__subs_7.idx" --title "Done with HDConvertToX v.2.1.465.3552 _Isotta_"
-> End Queue
AviSynth Script ->
Working with files: F:\HDConvertToX\temp\job1\hdconverttox_1-2.avs
SetMemoryMax(512)
If you want me to post something let me know. This time there was nothing on screen when I checked. No message nothing. Just HDC
thanks
8ternity
5th September 2009, 04:32
Hi,
im having an trouble with an project i made with version 2.1.458.3528. After project done with this settings:
- X264 in M2TS
- 1080P setting 23.967
- AC3 640kbps audio
2 pass,
when burning the AVCHD structure and play in my Sony Bluray reader, the movie make mosaics all the time. I reconveted an second time and still make the same. If i convert the file with another program (ripbot264) audio was out of sync but the video 1080p not make mosaics. Your programs was perfectly sync the audio but the burning results is bad.
Could you help me please?
#HDConvertToX Avisynth Script
#
#Input File = z:\--= films hd =--\project-1080p.mkv
#Original Resolution = 1920x816
#Aspect Ratio = 2.3529
#Frame rate =23.976
#Number of Frames = 154509
#Lenght (hour:minutes:seconds) = 1:47:25
#Display Aspect Ratio = 2.3529
#Aspect Error = -0.0017
#
#Resized resolution = 1920 / 816
#Crop Left = 0
#Crop Top = 0
#Crop Right = 0
#Crop Bottom = 0
#
LoadPlugin("C:\HDConvertToX\filters\AddGrain.dll")
LoadPlugin("C:\HDConvertToX\filters\AddGrainC.dll")
LoadPlugin("C:\HDConvertToX\filters\autocrop.dll")
LoadPlugin("C:\HDConvertToX\filters\Average.dll")
LoadPlugin("C:\HDConvertToX\filters\avss.dll")
LoadPlugin("C:\HDConvertToX\filters\ColorMatrix.dll")
LoadPlugin("C:\HDConvertToX\filters\deblock.dll")
LoadPlugin("C:\HDConvertToX\filters\Decomb.dll")
LoadPlugin("C:\HDConvertToX\filters\deen.dll")
LoadPlugin("C:\HDConvertToX\filters\degrainmedian.dll")
LoadPlugin("C:\HDConvertToX\filters\dfttest.dll")
LoadPlugin("C:\HDConvertToX\filters\DGAVCDecode.dll")
LoadPlugin("C:\HDConvertToX\filters\DGDecode.dll")
LoadPlugin("C:\HDConvertToX\filters\DirectShowSource.dll")
LoadPlugin("C:\HDConvertToX\filters\EEDI2.dll")
LoadPlugin("C:\HDConvertToX\filters\ffms2.dll")
LoadPlugin("C:\HDConvertToX\filters\FFT3DFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\FluxSmooth.dll")
LoadPlugin("C:\HDConvertToX\filters\frfun7.dll")
LoadPlugin("C:\HDConvertToX\filters\gradfun2db.dll")
LoadPlugin("C:\HDConvertToX\filters\GrainOpt.dll")
LoadPlugin("C:\HDConvertToX\filters\hqdn3d.dll")
LoadPlugin("C:\HDConvertToX\filters\MSharpen.dll")
LoadPlugin("C:\HDConvertToX\filters\mt_masktools-26.dll")
LoadPlugin("C:\HDConvertToX\filters\mvtools.dll")
LoadPlugin("C:\HDConvertToX\filters\mvtools2.dll")
LoadPlugin("C:\HDConvertToX\filters\NicAudio.dll")
LoadPlugin("C:\HDConvertToX\filters\nnedi.dll")
LoadPlugin("C:\HDConvertToX\filters\RemoveDirtS.dll")
LoadPlugin("C:\HDConvertToX\filters\RemoveGrainS.dll")
LoadPlugin("C:\HDConvertToX\filters\RepairS.dll")
LoadPlugin("C:\HDConvertToX\filters\SangNom.dll")
LoadPlugin("C:\HDConvertToX\filters\SoundOut.dll")
LoadPlugin("C:\HDConvertToX\filters\TBilateral.dll")
LoadPlugin("C:\HDConvertToX\filters\TDeint.dll")
LoadPlugin("C:\HDConvertToX\filters\TIVTC.dll")
LoadPlugin("C:\HDConvertToX\filters\TTempSmooth.dll")
LoadPlugin("C:\HDConvertToX\filters\UnDot.dll")
LoadPlugin("C:\HDConvertToX\filters\UnFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\VSFilter.dll")
LoadPlugin("C:\HDConvertToX\filters\yadifmod.dll")
Import("C:\HDConvertToX\filters\BlindDeHalo3_mt2.avsi")
Import("C:\HDConvertToX\filters\Deblock_QED_MT2.avsi")
Import("C:\HDConvertToX\filters\GradFun2DBmod.v1.3.avsi")
Import("C:\HDConvertToX\filters\Lem.avsi")
Import("C:\HDConvertToX\filters\LSFmod.v1.8.avsi")
Import("C:\HDConvertToX\filters\MCTemporalDenoise.v1.3.00.avsi")
Import("C:\HDConvertToX\filters\QMLF_3_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_5_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_7_motions.avsi")
Import("C:\HDConvertToX\filters\QMLF_9_motions.avsi")
Import("C:\HDConvertToX\filters\seesaw.avsi")
Import("C:\HDConvertToX\filters\spresso.avsi")
Import("C:\HDConvertToX\filters\Srestore.avsi")
#Source File
AVCSource("C:\HDConvertToX\job0\movie.dga")
#Applying Resizing
LanczosResize(1920,816,0,0,-0,-0)
#Insert Filters As Requested
hqdn3d(1)
AddBorders(0,132,0,132)
here the meta file
MUXOPT --no-pcr-on-video-pid --new-audio-pes --avchd --vbr --auto-chapters=5 --vbv-len=500
V_MPEG4/ISO/AVC,"C:\HDConvertToX\job0\project-1080p.h264", fps=23.976, insertSEI, contSPS
A_AC3, "C:\HDConvertToX\job0\hdencodertox-pid2.ac3", timeshift=0, lang=fre
S_TEXT/UTF8 , "C:\HDConvertToX\job0\hdencodertox__subs_3.srt", font-name="Arial",font-size=65,font-color=0x00ffffff,bottom-offset=24,font-border=2,text-align=center,video-width=1920,video-height=816, fps=23.976,lang=fre
S_TEXT/UTF8 , "C:\HDConvertToX\job0\hdencodertox__subs_4.srt", font-name="Arial",font-size=65,font-color=0x00ffffff,bottom-offset=24,font-border=2,text-align=center,video-width=1920,video-height=816, fps=23.976,lang=fre
Thanks for your help.
EDIT: i download the version 2.1.471.3569 and reconvert it and is the same trouble.
Chengbin
5th September 2009, 13:24
you could have more input file with the same name but with different extensions
like aaa.vob , aaa.ts, aaa.avi
BHH
I still don't think that's a valid reason to add prefix to all filenames.
Sharc
6th September 2009, 08:28
@buzzqw
DG NV Tools now support deinterlacing via GPU.
I am basically fine with manually modifying the hdconverttox_... .avs like:
DGSource("C:\.... path .....\movie.dgm", deinterlace=1) in order to enable the GPU deinterlacing. However you may want to think about adding in future an "DG NV GPU deinterlace" in the De-interlace filters list.
rikryk
6th September 2009, 08:51
Hi,
I have been using automkv for many years and have checked in on HDConvertToX from time to time. I really like the program, but the one thing that is lacking for me is control over the order of audio tracks when doing mkvs with two or more audio tracks. I always prefer my native language as default audio track and original language as audio track no 2. This was easy in automkv, but is not possible in HDConvertToX as far as i can see.
Especially for the WAF and for kid's movies they would like to not have to know how to change audio track if the first arbitrary audio track is not what they want.
I know I can use MKVtoolnix afterwards to reassort the order of audi tracks, but this is an extra step that would be much more practical if HDConvertToX could do instead. Is there any hope of you including this in in the program please?
Thanks for two excellent programs!
Regards,
rikryk
AJ500
7th September 2009, 03:18
I'm getting a "Missing Haali Media Splitter installation" msg when launching HDC. I have haali_MatroskaSplitter_11-01-2009 installed in its own directory under Program Files. I'm running Vista Ultimate 32-bit. What should I do?
Thx
buzzqw
7th September 2009, 08:17
@Mrsash
try launching only the muxing command
"F:\HDConvertToX\applications\mkvmerge.exe" -o "N:\Firefly\1-2.MKV" --default-duration 0:23.976fps "F:\HDConvertToX\temp\job1\hdconverttox_1-2.h264" "F:\HDConvertToX\temp\job1\hdencodertox-pid2.mp4" --default-track -1:no "F:\HDConvertToX\temp\job1\hdencodertox__subs_7.idx" --title "Done with HDConvertToX v.2.1.465.3552 _Isotta_"
@8ternity
try asking support in tsmuxer thread. sorry pal, but i cannot debug other applications
@Chengbin
try downloading the latest beta
@Sharc
added in todo list
@rikryk
Hi rikryk and Welcome to the Forum
i will study some possibility.. but isn't a quick "fix"
@AJ500
simply ignore the warning
i 'll will check it
thanks
BHH
Mrsash
7th September 2009, 08:33
[QUOTE=buzzqw;1322753]@Mrsash
try launching only the muxing command
"F:\HDConvertToX\applications\mkvmerge.exe" -o "N:\Firefly\1-2.MKV" --default-duration 0:23.976fps "F:\HDConvertToX\temp\job1\hdconverttox_1-2.h264" "F:\HDConvertToX\temp\job1\hdencodertox-pid2.mp4" --default-track -1:no "F:\HDConvertToX\temp\job1\hdencodertox__subs_7.idx" --title "Done with HDConvertToX v.2.1.465.3552 _Isotta_"
Name Size
hdconverttox - Log.txt 0.0 MB
hdconverttox.h264 13,303.3 MB
hdconverttox.log 0.0 MB
hdconverttox_1-2.avs 0.0 MB
hdconverttox_1-2.h264 0.0 MB
hdencodertox__subs_7 - Log.txt 0.0 MB
hdencodertox__subs_7.idx 0.1 MB
hdencodertox__subs_7.sub 8.7 MB
hdencodertox__subs_7.sup 40.5 MB
hdencodertox-pid2.mp4 76.3 MB
movie.dga 3.5 MB
stdout - Log.txt 0.0 MB
x264_2pass.log.mbtree.temp 1.1 MB
x264_2pass.log.temp 0.0 MB
Mate that will just give me a 13 GB file and I only put in for 2GB. So I guess it did not finish. Its the same story and cant figure out what the problem is. I have seen that the ram usage was about 1.2GB by x264 process. Could this be the issue?
buzzqw
7th September 2009, 08:47
@Sharc
please try new beta
question: deinterlace=1 is for interlaced source or for ivtc ?
@Mrsash
i can only suggest to redo the encoding :(
BHH
AJ500
7th September 2009, 11:20
When I click the Analyze file button I get "please check media properties" message with a frame rate of 0.000 with ANY video file I open. The resolution and total frames are also 0. Run time is 0:0:1. The Video format, Container, and Display AR are filled in. The eac3to.exe program opens for a few seconds in a DOS window. Clicking the Preview button open the Classic Media Player with a file not found error. The media player can play the source file.
ffdshow, haali media splitter, AviSynth & XviD are installed.
What should I look for?
Thx
buzzqw
7th September 2009, 11:35
are you running HDC as Administrator ?
HDC is working on vista, so it's some fault on your pc. Make sure to reinstall required applications and be sure to not install any codec pack
BHH
AJ500
7th September 2009, 11:52
That was it! I was not running HDC as Administrator.
Thx!!
AJ500
7th September 2009, 12:46
When I Analyze my m2ts files from my Sony HDR-CX7, the frame rate is shown as 1387.347. The final x264 in MKV also shows a frame rate of 1387.347 in MediaInfo with an original frame rate of 29.970.
buzzqw
7th September 2009, 14:37
i can only say that your dss setup don't works well with these files
1) try forcing "Use FFmpegSource"
2) try write in frame rate field the exact value (ugly hack)
3) please post a sample file (50mb)
BHH
Mrsash
7th September 2009, 15:12
@Mrsash
i can only suggest to redo the encoding :(
BHH
CAn anyone confirm the amount of ram used when converting bluray to mkv. I had x264 use about 1.2GB by the process x264.exe
Also another question. I have a Q6600 processor and a 9600GT videocard. Was wondering what sort of difference I will see with GPU Dec/encoding Vs CPU? Both for Blueray and dvd to mkv
thanks
buzzqw
7th September 2009, 15:20
CAn anyone confirm the amount of ram used when converting bluray to mkv. I had x264 use about 1.2GB by the process x264.exe
that's fair, huge but fair
are you using filtering ? what resolution ?
I have a Q6600 processor and a 9600GT videocard. Was wondering what sort of difference I will see with GPU Dec/encoding Vs CPU? Both for Blueray and dvd to mkv
from Sharc test the difference in DECODING is negligible. The HUGE advantage is correct decoding of source
about encoding.. don't know.. since x264 don't support gpu encoding
BHH
AJ500
7th September 2009, 17:04
@buzzqw
i can only say that your dss setup don't works well with these files
1) try forcing "Use FFmpegSource"
2) try write in frame rate field the exact value (ugly hack)
3) please post a sample file (50mb)
BHH
1) forcing gave an error message analyzing file
2) writing the frame rate as 29.970 works
3) http://www.filefactory.com/file/ah63082/n/20081018112324_m2ts
Let me know if this file works on your system without forcing the frame rate.
Thx
Xavius
7th September 2009, 17:26
with AutoMKV, the user can choose what "resizer" he wants to use....
I don't see this option with HDCX... so what is the resizer it uses?
8ternity
7th September 2009, 17:37
@8ternity
try asking support in tsmuxer thread. sorry pal, but i cannot debug other applications
Hi Buzzqw:
So it's txmuxer make the bug after the conversion is done? Because if i plan in my pc movie converted, everything fine. If i burn and play on my bluray, making mosaics!
And thanks for you software, i really like it!
I have idea for that case:
movies and audio tracks are left in job0 folder in hdconverttox program, i cant remux with an latest version of txmuserGUI that the project will be corrected?
Thanks!
Ps. just upgrade my processor for an Amd Phenom II X4 940 3.0GHZ black edition, conversion was verry verry fast! :rolleyes:
buzzqw
7th September 2009, 17:45
@buzzqw
3) http://www.filefactory.com/file/ah63082/n/20081018112324_m2ts
Let me know if this file works on your system without forcing the frame rate.
Thx
i will test the sample, thanks
with AutoMKV, the user can choose what "resizer" he wants to use....
I don't see this option with HDCX... so what is the resizer it uses?
you cannot set the resizer.
More quality you select, more precise resizer will be used
Hi Buzzqw:
movies and audio tracks are left in job0 folder in hdconverttox program, i cant remux with an latest version of txmuserGUI that the project will be corrected?
that's right!
BHH
8ternity
7th September 2009, 17:54
that's right!
BHH
Last question:
did i can change softwares (x264.exe, tsmuxer.exe) in the applications programs and updates for the latest and it will correct the trouble?
Current version x264.exe core70 r1208 (new: core75 r1251)
And for tsmuxer.exe, i've check right now, it was the latest version installed in application folder.
So if i remux with txmuxerGUI will correct?
Sharc
7th September 2009, 18:27
@Sharc
please try new beta
question: deinterlace=1 is for interlaced source or for ivtc ?
Where do I find this new beta?
deinterlace=1 is for interlaced source.
From the manual:
deinterlace: 0/1/2 (default: 0)
Nvidia PureVideo Deinterlacer
0: no deinterlacing
1: single rate deinterlacing
2: double rate deinterlacing (bobbing)
Note that double rate deinterlacing requires Windows XP SP3!
Also note that setting deinterlace to 1 or 2 forces the field operation to be "Ignore Pulldown", regardless of the project setting.
(Actually GPU resizing is also supported. One would however have to crop with DGIndex in order to ensure that cropping is done before the GPU resizing)
Mrsash
7th September 2009, 21:47
that's fair, huge but fair
are you using filtering ? what resolution ?
BHH
I left it at original resolution 1980x1080
De noise - super light
De interlace none
from Sharc test the difference in DECODING is negligible. The HUGE advantage is correct decoding of source
about encoding.. don't know.. since x264 don't support gpu encoding
BHH
So ATM no point in going for Nvtools?
8ternity
7th September 2009, 23:33
Hi,
Finally, after remuxed video and audio tracks, the video still making mosaics. I will reconvert the movie with ripbot264 and remuxed video and audio file with tsmuxerGUI to resync the audio and check out if it's an encoding trouble. It's 6th time try to reburn, reconvert it, remux it etc. try to find the trouble.:devil:
Xavius
8th September 2009, 03:46
@buzzqw
I saw that a lot of people uses "blackman" resize, nowday (especially if the does 720p or 1080p rips or if the seek the maximum quality, even using more space).
Does this software use it (on higher resolutions maybe)?
thanks!
buzzqw
8th September 2009, 07:12
Last question:
did i can change softwares (x264.exe, tsmuxer.exe) in the applications programs and updates for the latest and it will correct the trouble?
you can update whatever applications you want
BUT remember that i cannot guarantee compatibility
Where do I find this new beta?
http://www.64k.it/andres/data/hdconverttox/HDConvertToX-beta.exe
So ATM no point in going for Nvtools?
try decoding a VC1 interlaced with ffdshow.. you will got a very funky pattern ;)
Hi,
Finally, after remuxed video and audio tracks, the video still making mosaics. I will reconvert the movie with ripbot264 and remuxed video and audio file with tsmuxerGUI to resync the audio and check out if it's an encoding trouble. It's 6th time try to reburn, reconvert it, remux it etc. try to find the trouble.:devil:
i am sorry, but i can only suggest to try mux without subtitle, audio.. or whatever
@buzzqw
I saw that a lot of people uses "blackman" resize, nowday (especially if the does 720p or 1080p rips or if the seek the maximum quality, even using more space).
Does this software use it (on higher resolutions maybe)?thanks!
i will look at blackman
thanks for suggesting
BHH
buzzqw
8th September 2009, 07:42
3) http://www.filefactory.com/file/ah63082/n/20081018112324_m2ts
using dss/dss2/ffmpegsource i got wrong framerate
i can only got good analysis when remuxing your m2ts to mkv
using eac3to i do
eac3to.exe 20081018112324.m2ts 20081018112324.mkv
the resulting mkv is analyzed correctly.
could some problem on this file ?
BHH
Chengbin
8th September 2009, 12:45
The new beta doesn't encode audio when you select multiple files.
buzzqw
8th September 2009, 13:11
The new beta doesn't encode audio when you select multiple files.
very good and detailed report.
with my test (and i will not share the inputs/settings) it works
BHH
Mrsash
8th September 2009, 13:17
try decoding a VC1 interlaced with ffdshow.. you will got a very funky pattern ;)
BHH
Sorry dont have any clue as to what you mean? What does this have to do with nvtools? I was asking if there is any point in purchasing a license for nvtools to convert movies quicker. CAn you explain in detail.
Originally Posted by buzzqw View Post
that's fair, huge but fair
are you using filtering ? what resolution ?
BHH
I left it at original resolution 1980x1080
De noise - super light
De interlace none
Could this have something to do with it? I only have 2GB ram. So ram usage hits about 3gb when converting from bluray. Could this be a problem. I am thinking if this is so then my PC should hang. other apps keep doing their work without any problems. I have tried converting numerous times so dont know what the problem is???? Help
buzzqw
8th September 2009, 13:34
I was asking if there is any point in purchasing a license for nvtools to convert movies quicker. CAn you explain in detail.
isn't a matter of quickness (even if present a little speedup) but of correctness of decoding
what the problem is
why using much ram is a problem ? (and.. moreover why is a problem of a GUI and not of x264.exe)
x264 should use the ram needed, with mbtree more.. but.. it's within the mechanics of x264 how much ram to use
i tune already the avs with a setmemorymax, but i cannot cap the ram used by x264
ask on x264 thread
BHH
Chengbin
8th September 2009, 19:06
very good and detailed report.
with my test (and i will not share the inputs/settings) it works
BHH
I still can't.
If I just select a whole bunch of files, it would not recognize the audio track at all.
If I select 1 file, it will recognize the audio track, then I select multiple files and press assume same properties as previous. Then all the files will get the audio track from the first file selected.
buzzqw
8th September 2009, 19:49
Chengbin, read your post and assume how i would guess your problem.
multiple queue works for homogeneous kind of files (all avi, all mpeg, all mkv..)
BHH
Chengbin
8th September 2009, 20:22
Chengbin, read your post and assume how i would guess your problem.
multiple queue works for homogeneous kind of files (all avi, all mpeg, all mkv..)
BHH
And they're all AVI, everything is the same except the number of frames. I chose copy audio for all of them.
paolo1983
8th September 2009, 21:14
Hi all, I've been away from encoding for a while..
I came back and the old great AutoMKV is superseeded by this new HDC. I tried it, and it seems to work well.
But I've some questions / suggestions:
1)
HDC doesn't say anything when it finishes:
I know it has finished because the cmd window closes, but it would be more clear if you write something in HDC status bar... See "encoding in progress" for a finished encode can be confusing, maybe, for somebody...
2)
In file size , AutoMKV had "presets" , like 1 CD , 2 CD, 1/4 DVD ...
Can you bring back them in HDC? Choose 1/4 dvd is simpler than calculate the right size as 4,7E9 bytes / 1024^2 and stuff like that.... For now, I just use 1100 MB
3)
I just need to do avi-xvid from DVD ...
With AutoMKV you said the "right size" could be 1/4 DVD...
Is it right size also now ?
Do i need to change something else in default options to do better encoding for this ? Filters?
4)
A test movie, encoded with both handbrake and hdc, gave me
If I look in file properties on win xp
- handbrake: 714*554
- hdc: 712*384
If I take a vlc snapshot, I have for handbrake a jpg of 1015*554
vlc snapshot for hdc movie is equal, 712*384
I think it could be related to handbrake that used anamorphic while hdc not, but can you tell me what has happened ?
With vlc handbrake movie seems bigger size, but looking properties the 2 movie are almost equal width ...
Or maybe file properties are wrong ?
flebber
8th September 2009, 22:04
The new beta doesn't encode audio when you select multiple files.
And they're all AVI, everything is the same except the number of frames. I chose copy audio for all of them.
very good and detailed report.
with my test (and i will not share the inputs/settings) it works
BHH
Chengbin, Buzzqw is asking for some detailed information maybe a make report or detailed description of the audio file. Why mot use media info or someting to provide this. If your not putting any effort into posting details wht should Buzzqw(or anyone else) put effort into assisting you?
Sharc
8th September 2009, 22:47
@Sharc
please try new beta
Analyze ok, but HDC crashes as soon as I press "Add to Queue". This is independent if I select "NVTools Deinterlace" or not. So I doubt if the crash is related to this newly introduced function.
I can't produce a report after crashing.
8ternity
9th September 2009, 00:46
you can update whatever applications you want
BUT remember that i cannot guarantee compatibility
Hi buzzqw;
I've reconvert with Ripbot264, separate the audio and video m2ts (video+audio), took the video and audio track and remux in AVCHD with TsMuxer (same version) and work 100%.
So, it was an problem with HDConvertToX x264 encoding trouble. I don't have updated x264.exe file, just left everthing has downloaded from your update buttom.
I just report it, probably something wrong in the encoding process. Ripbot264 was pretty an software like you, it use x264 and everything like you. I don't know if x264 version is the same. If you need, i can update the x264 file, reconvert it and reburn it... i scrapp overt 6 dvd-dl already, so one more, we can check if problem persist.
Thanks for your time and help ;-)
8ternity.:rolleyes:
Chengbin
9th September 2009, 00:59
After multiple testing, I found that HDC can't recognize audio from AVIs. I've tried multiple AVIs. MKVs work perfectly though.
mcgoxel
9th September 2009, 01:17
i got 2 problem on latest verison.
at first, i choose "force dg nvtools" , but do not use agpu.
2. im using 64bit win7 but cant use 64bit x264 on hdconvertox.
what is the solitions ?
buzzqw
9th September 2009, 07:37
And they're all AVI, everything is the same except the number of frames. I chose copy audio for all of them.
HDC will not allow copy audio for AVI input, expecially with multiple queue.
HDC will allow copy audio if you ALLOW remuxing in MKV
If you use multiple AVI files you cannot copy audio, only reencoding it.
1)HDC doesn't say anything when it finishes:
I know it has finished because the cmd window closes, but it would be more clear if you write something in HDC status bar... See "encoding in progress" for a finished encode can be confusing, maybe, for somebody...
Hi paolo193!
HDC hasn't control of queue after it started. HDC know when encoding start BUT not when finished. That's why you will never see a prompt about "Encoding Finished"
2)In file size , AutoMKV had "presets" , like 1 CD , 2 CD, 1/4 DVD ...
Can you bring back them in HDC? Choose 1/4 dvd is simpler than calculate the right size as 4,7E9 bytes / 1024^2 and stuff like that.... For now, I just use 1100 MB
i will look, i cannot promise :)
3)I just need to do avi-xvid from DVD ...
With AutoMKV you said the "right size" could be 1/4 DVD...
Is it right size also now ?
Do i need to change something else in default options to do better encoding for this ? Filters?
STOP! it's impossible to know the "good" size of dvd without encoding and study it.
if you want a good encoding just use a quality encoding
4)A test movie, encoded with both handbrake and hdc, gave me
If I look in file properties on win xp
- handbrake: 714*554
- hdc: 712*384
If I take a vlc snapshot, I have for handbrake a jpg of 1015*554
vlc snapshot for hdc movie is equal, 712*384
I think it could be related to handbrake that used anamorphic while hdc not, but can you tell me what has happened ?
With vlc handbrake movie seems bigger size, but looking properties the 2 movie are almost equal width ...
Or maybe file properties are wrong ?
maybe handbrake tagged mkv with different resolution.
you can check it reopening mkv with mkvtoolnix (mmg.exe)
and check the propierties
Analyze ok, but HDC crashes as soon as I press "Add to Queue". This is independent if I select "NVTools Deinterlace" or not. So I doubt if the crash is related to this newly introduced function.
I can't produce a report after crashing.
i am totally unable to replicate Sharc.
please try to give me some more information
Hi buzzqw;
I've reconvert with Ripbot264, separate the audio and video m2ts (video+audio), took the video and audio track and remux in AVCHD with TsMuxer (same version) and work 100%.
my only doubt is about subtitles, x264 should provide the same encoding with both gui.
could you compare subtitles of both encoding? are these file different?
i got 2 problem on latest verison.
at first, i choose "force dg nvtools" , but do not use agpu.
2. im using 64bit win7 but cant use 64bit x264 on hdconvertox.
what is the solitions ?
1) have you the NVtool license ?
2) for using 64bit x264 you should use avisynth and all filters at 64bit
that's not a problem of HDC (since it's a gui for other applications)
BHH
Sharc
9th September 2009, 18:55
i am totally unable to replicate Sharc.
please try to give me some more information
I can do everything with various sources, including analyzing, visual crop, preveiw etc using different encoders. But as soon as I press "Add to queue" or "Generate encode", HDC_beta just crashes.
I noticed that the downloaded beta is 760kB, whereas the latest regular update is 801kB. Is this correct?
paolo1983
9th September 2009, 19:00
STOP! it's impossible to know the "good" size of dvd without encoding and study it.
...
maybe handbrake tagged mkv with different resolution.
you can check it reopening mkv with mkvtoolnix (mmg.exe)
and check the propierties
1) OK, I know... I was trying to say this: for a noob like me, for the average movie, 1/4 DVD gave often good results.
With HDC, should I use other tricks or everything is almost OK by default? I repeat, I'm a noob, just want to do "almost good" encoding :-)
2) No, it's not mkv, it's just avi-xvid.
However, also vlc file properties show 714x554 ...
But, in the end, this is not HDC-related, HDC works fine.
Thank you again
buzzqw
9th September 2009, 19:29
I can do everything with various sources, including analyzing, visual crop, preveiw etc using different encoders. But as soon as I press "Add to queue" or "Generate encode", HDC_beta just crashes.
I noticed that the downloaded beta is 760kB, whereas the latest regular update is 801kB. Is this correct?
file size don't matter
much depend on how compile it
tomorrow i will try to publish a more "debug" build
but again.. it's working
1) OK, I know... I was trying to say this: for a noob like me, for the average movie, 1/4 DVD gave often good results.
With HDC, should I use other tricks or everything is almost OK by default? I repeat, I'm a noob, just want to do "almost good" encoding :-)
default are good as in automkv, so.. just change file size to 1100 :)
BHH
Sharc
9th September 2009, 19:37
file size don't matter
much depend on how compile it
tomorrow i will try to publish a more "debug" build
but again.. it's working
Thanks. Just take your time. No hurry.
buzzqw
10th September 2009, 07:49
@Sharc
try this build
http://www.64k.it/andres/data/hdconverttox/HDConvertToX-beta-sharc.exe
when you add work to queue, you will got several prompt with a number (from 1 to 8) please post what is the last number you see
BHH
Sharc
10th September 2009, 19:29
@Sharc
...when you add work to queue, you will got several prompt with a number (from 1 to 8) please post what is the last number you see
Last number I see before crash is 2.
Chengbin
10th September 2009, 22:45
Why can't HDC copy audio from AVI? It can be done before.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.