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

Adub
31st October 2009, 17:42
Not really. If you ever use PCM, it's freakin huge!! And any device that supports PCM also supports either AC3 or AAC or both, so you always have an option available to you.

(Sorry I've been away so long, Uni was kicking me up, down, and sideways.)

Chengbin
31st October 2009, 20:34
buzzqw

Is it possible for you to add support to use 32 bit Avisynth with 64 bit x264 on HDC?

buzzqw
31st October 2009, 22:13
for this kind ofr support hdc will need to process avs with avs2yuv before feeding x264...

probably not

BHH

Chengbin
31st October 2009, 23:35
for this kind ofr support hdc will need to process avs with avs2yuv before feeding x264...

Is that bad?

AFAIK it is just simply entering a line to add avs2yuv to bridge it to x264.

valnar
1st November 2009, 02:51
I noticed that when I set the "final size" in the video encoding options, it always comes out higher. Does the program account for the audio in the calculation?

buzzqw
1st November 2009, 15:20
Is that bad?
is x264 at 64bit needed ?

I noticed that when I set the "final size" in the video encoding options, it always comes out higher. Does the program account for the audio in the calculation?

usually yes.. but.. a make report is easier to understund

BHH

bob0r
1st November 2009, 22:16
Permission to host HDConvertToX on x264.nl?
If granted, ill host it during next week, my isp is using 2 cans and a thin wire now! Administration errors ftw!

buzzqw
2nd November 2009, 08:30
@bob0r

permission granted! and :thanks:

I can suggest to host the "full" package and just link the update to http://www.64k.it/andres/data/hdconverttox/HDConvertToX.exe

thanks again

BHH

Laffer
2nd November 2009, 22:11
Buzzqw,
What an awesome bit of software - keep up the great work :)

Have not really 'pushed' it yet........ But what I see so far, I really like!

Don't want to upset anyone, but makes megui look & feel ancient. I was not happy when Gordian Knot development was halted. This is the true successor to that very easy to use package.

Well done again - I will be donating soon :thanks:

Laffer.

Chengbin
2nd November 2009, 22:13
is x264 at 64bit needed ?

Yes.

Is it still bad?

flebber
3rd November 2009, 00:53
Buzzqw,
What an awesome bit of software - keep up the great work :)

Have not really 'pushed' it yet........ But what I see so far, I really like!

Don't want to upset anyone, but makes megui look & feel ancient. I was not happy when Gordian Knot development was halted. This is the true successor to that very easy to use package.

Well done again - I will be donating soon :thanks:

Laffer.

