Log in

View Full Version : AutoMKV 0.93a - (DVD/TS/AVI/AVS to X264/XviD/WVC1 into MKV/MP4/WMV) update 30/12/2007


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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92

TheRyuu
10th July 2007, 01:18
Lets not use Qtrim alright?

IMO, it's not necessary.

I already told you how to do it automatically in AutoMKV.
Choose Film or Decimate as your deinterlacer options and check HQ Deint.
(also don't just use tfm().tdecimate(). thats not the complete filter. Use Film or Decimate, both the same, in AutoMKV and check HQ, that'll use the same thing but add a little bit to the tfm part)

The reason tfm().tdecimate() works is because the movie was originally 23.97fps, but was upconverted to 29.97fps when put on DVD. Then, a 3:2 pulldown flag was added in order for the original 23.97fps movie to be recovered. Thats the only thing that tfm().tdecimate() does (there's a little more to the script when AutoMKV does it).

IMO, Scrap QmTrim (it's not reliable right now, IMO). If you want reliability don't use it. Just use the regular avisynth filters.
Instead try something like Degrainmedian(mode=2) for your filter. If the movie has a lot of noise try Degrainmedian(mode=1). Higher mode value will result in LESS denoising. So mode=1 will denoise MORE then mode=2.

You can also chain in a sharpener too like so (copy and paste in AutoMKV filter box):
degrainmedian(mode=1).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)

The resulting image will look nice.

Trying your file now. I'll update when I'm done.

survivant
10th July 2007, 01:49
Lets not use Qtrim alright?


IMO, Scrap QmTrim (it's not reliable right now, IMO).


Trying your file now. I'll update when I'm done.

thanks..

now I understand a little more. I was trying to find a good set (combination) of filters, but you always find contradictory explainations.

what do you think of this combinaison ?
FFT3DFilter(sigma=3).degrainmedian(mode=1).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)

FFT3DFilter(sigma=3) alone seem to be able to do a good job (maybe it just in the frames that I look), but with your settings give a better job.. a little less noise.

will the script you give me will give good result in a movie other that an Anime ?

there are so much filter out there and so much settings that is hard to know which one to use.

I prefer coding Java application.. more strait through :)

TheRyuu
10th July 2007, 01:49
You file gave me a bit of trouble.
But I finally got it to encode. Had to manually create a d2v file and fix the d2v file (thats what DGIndex told me to do :)) because of some bad field order or something along those lines.

Once I did that it encoded just fine. I have no idea why it's giving you such trouble. Also the file needs cropping. I did 16 on each side.
Then resize to a MOD16 16:9 ratio like 704x400 (then force mux AR to 16:9).

That then gives me this video:
http://www.megaupload.com/?d=Q9K507PL

Results are quite nice aren't they?
Filters I used: Degrainmedian, LimitedSharpfaster, and FastLineDarkenMOD (doesn't come with AutoMKV, @buzzqw, what about adding it? :), very useful for anime stuff).

Edit:
IMO fft3dfilter is too slow :D
If you can wait it out sure it is really powerful. But I find for the majority of the cases degrainmedian does just fine.

survivant
10th July 2007, 02:17
thanks.. look really good.

can you give me what you did please. :)

were you able to do it without manual intervention in automkv ?

I know for dgindex, I don't know why it can't be done automatically ?

so what your procedure ?

create the movie.d2v by automkv.. just before the encoding.. stop the process and rerun the .bat file ?

survivant
10th July 2007, 02:23
I don't really care about the time to encode :) I work all day long.. so even if my computer take 24 hours.. that fine with me..

I have lot of trouble to watch a moie with macroblock.. I got frustrated :) Happen even with DVD.. something the fit a movie into a dvd5 instead a dvd9 and we can see it in the motion scene.

if you have the setting for fft3dfilter shoot.. I'll compare between the quality.. see if it make sense compare at the time added.

survivant
10th July 2007, 02:40
@wizboy11

here what I have done to encode the sample.

choose Deinterlacer : Film, HQ Deint.

when the dgindex popup appear, I open a new dgindex. Fix the d2v and close the both dgindex.

after that the encoding process resume.

and it's the x264 who encode...perfect.

you said that eh fft3d will be slow.. I'm at 1.94 fps and I don't ahve the full 4.1 profile..

the quality is really good..

survivant
10th July 2007, 02:54
MVTools 1.8.0 beta been release.

@wizboy11 did you try MVTools ?

I'll do some tests tomorrow, if you have try this filter.. just tell me if there is potential there... or I'll get the same result from your script ?

survivant
10th July 2007, 02:59
if I try MVdenoise and MVdegrain with the script that wizboy11 give me.. x264 is unable to encode.. here the movie.avs

movie = tfm(movie,d2v="C:\DVD\encode\automkv\temp\movie.d2v").tdecimate()
#resizestart

#test4

last = movie
#filter2start

#test5

