Log in

View Full Version : HDConvertToX v. 3.0 (14/10/2010)


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76

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