Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th March 2009, 16:08   #41  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Doesn't work.

This is what I did.

1. I opened a VOB file
2. Chose the format (x264+mp4)
3. Chose output directory (buzzqw, you need to make this automatic like in AutoMKV)
4. Pressed analyze file
5. For some reason it crops 4 pixels for left and right, so I put 0 in both boxes.
6. Changed the resolution to 640x480 (bug in AR error. 640x480 is a perfect AR, but it still show with slight AR error, probably because of rounding)
7. Go to basic video options, select a profile (in this case x264 infinite time)
8. Change the final MB to 40MB
9. Under deinterlace I chose Progressive NTSC 29.97 to 23.976
10. Go to audio codec options, changed to no audio
11. Go to avisynth, change MVDegrain to 3
12. Press start.

I really miss AutoMKV's save setting option.

Last edited by Chengbin; 17th March 2009 at 16:14.
Chengbin is offline   Reply With Quote
Old 17th March 2009, 16:15   #42  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
please try to give more information...

is movie.d2v present in hdconverttox folder ? have you removed it ?
can you make movie.d2v manually ?
if you make d2v manually and load the d2v into hdconverttox , is it working ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 17th March 2009, 16:18   #43  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
There is movie.d2v in hdconverttox folder (159KB file)

I removed it, and it still does not encode.

I will try manually load the d2v into HDConvertToX.

EDIT: Just tried loading that 159KB movie.d2v to HDConvertToX. It doesn't work.

I managed to get a screen grab. avis says error, unsupported input format (DIB)

x264 says error, could not open input file (movie.avs)

I'm also encoding something with AutoMKV right now, could that interfere?

Last edited by Chengbin; 17th March 2009 at 16:22.
Chengbin is offline   Reply With Quote
Old 17th March 2009, 16:28   #44  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
open the avisynth script in virtualdub
what is the exact error ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 17th March 2009, 16:44   #45  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Quote:
Originally Posted by buzzqw View Post
open the avisynth script in virtualdub
what is the exact error ?

BHH
VirtualDub says

I don't know what insert means (line 67)

BTW where is virtualdub in HDConvertToX's folder?
Chengbin is offline   Reply With Quote
Old 17th March 2009, 16:53   #46  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
there isn't virtualdub (isn't used)

also post avs script...

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 17th March 2009, 16:59   #47  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
OK, got the Insert error

redownload the HDConvertToX.exe

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 17th March 2009, 17:53   #48  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Here is my avs script

Code:
#HDConvertToX Avisynth Script
#
#Input File = D:\family guy\north by north quahog\VIDEO_TS\VTS_01_1.VOB
#Original Resolution = 720 / 480
#Aspect Ratio = 1.3334
#Frame rate =29.970
#Number of Frames = 30573
#Lenght (in seconds) = 1021
#Display Aspect Ratio = 1.3334
#Aspect Error = 0.0050
#
#Resized resolution = 640 / 480
#Crop Left = 0
#Crop Top = 0
#Crop Right = 0
#Crop Bottom = 0
#
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\AddGrainC.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\autocrop.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\ColorMatrix.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\degrainmedian.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\DGAVCDecode.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\DGDecode.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\DirectShowSource.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\EEDI2.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\FFMS2.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\FFT3DFilter.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\FluxSmooth.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\frfun7.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\gradfun2db.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\hqdn3d.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\mt_masktools-25.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\mvtools.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\mvtools2.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\RemoveDirtS.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\RemoveGrainS.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\RepairS.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\SangNom.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\TBilateral.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\TDeint.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\TIVTC.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\TTempSmooth.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\UnDot.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\UnFilter.dll")
LoadPlugin("C:\HDConvertToX_0.1.18.363\filters\VSFilter.dll")

Import("C:\HDConvertToX_0.1.18.363\filters\BlindDeHalo3_mt2.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\Deblock_QED_MT2.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\GradFun2DBmod.v1.3.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\Lem.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\LSFmod.v1.7.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\MCTemporalDenoise.v1.2.02.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\QMLF_3_motions.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\QMLF_5_motions.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\QMLF_7_motions.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\QMLF_9_motions.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\seesaw.avsi")
Import("C:\HDConvertToX_0.1.18.363\filters\spresso.avsi")

#Enabling MT
Setmemorymax(512)
SetMTMode(2, 0)

#Source File
mpeg2source("C:\HDConvertToX_0.1.18.363\movie.d2v")