fft3dfilter(sigma=1.5, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4).degrainmedian(mode=2).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)
backward_vec2 = last.MVAnalyse(isb = true, lambda = 1000, delta = 2, pel = 2, idx = 1)
backward_vec1 = last.MVAnalyse(isb = true, lambda = 1000, delta = 1, pel = 2, idx = 1)
forward_vec1 = last.MVAnalyse(isb = false, lambda = 1000, delta = 1, pel = 2, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, lambda = 1000, delta = 2, pel = 2, idx = 1)
last.MVDenoise(backward_vec2,backward_vec1,forward_vec1,forward_vec2,tht=10,thSAD=300)
backward_vec2 = last.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
backward_vec1 = last.MVAnalyse(isb = true, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec1 = last.MVAnalyse(isb = false, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
last.MVDegrain2(backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400,idx=1)
ColorMatrix(mode="Rec.709->Rec.601")

TheRyuu
10th July 2007, 03:11
Lets keep it simple.
degrainmedian(mode=1).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)

Copy and paste into filters box.

Also I don't think you need to post like 5 posts in a row. Just edit the first one. :D :p

Also I didn't have to manually intervene in AutoMKV. Just had to do one manual step BEFORE I ran it through AutoMKV. The AutoMKV part then ran without a hitch.

I'm not sure if this will hold true with the original vob file, but I had to fix the d2v with the one you gave me. I opened the vob file, then saved the d2v and then it gave me a message saying something like "There is a field shift, fix d2v to fix it" or something like that. So I did.

Then it ran without a hitch. You shouldn't have to stop AutoMKV and run the bat file manually. Ideally AutoMKV should be able to run through just fine. (worked fine for me)
If you want to get a little adventurous, copy and paste this into notepad:
#############################
# FastLineDarken 1.3 MT MOD #
#############################
#
# Written by Vectrangle, last update 12 Sept 04
#
# * requires mt_masktools v2
# * requires yv12 input
#
# Usage is FastLineDarken(strength, luma_cap, threshold, thinning),
# named parameters are supported eg FastLineDarken(thinning=0)
#
# Note that you must import this avs into your script using import("...\FastLineDarken.avs")
#
# Parameters are:
# strength (integer) - Line darkening amount, 0-256. Default 48. Represents the _maximum_ amount
# that the luma will be reduced by, weaker lines will be reduced by
# proportionately less.
# luma_cap (integer) - value from 0 (black) to 255 (white), used to stop the darkening
# determination from being 'blinded' by bright pixels, and to stop grey
# lines on white backgrounds being darkened. Any pixels brighter than
# luma_cap are treated as only being as bright as luma_cap. Lowering
# luma_cap tends to reduce line darkening. 255 disables capping. Default 191.
# threshold (integer) - any pixels that were going to be darkened by an amount less than
# threshold will not be touched. setting this to 0 will disable it, setting
# it to 4 (default) is recommended, since often a lot of random pixels are
# marked for very slight darkening and a threshold of about 4 should fix
# them. Note if you set threshold too high, some lines will not be darkened
# thinning (integer) - optional line thinning amount, 0-256. Setting this to 0 will disable it,
# which is gives a _big_ speed increase. Note that thinning the lines will
# inherently darken the remaining pixels in each line a little. Default 24.
#
# Changelog:
# 1.3 - added ability to thin lines, now runs much slower unless thinning=0. Changed the defaults (again)
# 1.2 - huge speed increase using yv12lutxy =)
# - weird darkening issues gone (they were caused by yv12layer)
# - show option no longer available due to optimizations. Use subtract() instead
# 1.1 - added luma_cap option
# 1.0 - initial release
#


function FastLineDarkenMOD( clip c, int "strength", int "luma_cap", int "threshold", int "thinning")
{
## parameters ##
str = string(default(strength, 48) /128.)
lum = string(default(luma_cap, 191))
thr = string(default(threshold, 4))
thinning = default(thinning,24)
thn = string(thinning /16.)

## filtering ##
exin = c.mt_expand().mt_inpand()
diff = mt_lutxy(c,exin,yexpr="y "+lum+" < y "+lum+" ? x "+thr+" + > x y "+lum+" < y "+lum+" ? - 0 ? 127 +",uexpr="x",vexpr="x",u=2, v=2)
linemask= mt_lut(diff.mt_inpand(),"x 127 - "+thn+" * 255 +").mt_convolution("1 1 1","1 1 1",y=3,u=0,v=0)
thick = mt_lutxy(c, exin, yexpr="y "+lum+" < y "+lum+" ? x "+thr+" + > x y "+lum+" < y "+lum+" ? - 0 ? "+str+" * x +",uexpr="x",vexpr="x",u=2, v=2)
thin = mt_lutxy(c.mt_expand(),diff,yexpr="x y 127 - "+str+" 1 + * +",u=2, v=2)

return (thinning == 0) ? thick : mt_merge(thin,thick,linemask,y=3,u=2,v=2)
}

Save as FastLineDarkenMOD.avsi
Then copy that file to AutoMKV/exe/filters
Then use this in the filters part:
degrainmedian(mode=1).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1).FastLineDarkenMOD(thinning=0, strength=60)

You have to experiment with the strength of both LSF and Line Darken. Also, you can try smode=3 in LSF. Sometimes that works better for anime and cartoons. But you also might have to adjust the strength again. But all around the above is pretty generic script. You'll have to change it to suit your taste and your movie.
Nothing is best. :)

buzzqw
10th July 2007, 07:23
some tips around

1) Automkv will not use force film in dgindex, but will apply tfm(d2v="xxx").tdecimate()
Earlier versions of automkv will force film in dgindex.. but as stated by bEnGaLi tHuG is much better (and not so slow) apply tfm

2)you cannot mix apple and pear (i have literally translated from italian way to say)
LeakKernelDeint(order=1,sharp=true) is for interlaced source
tfm(d2v="xxx").tdecimate() is for film/itvc source file
ALSO you cannot simply write tfm().tdecimate() since is missing one of most important factor.
TFM has the ability to parse the d2v and analyze it to take better solution, if you write simply tfm().Tdecimate() you will not trigger this analysis.
Automkv will always use tfm(d2v="xxx").tdecimate() for better results

3) qmtrim and hgavs works
if "If I try with just the qmtrim filter, x264 won't encode" open the script in virtualdub and look at the error (like append strange filter in denterlace box)

4) holy cow! (;) you have applied BOTH MVDenoise AND MVDegrain! apply one or other not both!
(virtualdub crash for me too! but applied one at time is ok!)

5) thanks wizboy11!

BHH

zacoz
10th July 2007, 10:06
@zacoz
:( i am sorry
but i hope you will continue in use of automkv! :)
No doubt about that I think. I'm much happier with the quality I'm getting from x264 over Xvid, and after trying a number of GUI's have found AutoMKV the most stable, easy to use (but still with advanced flexibility), and well supported by friendly people :)

Expect a donation once I replenish by paypal account :cool:

buzzqw
10th July 2007, 10:27
@zacoz

thanks for your kind words! :)

very appreciated (expecially have found AutoMKV the most stable !)

@wizboy11 and ALL

seems that filter box need an upgrade...
i am not a filters expert and seems that more people chain filters
i accept suggestions (adding another filter box... prepare some .ini with preconfigured filters)

BHH

survivant
10th July 2007, 12:40
@zacoz

seems that filter box need an upgrade...
i am not a filters expert and seems that more people chain filters
i accept suggestions (adding another filter box... prepare some .ini with preconfigured filters)

BHH

You can add a new tab : Filters. something with a listbox using all the panel. Button add, remove, up, down. and the filters and chained in that order.

You can add checkbox on each line, si you can enabled them without deleting them. Could be usefull to test some tweaking. You could add message like . When choosing Qmtrim or Hsavg you should disabled the others filters.. do you want to ? Save the setting in the .ini, do the question is not asked each time.

I found a good tool to test the filters.

AvsP
http://avisynth.org/qwerpoi/index.html you can download it in italian :)

it really helpful to test without loading virtualdub each time. It give you preview.. It's with this tool that I compare frame yesterday.

Another suggestion.. If we can select MVdenoise and MVdegrain2 in the same time.. you should disabled the checkbox when you choose one, or maybe it's just a bug with mvtools.. don't know.

survivant
10th July 2007, 12:48
some tips around

2)you cannot mix apple and pear (i have literally translated from italian way to say)


:) in french it (you cannot mix apples and oranges)


Automkv will always use tfm(d2v="xxx").tdecimate() for better results


I think my problem was that the sample was so small (30 sec) Automkv wasn't able to identifiy which deinterlacer to do and cause the problem, because if I force the deinterlacer the script is good.


3) qmtrim and hgavs works
if "If I try with just the qmtrim filter, x264 won't encode" open the script in virtualdub and look at the error (like append strange filter in denterlace box)


will try tonight with differents settings again.. If I found the sequence to crash the movie.avs, I'll post it.. that will make automkv even better (yes.. it really a good tool, if it wasn't I would try to get it work)


4) holy cow! (;) you have applied BOTH MVDenoise AND MVDegrain! apply one or other not both!
(virtualdub crash for me too! but applied one at time is ok!)
BHH

You should disabled the other checkbox when you choose one, and enabled both of them when it will be fix. I didn't know really what I was trying. I read some documentation about MVtools and want to test it.