I agree :) . Probably the only feature limitation I can think off (and megui doesn't do this either) is to batch encoding. Being able to select 10 files at once and add to queue. This is probably something where staxrip is unique it does batch encoding well.

buzzqw
3rd November 2009, 08:54
@Chegbin

update HDC, and check advanced options

@Laffer

thanks for your kind words!

@flebber

are you sure HDC don't have this features :p ?

BHH

jult
3rd November 2009, 15:24
Just curious about the way I can use a custom x264 commandline with this tool.

If the source is 1280x720 at 50fps AVCHD (a weird output option from Panasonic's new camera-line) I noticed a lot of ugly blocks when I convert MTS to MP4 using;

x264.exe --threads auto --thread-input --crf 18 --keyint 500 --min-keyint 50 --sar 1:1 --level 4.1 --no-cabac --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --deblock -1:-1 --subme 8 --trellis 2 --no-dct-decimate --no-fast-pskip --nr 100 --ref 4 --bframes 3 --weightb --direct auto --me umh --output "%%~na.h264" "%%a"

What would be smart to use for 720p to just convert near-lossless using x264 when encoding time is not an issue? I was thinking about maybe adding --merange 20 because it's HD, and deblock -2?

something like:

x264.exe --threads auto --thread-input --crf 17 --keyint 500 --min-keyint 50 --sar 1:1 --level 4.1 --no-cabac --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --deblock -2:-2 --subme 9 --trellis 2 --no-dct-decimate --no-fast-pskip --nr 100 --ref 4 --bframes 3 --weightb --direct auto --me umh --merange 20 --rc-lookahead 60 --output "%%~na.h264" "%%a"

buzzqw
3rd November 2009, 16:04
editing HDC profile is very easy
remember you just have to add the options to txt, you should not add bitrate (or crf) and pass parameters

so this

x264.exe --threads auto --thread-input --crf 17 --keyint 500 --min-keyint 50 --sar 1:1 --level 4.1 --no-cabac --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --filter -2,-1 --deblock -2:-2 --subme 9 --trellis 2 --no-dct-decimate --no-fast-pskip --nr 100 --ref 4 --bframes 3 --weightb --direct auto --me umh --merange 20 --rc-lookahead 60 --output "%%~na.h264" "%%a"

to this

X264;11;Jult;--keyint 500 --min-keyint 50 --level 4.1 --no-cabac --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --filter -2,-1 --deblock -2:-2 --subme 9 --trellis 2 --no-dct-decimate --no-fast-pskip --nr 100 --ref 4 --bframes 3 --weightb --direct auto --me umh --merange 20 --rc-lookahead 60

just add this line after the 10' preset

BHH

BHH

Dark Shikari
3rd November 2009, 17:55
Just curious on the way I can use a custom x264 commandline with this tool.

If the source is 1280x720 at 50fps AVCHD (a weird output option from Panasonic's new camera-line) I noticed a lot of ugly blocks when I convert MTS to MP4 using;If you're getting ugly blocks at CRF 18, you should look into ensuring that your source isn't the problem.

Forteen88
3rd November 2009, 18:21
--filter -2,-1 --deblock -2:-2--filter and --deblock is the same thing in x264, so the filter-parameter is redundant.

jult
3rd November 2009, 18:21
If you're getting ugly blocks at CRF 18, you should look into ensuring that your source isn't the problem.And I did already check that, the source (.MTS) looks perfect to me, no blocks anywhere.. Could the framerate be an issue perhaps? 50fps is rather high.

I can upload a source fragment if you like? (just not now, since I'm not where the MTS files are..)

Dark Shikari
3rd November 2009, 18:34
And I did already check that, the source (.MTS) looks perfect to me, no blocks anywhere.. Could the framerate be an issue perhaps? 50fps is rather high.

I can upload a source fragment if you like? (just not now, since I'm not where the MTS files are..)Upload a screenshot of the source and the encode, from the same frame.

valnar
4th November 2009, 00:56
Don't want to upset anyone, but makes megui look & feel ancient. I was not happy when Gordian Knot development was halted. This is the true successor to that very easy to use package.

I agree. I loved Gordian Knot for my XVID encodes. This program, along with AutoMKV which was buzzqw's previous effort, are the best around. But I still liked the AutoMKV interface better. :)

noee
4th November 2009, 01:55
BHH:
Could you explain the checkbox for "x264 64-bit". I replaced the 32bit version and the checkbox never enables. Is there an INI file switch or some other check?

jackkoho
4th November 2009, 02:46
This happens with several movies. Below is an example of one VC-1 in m2ts package. One thing I have noticed is that no matter what audio track you select it doesn't change the audio track that you hear in the "preview" even though the tooltip says that the preview will play the selected audio track. In the example below I have selected english and I get french in the preview and in the final encoded movie. If I select another track I still hear french in the preview.

HDConvertToX v.2.2.506.3769 report

Input File: g:\bdmv\stream\00001.m2ts ( G:\BDMV\STREAM\00001.m2ts )
Codec Video: vc-1
Width / Heigh : 1920 / 1080
Framerate / Framecount: 23.976fps / 227909 frames
Duration(hh:mm:ss): 2:38:26
Aspect Ratio: 1.7778
Resized resolution: 1920 / 800
Crop Values : 0:140:0:140

Start Video Configuration ->
Encoding Settings: XviD Infinite Time ; Bitrate= 3832
SAP Compatibility: On
Final Size: 4482
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: cbr
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, french, 5.1 channels, 640kbps, 48khz, dialnorm: -27db
5: ac3, spanish, 5.1 channels, 640kbps, 48khz, dialnorm: -27db

-> End Full Audio List

Full Subtitle List-> (*** mean selected)
*** NONE
6: subtitle (pgs), english
7: subtitle (pgs), english
8: subtitle (pgs), french
9: subtitle (pgs), spanish
10: subtitle (pgs), french
11: subtitle (pgs), spanish

-> End Full Subtitle List

Mux Subtitle in MP4/MKV file: On

Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options

Start Queue ->
prompt $d $t $_$P$G

"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\eac3to.exe" "g:\bdmv\stream\00001.m2ts" 3: stdout.wav -down16 -down2 | "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\lame.exe" - -h --cbr -b 128 "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdencodertox-pid3.mp3"
"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\xvid_encraw.exe" -progress 50 -i "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avs" -avi "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avi" -max_bframes 1 -nopacked -vhqmode 4 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -bvhq -framerate 23.976 -threads 6 -bitrate 3832 -pass1 -turbo -par 1:1
"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\xvid_encraw.exe" -progress 50 -i "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avs" -avi "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avi" -max_bframes 1 -nopacked -vhqmode 4 -quality 6 -max_key_interval 125 -lumimasking -bquant_ratio 150 -bvhq -framerate 23.976 -threads 6 -bitrate 3832 -pass2 -par 1:1
"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\AVIMux_GUI.exe" -stdin "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\mux0.amg"
-> End Queue

AviSynth Script ->
Working with files: C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avs
directshowsource("g:\bdmv\stream\00001.m2ts",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
LanczosResize(1920,800,0,140,-0,-140).Repair(Gaussresize(1920,800,0,140,-0,-140,p=100))
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
-> End AviSynth Script

AVIMux-Gui Script >
CLEAR
LOAD C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdconverttox_00001.avi
LOAD C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\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 OPTION MP3 VERIFY CBR ALWAYS
SET OPTION MP3 VERIFY RESDLG OFF
SET OUTPUT OPTIONS
WITH SET OPTION
OPENDML 1
RECLISTS 0
AUDIO INTERLEAVE 1 FR
AVI ADDJUNKBEFOREHEADERS 0
PRELOAD 512
END WITH
START C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\hdconverttox_full_00001.avi
-> End AVIMux-Gui Script

flebber
4th November 2009, 04:35
@Chegbin

@flebber

are you sure HDC don't have this features :p ?

BHH

Have you recently added it? Cheers if you have :thanks: that was a feature I really wanted. I have been so busy lately ( I have two kids aged under 1 now) I may have missed it.

One thing I notice at the moment though is if I have several presets I have added to HDConverTox_profiles eg see below. I then create a basic ini (see below). then close HDC reopen and attempt to load saved settings HDC cannot open basic ini correctly. It doesn't seem to load the extra profiles I have added. So if I want to fix this I need to refresh the x264 profile choices by selecting it from the drop down menu again. Then all profiles are available to select, however this has a side effect of changing default audio settings from vbr 0.4 original channels to 0.2 stereo nero aac. Is there a way around this?

X264;31;HDC Sayth Opt HQS;--preset slower --bframes 5 --ref 5 --deblock -1,-1 --subme 8 --aq-mode 2 --level 4.1
X264;32;HDC Sayth Opt HQM;--preset slow --bframes 3 --ref 4 --deblock -1,-1 --subme 7 --aq-mode 2 --level 4.1
X264;33;HDC Sayth Opt HQF;--preset medium --bframes 3 --ref 3 --subme 6 --aq-mode 2 --level 4.1 --me umh


Video Codec=X264 in MKV
Video Quality=31
Encoding Mode=1 pass quality
Allow CRF + 1 pass encoding=1
Allow FFmpeg Encoder=0
Allow Mencoder Encoder=0
DirectX264=0
Allow ffmpeg2theora.exe=0
Final MB Size=21.5
SAP=0
NMT=0
Create BlueRay Structure=0
Create Avchd Structure=0
Use X264 tuning=NONE
#Denoisers and Filters
Set Denoise=Super Light
Deinterlace=none
Basic Filters>NONE
QMF Filters=NONE
MVDegrain=NONE
Use ColorMatrix=1
Use GreyScale=0
Free AVS String#
Use Multithread AviSynth=0
Multithread AviSynth Value=2,0
#Audio Options
Audio Codec=Nero AAC Audio
Audio bitrate=0.4
Audio Channels=Original
Audio Bitrate Management=vbr
Normalize Audio=1

buzzqw
4th November 2009, 08:37
BHH:
Could you explain the checkbox for "x264 64-bit". I replaced the 32bit version and the checkbox never enables. Is there an INI file switch or some other check?

as tooltip say you need to put x264-64bit.exe and avs2yuv.exe in \applications folder
you should not rename x264.exe BUT put the x264-64bit.exe and avs2yuv.exe in this folder
HDC at launch will check if this file is present and then allow check

This happens with several movies. Below is an example of one VC-1 in m2ts package. One thing I have noticed is that no matter what audio track you select it doesn't change the audio track that you hear in the "preview" even though the tooltip says that the preview will play the selected audio track.

the tooltip say "Select the audio to encode. You can hit the Preview button to see and ear the audio (first track)"
not the one selected but the first.
sorry pal, i cannot change this


I have been so busy lately ( I have two kids aged under 1 now) I may have missed it.
ahem.. i have 2 kids too.. 19 month and 4 month...


One thing I notice at the moment though is if I have several presets I have added to HDConverTox_profiles eg see below. I then create a basic ini (see below). then close HDC reopen and attempt to load saved settings HDC cannot open basic ini correctly. I

please update HDC should be fixed
thanks

EDIT: added your profiles to HDConvertToX_profile.txt (the one in \application folder)

BHH

noee
4th November 2009, 11:06
as tooltip say you need to put x264-64bit.exe and avs2yuv.exe in \applications folder

Excellent, this is an interesting option. Thanks.

BTW, when the checkbox is disabled, the tooltip does not show.

buzzqw
4th November 2009, 11:38
thanks!

fixed it (and now is more "understable"), please update

thanks

BHH

cybersharky
4th November 2009, 14:45
Where can I download avs2yuv.exe?

buzzqw
4th November 2009, 14:56
http://akuvian.org/src/avisynth/avs2yuv/
http://akuvian.org/src/avisynth/avs2yuv/avs2yuv.exe

BHH

jackkoho
5th November 2009, 04:01
the tooltip say "Select the audio to encode. You can hit the Preview button to see and ear the audio (first track)"
not the one selected but the first.
sorry pal, i cannot change this
sorry for the misunderstanding.

I still have this problem with several movies, of it selecting the wrong language track. For instance in the example above I select english and I get french. If I select french, I still get french. If I select spanish, I get spanish. If I select NONE, I get none. There is nothing I can select that will give me english, even though it is an english blu ray.

buzzqw
5th November 2009, 08:26
from your previus make report i see that english track is reported as third audio track (by eac3to)
and hdc extract the third audio track too

*** 3: truehd/ac3, english, 5.1 channels, 48khz, dialnorm: -27db

"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\eac3to.exe" "g:\bdmv\stream\00001.m2ts" 3: stdout.wav -down16 -down2 | "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\lame.exe" - -h --cbr -b 128 "C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\analysis\hdencodertox-pid3.mp3"

please post the eac3to log . Just exectute
"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\applications\eac3to.exe" "g:\bdmv\stream\00001.m2ts"
and post the log here

BHH

w4tt4n4b3
5th November 2009, 13:56
I tried the HDConverttoX to encode an AVC .ts file (dvb) into x264 mkv. I chose to save the file as 12.mkv entered all desired settings and options about video and audio and pressed generate encoding. It started with audio encoding and eac3 and then did the video encoding. ANyway in the end I try to find the mkv file where I chose it to be stored and the file is nowhere.
I use the 2.1.458.3528 version. I have Win XP Pro Sp3 32 bit...
I go into the job folder and see a few log files. Should I post any of it here?

Edit: I see these two files x264_2pass.log.temp and x264_2pass.log.mbtree.temp. Does that mean that the log is temp because encoding never ended?

buzzqw
5th November 2009, 14:02
the make report (in advanced options/utilities) could help

you can also open the movie.avs in virtualdub and check for errors

BHH

w4tt4n4b3
5th November 2009, 16:07
Thank you, mate.
Actually there is an error in the original file but that did not prevent other guis to encode it. But I mention it just in case...
HDconvertToX found an audio gap of 407ms at a certain point...
And also in the first attempt I saw in the audio log that neroaac did not work and in the next attempt I asked to convert the ac3 384 of the source file into ac3 192...
I will analyze the file and press the make report...

buzzqw
5th November 2009, 16:11
Edit: I see these two files x264_2pass.log.temp and x264_2pass.log.mbtree.temp. Does that mean that the log is temp because encoding never ended?

that's mean that encoding is working..
have you enough free disk space ?

BHH

w4tt4n4b3
5th November 2009, 18:52
the make report (in advanced options/utilities) could help
I attached the report...


you can also open the movie.avs in virtualdub and check for errors
BHH
I tried to playback the avs file with MPC and I got an error message Unable to load the "SoundOut.dll" filter

buzzqw
5th November 2009, 20:03
delete the load soundout.dll from movie.avs and reopen the script

BHH

prospeed
5th November 2009, 23:29
Hi All,

Any idea on the following:

After adding x264-64bit.exe and avs2yuv.exe into the applications folder, selecting the option to activate x264 64bit via advanced options brings up the following box:

'you must put x264-64bit.exe and avs2yuv.exe in
C:\HDConvertTox_2.2.510.3790\applications folder'.

Using 64bit Vista Ultimate OS.

Thanks

w4tt4n4b3
6th November 2009, 00:54
delete the load soundout.dll from movie.avs and reopen the script

BHH

The video plays fine with no sound though but I guess this must be logical if the avs script has only video source and not audio, right?
So in order for the encoding to be successful I have to erase each time from the avs script the load soundout.dll?

jackkoho
6th November 2009, 01:10
here is the report

Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\application
s\eac3to.exe" "g:\bdmv\stream\00001.m2ts"
M2TS, 1 video track, 3 audio tracks, 6 subtitle tracks, 2:38:26, 24p /1.001
1: Chapters, 8 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: TrueHD/AC3, English, 5.1 channels, 48khz, dialnorm: -27dB
(embedded: AC3, 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: Subtitle (PGS), English
7: Subtitle (PGS), English
8: Subtitle (PGS), French
9: Subtitle (PGS), Spanish
10: Subtitle (PGS), French
11: Subtitle (PGS), Spanish

C:\Windows\system32>

Boogerlad
6th November 2009, 02:59
Is it possible to merge videos and then re encode to a different codec/container? If not, is it planned in a future release?
Does this program support opendml avi? (aka avi 2.0)

buzzqw
6th November 2009, 08:17
Hi All,

Any idea on the following:

After adding x264-64bit.exe and avs2yuv.exe into the applications folder, selecting the option to activate x264 64bit via advanced options brings up the following box:

'you must put x264-64bit.exe and avs2yuv.exe in
C:\HDConvertTox_2.2.510.3790\applications folder'.

Using 64bit Vista Ultimate OS.

Thanks

put x264-64bit.exe and the avs2yuv.exe in \application folder
THEN launch HDC (make sure to download latest version) and check it. you shouldn't get this message

So in order for the encoding to be successful I have to erase each time from the avs script the load soundout.dll?

absolutly NO.
the encoding is working on your pc. i can only guess x264 is crashed and so no final file is available
the encoding has started since you got already partial file
i can only guess a problem of decoding or disk space (try with Force DirectShowSource)

here is the report

Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>"C:\Users\Jack\Desktop\HDConvertToX_2.2.492.3692\application
s\eac3to.exe" "g:\bdmv\stream\00001.m2ts"
M2TS, 1 video track, 3 audio tracks, 6 subtitle tracks, 2:38:26, 24p /1.001
1: Chapters, 8 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: TrueHD/AC3, English, 5.1 channels, 48khz, dialnorm: -27dB
(embedded: AC3, 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: Subtitle (PGS), English
7: Subtitle (PGS), English
8: Subtitle (PGS), French
9: Subtitle (PGS), Spanish
10: Subtitle (PGS), French
11: Subtitle (PGS), Spanish

C:\Windows\system32>

english is reported as 3' track, HDC extract the 3' track
so.. the problem is within eac3to if you got the non english track extracted...


Is it possible to merge videos and then re encode to a different codec/container? If not, is it planned in a future release?
Does this program support opendml avi? (aka avi 2.0)

hdc is an encoder, not a NLE. You cannot merge video streams with it.
HDC force use of avi 2.0 for avi bigger then 2gb

BHH

Frozen-Figo
6th November 2009, 21:05
How can I make "Name" & "Location" of output file taken by default as same as input file ? ( Like Automkv )

Regards

prospeed
7th November 2009, 00:08
put x264-64bit.exe and the avs2yuv.exe in \application folder
THEN launch HDC (make sure to download latest version) and check it. you shouldn't get this message

BHH

Thanks for answering, but did you read my post ?
I thought I made it clear that the exe's were already in
the applications folder ?
I'am using the latest version as per program path listed in
post. Numerous launches done..
I know I 'shouldn't get this message', but I do.

Chengbin
7th November 2009, 04:54
buzzqw

I just reinstalled my computer to 64 bit.

When I open HDC, it says I'm missing ffdshow. I've installed the latest ffdshow x64 already.

EDIT: I guess things don't go well with 32 and 64 bit. I reinstalled everything to 32 bit.

pepeduran
7th November 2009, 07:04
Hi All,

Any idea on the following:

After adding x264-64bit.exe and avs2yuv.exe into the applications folder, selecting the option to activate x264 64bit via advanced options brings up the following box:

'you must put x264-64bit.exe and avs2yuv.exe in
C:\HDConvertTox_2.2.510.3790\applications folder'.

Using 64bit Vista Ultimate OS.

Thanks

I have had exactly the same problem.
I went to a sight to download a 64 bit version of x264, and I installed in the application folder and I got the same error as you.
So I went to a different sight to download the 64 bit x264 and installed that and it worked.
The one that did work is 1.04Mb in size
The one that didnt work was 1.3Mb
Using Win7 x64

buzzqw
7th November 2009, 08:55
Thanks for answering, but did you read my post ?
I thought I made it clear that the exe's were already in
the applications folder ?

make it clear: what's the name of file for x264 at 64bit ?

it must named as i stated

BHH

prospeed
7th November 2009, 14:03
I have had exactly the same problem.
I went to a sight to download a 64 bit version of x264, and I installed in the application folder and I got the same error as you.
So I went to a different sight to download the 64 bit x264 and installed that and it worked.
The one that did work is 1.04Mb in size
The one that didnt work was 1.3Mb
Using Win7 x64

Thx Mate,
Was & still am using the 1.3mb version..
On re-checking the file name it was x264, not x264-64bit
As soon as it was renamed, all sweet - Can activate ok.

Thx buzzqw also...

gibbyman
10th November 2009, 09:54
Hi All!

First of all I'd like to send my thanks to buzzqw for his excellent work. I've been reading this forum on and off for the past years, and previously tried the AutoMKV which I liked a lot.

Anyway - I'm sorry if this has been up already (I'm currently reading page 61 in this thread) but I'd like to ask if anyone else is having problems with audio & subtitle details not being "purged" between files when creating a queue?

Here's what happens when I try to re-encode some movies for my netbook (Bricked my bluray drive in a bad FW upgrade a few weeks ago and waiting for help on that):

1. I open a movie (mkv) and click analyze. I make my preferred settings, choose the destination and click "add to queue".
2. I open a new movie and click analyze (answering "no" on the assume previous...). clicking the tab "audio and subs selection" then reveals that this new file has the exact same properties (same number of audio tracks, same number of subtitles) even though I know it really doesn't.

Somehow it seems like these details doesn't get "cleaned" away between files.

Has this been up already?
Could it be something with Windows 7?

I'm using Windows 7 x64 with a HDC version updated two days ago (at work right now so I can't check the version number)


Thanks in advance..

buzzqw
10th November 2009, 10:41
Hi gibbyman and Welcome to the Forum

maybe due to protection of win7, unable to delete "eac3toinfo.log" (where is stored file information)

please move HDC to an "unprotected path" like c:\HDC

BHH

gibbyman
10th November 2009, 11:32
Good idea, I'll try that when I get home.
(and thank you for a quick reply)

Which of the components used is it that is responsible for deleting this log? Maybe I can change permission to run it as administrator or something if moving it doesn't work...


Off topic:

I'm starting to regret this thing with buying Windows 7. I know it's new and things will probably get better, but so far it caused more issues for me than the gain.

To get some stuff to work I've had to go into the settings for involved components and choose to run most (all? -Don't remember now) as administrator, and some of them I've also changed to Win XP SP3 compatibility mode.
My Media Player Classic Home Cinema (x64 version) refuses to recognize coreAVC, directvobsub and my AC3 filter as "registered" Other versions of Media Player Classic HC won't show external subs, and so on...

How are you guys running Windows 7 handling things in general?
Sorry for going a bit off topic, but many of these things are also "on topic" and should concern more and more people later on...

buzzqw
10th November 2009, 12:17
it's HDC that delete the log.. but hdc don't need to be run as admin.. ( i use win7 too for developing)

Win7 is a good OS (well it's a Microsoft OS.. ) just need to be "tuned"

first off all don't use mpc-hc at 64bit
just use the 32bit version, and you will be able to use coreavc, directvob sub..

my usually applications just run fine..

maybe it's better to deactivate or lower the UAC value...

BHH