#Insert Deinterlacer
tfm(last,d2v="C:\HDConvertToX_0.1.18.363\movie.d2v").tdecimate()

#Applying Resizing
Spline64Resize(640,480,0,0,-0,-0)

#Insert Filters As Requested
ColorMatrix(d2v="C:\HDConvertToX_0.1.18.363\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)
The update does not work.

Now virtualdub says avisynth open failure. Script error: there is no function named "spline46resize" (line 71)
Chengbin is offline   Reply With Quote
Old 17th March 2009, 18:03   #49  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
ok, redownload the hdconverttox.exe and the profile.txt
http://www.64k.it/andres/data/hdconv...ConvertToX.exe
http://www.64k.it/andres/data/hdconverttox/profile.txt

thanks

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 17th March 2009, 18:19   #50  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
THANK YOU!

It finally works!
Chengbin is offline   Reply With Quote
Old 18th March 2009, 00:22   #51  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
How do you use crf in HDConvertToX?
Chengbin is offline   Reply With Quote
Old 18th March 2009, 09:00   #52  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
redownload the last hdconverttox.exe

and, based on quality slider you will the the cq/crf value (it is editable!)

EDIT: new full package

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8

Last edited by buzzqw; 18th March 2009 at 09:17.
buzzqw is offline   Reply With Quote
Old 18th March 2009, 16:15   #53  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update (BETA NEED TESTER)

this build http://www.64k.it/andres/data/hdconv...rtToX-path.exe

allow to use a working directory

set it in last tab OR create a "workfolder.txt" files (without quotes) and write in the working folder (like "d:\teporary encoding\" , again without quotes)

any test is appreciated

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 18th March 2009, 16:17   #54  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
CRF doesn't work. x264 always failed after 60 frames. This is the setting I plugged in.

"C:\HDConvertToX_0.2.33.448\applications\x264.exe" --crf 25 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 16 --mixed-refs --trellis 2 --ref 16 --filter -3,-3 --subme 9 --direct auto --me umh --no-ssim --merange 16 --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 --output "C:\HDConvertToX_0.2.33.448\hdconverttox_movie.h264" "C:\HDConvertToX_0.2.33.448\hdconverttox_movie.avs"
Chengbin is offline   Reply With Quote
Old 18th March 2009, 16:27   #55  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Quote:
x264 always failed after 60 frames
so check your source
open the avs in virtualdub and go after the 60 frame, if ok, check your pc

simply question: are you sure of settings used are quite deadline ? have you enough ram (check taskmanager) ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 18th March 2009, 16:28   #56  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Quote:
Originally Posted by buzzqw View Post
so check your source
open the avs in virtualdub and go after the 60 frame, if ok, check your pc

simply question: are you sure of settings used are quite deadline ? have you enough ram (check taskmanager) ?

BHH
I can encode it using this setting with AutoMKV.

The source has no problem.

With some ridiculously fast/simple settings it seems to work, but not any of the higher settings.
Chengbin is offline   Reply With Quote
Old 18th March 2009, 16:33   #57  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Quote:
With some ridiculously fast/simple settings it seems to work, but not any of the higher settings.
launch from dos the encoding.
spot the error

is an error in x264, avisynth, or hdconverttox ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 18th March 2009, 16:37   #58  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Windows pops up with a message saying x264 has stopped working.
Chengbin is offline   Reply With Quote
Old 18th March 2009, 16:43   #59  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Quote:
Windows pops up with a message saying x264 has stopped working.
x264 has stopped working
x264 or hdconverttox ?

try to "downgrade" the x264 build to a less recent
or check your pc for flaw (check ram)
or try with "less ridiculus" insane setting (like less ref frames and b-frames)

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 18th March 2009, 17:17   #60  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
x264 has stopped working.

My PC shouldn't have problems, because I can encode it with AutoMKV. I checked anyway, I have enough RAM. I had 300MB of RAM left when x264 stopped working.

Downgrading x264 doesn't work.

EDIT: I found the problem. For some reason it doesn't like b-adapt 2. b-adapt 0 or 1 works, but not 2

BTW, why is x264's priority at normal when it is supposed to be at low?

Last edited by Chengbin; 18th March 2009 at 17:27.
Chengbin is offline   Reply With Quote
Reply

Tags
bluray, hdc, hdconverttox, m2ts, network media tank, playstation, x264 gui

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.