I'm really hard on your tool :) but it's for the better

buzzqw
10th July 2007, 13:09
You can add a new tab : Filters. something with a listbox using all the panel. Button add, remove, up, down. and the filters and chained in that order.
i understud well.. but for a "wannabe" simple application could be a very dangerous features...

When choosing Qmtrim or Hsavg you should disabled the others filters

done!

you should disabled the checkbox when you choose one

done (already before your good suggestion :) )

It give you preview
... just one secret... the preview panel already include the filters...

If I found the sequence to crash the movie.avs, I'll post it

OK!

I'm really hard on your tool but it's for the better
I must thank you for your effort and time dedicated! :thanks:

BHH

TheRyuu
10th July 2007, 16:24
Instead of a filters line just make it a box. Infinitely long.

That way you can use something like SeeSaw the right way.
a=last
b=a.degrainmedian(mode=1)
SeeSaw(a,b,blah blah blah)

I'd keep the filters box on the first page for new(er) users and for simplicity.

If you do add another filters page, you should add some presets too.
Like say, anime stuff might have FastLineDarken in it.
Then give LSF combos and SeeSaw combos.

Like So:
SeeSaw Movie HQ:
a= last
b=a.degrainmedian(mode=2)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
LSF MovieHQ:
degrainmedian(mode=2)
LimitedSharpenFaster(ss_x=1.5, ss_y=1.5 smode=4, strength=125, overshoot=1, undershoot=1)

Then for medium quality just change degrainmedian(mode=2) to mode=1. Then for low quality, I don't know, use fft3dfilter?

Then stuff for like anime:
degrainmedian(mode=1)
LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, stregnth=125, overshoot=1, undershoot=1)
FastLineDarkenMOD(thinning=0, stregnth=60)
But I think that smode=3 is also a valid option since sometimes that better for anime sources.

You want to make the filter thing as user friendly as possible but still give the necessary options to make it powerful?

survivant
10th July 2007, 17:55
@wizboy11

to add to what wizboy11 said. Could it be possible to add a description for the presets ?

We could have 3 presets for animes (example)
preset1 : filters A.. : Use when your anime is HQ with lot of motion (recommended)
preset2 : filters XXX : Anime HQ, but with noise

preset 3 : filters CVB : Anime ...

It's hard to find the right filters when they are so much combinaisons. with help to choose, it will come lot easier to get a good encoded movie.

buzzqw
10th July 2007, 19:09
i will look... (not in next update)

BHH

artisticcheese
10th July 2007, 20:37
Hi,

I tried everything trying to convert MKVx264 file to Xvid AVI file maintaining aspect and audio settings but AutoMKV always tries to convert to stereo instead of original 5.1 sound. In fact if I choose AVI as container it does not even list AAC as option, if I choose MP4 as container it lists AAC as option but during conversion still reverts back to stereo. This is serious showstopper for me. Log and screenshot is below, any ideas?

Screeshot: http://www.divshare.com/download/1220844-90e

Log:

14:23:01 0.86 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:23:01 Selected Input file: C:\the.lake.house.2006.1080p.bluray.x264-gold.mkv
14:23:01 Selected Output dir: C:\temp\
14:23:01 Selected Final Name: the.lake.house.2006.1080p.bluray.x264-gold
14:23:01 Selected Container type: MP4
14:23:01 Selected Encoder: XviD
14:23:01 Selected Size: Don't care about size
14:23:01 Selected Slice: 1
14:23:01 Selected Profile: 2_Pass_Balanced.xml
14:23:01 Selected Width: Original
14:23:01 Selected Resizer: NONE
14:23:01 Selected Filters: RemoveGrain(mode=2)
14:23:01 Selected Deinterlacer: NONE
14:23:01 Selected Field Order: AUTO
14:23:01 NeroAACEnc.exe: not present
14:23:01 Enabled CRF/CQ AutoRes at 2 value
14:23:01 Track Language 1: the.lake.house.2006.1080p.bluray.x264-gold.mkv
14:23:01 Audio Codec 1: Coding Tech. AAC
14:23:01 Audio Quality 1: 256
14:23:02 Audio Channel 1: Original
14:23:02 Advanced Audio Settings DUMP Track 1
14:23:02 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:23:02 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:23:02 Lame Settings: ABR
14:23:02 Audio Normalization: 1
14:23:02 Frequency: AUTO --- Tempo : NONE
14:23:02 Pitch: NONE --- Other Add :
14:23:02 Advanced Audio Settings DUMP Track 2
14:23:02 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:23:02 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:23:02 Lame Settings: ABR
14:23:02 Audio Normalization: 1
14:23:02 Frequency: AUTO --- Tempo : NONE
14:23:02 Pitch: NONE --- Other Add :
14:23:02
14:23:05 Checking script...time.avs
14:23:08 !!!!ERROR!!!!
14:23:08 !!!!ERROR!!!! - wMultOf must be non zero.
(C:\temp\time.avs, line 11)
14:23:08 !!!!ERROR!!!!
14:23:11 Script checked. All OK!!!
14:23:11 !!! BREAK - FILE NOT SUPPORTED !!! - Trying with MediaInfo!
14:23:13 Aspect ratio: 2.400
14:23:13 Number of Frames: 141788
14:23:13 Framerate: 23.976
14:23:13 Movie length in Seconds: 5914
14:23:13 Movie Width/Height: 1920/800

buzzqw
10th July 2007, 21:16
ffmpeg is unable to decode correctly the audio source file to wav and then the conversion to aac fail

please try using nero aac (download from nerodigital web site)

In fact if I choose AVI as container it does not even list AAC as option
avi doesn't support aac audio

btw in next update you "should" be able to copy audio

BHH

artisticcheese
10th July 2007, 21:25
ffmpeg is unable to decode correctly the audio source file to wav and then the conversion to aac fail

please try using nero aac (download from nerodigital web site)


avi doesn't support aac audio

btw in next update you "should" be able to copy audio

BHH
It' still doing the same thing

"Input #0, matroska, from 'C:\the.lake.house.2006.1080p.bluray.x264-gold.mkv':
Duration: 01:38:33.7, start: 0.000000, bitrate: N/A
Stream #0.0: Audio: ac3, 48000 Hz, 5:1
Stream #0.1: Video: h264, yuv420p, 1920x800, 24.39 fps(r)
Output #0, avi, to 'C:\temp\movie.avi':
Stream #0.0: Video: xvid, yuv420p, 1920x800, q=2-31, pass 1, 45232 kb/s, 23.98
fps(c)
Stream #0.1: Audio: mp3, 44100 Hz, stereo, 112 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
No accelerated IMDCT transform found
Press [q] to stop encoding
frame= 70 fps= 6 q=2.0 Lsize= 1076kB time=2.9 bitrate=3062.7kbits/s"

15:27:14 0.86 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:27:14 Selected Input file: C:\the.lake.house.2006.1080p.bluray.x264-gold.mkv
15:27:14 Selected Output dir: C:\temp\
15:27:14 Selected Final Name: the.lake.house.2006.1080p.bluray.x264-gold
15:27:14 Selected Container type: MP4
15:27:14 Selected Encoder: XviD
15:27:14 Selected Size: Don't care about size
15:27:14 Selected Slice: 1
15:27:14 Selected Profile: 2_Pass_Balanced.xml
15:27:14 Selected Width: Original
15:27:14 Selected Resizer: NONE
15:27:14 Selected Filters: RemoveGrain(mode=2)
15:27:14 Selected Deinterlacer: AUTO
15:27:14 Selected Field Order: AUTO
15:27:14 Enabled CRF/CQ AutoRes at 2 value
15:27:14 Using Matrix: Sharktooth's EQM v3LR.cqm
15:27:14 Track Language 1: the.lake.house.2006.1080p.bluray.x264-gold.mkv
15:27:14 Audio Codec 1: Nero AAC
15:27:14 Audio Quality 1: 1.00
15:27:14 Audio Channel 1: Original
15:27:14 Advanced Audio Settings DUMP Track 1
15:27:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:27:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:27:14 Lame Settings: ABR
15:27:14 Audio Normalization: 1
15:27:14 Frequency: AUTO --- Tempo : NONE
15:27:14 Pitch: NONE --- Other Add :
15:27:14 Advanced Audio Settings DUMP Track 2
15:27:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:27:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:27:14 Lame Settings: ABR
15:27:14 Audio Normalization: 1
15:27:14 Frequency: AUTO --- Tempo : NONE
15:27:14 Pitch: NONE --- Other Add :
15:27:14
15:27:18 Avi engage mode not corrected, switched to DirectShowSource
15:27:21 Checking script...time.avs
15:27:29 !!!!ERROR!!!!
15:27:29 !!!!ERROR!!!! - wMultOf must be non zero.
(C:\temp\time.avs, line 11)
15:27:29 !!!!ERROR!!!!
15:27:30 Script checked. All OK!!!
15:27:30 !!! BREAK - FILE NOT SUPPORTED !!! - Trying with MediaInfo!
15:27:32 Aspect ratio: 2.400
15:27:32 Number of Frames: 141788
15:27:32 Framerate: 23.976
15:27:32 Movie length in Seconds: 5914
15:27:32 Movie Width/Height: 1920/800
15:27:32 Number of Frames: 141788
15:27:32 Framerate: 23.976
15:27:32 Movie length in Seconds: 5914
15:27:32 Movie Width/Height: 1920/800


I use DSM-520 Media Player (http://www.dlink.com/products/?pid=438), will I be able to play Nero AAC encoded files on it? I can play Xvid AVI files with 5.1 sound converted from DVD just fine there and now I'm trying to convert and play HD content and having issues with audio.

buzzqw
10th July 2007, 21:41
15:27:18 Avi engage mode not corrected, switched to DirectShowSource
15:27:21 Checking script...time.avs
15:27:29 !!!!ERROR!!!!
15:27:29 !!!!ERROR!!!! - wMultOf must be non zero.
(C:\temp\time.avs, line 11)
15:27:29 !!!!ERROR!!!!
15:27:30 !!! BREAK - FILE NOT SUPPORTED !!! - Trying with MediaInfo!

are you able to play the file with media player classic ?

try updating avisynth to 2.57, install the latest ffdshow and haali media splitter

BHH

artisticcheese
10th July 2007, 21:54
are you able to play the file with media player classic ?

try updating avisynth to 2.57, install the latest ffdshow and haali media splitter

BHH
Thanks, I resolved issue above by installing CCCP pack, but question still remains if I can play ND AAC file on my DSM-520 media player? I have a bunch of Xvid movies with AC3 encoded sound which plays just fine there, is it possible to convert audio to AC3?

buzzqw
11th July 2007, 07:13
is it possible to convert audio to AC3?

in next update i added support to aften :)

BHH

zacoz
11th July 2007, 09:19
Have seen a couple of issues with the queue mode - anyone else experiencing these?

If all jobs are deleted from the queue, whether having been run or not, you can't access the Start Encoding button without shutting down and restarting AutoMKV. It essentially stays stuck in Queue mode.

After adding jobs to a queue, and running them, some of the completed jobs remain in the Queue Job list while others are removed. This causes problems if you try to add additional jobs.

For example:
Last night I queued and ran three jobs (queue0.ini, queue1.ini, queue2.ini) and this morning I saw they had completed (didn't look in the Queue Jobs tab however). I subsequently added 5 more jobs to the queue (which became queue3.ini - queue7.ini) and clicked Start Queue again. I have discovered on coming home that the jobs I queued this morning haven't run as a reference to queue1.ini had remained in the list, but as the job it related to had completed, the queue1.ini file no longer actually exists. DGIndex is therefore sitting there trying to process nothing. The log shows there's no input file.

Log for 3 overnight jobs were above here - nothing strange about them - so haven't bothered copying them over
07:08:15 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
08:42:19 0.86e - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
08:42:19 Selected Input file:
08:42:19 Selected Output dir: temp\
08:42:19 Selected Final Name: movie
08:42:19 Selected Container type: MKV
08:42:19 Selected Encoder: X264
08:42:19 Selected Size:
08:42:19 Selected Slice: 1
08:42:19 Selected Profile: 2_Pass_Balanced.xml
08:42:19 Selected Width: Automatic
08:42:19 Selected Resizer: BicubicResize (sharp=0,0.75)
08:42:19 Selected Filters: RemoveGrain(mode=2)
08:42:19 Selected Deinterlacer: AUTO
08:42:19 Selected Field Order: AUTO
08:42:19 Track Language 1: NONE
08:42:19 Audio Codec 1: Ogg Vorbis
08:42:19 Audio Quality 1: 0.35
08:42:19 Audio Channel 1: Stereo
08:42:19 Advanced Audio Settings DUMP Track 1
08:42:19 Audio Track Language: und
08:42:19 Nero Option Profiles: AUTO --- Encoding Mode: Quality
08:42:19 CCT Option Profiles: AUTO --- Channel Options: AUTO
08:42:19 Lame Settings: ABR
08:42:19 Audio Normalization: 1
08:42:19 Frequency: AUTO --- Tempo : NONE
08:42:19 Pitch: NONE --- Other Add :
08:42:19 Advanced Audio Settings DUMP Track 2
08:42:19 Audio Track Language: und
08:42:19 Nero Option Profiles: AUTO --- Encoding Mode: Quality
08:42:19 CCT Option Profiles: AUTO --- Channel Options: AUTO
08:42:19 Lame Settings: ABR
08:42:19 Audio Normalization: 1
08:42:19 Frequency: AUTO --- Tempo : NONE
08:42:19 Pitch: NONE --- Other Add :
08:42:19
08:42:19 Dgindex CMD: G:\Program Files\DVD Tools\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -If=[] -OF=[temp\movie] -exit -minimize

Interestingly, the jobs added this morning do not show details in the Queue Jobs tab, although looking at the .ini file in the AutoMKV directory shows the detail for each has been saved.

http://www.thermal-ions.net/images/automkv_queue.jpg

buzzqw
11th July 2007, 09:41
yep.. bug

queue is to use and, after all jobs are done... quit automkv

i haven't tested the situation of queue.. start queue and then add new jobs

i will look.. (but i hate the queue section of automkv! )

BHH

zacoz
11th July 2007, 09:41
question still remains if I can play ND AAC file on my DSM-520 media player?
Did a quick Google, and it's not mentioned in the specs on D-Links site (http://www.dlink.com/products/resource.asp?pid=438&rid=1631&sec=0). Also this review (http://www.pcworld.com/article/id,133148/article.html) indicates that "The DSM-520 HD isn't able to play back AAC iTunes music, however, whether the files are protected or not."
You might need to wait for AutoMKV's AC3 support in next version. A quick test file should tell you definatively however.

zacoz
11th July 2007, 09:51
I love the ability to queue jobs up - although generally with the filters I'm running the individual jobs run at 5fps :o so it's not like I'm normally queuing up as many jobs as I did last night.

They're obviously very easy bugs to work around from a user perspective when you are aware of them - just close and reopen AutoMKV. :D

artisticcheese
11th July 2007, 12:57
I'm trying to convert DVD to Xvid avi with original resolution. I choose 2_pass_extreme_quality setting and choose "don't care about size". I end up with grainy looking 750 Mb file. Log is below. I usually use AutoGK to convert and choose "2 Cds" and quaility is usually excellent. I prefer AutoMKV becouse I can burn subtitles into the movie but did not figure out how to preserve original video quality. What would be appropriate settings?



23:21:48 0.86 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
23:21:48 Selected Input file: C:\movies\iso\rip\ZODIAC_DOM_WS\VTS_01_0.IFO
23:21:48 Selected Output dir: C:\movies\temp\
23:21:48 Selected Final Name: zodiac
23:21:48 Selected Container type: AVI
23:21:48 Selected Encoder: XviD
23:21:48 Selected Size: Don't care about size
23:21:48 Selected Slice: 1
23:21:48 Selected Profile: 2_Pass_Extreme_Quality.xml
23:21:48 Selected Width: Original
23:21:48 Selected Resizer: NONE
23:21:48 Selected Filters: RemoveGrain(mode=2)
23:21:48 Selected Deinterlacer: AUTO
23:21:48 Selected Field Order: AUTO
23:21:48 NeroAACEnc.exe: not present
23:21:48 Enabled CRF/CQ AutoRes at 2 value
23:21:48 Using Matrix: Sharktooth's EQM v3ULR.cqm
23:21:48 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
23:21:48 Audio Codec 1: Copy Original
23:21:48 Audio Quality 1: 320
23:21:48 Audio Channel 1:
23:21:48 Advanced Audio Settings DUMP Track 1
23:21:48 Nero Option Profiles: AUTO --- Encoding Mode: Quality
23:21:48 CCT Option Profiles: AUTO --- Channel Options: AUTO
23:21:48 Lame Settings: ABR
23:21:48 Audio Normalization: 1
23:21:48 Frequency: AUTO --- Tempo : NONE
23:21:48 Pitch: NONE --- Other Add :
23:21:48 Advanced Audio Settings DUMP Track 2
23:21:48 Nero Option Profiles: AUTO --- Encoding Mode: Quality
23:21:48 CCT Option Profiles: AUTO --- Channel Options: AUTO
23:21:48 Lame Settings: ABR
23:21:48 Audio Normalization: 1
23:21:48 Frequency: AUTO --- Tempo : NONE
23:21:48 Pitch: NONE --- Other Add :
23:21:48 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
23:21:48
23:21:48 Starting SubRipping
23:24:29 Subtitle Size: 8054784 bytes
23:24:29 Finished SubRipping
23:24:29 Starting Indexing
23:24:29 Dgindex CMD: C:\Program Files\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\movies\iso\rip\ZODIAC_DOM_WS\VTS_01_1.vob] -OF=[C:\movies\temp\movie] -exit -minimize
23:27:33 Finished indexing
23:27:33 Starting fixing audio delay on track number 1
23:27:33 DelayCut CMD: C:\Program Files\automkv\exe\dgindex\Delaycut.exe -auto -out "C:\movies\temp\fixed1.ac3" "C:\movies\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
23:27:33 Original 1 Audio Size: 529761792 bytes
23:28:11 Fixed 1' Audio Size: 529761792 bytes
23:28:11 Finished fixing audio delay
23:28:11 Renamed file fixed1.ac3 to audio.ac3
23:28:11 Encoded 1' Audio Track: 529761792 bytes
23:28:12 ForceFilm Detected: 100.000000% FILM found
23:28:19 Number of Frames: 283517
23:28:19 Framerate: 29.970030
23:28:19 Movie length in Seconds: 9461
23:28:19 Movie Width/Height: 720/480
23:28:19 DgIndex AR: 16:9
23:38:27 TFF: 712
23:38:27 NOT Allow Hybrid Order/Pattern, set order to: TFF
23:38:28 FIRST pass XviD: "C:\Program Files\automkv\exe\encoder\xvid_encraw.exe" -pass1 -progress -bitrate 27893 -turbo -threads 0 -max_bframes 2 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -framerate 29.970 -bquant_ratio 162 -chigh 30 -clow 15 -nopacked -nochromame -noclosed_gop -bvhq -qmatrix "C:\Program Files\automkv\profiles\XviD-profiles\matrix\Sharktooth's EQM v3ULR.cqm" -i "C:\movies\temp\movie.avs" -type 2 -avi "C:\movies\temp\movie.avi"
23:38:28 SECOND pass XviD: "C:\Program Files\automkv\exe\encoder\xvid_encraw.exe" -pass2 -progress -bitrate 27893 -threads 0 -max_bframes 2 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -framerate 29.970 -bquant_ratio 162 -chigh 30 -clow 15 -nopacked -nochromame -noclosed_gop -bvhq -qmatrix "C:\Program Files\automkv\profiles\XviD-profiles\matrix\Sharktooth's EQM v3ULR.cqm" -i "C:\movies\temp\movie.avs" -type 2 -avi "C:\movies\temp\movie.avi"
23:38:28 Starting First Pass
01:28:18 Starting Second Pass
05:30:40 Only Movie Size: 250851874 bytes
05:30:41 Using VirtualDubMod for Muxing!
05:31:36 Encoding finished: 06:09:48 elapsed time
05:31:36 -----------------------------------------------------------------------
05:31:36 Muxing Script
05:31:36 C:\Program Files\automkv\exe\matroska\AviMux_Gui\AVIMux_GUI.exe C:\movies\temp\muxavi
05:31:36
05:31:36 -----------------------------------------------------------------------
05:31:36 Script AutoCrop.log
05:31:36
05:31:36 Crop(2,58,716,360)
05:31:36 -----------------------------------------------------------------------
05:31:36 Script Resmovie.avs
05:31:36 -----------------------------------------------------------------------
05:31:36 Script movie.avs
05:31:36
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\AddGrain.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\autocrop.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\aWarpSharp(Pruned).dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\blockbuster.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\cnr2.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\ColorMatrix.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\Convolution3D.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\corrector.dll")
05:31:36 LoadPlugin("C:\Program Files\automkv\exe\filter\DctFilter.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\Decomb.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\Deen.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\degrainmedian.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\DGDecode.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\EEDI2.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\FFT3DFilter.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\FluxSmooth.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\frfun7.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\hqdn3d.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\LeakKernelDeint.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\MaskTools.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\medianblur.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\MipSmooth.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\MSharpen.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\mt_masktools.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\mvtools.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\NicAudio.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\RemoveGrainS.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\RepairS.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\SangNom.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\SimpleResize.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\SoundOut.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\TBilateral.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\TDeint.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\TIVTC.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\TomsMoComp.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\TTempSmooth.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\UnDot.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\UnFilter.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\VSFilter.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\warpsharp.dll")
05:31:37 #loadpluginstart
05:31:37
05:31:37 #test1
05:31:37
05:31:37 Import("C:\Program Files\automkv\exe\filter\BlindDeHalo3_mt2.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\HybridFuPP.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\LanczosPlus.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\Lem.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\LimitedSharpenFaster.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\MCBob_v03c.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\mvbob.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\seesaw.avsi")
05:31:37 Import("C:\Program Files\automkv\exe\filter\spresso.avsi")
05:31:37 #importstart
05:31:37
05:31:37 #test2
05:31:37
05:31:37 movie = mpeg2source("C:\movies\temp\movie.d2v",info=3)
05:31:37 function getOrder(clip c) {
05:31:37 order = GetParity(c) ? 1 : 0
05:31:37 Return order }
05:31:37 #filter1start
05:31:37
05:31:37 #test3
05:31:37
05:31:37 movie = ColorMatrix(movie,mode="Rec.709->Rec.601",hints=true,threads=0)
05:31:37 #resizestart
05:31:37
05:31:37 #test4
05:31:37
05:31:37 last = movie
05:31:37 #filter2start
05:31:37
05:31:37 #test5
05:31:37
05:31:37 RemoveGrain(mode=2)
05:31:37 VobSub("C:\movies\temp\zodiac.idx")
05:31:37 -----------------------------------------------------------------------
05:31:37 Script mkvmaudio.avs
05:31:37
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\NicAudio.dll")
05:31:37 LoadPlugin("C:\Program Files\automkv\exe\filter\SoundOut.dll")
05:31:37 NicAC3Source("C:\movies\temp\fixed1.ac3")
05:31:37 #Applying downmixing routines
05:31:37 Normalize()
05:31:37 -----------------------------------------------------------------------
05:31:37 Script mkvmaudio.bat
05:31:37 -----------------------------------------------------------------------
05:31:37 Script mkvmaudio2.avs
05:31:37 -----------------------------------------------------------------------
05:31:37 Script mkvmaudio2.bat
05:31:37 -----------------------------------------------------------------------
05:31:37 Script VirtualDubMod.vcf
05:31:37
05:31:37 VirtualDub.Open("C:\\movies\\temp\\movie.avi",0,0);
05:31:37 VirtualDub.RemoveInputStreams();
05:31:37 VirtualDub.stream[0].SetSource("C:\\movies\\temp\\audio.ac3",0x00000203,0);
05:31:37 VirtualDub.stream[0].DeleteComments(1);
05:31:37 VirtualDub.stream[0].AdjustChapters(1);
05:31:37 VirtualDub.stream[0].SetMode(0);
05:31:37 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
05:31:37 VirtualDub.stream[0].SetClipMode(1,1);
05:31:37 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
05:31:37 VirtualDub.stream[0].SetVolume();
05:31:37 VirtualDub.stream[0].SetCompression();
05:31:37 VirtualDub.stream[0].EnableFilterGraph(0);
05:31:37 VirtualDub.stream[0].filters.Clear();
05:31:37 VirtualDub.video.DeleteComments(1);
05:31:37 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
05:31:37 VirtualDub.video.AdjustChapters(1);
05:31:37 VirtualDub.video.SetDepth(24,24);
05:31:37 VirtualDub.video.SetMode(0);
05:31:37 VirtualDub.video.SetFrameRate(0,1);
05:31:37 VirtualDub.video.SetIVTC(0,0,-1,0);
05:31:37 VirtualDub.video.SetCompression();
05:31:37 VirtualDub.video.filters.Clear();
05:31:37 VirtualDub.SaveAVI("C:\\movies\\zodiac.avi");
05:31:37 VirtualDub.Close();
05:31:37
05:31:37 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
11th July 2007, 13:23
...while the bitrate is 26000 ... outrageous ... the matrix is for Ultra Low bitrate...
automkv se the Low bitrate NOT the ULTRA low bitrate...

in next update the for don't care about size, the matrix will be set to "Didees SixOfNine-HVS.cqm"

and why loose 6 hours of encoding when you could have the same quality by selecting the profile "Constant Quality" in half time ???

BHH

artisticcheese
11th July 2007, 13:48
...while the bitrate is 26000 ... outrageous ... the matrix is for Ultra Low bitrate...
automkv se the Low bitrate NOT the ULTRA low bitrate...

in next update the for don't care about size, the matrix will be set to "Didees SixOfNine-HVS.cqm"

and why loose 6 hours of encoding when you could have the same quality by selecting the profile "Constant Quality" in half time ???

BHH

I have no idea what you said above but I understood if I choose "constant quality" then quaility would be excellent and I would not be limited to 750 Mb. Encoding now. Thanks a lot.

buzzqw
11th July 2007, 14:05
have you selected Go Unlimited ?

BHH

artisticcheese
11th July 2007, 14:06
have you selected Go Unlimited ?

BHH

Yes I figured if I choose something else then might end up with 750 Mb file again. Thanks.

buzzqw
11th July 2007, 14:14
that's right!

tell me when finished about quality :)

BHH

P.S. the same profile in next update will lead to more quality!

survivant
11th July 2007, 14:46
P.S. the same profile in next update will lead to more quality!

your talking again about the next version :) I can't wait.

artisticcheese
11th July 2007, 17:22
that's right!

tell me when finished about quality :)

BHH

P.S. the same profile in next update will lead to more quality!

Quality is excellent now but problem is that AVI file is now 2.25 Gb in size and according to my media player it can not process files over 2 Gb filesize becouse AVI files are not supposed to be bigger then 2 GBs. Is there an option while have unlimited size to cut those into CD size chunks?

buzzqw
11th July 2007, 19:30
the unlimited is ulimited...

Is there an option while have unlimited size to cut those into CD size chunks?

directly with automkv ... no, but you can load your file in virtualdubmod (the one in \exe\matroska\virtualdubmod in automkv folder), go in file Save As , at bottom for Video select Direct Stream Copy and check Segmented output file and set your size

but i take your suggestion for a future approach :)

BHH

survivant
12th July 2007, 03:29
@buzzqw

what it the usage for this tag ?
<MaxNumberOfPasses>3</MaxNumberOfPasses>

I always have 2 pass (2 .bat) is it possible to have more ?

don't know if it's gonna do a difference.. but just to know

survivant
12th July 2007, 03:30
Here my 4.1 HP level (should be ready for the PS3. I never had trouble running them with theses settings.. )


<?xml version="1.0"?>
<VideoProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>PS3</Name>
<Settings xsi:type="x264Settings">
<EncodingMode>4</EncodingMode>
<BitrateQuantizer>1000</BitrateQuantizer>
<KeyframeInterval>300</KeyframeInterval>
<NbBframes>3</NbBframes>
<MinQuantizer>10</MinQuantizer>
<MaxQuantizer>51</MaxQuantizer>
<Turbo>false</Turbo>
<V4MV>false</V4MV>
<QPel>false</QPel>
<Trellis>1</Trellis>
<CreditsQuantizer>40</CreditsQuantizer>
<Logfile>.stats</Logfile>
<CustomEncoderOptions />
<FourCC>1</FourCC>
<Zones />
<MaxNumberOfPasses>3</MaxNumberOfPasses>
<NbThreads>1</NbThreads>
<NoDCTDecimate>false</NoDCTDecimate>
<PSNRCalculation>false</PSNRCalculation>
<noFastPSkip>false</noFastPSkip>
<NoiseReduction>0</NoiseReduction>
<MixedRefs>false</MixedRefs>
<X264Trellis>0</X264Trellis>
<NbRefFrames>3</NbRefFrames>
<AlphaDeblock>0</AlphaDeblock>
<BetaDeblock>0</BetaDeblock>
<SubPelRefinement>5</SubPelRefinement>
<MaxQuantDelta>4</MaxQuantDelta>
<TempQuantBlur>0</TempQuantBlur>
<BframePredictionMode>3</BframePredictionMode>
<VBVBufferSize>-1</VBVBufferSize>
<VBVMaxBitrate>14000</VBVMaxBitrate>
<METype>2</METype>
<MERange>16</MERange>
<MinGOPSize>25</MinGOPSize>
<Profile>1</Profile>
<Level>4.1</Level>
<IPFactor>1.4</IPFactor>
<PBFactor>1.3</PBFactor>
<ChromaQPOffset>0</ChromaQPOffset>
<VBVInitialBuffer>0.9</VBVInitialBuffer>
<BitrateVariance>1.0</BitrateVariance>
<QuantCompression>0.6</QuantCompression>
<TempComplexityBlur>20</TempComplexityBlur>
<TempQuanBlurCC>0.5</TempQuanBlurCC>
<SCDSensitivity>40</SCDSensitivity>
<BframeBias>0</BframeBias>
<Deblock>true</Deblock>
<Cabac>true</Cabac>
<WeightedBPrediction>true</WeightedBPrediction>
<AdaptiveBFrames>true</AdaptiveBFrames>
<BFramePyramid>false</BFramePyramid>
<BRDO>true</BRDO>
<biME>true</biME>
<ChromaME>true</ChromaME>
<P8x8mv>true</P8x8mv>
<B8x8mv>true</B8x8mv>
<I4x4mv>true</I4x4mv>
<I8x8mv>true</I8x8mv>
<P4x4mv>false</P4x4mv>
<AdaptiveDCT>true</AdaptiveDCT>
<Width>false</Width>
<Sar>false</Sar>
<aqtcplx>false</aqtcplx>
<deadzone-inter>false<deadzone-inter>
<deadzone-intra>false<deadzone-intra>
<SSIMCalculation>false</SSIMCalculation>
<Interlaced>false</Interlaced>
<Lossless>false</Lossless>
<QuantizerMatrix />
<QuantizerMatrixType>0</QuantizerMatrixType>
</Settings>
</VideoProfile>

buzzqw
12th July 2007, 12:15
@survivant

no need for 3 pass, 2 pass is enough (and automkv support 2 pass ... no more)

BHH

survivant
12th July 2007, 13:10
@buzzqw I know that 2 passes is enough :) just want to know is the tag was used.

a new suggestiona.

#1
You have the option :AVS check and FFMPEG.

you should set check AVS by default. That don't make sense to encode a movie if there are errors. The popup is OK.

If the guy selected FFMPEg : using when x286 failed..
You have an error.. the guy could encode with ffmpeg because he choose it. In my case, I don't want to.. so stop there.

#2 The option Prepare only and pause before encoding.

If you selected prepare only.. the pause before encoding should be disabled.

Unrealbr
12th July 2007, 23:43
@buzzqw
Could a multiple filters option be added in the future?
It would be very useful to me coz sometimes i want to pass more then one plugin in some dvds.

Btw, excellent work with AUTOMKV!!!

nullstuff
13th July 2007, 00:05
...you can write your chain in filters box.

-- nullstuff

Unrealbr
13th July 2007, 01:02
...you can write your chain in filters box.

-- nullstuff

didnt get it right
this way i.e.?
--RemoveGrain(mode=2) --MipSmooth(preset = "AnimeHQ") --QMLF1_3_motions

acrespo
13th July 2007, 03:17
I am trying to convert a avs with xvid in AutoMKV with default profile. The first step (audio part) is OK but when video encoding start automkv load x264 instead xvid_encraw.

TheRyuu
13th July 2007, 06:35
...you can write your chain in filters box.

-- nullstuff

Yes thats true.
If you wanted to chain it, it would be like this:
degrainmedian(mode=1).LimitedSharpenFaster().anotherfilter().anotherfilter().etc()

The period "." chains them.

If you wanted to really use multiple filters. Break out the base.avs file present in your automkv/exe/filters folder. Just throw them under #test5 like this:
#test5
a=last
b=a.degrainmedian(blah) #please don't use blah
SeeSaw(a,b, blah...)

Then select none as filters inside of automkv. Let automkv handle cropping/resizing though. Keeps it easy.

As of now, those are the only two ways to use multiple filters. I use the second one so much I just keep a shortcut of base.avs on my desktop :p.

--QMLF1_3_motions
Not sure about QMLF, I think thats a don't use unless you know what your doing kinda thing. (although I really don't know what QMLF even is :eek:)

I am trying to convert a avs with xvid in AutoMKV with default profile. The first step (audio part) is OK but when video encoding start automkv load x264 instead xvid_encraw.

Have you select xvid as your encoder? Sometimes that gets reset on me. Never seen/heard of that happening before. :)

Cya :cool:

artisticcheese
13th July 2007, 09:19
There is something really wrong with NicMP4Box.exe. When it's launched it's just fills up HDD untill it's empty. See log below and screenshot showing NicMP4box.exe is not stopping at 100% and continuing past 100 for whatever reasonhttp://www.divshare.com/download/1246166-ce3http://www.divshare.com/download/1246166-ce3


08:32:50 0.86 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
08:32:50 Selected Input file: C:\the.lake.house.2006.1080p.bluray.x264-gold.mkv
08:32:50 Selected Output dir: C:\temp\
08:32:50 Selected Final Name: the.lake.house.2006.1080p.bluray.x264-gold
08:32:50 Selected Container type: MP4
08:32:50 Selected Encoder: XviD
08:32:50 Selected Size: 1 CD
08:32:50 Selected Slice: 1
08:32:50 Selected Profile: Constant_Quality.xml
08:32:50 Selected Width: Original
08:32:50 Selected Resizer: NONE
08:32:50 Selected Filters: RemoveGrain(mode=2)
08:32:50 Selected Deinterlacer: AUTO
08:32:50 Selected Field Order: AUTO
08:32:50 Enabled CRF/CQ AutoRes at 2.5 value
08:32:50 Using Matrix: Sharktooth's EQM v3LR.cqm
08:32:50 Track Language 1: the.lake.house.2006.1080p.bluray.x264-gold.mkv
08:32:50 Audio Codec 1: Lame
08:32:50 Audio Quality 1: 192
08:32:50 Audio Channel 1: Stereo
08:32:50 Advanced Audio Settings DUMP Track 1
08:32:50 Nero Option Profiles: AUTO --- Encoding Mode: Quality
08:32:50 CCT Option Profiles: AUTO --- Channel Options: AUTO
08:32:50 Lame Settings: ABR
08:32:50 Audio Normalization: 1
08:32:50 Frequency: AUTO --- Tempo : NONE
08:32:50 Pitch: NONE --- Other Add :
08:32:50 Advanced Audio Settings DUMP Track 2
08:32:50 Nero Option Profiles: AUTO --- Encoding Mode: Quality
08:32:50 CCT Option Profiles: AUTO --- Channel Options: AUTO
08:32:50 Lame Settings: ABR
08:32:50 Audio Normalization: 1
08:32:50 Frequency: AUTO --- Tempo : NONE
08:32:50 Pitch: NONE --- Other Add :
08:32:50 Selected Unlimited media size
08:37:32 Checking script...time.avs
08:41:58 Script checked. All OK!!!
08:41:58 Number of Frames: 141784
08:41:58 Framerate: 23.976044
08:41:58 Movie length in Seconds: 5914
08:41:58 Movie Width/Height: 1920/800
08:42:01 Encoding C:\temp\ To Mp3 with 192 ABR Preset
09:05:47 Encoded 1' Audio Track: 135872112 bytes
09:05:47 CQ encoding XviD: C:\Program Files\automkv\exe\encoder\xvid_encraw.exe -cq 2.5 -progress -threads 0 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -framerate 23.976 -bquant_ratio 100 -bquant_offset 0 -nopacked -nochromame -noclosed_gop -bvhq -qmatrix "C:\Program Files\automkv\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\temp\movie.avs" -type 2 -o "C:\temp\movie.m4v"
01:58:14 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
01:58:14 Got a file of size: 462549677 bytes + audio size -1 bytes (4757516800)
01:58:14 Only Movie Size: 462549677 bytes
01:58:14 "C:\Program Files\automkv\exe\matroska\NicMP4Box.exe" -normal-mode -add "C:\temp\movie.m4v":par=1.000000 -add "C:\temp\audio.mp3:lang=und" -fps 23.976044 "C:\temp\the.lake.house.2006.1080p.bluray.x264-gold.mp4"

buzzqw
13th July 2007, 09:23
http://www.64k.it/andres/data/a/AutoMKV087.rar
http://www.64k.it/andres/data/a/AutoMKV087_NORIP.rar

0.87 Full Package 13/07/2007
ADDED: FFmpeg command line added to Log
ADDED: Check if avs input file is yv12
ADDED: aq-strength, aq-sensitivity to X264 profile
ADDED: Possibility to extract audio (Copy Original) for AVI/MP4/MKV/OGM/MOV.. container. The extraction is done by ffmpeg, or if present in \exe\BeSweet folder mplayer.exe. I cannot guarantee the correct extraction (for example aac extraction with mplayer is broken...)
ADDED: QMTrim 0.6b1 support
ADDED: Warning message when selecting QMTrim or HG AVS (suggestion by survivant)
ADDED: Aften support
FIXED: "Don't Care about Size" will change width only if with is "Automatic"
FIXED: When input is ifo AutoMKV will try to demux audio even if not requested
FIXED: When changing audio codec the downmixing will not change. It will be set to Stereo for Lame
FIXED: Deinterlace test results now is always reported
FIXED: When working with interlaced source, ColorMatrix is used in interlaced mode
FIXED: Readded Deinterlace Status Analysis Window(beta)
FIXED: ChapterXtractor should work on long path
FIXED: FFDshow will remain invoked even if script is closed (2)
FIXED: Computing movie parameters is now hidden
FIXED: ColorMatrix slowdown, moved as last parameter. This little move will gain up to 15% of speed encoding
FIXED: Removed -fps from xvid_encraw command line. Even if value passed was correct
FIXED: In command line interface the movie name wasn't set (thanks to g_aleph_r)
FIXED: After several test the thread parameter is now set to "--threads 0 --thread-input"
FIXED: Some bugs on QMTrim (thanks to survivant)
FIXED: Update PS3 4.1 profile (thanks to survivant)
FIXED: Save configuration will now save in automkv folder (suggestion by zacoz)
FIXED: Is no more possible to apply both MVDegrain AND MVDenoise (suggestion to survivant)
FIXED: Changed the Status bar... more professional now (1kb less of exe size! ;) )
FIXED: Some little layout change
FIXED: Using queue in multiple sessions (beta) (thanks to zacoz)
FIXED: When Disk Settings is "Don't care about size" and codec XviD the matrix will be set to "Didees SixOfNine-HVS.cqm"
FIXED: Some Matrix in XviD Profiles
FIXED: Totally reworked CRF/CQ Profile. Should be more clear and understable. Note that will be used as quantitizer the value in this window NOT in profile
UPDATE: X264 rev.663, all XviD profiles (compatibility with VirtualDub), all X264 profiles (for aq patch),MediaInfo 0.7.5.0, Aften 0.7

BHH

zacoz
13th July 2007, 10:37
Great time for a suggestion I know, but...
When "Don't care about size" is selected it changes the "Set Width Resolution" to Original, however the "Resize filters" is left untouched. For aesthetics maybe have this change to NONE. That would also help to draw attention to the change to original width if "Don't care about size" had been accidentally selected and then changed.

Also, is there a configuration setting somewhere I can change to have the Audio Track language always default to English? That way I don't have to go into it every time, or is it saved as part of the Save Configuration in Advanced Settings?

EDIT: Just noticed in the wiki that the setting will be remembered. Is it remembered after AutoMKV is closed and then re-opened?

zacoz
13th July 2007, 11:40
#1
You have the option :AVS check and FFMPEG.

you should set check AVS by default. That don't make sense to encode a movie if there are errors. The popup is OK.

If the guy selected FFMPEg : using when x286 failed..
You have an error.. the guy could encode with ffmpeg because he choose it. In my case, I don't want to.. so stop there.
Problem with this is the popup would halt batch mode. Possibly have AVS check deactivated if batch mode activated, or alternatively leave AVS check activated, no popup, and an option not to fallback to FFmpeg encoding (thus letting rest of batch continue).

While on the subject what does the FFmpeg encoding dropdown affect anyway. Mines defaulted to NONE but have had encoding fall back to FFmpeg anyway. Can't find anything about it in the wiki.