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

noremacyug
7th August 2007, 15:51
in order to get 6ch to show up in the status bar as you've shown above i had to enter the advanced audio options and change channels from auto to 6. however, it still didn't work right. the process only took a few mins and only output a small 116k wmv file.

InorganicMatter
7th August 2007, 19:08
however, it still didn't work right. the process only took a few mins and only output a small 116k wmv file.

Same problem here. Are you using Vista or XP?

buzzqw
7th August 2007, 19:37
@noremacyug and @InorganicMatter

in next update i even added the possibility to pre process source to uncompressed video/audio (a request from a good donor)

but even in this case i wasn't able to get 5.1 audio... i suppose is due to ffdshow.. but i want get it fuctional

BHH

jmnk
7th August 2007, 19:40
After couple of tries and side discussion on a different thread (see my previous posts here for the link) I'm thinking encoding to multichannel wma does not work in AutoMKV. It seems to be the limitation of avisynth+directshow rather than AutoMKV itself. Apparently avisynth file, where you combine video and multichannel wav file, cannot be fed into wmcmd.vbs encoder.
As a workaround, until the author of AutoMKV does it himself, you need to do some manual work.
Check your movie.avs file - it should have a separate line for opening video, and separate for opening wav file, and than combines them together with audiodub.
You need to comment out opening audio file, get rid of audiodub - essentially you want to add up with avs with just video. Than edit your .bat file that feeds avs to wmcmd.vbs - you need to add -a_input parameter specifying your wav file. That way wmcmd.vbs will use your avs file for video, and will load wav file separately for audio encoding. Works fine here.

buzzqw
7th August 2007, 19:42
@jmnk

are you sure ? is this is working will be very easy to implement :cool:

BHH

jmnk
7th August 2007, 21:15
@jmnk

are you sure ? is this is working will be very easy to implement :cool:

BHH
I'm pretty sure. Tried two or three times - looked/sounded fine. Yap, it is pretty trivial - that's why I mentioned you are probably going to make the change. It also makes sense from theoretical perspective - given what others (IanB, Zambelli) were saying about wav and extensible headers. And when Zambelli added -a_input parameter to wmcmd.vbs this method is possible.
Thanks for great app.
BTW, should the audiodub be: audiodub(video, audio) and not the other way around? Not that it matters for wma since you would not combine audio and video, but still.
Also, I haven't checked too much, but I think I saw a movie avs file which, if you do not specify audio input, would result in something along this line:

video=somethinghere
#no audio line - good
#no audiodub line - good
last=movie
#end of the script

I think it is --not-- outputting video. the last line of the script would need to be:

last

for it to work, no?

buzzqw
7th August 2007, 21:20
And when Zambelli added -a_input parameter to wmcmd.vbs this method is possible.
i will do some test tomorrow, i hope great news!

video=somethinghere
#no audio line - good
#no audiodub line - good
last=movie
#end of the script

that's happen only when no filters and no resize is used, and is fixed in next update

BHH

noremacyug
8th August 2007, 04:03
Same problem here. Are you using Vista or XP?

xp pro

@buzzqw

hope you can get it all worked out. i look forward to the seeing how it works.

buzzqw
8th August 2007, 07:18
Biggest Holy Cow !!! :eek::eek:


IS WORKING!!!!

@jmnk :helpful: :thanks:

will be in next update

EDIT: but the result is quite a messy... could test someone this file http://www.64k.it/andres/data/a/movie51.wmv (2mb) ... maybe i haven't the correct decoder installer (i use a win2003 server)

BHH

buzzqw
8th August 2007, 08:46
the first test was from a vob

this is from and HD mkv (x264 1024/xxxx, 5.1 aac audio) -> scaled to 720, 5.1 wma , insane profile

http://www.64k.it/andres/data/a/_aaa720.wmv (2mb)

and is not jerky as the vob... :confused:

i found, from my test, that is audio that cause problem, if i use 5.1 the playback is not fluid, with stereo is more fluid... maybe is a decoder problem on my side

BHH

SeeMoreDigital
8th August 2007, 08:55
the first test was from a vob

this is from and HD mkv (x264 1024/xxxx, 5.1 aac audio) -> scaled to 720, 5.1 wma , insane profile

http://www.64k.it/andres/data/a/_aaa720.wmv (2mb)

and is not jerky as the vob... :confused:This sample is working okay for me. Played using MediaPlayer Classic and FFdshow WVC1 filter

buzzqw
8th August 2007, 09:03
@SeeMoreDigital

could you test this ?

http://www.64k.it/andres/data/a/movie51.wmv

the wmv you testes was ok even for me

but this http://www.64k.it/andres/data/a/movie51.wmv isn't play well

BHH

nullstuff
8th August 2007, 09:04
...in VLC both files are playing jerky (with audio ok).

EDIT (about movie51): WMP9 downloaded WVC1 decoder to play it... jerky. ffdshow decodes audio, but I can't hear nothing. MPC uses ffdshow for both video (jerky) and audio (fine).

-- nullstuff

SeeMoreDigital
8th August 2007, 09:30
@SeeMoreDigital

could you test this ?

http://www.64k.it/andres/data/a/movie51.wmv

the wmv you testes was ok even for me

but this http://www.64k.it/andres/data/a/movie51.wmv isn't play wellI can confim, the frames are stuttering very badly :(

buzzqw
8th August 2007, 10:06
ok, new test

the same vob encoded to 640*272 (autocropped and resized to 640) , wma 5.1 is playing ok ( http://www.64k.it/andres/data/a/movie_vob640.wmv (1 mb)

the same vob , full width 720*576, wma 5.1 is now playing ok :confused: http://www.64k.it/andres/data/a/movie_vob720.wmv (2 mb)

the same vob, only autocropped to 720*304, wma 5.1, http://www.64k.it/andres/data/a/movie_vob720_cropped.wmv IS STUTTERING!!!

the same vob , cropped not using autocrop but lanczosresize(720,304,0,72,-0,-72) , wma 5.1, is STUTTERING http://www.64k.it/andres/data/a/movie720_not_autocropped.wmv

EDIT: in this case "the same vob , cropped not using autocrop but lanczosresize(720,304,0,72,-0,-72) , wma 5.1, is STUTTERING http://www.64k.it/andres/data/a/movie720_not_autocropped.wmv" BUT NOT USING REMOVEGRAIN the movie isn't more stuttering... more :confused: then ever

i don't understand... why some movies are stuttering an other not...

SeeMoreDigital
8th August 2007, 10:18
Can you try cropping 72 pixels off the top and bottom and resizing to 720x432?


Cheers

buzzqw
8th August 2007, 10:27
ok, the same vob but cropped/resized/filtered as this

lanczosresize(movie,720,432,0,72,-0,-72)
RemoveGrain(mode=2)
ColorMatrix(mode="Rec.709->Rec.601")

is here http://www.64k.it/andres/data/a/movie720x432.wmv (2 mb)

and is playing OK ! why ???

BHH

SeeMoreDigital
8th August 2007, 10:43
and is playing OK ! why ???I wonder whether it's somehow related to "resizing".

Cropping 72 pixels off the top and bottom of an 720x576 source and resizing it to 720x432, is not actually resizing... it's just cropping!

That said, your 640x272 sample has most definitely been resized.... and it's working fine :confused:

nullstuff
8th August 2007, 10:47
...interesting: if you load in VDM a script likedirectshowsource("movie720_not_autocropped.wmv",audio=false) # stuttering sourceusing step-by-step you'll see frames are encoded (or maybe decoded?) in a sort of 1-3-2-4-6-5-n way (in opposite of 1-2-3-4-5-6-n). :confused:

-- nullstuff

buzzqw
8th August 2007, 11:32
found the problem :mad:

the preset INSANE ,inside wmcmd.vbs (by Zambelli) seems broken...

i will re re re re re check all wmv profiles :mad:

BHH

buzzqw
8th August 2007, 13:32
redone all standard wmv profile :mad:

now isn't stuttering ! and audio 5.1 is working

fyi... wvc1 is slow... stay away from extreme and insane profile...

BHH

InorganicMatter
8th August 2007, 14:22
redone all standard wmv profile :mad:

now isn't stuttering ! and audio 5.1 is working

fyi... wvc1 is slow... stay away from extreme and insane profile...

BHH

Now that all are working: would you suggest WMV9, XviD, or x264 for 1CD DVD backups? On a test I did, between XviD and x264, x264 most certainly edges out XviD, and both took roughly the same time to convert. How would WMV or WVC1 compare on convert time and picture quality to x264?

I'm really trying to make DVD backup that look good playing on the big screen, but will also play in my Zen Vision M (supports WMV9-not VC1, and XviD). x264 looks best but does not fill this...

buzzqw
8th August 2007, 14:33
my preferred order is

1) X264
2) XviD
3) WMV

BUT i use an HTPC...

wvc1 is too slow if you haven't an Q6600 (at least)

xvid could be the winner in your situation, i would go ever for 2cd rip, 1 cd is to use with very compressible source, and since default media burning is now dvd and not cd, i will go for 1/4 dvd or 1/3 dvd

more, if you want 5.1 audio your space on 1 cd is even less... go with x264, better profile, nero 0.35 OR xvid but with 1100 mb disk settings

BHH

noremacyug
8th August 2007, 17:37
did you update the first post including the new profiles or are they linked elsewhere?

jmnk
8th August 2007, 17:44
Biggest Holy Cow !!! :eek::eek:


IS WORKING!!!!

@jmnk :helpful: :thanks:

will be in next update

BHH

Glad to help.....:)

jmnk
8th August 2007, 17:47
Now that all are working: would you suggest WMV9, XviD, or x264 for 1CD DVD backups? On a test I did, between XviD and x264, x264 most certainly edges out XviD, and both took roughly the same time to convert. How would WMV or WVC1 compare on convert time and picture quality to x264?

I'm really trying to make DVD backup that look good playing on the big screen, but will also play in my Zen Vision M (supports WMV9-not VC1, and XviD). x264 looks best but does not fill this...

Other than standard response "try yourself and choose what looks good for you", you may also want to read through this:
http://forum.doom9.org/showthread.php?t=128498

and this:

http://forum.doom9.org/showthread.php?t=128118

rainfellow
8th August 2007, 19:02
If this has been answered before, please don't flame me for "not searching the threads". I have and didn't find an answer.

Here's my problem. I'm trying to convert some files (VOB's, AVI's, ect) over to WMV for a Zune. Everything is in place as needed, but when the converter is run, it goes through the motions and outputs a file that shows a statement of "LoadPlugin: unable to load "C:\AutoMKV\exe\filter\FFMpegSource.dll" (C:\ConverterOutput\temp\movie.avs, line15)".

I have the most current FFMpeg dll (1.7) and it's in the filter folder. What am I missing??

Any help IS appreciated.

buzzqw
8th August 2007, 19:30
@rainfellow

first of all Welcome to the Forum!

and yes.. it's already asked... but no problem :)

you must unzip ffmpegsource in \exe\encoder folder AND move ffmpegsource.dll (the new unzipped) in \exe\filter (overwriting the present)

is suggested to unzip the ffmpegsource.zip even in \windows\system32 folder, so you will be able to open avs made by automkv even with virtualdub

@ALL

in next full update (maybe tomorrow or past tomorrow) i will include the 1.7 AND a check for this errors

BHH

DIEGO7-5
8th August 2007, 21:42
Just an info...has nothing to do with the discussion currently going on!

I have finally achieved excellent results for my favourite TV-Show "King Of Queens". With this self-made .lvl file:

C0 = FFT3DGPU(sigma=1).Spline36Resize(xxx,yyy)
C1 = FFT3DGPU(sigma=2).BicubicResize(xxx,yyy,0,0.75)
C2 = FFT3DGPU(sigma=3).BicubicResize(xxx,yyy,0,0.50)
C3 = FFT3DGPU(sigma=4).BicubicResize(xxx,yyy,0.333,0.333)
C4 = FFT3DGPU(sigma=5).BicubicResize(xxx,yyy,0.333,0.1775)
C5 = FFT3DGPU(sigma=6).BicubicResize(xxx,yyy,0.38,0)
C6 = FFT3DGPU(sigma=7).BicubicResize(xxx,yyy,0.5402,0)
C7 = FFT3DGPU(sigma=8).BicubicResize(xxx,yyy,0.6,0)

in 640 x 480. insane profile for XVID with QPEL and GMC turned off (edited the profile so it will work on my SAP).

Now FFT3DGPU what is that one may ask. Itīs a port of the included FFT3D Filter but it will use your GPU capabilities (DirectX 9 support of your GPU is a MUST) to speed up things a little or a lot (depends on GPU as well).

Get it HERE:

http://forum.doom9.org/showthread.php?t=89941

Ok, so here is a list of what i converted:

Source: DVD / 4:3 / interlaced
Converted to: XVID with mp3 @ 128 kbps (custom edited XVID "INSANE" profile to match SAP standard)
Final XVID size: 175 MB
Chosen resolution by AutoMKV resizing routines with .lvl file as written above:: 640x480

TheRyuu
8th August 2007, 22:33
@buzzqw

I think there might be an update to vsfilter. I noticed your using one from 2005.

There is a newer one from 5-31-2007 (I think thats the date, sometime in may 07) that came with CCCP.

It works for me.

Vsfilter.7z (http://www.esnips.com/doc/fd1d6aa0-171f-4e3d-bb19-8cae6754fe29/VSFilter)

buzzqw
9th August 2007, 16:25
@DIEGO7-5

added your LVL to list, but i will not include fft3dgpu (i don't want to add filters and filters...)

thanks for this LVL

in next update i will include a qmf that will use the LVL selected...

@wizboy11

thanks too! added in filter folder


BHH

buzzqw
10th August 2007, 10:05
Update 0.89 Full Package

Link on first post AND PLEASE USE A MIRROR!

ADDED: VFW Support. For activating press CTRL F9. You need avs2avi.exe in \exe\encoder folder. Download from http://www.avs2avi.org/ ( tested with http://www.64k.it/andres/a/avs2avi-139x.zip ) There is a very limited support to this features.. since it is unofficial..
ADDED: HCenc Support. For activating press CTRL F10. You need HCenc_021.exe in \exe\encoder folder. Download from http://www.bitburners.com/Software/Download/Video_Codecs_and_Encoders/HC_Encoder/HC_Encoder_v0.21/ . I suggest to use manual crop and resize to get a "dvd like" resolution, even if hcenc will encode even 656*272 files. There is a very limited support to this features.. since it is unofficial..
ADDED: Lot's of tooltip for HCEnc , taken from official manual (a big thank to Hank315 for this wanderfull piece of software)
ADDED: MOV to list of supported file type
ADDED: Sagittaire HD-DVD profile for x264. Sagittaire_6MB.xml , Sagittaire_12MB.xml, Sagittaire_18MB.xml. These profiles are very slow http://forum.doom9.org/showthread.php?goto=newpost&t=128498
ADDED: Preprocess to Lossless (request from a big donor). The file is huffyuv, with pcm audio (stereo or multichannel)
ADDED: QMLF_Adaptive_LVL, this qmf will use the LVL specified in QMTrim (alpha)
ADDED: Tweak in Preview Panel. Note that for see the effect you must it Preview Resized
FIXED: CCT Audio encoder and AVS audio input
FIXED: Advanced Audio Setting are (NERO and CCT options) are remembered when quequing
FIXED: For running HGAVS is needed that FFmpegSource libs are in system path.
FIXED: No filter, no resize, no colormatrix usage with FFmpegSource
FIXED: If "Show Enc. Stats" was unchecked the xvid encoding will show all frames encoded (thanks to wizboy11)
FIXED: Changed how audio is feeded to WMcmd.vbs, now is passed as a_input parameter. Now 5.1 is working (a big thanks to jmnk )
FIXED: In status bar added a warning for use 5.1 audio with WMV
Update FFmpegSource to 1.7, QMLF to build 30/07/2007, QMLF_7_motions, redone all wmv profiles, vsfilter.dll
FIXED: Command line help. (thanks to Noritaka)
NOTE: Don't use queue/multiple works with HGavs/Qmtrim/QMLF_Adaptive_LVL

BHH

bisdelf
10th August 2007, 15:45
@buzzqw

hi, i sent you a PM with some questions. i would be glad if you can give me the answers.

thanks,
bisdelf

buzzqw
10th August 2007, 15:55
done, but next time write here in forum since it's general questions ;)

BHH

bisdelf
10th August 2007, 16:24
hi, if i enter the "preview" option in Advanced Settings with a large resolution video (in my case 1920x1080i) the video is not adapted at the resolution of the monitor, which can be ok, but the bottom bar with the commands such as play, pause etc. are not visible. in this situation i'm not able to pause the video and set my settings and also the window can't be closed, the only way is to shut down the main window of the program.
my screen is 1280x1024

:)

bye,
bisdelf

buzzqw
10th August 2007, 16:30
that's strange..

i use mediainfo for analyzing file and if found that with of movie > width of desktop i add a reduceby2()...

test this.. while having the preview opened look in automkv folder for a file named preview.avs

is present reduceby2() ?

also.. if your file is m2t ... i doubt that mediainfo is able to analyze it :(

i will try to find a better way

BHH

bisdelf
10th August 2007, 17:33
file tipe .mpg, resolution 1920x1080i. NO reduceby2() in the preview.avs

of course i'm using the .d2v image of the file


and i noticed that the width of the preview window fits the width of the screen but it doesn't fit the height...which is the most important for the bottom commands

buzzqw
10th August 2007, 17:52
ok.. understud... for d2v could be done something...

tomorrow first update :)

BHH

buzzqw
10th August 2007, 18:58
fixed d2v with width> desktop width

http://www.64k.it/andres/data/a/AutoMKV089a.exe

thanks bisdelf for the bug!

BHH

bisdelf
10th August 2007, 19:34
goooood, i'll try it right now :cool:

survivant
10th August 2007, 20:08
I got an error when muxing the file to mkv

C:\DVD\encode\automkv\temp>muxing.bat

C:\DVD\encode\automkv\temp>"C:\DVD\tools\AutoMKV089_NORIP\exe\matroska\mkvmerge.
exe" -o "C:\DVD\encode\automkv\temp\[DB]_Naruto_Shippuuden_024_[E9E271D0].mkv" -
-track-name -1:"[DB]_Naruto_Shippuuden_024_[E9E271D0]" --aspect-ratio 1:1.333333
"C:\DVD\encode\automkv\temp\movie.mp4" --language -1:und --default-track -1:yes
"C:\DVD\encode\automkv\temp\" --title "Done with AutoMKV 0.89 http://forum.doo
m9.org/showthread.php?p=854221 "
mkvmerge v2.0.2 ('You're My Flame') built on Feb 21 2007 23:40:43

Error: The source file 'C:\DVD\encode\automkv\temp\' could not be opened success
fully, or retrieving its size by seeking to the end did not work.

I think I found the problem.. AutoMKv didn't extract the audio track. I choose Copy from original (it's mp3 audio), but I don't find any audio.mp3 file.

buzzqw
10th August 2007, 21:45
maybe...

look at log, there is something like ?
22:40:03 Extracted Audio with FFmpeg!
22:40:03 Size Audio Extracted: -2

in that case is ffmpeg that was unable to extract..

you can also try from dos writing
ffmpeg.exe -vn -acodec copy -i [DB]_Naruto_Shippuuden_024_[E9E271D0].mkv audio.mp3

the only thing i can do in that case is to force reencoding audio...

BHH

jellyfish2002
11th August 2007, 02:10
I gotten the following error message when trying to convert my DVD backup to x.264.

Avisynth failure!
VobSub: Can't open "C:\Users\dude\Desktop\VIDEO_TS\temp\VIDEO_TS.idx" (C:\Users\dude\Desktop\VIDEO_TS\temp\movie.avs, line 80)

InorganicMatter
11th August 2007, 04:25
NEVERMIND, found it. I didn't have delaycut in the right folder!

I gotten the following error message when trying to convert my DVD backup to x.264.

You are trying to open "VIDEO_TS.IFO," aren't you? You have to open the IFO of the VTS containing the move (hint: it's usually the one with the most 1GB file chunks).

buzzqw
11th August 2007, 07:55
@survivant
from 0.87 changelog
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...)
you can try...

@jellyfish2002

automkv will automatically select the biggest vts...
is this dvd an episodic dvd ? (like 4 film or more episodes)

@InorganicMatter

delaycut is bundled in correct folder ...

BHH

bisdelf
11th August 2007, 10:21
mmm i don't know....but with the same file 1080i in manual crop and resize, when i actually go to encoding, it doesn't do the resize....maybe i keep doing some mistakes or....

noremacyug
11th August 2007, 10:36
perhaps, i'm setting it up wrong, but i'm still not getting 5.1.

buzzqw
11th August 2007, 13:03
@bisdelf

.but with the same file 1080i in manual crop and resize, when i actually go to encoding, it doesn't do the resize

in the preview panel you must close it by pressing on ACCEPT or CANCEL, only if pressing ACCEPT you will have in automkv advanced settings automatically added your crop values and width/height selected

@noremacyug

make sure you select original as downmixing and clicked on advanced audio options ad set WMAPRO and 6 as channel

BHH

InorganicMatter
11th August 2007, 14:46
@InorganicMatter

delaycut is bundled in correct folder ...

BHH

Yeah, I know it. I downgraded DGIndex to 1.4.8.0 because, as mentioned, the old version will automatically fix field order problems (as it should), while the newer one simply says "Hey, guess what? Your field order is broken!" Not cool for batch encoding.

My problem arose when I forgot to copy Delaycut into the new old DGIndex folder.

buzzqw
11th August 2007, 14:50
got it :)

also remember to put dgdecode.dll in \exe\filter folder

happy encoding!

BHH

P.S. any comment or suggestions are welcome!

peter_h
12th August 2007, 00:01
I chose the xBox_hiRes.xml profile using x264, and noticed that the resulting x264queue0profile.xml file has illegal xml:

There are no "/" prefixes on the closing tags for the following:

<deadzone-inter>false<deadzone-inter>
<deadzone-intra>false<deadzone-intra>

buzzqw
12th August 2007, 08:51
thanks peter_h!

anyway it will not cause problem to your encoding!

thanks again

BHH

noremacyug
12th August 2007, 09:08
@bisdelf



in the preview panel you must close it by pressing on ACCEPT or CANCEL, only if pressing ACCEPT you will have in automkv advanced settings automatically added your crop values and width/height selected

@noremacyug

make sure you select original as downmixing and clicked on advanced audio options ad set WMAPRO and 6 as channel

BHH

did that, time and time again. still says stereo 128k in the text console though when it gets to the audio part.

buzzqw
12th August 2007, 09:44
have you changed in your ac3filter/ffdshow to not downmix to stereo ?

also.. post the log and the "image" where you see stereo :)

BHH

InorganicMatter
12th August 2007, 14:22
Two things.

First, a grammatical error. When it starts to mux it says "Let's muxing!" It should just say: "Let's mux!"

Second, it seems to default to VTS_1_0.IFO in a movie with multiple titles. For example, one DVD has four episodes, each with a separate title, so there is VTS_(1/2/3/4)_0.IFO. Picking any of them will make AutoMKV pick VTS_1_0.IFO. I encoded four copies of episode 1 last night. :devil: I can post pics if this is not clear.

buzzqw
12th August 2007, 14:38
@InorganicMatter

from WIKI

Note: Only the largest IFO file present and its associated VOB files will be processed in IFO Mode. If you need to process a specific set of VOB files, select the first VOB belonging to this set, or in Advanced Settings check "Episodic DVD".

AND

If you check "Process this IFO", before manually selecting the IFO, AutoMKV will process only the vob files belonging to this specific IFO. (E.g. If you select video_ts.ifo, then only video_ts_0x.vob will be processed)

and thanks for the spelling!

BHH

InorganicMatter
12th August 2007, 14:49
@InorganicMatter

from WIKI

AND

and thanks for the spelling!

BHH

Ah, thanks!

Reading FTW, I guess. :p

gokushon
12th August 2007, 16:22
Hi,
It seems that 0.89 generated a bad DGIndex call when you want to keep originals AC3 tracks and they are not continuous (i.e.: English is 0x80 and Spanish is 0x83).
Please find attached the corresponding log:

17:12:39 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:12:39 Selected Input file: C:\tools\TVIX\VIDEO\Movie\VIDEO_TS\VTS_01_0.IFO
17:12:39 Selected Output dir: C:\tools\TVIX\VIDEO\Movie\temp\
17:12:39 Selected Final Name: Movie
17:12:39 Selected Container type: MKV
17:12:39 Selected Encoder: X264
17:12:39 Selected Size: 1 CD / 1
17:12:39 Selected Profile: ConstantQuality-CRF.xml
17:12:39 Selected Resizer: NONE / Original
17:12:39 Selected Filters: FFT3DFilter(sigma=3, sharpen=0.3)
17:12:39 Selected Deinterlacer: Progressive
17:12:39 Selected Field Order: AUTO
17:12:39 Enabled Constant Quality With Unlimited Size (Q 18)
17:12:39 Enabled CRF/CQ AutoRes at 18 value
17:12:39 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
17:12:39 Audio Codec 1: Copy Original
17:12:39 Audio Quality 1: 0.35
17:12:39 Audio Channel 1:
17:12:39 Track Language 2: Espanol (AC3 6ch, 0xBD 0x83) [0]
17:12:39 Audio Codec 2: Copy Original
17:12:39 Audio Quality 2: 0.35
17:12:39 Audio Chennel 2:
17:12:39 Advanced Audio Settings DUMP Track 1
17:12:39 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:12:39 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:12:39 Lame Settings: ABR
17:12:39 Audio Normalization: 1
17:12:39 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:12:39 Advanced Audio Settings DUMP Track 2
17:12:39 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:12:39 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:12:39 Lame Settings: ABR
17:12:39 Audio Normalization: 1
17:12:39 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:12:39 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
17:12:39 Selected 2' Sub tracks: Espanol 3 (0xBD 0x2C) [0] wide
17:12:39 Activate Anamorphic Encoding
17:12:39 Selected Unlimited media size
17:12:39 Starting SubRipping
17:16:11 Subtitle Size: 3115008 bytes
17:16:11 Finished SubRipping
17:16:11 Starting Indexing
17:16:11 Dgindex CMD: C:\Archivos de programa\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1,2 -YR=2 -AIF=[C:\tools\TVIX\VIDEO\Movie\VIDEO_TS\VTS_01_1.vob] -OF=[C:\tools\TVIX\VIDEO\Movie\temp\movie] -exit -minimize


Shall be TN=1,4 and not TN=1,2

17:17:02 Finished indexing
17:17:02 Starting fixing audio delay on track number 1
17:17:02 DelayCut CMD: C:\Archivos de programa\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\tools\TVIX\VIDEO\Movie\temp\fixed1.ac3" "C:\tools\TVIX\VIDEO\Mr Bean Holidays\temp\movie T01 3_2ch 384Kbps DELAY 0ms.ac3"
17:17:02 Original 1 Audio Size: 43271712 bytes
17:17:10 Fixed 1' Audio Size: 43270656 bytes
17:17:10 Finished fixing audio delay
17:17:12 Renamed file fixed1.ac3 to audio.ac3
17:17:12 Encoded 1' Audio Track: 43270656 bytes
17:17:12 Renamed file to audio.
17:17:12 Unable to encode Audio2, trying with DirectShowSource!
17:17:12 Renamed file to audio.
17:17:12 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!

Thank you for AutoMKV, is really a very good program!!!
Regards

smoothOP
12th August 2007, 16:56
Hi buzzqw,

What do you think about adding some kind of "Video Splitter" functionality to AutoMKV? Is it possible? Or it's too difficult to be implemented?

I'm talking about something like SolveigMM Video Splitter (http://www.solveigmm.com/?Products&id=VideoSplitter).

buzzqw
12th August 2007, 17:41
@gokushon

First of all Welcome to the Forum!

is the dvd preprocessed in some way ? like stripping audio... ?

when you open the ifo, the "Espanol 3 (0xBD 0x2C) [0] wide" is effectively the FOURTH language in list ? and not the second ?

AND

17:17:12 Unable to encode Audio2, trying with DirectShowSource!
17:17:12 Renamed file to audio.
17:17:12 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!

have you installed all software required ???

keep me informed!

@smoothOP

What do you think about adding some kind of "Video Splitter

automkv can already SPLIT... :confused:

in disk settings if you write (for example) 50 2 (the 2 in next box to disk settings) you will have 2 split of 50MB each

http://img403.imageshack.us/img403/9779/splitsl8.png

(or you can write 1 50 and got 50 split of 1 mb each :D )

or 700 2 you got 2 cd..

BHH

jefrey
12th August 2007, 19:47
hi buzz, i got an error message (with ffmpeg) line 61 contains erorros... in resmovie.avs and movie.avs.. its the ffmpegsource line....(no filters no resize is selected)

when the encode begin it says yes/quit or no and continue with ffmpeg instead of x264.exe. i selected no and the file will be ready in 3 hours then i can post the log file

buzzqw
12th August 2007, 19:52
you can already post the log, you will found it where the source file is

BHH

jefrey
12th August 2007, 19:54
i know but the imac is at home, and still encode, and me not ;)

buzzqw
12th August 2007, 19:59
i have done a quick test with no resize and no filter , working with an mkv input file AND using ffmpegsource

i got no errors in encoding

i will wait info

BHH

jefrey
12th August 2007, 20:51
14:05:04 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:05:04 Selected Input file: D:\Orginal\moviehd\moviehd.mkv
14:05:04 Selected Output dir: D:\Orginal\moviehd\temp\
14:05:04 Selected Final Name: moviehd
14:05:04 Selected Container type: MP4
14:05:04 Selected Encoder: X264
14:05:04 Selected Size: 4100 / 1
14:05:04 Selected Profile: PS3_41.xml
14:05:04 Selected Resizer: NONE / Original
14:05:04 Selected Filters: NONE
14:05:04 Selected Deinterlacer: AUTO
14:05:04 Selected Field Order: AUTO
14:05:04 Enabled CRF/CQ AutoRes at 18 value
14:05:04 Enabled FFmpegSource
14:05:04 Track Language 1: moviehd.mkv
14:05:04 Audio Codec 1: Nero AAC
14:05:04 Audio Quality 1: 1.00
14:05:04 Audio Channel 1: DPL
14:05:04 Advanced Audio Settings DUMP Track 1
14:05:04 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:05:04 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:05:04 Lame Settings: ABR
14:05:04 Audio Normalization: 1
14:05:04 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:05:04 Advanced Audio Settings DUMP Track 2
14:05:04 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:05:04 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:05:04 Lame Settings: ABR
14:05:04 Audio Normalization: 1
14:05:04 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:05:04
14:07:53 Aspect ratio: 1.778
14:07:53 Number of Frames: 194793
14:07:53 Framerate: 23.964
14:07:53 Movie length in Seconds: 8129
14:07:53 Movie Width/Height: 1280/720
14:07:55 Encoding D:\Orginal\moviehd\temp\ to NeroAAC with 1.00 quality
14:17:18 Encoded 1' Audio Track: 408990002 bytes
14:17:18 Checking script...resmovie.avs
14:18:59 !!!!ERROR!!!!
14:18:59 !!!!ERROR!!!! - Evaluate: System exception - Access Violation
(D:\Orginal\moviehd\temp\resmovie.avs, line 61)
14:18:59 !!!!ERROR!!!!
14:19:08 Script checked. All OK!!!
14:19:08 Starting X264 AutoResize with WIDTH of Original and wanted size of 4299161600 bytes
14:19:08 CRF encoding X264: C:\Download 1\AutoMKV089_NORIP\exe\encoder\x264.exe --pass 1 --crf 18 --stats "D:\Orginal\moviehd\temp\.stats" --progress --keyint 300 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter 0,0 --subme 6 --direct auto --vbv-maxrate 14000 --me dia --no-ssim --level 4.1 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --threads auto --thread-input --sar 1:1 --output "D:\Orginal\moviehd\temp\resmovie.mp4" "D:\Orginal\moviehd\temp\resmovie.avs"
14:27:15 Finished Autosize procedure
14:27:15 Tested total movie: 1%
14:27:15 AutoResize movie size: 60554395 bytes
14:27:15 Movie Width suggested: 1424 value based on sample size (111.25% of original width)
14:27:15 Checking script...movie.avs
14:36:00 !!!!ERROR!!!!
14:36:00 !!!!ERROR!!!! - Evaluate: System exception - Access Violation
(D:\Orginal\moviehd\temp\movie.avs, line 61)
14:36:00 !!!!ERROR!!!!
14:36:05 Script checked. All OK!!!
21:49:24 "C:\Download 1\AutoMKV089_NORIP\exe\BeSweet\ffmpeg.exe" -i "D:\Orginal\moviehd\moviehd.mkv" -vcodec h264 -b 4114000 -s 1280x720 -qmin 10 -qmax 51 -an -directpred 2 -refs 1 -bf 3 -threads 0 -pass 1 -r 23.964 "D:\Orginal\moviehd\temp\movie.mp4"
21:49:24 "C:\Download 1\AutoMKV089_NORIP\exe\BeSweet\ffmpeg.exe" -i "D:\Orginal\moviehd\moviehd.mkv" -vcodec h264 -b 4114000 -s 1280x720 -qmin 10 -qmax 51 -directpred 2 -refs 1 -bf 3 -threads 0 -pass 2 -r 23.964 -acodec aac -ac 2 -ab 112000 -ar 44100 "D:\Orginal\moviehd\temp\movie.mp4"
21:49:24 "C:\Download 1\AutoMKV089_NORIP\exe\matroska\MP4Box.exe" -add "D:\Orginal\moviehd\temp\movie.mp4":par=1.000000 -add "D:\Orginal\moviehd\temp\audio.mp4:lang=und" -splits 16384 -fps 23.964 -new "D:\Orginal\moviehd\temp\moviehd_full.mp4"
21:49:25 Encoding finished: 07:30:17 elapsed time

jefrey
12th August 2007, 20:55
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\AddGrain.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\autocrop.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\aWarpSharp(Pruned).dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\blockbuster.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\cnr2.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\ColorMatrix.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\Convolution3D.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\corrector.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\DctFilter.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\Decomb.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\Deen.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\degrainmedian.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\DGDecode.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\EEDI2.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\FFMpegSource.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\FFT3DFilter.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\FluxSmooth.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\frfun7.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\hqdn3d.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\LeakKernelDeint.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\MaskTools.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\medianblur.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\MipSmooth.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\MSharpen.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\mt_masktools.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\mvtools.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\NicAudio.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\RemoveGrainS.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\RepairS.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\SangNom.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\SimpleResize.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\SoundOut.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\TBilateral.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\TDeint.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\TIVTC.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\TomsMoComp.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\TTempSmooth.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\UnDot.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\UnFilter.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\VSFilter.dll")
LoadPlugin("C:\Download 1\AutoMKV089_NORIP\exe\filter\warpsharp.dll")
#loadpluginstart

#test1

Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\HybridFuPP.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\LanczosPlus.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\Lem.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\LimitedSharpenFaster.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\MCBob_v03c.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\mvbob.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\QMlib.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\seesaw.avsi")
Import("C:\Download 1\AutoMKV089_NORIP\exe\filter\spresso.avsi")
#importstart

#test2

movie = FFmpegSource("D:\Orginal\moviehd\moviehd.mkv",vtrack=-1,atrack=-2,seekmode=0,timecodes="Test.timecodes",vcache=true,vcachefile="Test.ffcache")
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
movie = AssumeFPS(movie,24000,1001)
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
Return order }
#filter1start

#test3

#resizestart

#test4

last = movie
#filter2start

#test5

return last

buzzqw
12th August 2007, 21:43
it's a crash of ffmpegsource!

14:18:59 !!!!ERROR!!!! - Evaluate: System exception - Access Violation

is working on shorter sample ?

i cannot do much...

if you were able reproduce the error on a small sample i will glad to send this file to author of ffmpegsource!

BHH

smoothOP
12th August 2007, 21:48
automkv can already SPLIT... :confused:
...

(or you can write 1 50 and got 50 split of 1 mb each :D ) heh, that was gooood

BHH

I mean an easy way to cut the commercials from captured movie. Or lets say I got 1 hour captured movie and I want to make 3 clips- 1st from 00:00 to 08:37, 2nd from 08:56 to 44:32 and 3rd from 48:29 to 59:41. I have used the good old Dr. DivX for years and that was pretty easy to be done. Unfortunately the Dr. didn't support x264.

And now I think about another little problem- the name AutoMKV. I have struggled with a few apps during the last year and I have seen many times in forums the name AutoMKV but I have never been interested in mkv container and never even tought to try it! Now I found that you have made a little universe. This tool is very very good actually but the name is tricky. This is not AutoMKV this is AutoEVERYTHING. Newbies like me won't even try it when they see the name. For many months I thought it's some kind of mkv-community tool.

Just think about it!

buzzqw
12th August 2007, 22:05
i have already in my mind an idea like this

but main problem is the audio trimming :eek:

about the name... yes.. even on other forums i got some difficulty/misurestud..

well... i am opened to change name / got a better icon..

any suggestions?

BHH

Atak_Snajpera
12th August 2007, 23:11
How about AutoMovie or AutoME (Movie/Media Encoder)? New icon would be wecome as well:)

jefrey
12th August 2007, 23:17
i have found the ugly bug , it was not automkv :D it was windows, perhaps it does shit (what else) as ive copied the ffmpeg 1.7 into system32 order.. one file seems to be an old. now i have overwritten it and seems to work fine, will tell more tomorrow about ps3 and the file :) have a nice night:)

InorganicMatter
12th August 2007, 23:28
Auto264 would be applicable since it is by and far the best x264 GUI out there, but it does even more than just x264. :) The name doesn't HAVE to reflect what the product does (i.e.: meGUI, Mainconcept, Quicktime, etc).

edwardt
13th August 2007, 07:42
HI All

First of all thanks for the great program.

I had been using the program for a month before any problems.
But only this week I have hit my first problem. It occurs during the video encoding.
I have been encoding to X264 with the MP4 format using the 2_Pass_Insane_Quality.xml profile.
Everything goes well until it starts to encode, but instead of taking hours to encode it flies through both passes in 5 seconds and finishes.
When I go to the output location there is no MP4 file saved.

If anyone can help me to fix this problem, it would be much appreciated.

17:34:42 0.88 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:34:42 Selected Input file: G:\TEMP\Matrix Reloaded.d2v
17:34:42 Selected Output dir: G:\TEMP\Matrix Reloaded\temp\
17:34:42 Selected Final Name: Matrix Reloaded
17:34:42 Selected Container type: MP4
17:34:42 Selected Encoder: X264
17:34:42 Selected Size: 1/3 DVD-R
17:34:42 Selected Slice: 1
17:34:42 Selected Profile: 2_Pass_Insane_Quality.xml
17:34:42 Selected Width: Original
17:34:42 Selected Resizer: NONE
17:34:42 Selected Filters: NONE
17:34:42 Selected Deinterlacer: NONE
17:34:42 Selected Field Order: AUTO
17:34:42 Enabled CRF/CQ AutoRes at 18 value
17:34:42 Track Language 1: G:\TEMP\Matrix Reloaded T01 3_2ch 384Kbps DELAY 199ms.ac3
17:34:42 Audio Codec 1: Nero AAC
17:34:42 Audio Quality 1: 0.90
17:34:42 Audio Channel 1: DPL II
17:34:42 Advanced Audio Settings DUMP Track 1
17:34:42 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:34:42 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:34:42 Lame Settings: ABR
17:34:42 Audio Normalization: 1
17:34:42 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:34:42 Advanced Audio Settings DUMP Track 2
17:34:42 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:34:42 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:34:42 Lame Settings: ABR
17:34:42 Audio Normalization: 1
17:34:42 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:34:42
17:34:42 DelayCut CMD: C:\Program Files\AUTOMKV\exe\dgindex\Delaycut.exe -auto -out "G:\TEMP\Matrix Reloaded\temp\fixed1.ac3" "G:\TEMP\Matrix Reloaded T01 3_2ch 384Kbps DELAY 199ms.ac3"
17:35:09 DelayCut CMD: C:\Program Files\AUTOMKV\exe\dgindex\Delaycut.exe -auto -out "G:\TEMP\Matrix Reloaded\temp\fixed2.ac3" "G:\TEMP\Matrix Reloaded T02 2_0ch 192Kbps DELAY 0ms.ac3"
17:35:10 Encoding G:\TEMP\Matrix Reloaded\temp\fixed1.ac3 to NeroAAC with 0.90 quality
17:56:03 Encoded 1' Audio Track: 306109515 bytes
17:56:10 Number of Frames: 201204
17:56:10 Framerate: 25.000000
17:56:10 Movie length in Seconds: 8049
17:56:10 Movie Width/Height: 720/576
17:56:10 DgIndex AR: 16:9
17:56:10 Starting X264
17:56:10 Command Line 1' Pass X264: C:\Program Files\AUTOMKV\exe\encoder\x264.exe --pass 1 --bitrate 1222 --stats "G:\TEMP\Matrix Reloaded\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads 0 --thread-input --output NUL "G:\TEMP\Matrix Reloaded\temp\movie.avs"
17:56:10 Command Line 2' Pass X264: C:\Program Files\AUTOMKV\exe\encoder\x264.exe --pass 2 --bitrate 1222 --stats "G:\TEMP\Matrix Reloaded\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads 0 --thread-input --output "G:\TEMP\Matrix Reloaded\temp\movie.mp4" "G:\TEMP\Matrix Reloaded\temp\movie.avs"
17:56:13 Finished 1' Pass X264
17:56:18 "C:\Program Files\AUTOMKV\exe\matroska\MP4Box.exe" -add "G:\TEMP\Matrix Reloaded\temp\movie.mp4":par=1.000000 -add "G:\TEMP\Matrix Reloaded\temp\audio.mp4:lang=und" -fps 25.000000 -new "G:\TEMP\Matrix Reloaded\temp\Matrix Reloaded_full.mp4"
17:56:18 Final Muxed size: -1 bytes
17:56:18 Encoding finished: 00:00:05 elapsed time
17:56:18 -----------------------------------------------------------------------
17:56:18 Script AutoCrop.log
17:56:18
17:56:18 Crop(4,74,712,428)
17:56:18 -----------------------------------------------------------------------
17:56:18 Script Resmovie.avs
17:56:18 -----------------------------------------------------------------------
17:56:18 Script movie.avs
17:56:18
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\AddGrain.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\autocrop.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\aWarpSharp(Pruned).dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\aWarpSharp.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\blockbuster.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\cnr2.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\ColorMatrix.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\Convolution3D.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\corrector.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\DctFilter.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\Decomb.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\Deen.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\degrainmedian.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\DGDecode.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\EEDI2.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\FFMpegSource.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\fft3dfilter.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\FluxSmooth.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\frfun7.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\hqdn3d.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\LeakKernelDeint.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\MaskTools.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\medianblur.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\MipSmooth.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\MSharpen.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\mt_masktools.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\mvtools.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\NicAudio.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\RemoveGrainS.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\RepairS.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\SangNom.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\SimpleResize.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\SoundOut.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\TBilateral.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\TDeint.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\TIVTC.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\TomsMoComp.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\TTempSmooth.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\UnDot.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\UnFilter.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\VSFilter.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\warpsharp.dll")
17:56:18 #loadpluginstart
17:56:18
17:56:18 #test1
17:56:18
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\BlindDeHalo3_mt2.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\HybridFuPP.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\LanczosPlus.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\Lem.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\LimitedSharpenFaster.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\MCBob_v03c.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\mvbob.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\QMlib.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\seesaw.avsi")
17:56:18 Import("C:\Program Files\AUTOMKV\exe\filter\spresso.avsi")
17:56:18 #importstart
17:56:18
17:56:18 #test2
17:56:18
17:56:18 movie = mpeg2source("G:\TEMP\Matrix Reloaded.d2v")
17:56:18 function getOrder(clip c) {
17:56:18 order = GetParity(c) ? 1 : 0
17:56:18 Return order }
17:56:18 #filter1start
17:56:18
17:56:18 #test3
17:56:18
17:56:18 #resizestart
17:56:18
17:56:18 #test4
17:56:18
17:56:18 last = movie
17:56:18 #filter2start
17:56:18
17:56:18 #test5
17:56:18
17:56:18 -----------------------------------------------------------------------
17:56:18 Script mkvmaudio.avs
17:56:18
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\NicAudio.dll")
17:56:18 LoadPlugin("C:\Program Files\AUTOMKV\exe\filter\SoundOut.dll")
17:56:18 NicAC3Source("G:\TEMP\Matrix Reloaded\temp\fixed1.ac3")
17:56:18 #Applying DPL II downmixing routines
17:56:18 function DPLII(clip a)
17:56:18 {
17:56:18 fl = GetChannel(a, 1)
17:56:18 fr = GetChannel(a, 2)
17:56:18 c = GetChannel(a, 3)
17:56:18 sl = GetChannel(a, 5)
17:56:18 sr = GetChannel(a, 6)
17:56:18 ssl = MixAudio(sl, sr, 0.2818, 0.1627).Amplify(-1.0)
17:56:18 fl_c = MixAudio(fl, c, 0.3254, 0.2301)
17:56:18 ssr = MixAudio(sl, sr, 0.1627, 0.2818)
17:56:18 fr_c = MixAudio(fr, c, 0.3254, 0.2301)
17:56:18 l = MixAudio(ssl, fl_c, 1.0, 1.0)
17:56:18 r = MixAudio(ssr, fr_c, 1.0, 1.0)
17:56:18 Return MergeChannels(l, r)
17:56:18 }
17:56:18 #
17:56:18 6==Audiochannels() ? DPLII() : last
17:56:18 function addvideo(clip c) {
17:56:18 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
17:56:18 Return audiodub(last,c)
17:56:18 }
17:56:18 Normalize()
17:56:18 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\AUTOMKV\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.90 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
17:56:18 -----------------------------------------------------------------------
17:56:18 Script mkvmaudio.bat
17:56:18 -----------------------------------------------------------------------
17:56:18 Script mkvmaudio2.avs
17:56:18 -----------------------------------------------------------------------
17:56:18 Script mkvmaudio2.bat
17:56:18
17:56:18 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
15:58:12 !!!!ERROR!!!!
15:58:12 !!!!ERROR!!!! - The script's return was not a video clip.
15:58:12 !!!!ERROR!!!!
15:58:24 !!!!ERROR!!!!
15:58:24 !!!!ERROR!!!! - The script's return was not a video clip.
15:58:24 !!!!ERROR!!!!
15:58:26 !!!!ERROR!!!!
15:58:26 !!!!ERROR!!!! - The script's return was not a video clip.
15:58:26 !!!!ERROR!!!!
15:59:23 !!!!ERROR!!!!
15:59:23 !!!!ERROR!!!! - The script's return was not a video clip.
15:59:23 !!!!ERROR!!!!
15:59:42 !!!!ERROR!!!!
15:59:42 !!!!ERROR!!!! - The script's return was not a video clip.
15:59:42 !!!!ERROR!!!!
15:59:43 !!!!ERROR!!!!
15:59:43 !!!!ERROR!!!! - The script's return was not a video clip.
15:59:43 !!!!ERROR!!!!
16:08:54 !!!!ERROR!!!!
16:08:54 !!!!ERROR!!!! - The script's return was not a video clip.
16:08:54 !!!!ERROR!!!!
16:08:58 !!!!ERROR!!!!
16:08:58 !!!!ERROR!!!! - The script's return was not a video clip.
16:08:58 !!!!ERROR!!!!
16:10:36 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
16:10:36 Selected Input file: G:\TEMP\Matrix Reloaded.d2v
16:10:36 Selected Output dir: G:\TEMP\Matrix Reloaded\temp\
16:10:36 Selected Final Name: Matrix Reloaded
16:10:36 Selected Container type: MP4
16:10:36 Selected Encoder: X264
16:10:36 Selected Size: 1/3 DVD-R / 1
16:10:36 Selected Profile: 2_Pass_Insane_Quality.xml
16:10:36 Selected Resizer: NONE / Original
16:10:36 Selected Filters: NONE
16:10:36 Selected Deinterlacer: NONE
16:10:36 Selected Field Order: AUTO
16:10:36 Manual Crop: Enabled
16:10:36 Left Crop: 0
16:10:36 Top Crop: 73
16:10:36 Right Crop: 0
16:10:36 Botton Crop: 76
16:10:36 Manual Width: 720
16:10:36 Manual Height: 576
16:10:36 Enabled CRF/CQ AutoRes at 18 value
16:10:36 Track Language 1: G:\TEMP\Matrix Reloaded T01 3_2ch 384Kbps DELAY 199ms.ac3
16:10:36 Audio Codec 1: Nero AAC
16:10:36 Audio Quality 1: 0.35
16:10:36 Audio Channel 1: DPL II
16:10:36 Advanced Audio Settings DUMP Track 1
16:10:36 Nero Option Profiles: AUTO --- Encoding Mode: Quality
16:10:36 CCT Option Profiles: AUTO --- Channel Options: AUTO
16:10:36 Lame Settings: ABR
16:10:36 Audio Normalization: 1
16:10:36 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
16:10:36 Advanced Audio Settings DUMP Track 2
16:10:36 Nero Option Profiles: AUTO --- Encoding Mode: Quality
16:10:36 CCT Option Profiles: AUTO --- Channel Options: AUTO
16:10:36 Lame Settings: ABR
16:10:36 Audio Normalization: 1
16:10:36 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
16:10:36
16:10:36 DelayCut CMD: C:\Program Files\AUTOMKV\exe\dgindex\Delaycut.exe -auto -out "G:\TEMP\Matrix Reloaded\temp\fixed1.ac3" "G:\TEMP\Matrix Reloaded T01 3_2ch 384Kbps DELAY 199ms.ac3"
16:11:00 DelayCut CMD: C:\Program Files\AUTOMKV\exe\dgindex\Delaycut.exe -auto -out "G:\TEMP\Matrix Reloaded\temp\fixed2.ac3" "G:\TEMP\Matrix Reloaded T02 2_0ch 192Kbps DELAY 0ms.ac3"
16:11:01 Encoding G:\TEMP\Matrix Reloaded\temp\fixed1.ac3 to NeroAAC with 0.35 quality
16:13:59 Unable to encode Audio, trying with DirectShowSource!
16:13:59 Encoding G:\TEMP\Matrix Reloaded\temp\fixed1.ac3 to NeroAAC with 0.90 quality
16:14:17 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
16:14:17 FFmpeg Encoding Audio: "C:\Program Files\AUTOMKV\exe\BeSweet\ffmpeg.exe" -vn -i "G:\TEMP\Matrix Reloaded\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "G:\TEMP\Matrix Reloaded\temp\audio.mp3"
16:14:21 Unable to encode Audio even with DirectShowSource and FFmpeg!

I have since upgraded to version 0.89 but it still has the same problem. And can any one tell my why when i go to preview the movie to set the crop settings why it comes back with something about a script was not a movie. Yet when i was using version 0.84 when i started it had no issue

Many Thanks

Schrade
13th August 2007, 07:51
AutoVid
AutoCode(r) (AutoCode or AutoCoder)
AutoFlick

I like the sound of AutoVid...

buzzqw
13th August 2007, 08:12
@edwardt

First of all Welcome to the Forum!

the first error "The script's return was not a video clip" is fixed in 0.89

for the second error Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg! i have some doubt..

first of all you haven't a second audio track selected, you have just the first 16:10:36 Track Language 1: G:\TEMP\Matrix Reloaded T01 3_2ch 384Kbps DELAY 199ms.ac3

and you have changed the encoding parameter on the fly for first audio track
16:11:01 Encoding G:\TEMP\Matrix Reloaded\temp\fixed1.ac3 to NeroAAC with 0.35 quality
16:13:59 Unable to encode Audio, trying with DirectShowSource!
16:13:59 Encoding G:\TEMP\Matrix Reloaded\temp\fixed1.ac3 to NeroAAC with 0.90 quality

moreover the crop value are not correct
16:10:36 Top Crop: 73
you cannot crop by even values! (this will break the encoding)

why when i go to preview the movie to set the crop settings why it comes back with something about a script was not a movie
this is my bug, fixed in next update BUT is very easy to "prevent" : leave the filter on (removegrain) and use the preview, after cropping and whatever, disable it

thanks!

BHH

buzzqw
13th August 2007, 10:36
@ALL

i have changed the workflow with dvd ripping and dvd already ripped

i will drop dvdfabdecrypter favor of old but more performance dvddecrypter

FIRST CASE: WORKING WITH DVD TO RIP

the ripping will be done by dvddecrypter, in case of "difficult" ripping i suggest , as ever, to use ripit4me or dvdfabdecrypter (after this you can mount the iso to simulate "dvd to rip")

this change will be very usefull for pgc selection, the "Process this PGC" options is removed and the pgc is always select simply from list box of pgc and dvddecrypter will be launched to rip from disk only this pgc (and only this pgc)

this is very handy when working with multiple episodes!
you can select the pgc and rip only it

SECOND CASE: WORKING ON DVD ALREADY RIPPED

if selected the first pgc, dgindex will start directly

EDIT: else vstrip will be launched to extract the pgc


ANY COMMENTS?

thanks

BHH

Shark_jlc
13th August 2007, 18:21
Why worry about the ripping at all?

Just have your tool encode the video that users provide.

That should make your life a whole lot easier :)

buzzqw
13th August 2007, 18:39
yessss i know

life is easier without dvd support

only directshow"able" files, avs and d2v

yes a lot easier

but in this way the encoding of episodic dvd will become painless

i just hope don't break too much fuctions :p

now i am on holiday so i can do much more damage to my application :rolleyes:

best regards to all

BHH

jefrey
14th August 2007, 00:33
now the encoding has finished, but without muxing :( , no final file in the order. if i start manually the muxing.bat mp4 box crashes after 99% :(

profile is ps3_41 and audio is nero aac

Daedalus01
14th August 2007, 02:51
Now that all are working: would you suggest WMV9, XviD, or x264 for 1CD DVD backups? On a test I did, between XviD and x264, x264 most certainly edges out XviD, and both took roughly the same time to convert. How would WMV or WVC1 compare on convert time and picture quality to x264?

I'm really trying to make DVD backup that look good playing on the big screen, but will also play in my Zen Vision M (supports WMV9-not VC1, and XviD). x264 looks best but does not fill this...

for roughly 1cd try x264 crf24.

buzzqw
14th August 2007, 07:14
@jefrey

open the dos task and go to the \temp folder

launch from it the muxing.bat

if you get any error post here the log/stamp, i will inform Kurtnoise13

you can also try to upgrade mp4box http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.5-dev.zip

put the new unzip mp4box into \exe\matroska folder and re-launch muxing.bat

BHH

Daedalus01
14th August 2007, 07:44
im getting better and better at automkv now, almost no movies poses problems!

the problem i have now though, is that for hong kong dvds (cantonese audio with english subs) the final encoded movie doesnt have subs. i can select it from the stream (zoomplayer) but it doesnt show anything.

i tried changing the colours in directvobsub, and changing many settings but it never appears.

How would i fix it? is there a program i can use to open the x264 mkv file and view the subtitle by time and text?

thanks

buzzqw
14th August 2007, 08:29
@Daedalus01

if subs are present (you can check the haali media splitter in systray) i suggest to reinstall VobSub package

i can also suggest to try using another player like media player classic or video lan client

BHH

vOjToL
14th August 2007, 10:22
Hi buzzqw!
[AutoMKV089]
I canot load external subtitles .idx file, AutoMKV popup info about the external subtitles are loading, but nothing is loaded :confused:
EDIT: ok, I check movie.avs, ext.subtiltes are loading, but subtitle selector don't show it :D

And about VSrip.exe: if there is already in directory (containing dvd files for sub ripping) the .chunks file (e.g in result previous sub ripping)-VSrip.exe report error. Mayby AutoMKV can check .chunks file first and delete it when find it?

buzzqw
14th August 2007, 10:40
Hi vOjToL

but nothing is loaded
ehm.. the subtitle doesn't appear in subtitle list, i know it and is wanted but , i just made a test and the subs are muxed...

look at your log is written "Load external subtitle file: "xxxx\movie.idx" ? and go in your \temp folder and look at muxing.bat, are subtitle present ?

remember that subtitle loading is cumulative so you can load even more subtitle (but select one at time), BUT if you load a sub AND reclick load subtitle button AND don't select anything, all subtitle loaded so far is deleted

about chunks i will look at it :)

BHH

vOjToL
14th August 2007, 10:52
remember that subtitle loading is cumulative so you can load even more subtitle (but select one at time), BUT if you load a sub AND reclick load subtitle button AND don't select anything, all subtitle loaded so far is deleted
BHH

Oh, its very usefull information for me!
Anyway, when I look into automkv.ini, I see line:
External Sub = "E:\WinFast WorkArea\Glosy i aktorzy\poznaj aktorow.idx" "E:\WinFast WorkArea\Glosy i aktorzy\poznaj aktorow.idx" "E:\WinFast WorkArea\Glosy i aktorzy\poznaj aktorow.idx"

Is it normal?Is it a "list" of available loading ext. subs?Subtitles selector button still select "NONE"...Probably it is remaining afer some operations of loading subs.

buzzqw
14th August 2007, 11:12
Subtitles selector button still select "NONE".
it's normal and wanted

i added a notification popup due to this none, so yes it's wanted

from your ini file seems that you have loaded 3 time your sub

usually one is enough :)

BHH

jefrey
14th August 2007, 11:59
the only error message i get is the one from windows:( and why does auto mkv still split my mp4 file into hundreds of peaces? i never set it to split ..settings are 4100mb=4.38gb and 1 peace of dvd.. but in the muxing bat is always a splitt with -1894 peaces or more..:confused:

buzzqw
14th August 2007, 13:44
please post the muxing.bat

thanks!

BHH

buzzqw
14th August 2007, 15:50
@ALL

would be any interest if i add mpeg_deblock from dgdecode ?

like mpeg2source("automkv.d2v",cpu=4)

i never used it

BHH

InorganicMatter
14th August 2007, 16:32
@ALL

would be any interest if i add mpeg_deblock from dgdecode ?

like mpeg2source("automkv.d2v",cpu=4)

i never used it

BHH

You could certainly try it. :)

I added AutoMKV to Wikipedia. :) Check it out!

vOjToL
14th August 2007, 16:32
would be any interest if i add mpeg_deblock from dgdecode ?

like mpeg2source("automkv.d2v",cpu=4)

Yes, but if it would be as an option to choose.

buzzqw
14th August 2007, 17:00
@InorganicMatter

:eek: am i on Wiki ? :eek::eek:

:thanks: !

@vOjToL

surely as option!

BHH

TheRyuu
14th August 2007, 20:26
Hello, been away these last few days.

Thanks buzzqw for the update.

I think you might have forgotten to update mt_masktools to v2.0a31 (and since then, a32 has been released too).

Got some mirrors for you too:
AutoMKV089.rar (http://www.esnips.com/doc/5267140a-c95a-43ff-9023-e19032a36afe/AutoMKV089)
AutoMKV089_NoRip.rar (http://www.esnips.com/doc/77f00b22-46fc-4f1e-9d48-2f11dc5b9ca5/AutoMKV089_NORIP)

It is so good to be back home :)

buzzqw
14th August 2007, 21:35
@wizboy11

thanks for the mirrors! i have update the first post!

also thanks fro mt_masktools , i will check it :)

@ALL

added dgdecode deblock (cpu) , from 0 to 6
also added a new folder CFilter for storing and autoloading AvisynthC filter (like yadif)
and the dvddecrypter / pgcdemux things

as always i am open to suggestion :)

BHH

jefrey
14th August 2007, 22:34
"C:\Download 1\AutoMKV089_NORIP\exe\matroska\MP4Box.exe" -add "D:\Orginal\temp\movie.mp4":par=1.000000 -add "D:\Orginal\temp\audio.mp4:lang=ger" -splits 1942 -fps 23.964 -new "D:\Orginal\temp\moviehd.mp4"

Daedalus01
15th August 2007, 02:29
@Daedalus01

if subs are present (you can check the haali media splitter in systray) i suggest to reinstall VobSub package

i can also suggest to try using another player like media player classic or video lan client

BHH

sorry i forgot to mention i have tried that. also, all other movies i have encoded works with subs. could this be a copy protection (altho i have also tried reauthoring the dvd via dvd shrink). i remember this happened with another hong kong original dvd as well.

TheRyuu
15th August 2007, 07:14
Whats the message AutoMKV displays when it finds the wrong or no ffmpegsource files in system32? I think the english might be slightly off, but I can't seem to get it to pop up the message again.

Added change log to wiki too.

sorry i forgot to mention i have tried that. also, all other movies i have encoded works with subs. could this be a copy protection (altho i have also tried reauthoring the dvd via dvd shrink). i remember this happened with another hong kong original dvd as well.

@Daedalus
If it's a playback problem, try the following, it should work:
Install CCCP (http://www.cccp-project.net/)

On the settings page check "autoload VSFilter" (I forgot which one it says).
Open mkv/mp4/whatever file with the ass/ssa subs in it in media player classic which was installed with the CCCP.

Just make sure to uninstall any other codec packs that might interfere (like K-lite), and uninstall ffdshow if you have it installed, CCCP will install a copy of ffdshow for you.
As long as the ssa/ass sub file is in the mkv/mp4/whatever file then vsfilter should be able to render the subtitles.

And Mplayer (and players based off of mplayer) normally don't have full ass/ssa support, so vsfilter fills that in with MPC (but basic text subtitles should show in mplayer players, even with ssa/ass subs)

If your not using ass/ssa subs and they're just normal subs then the preceding should still work. And the built in renderer's of each player should also work (but vsfilter will also render said subtitles too). Just remember that if your planning on using the built in subtitle renderer of MPC, VMR7/9 Renderless is required (if I read it right)

buzzqw
15th August 2007, 08:56
@jefrey

i will look a this , thanks!

@wizboy11

here the message
http://img401.imageshack.us/img401/3391/ffmpegsourcewariningxk8.png

for "re pop" the message delete FFMpegSource.dll from \windows\system32 folder

BHH

buzzqw
15th August 2007, 09:31
@jefrey
could you please try this build http://www.64k.it/andres/data/a/AutoMKV089a.exe

don't use this build for rip dvd or work with already ripped dvd (it's a interim build with dvddecrypter/pgcdemux support)

thanks again!

BHH

TheRyuu
15th August 2007, 16:40
@buzzqw
I think it should say:
For preview, Qtrim and HGAVS require the ffmpegsource libraries to be copied to your "C:\Windows\System32" folder. Otherwise it wouldn't be possible to use the preview with said options. Can I copy the libraries to "C:\Windows\System32"?

It should say that if your trying to convey the point that you need the ffmpegsource libraries to use Qtrim and HGAVS in preview.

But then again, shouldn't the ffmpegsource libraries be copied just to use ffmpegsource?
In that case, would this be a better (more general) message?:
In order to use ffmpegsource, it requires library files to be copied to "C:\Windows\System32". Can I copy the libraries to "C:\Windows\System32"?

I think my English is correct.
Anyone feel any other corrections are needed?

Atak_Snajpera
15th August 2007, 16:58
nope :) Sounds nice and definatelly your english is better than buzzqw's :)

buzzqw
15th August 2007, 16:59
for preview or qmtrim or HGAVS is needed to copy...

i think that
For using Preview or Qtrim or HGAVS is required the ffmpegsource libraries to be copied to your "C:\Windows\System32" folder. Otherwise it wouldn't be possible to use the said options. Can I copy the libraries to "C:\Windows\System32"

http://img267.imageshack.us/img267/1066/clipboard01ef7.png

can be better ?

BHH

Atak_Snajpera
15th August 2007, 17:01
...Just use wizboy11's version...ZzzZzzzz....

buzzqw
15th August 2007, 17:17
ok...

... btw i learned english reading rpg (role play games) books and manual...

BHH

TheRyuu
15th August 2007, 19:01
@buzzqw
I revised it a bit:
For using preview, Qtrim and/or HGAVS requires the ffmpegsource libraries to be copied to your "C:\Windows\System32" folder.
Can I copy the libraries to "C:\Windows\System32"?

I didn't realize that preview was part of the options that needed ffmpegsource.

ok...

... btw i learned english reading rpg (role play games) books and manual...

BHH

lol :)
Nice way to learn :p

wilburburns
15th August 2007, 19:26
OK, I have been playing with this for the last few days.. Unfortunately, I am unable to get any WMV's created.

Below is my Log File.
13:29:58 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
13:29:58 Selected Input file: Click on INPUT for choosing FILE to ENCODE
13:29:58 Selected Output dir: C:\Videos\Walk_The_Line\temp\
13:29:58 Selected Final Name: Walk_The_Line
13:29:58 Selected Container type: WMV
13:29:58 Selected Encoder: WMV
13:29:58 Selected Size: 1/3 DVD-R / 1
13:29:58 Selected Profile: 2_Pass_Better_Quality.xml
13:29:58 Selected Resizer: NONE / Original
13:29:58 Selected Filters: RemoveGrain(mode=2)
13:29:58 Selected Deinterlacer: AUTO
13:29:58 Selected Field Order: AUTO
13:29:58 NeroAACEnc.exe: not present
13:29:58 Enabled CRF/CQ AutoRes at 90 value
13:29:58 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
13:29:58 Audio Codec 1: WMV
13:29:58 Audio Quality 1: 192
13:29:58 Audio Channel 1: Stereo
13:29:58 Advanced Audio Settings DUMP Track 1
13:29:58 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:29:58 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:29:58 Lame Settings: ABR
13:29:58 Audio Normalization: 1
13:29:58 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
13:29:58 Advanced Audio Settings DUMP Track 2
13:29:58 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:29:58 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:29:58 Lame Settings: ABR
13:29:58 Audio Normalization: 1
13:29:58 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
13:29:58
13:29:58 Starting ripping from D:\VIDEO_TS\ to C:\Videos\Walk_The_Line\temp\
13:46:14 Finished Ripping
13:46:14 Starting Indexing
13:46:14 Dgindex CMD: C:\Videos\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Videos\Walk_The_Line\temp\dvd\video_ts\VTS_06_1.vob] -OF=[C:\Videos\Walk_The_Line\temp\movie] -exit -minimize
13:48:21 Finished indexing
13:48:21 Starting fixing audio delay on track number 1
13:48:21 DelayCut CMD: C:\Videos\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "C:\Videos\Walk_The_Line\temp\fixed1.ac3" "C:\Videos\Walk_The_Line\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
13:48:21 Original 1 Audio Size: 456513792 bytes
13:48:39 Fixed 1' Audio Size: 456513792 bytes
13:48:39 Finished fixing audio delay
13:48:39 Encoding C:\Videos\Walk_The_Line\temp\fixed1.ac3 to WAV , as pre-process to WMV
14:06:41 Encoded 1' Audio Track: 1565190212 bytes
14:06:41 ForceFilm Detected: 99.900002% FILM found
14:06:45 Number of Frames: 244316
14:06:45 Framerate: 29.970030
14:06:45 Movie length in Seconds: 8153
14:06:45 Movie Width/Height: 720/480
14:06:45 DgIndex AR: 4:3
14:14:54 Deinterlace Test: Processing completed. Type is determined to be film.
14:14:54 BFF: 26
14:14:54 TFF: 534
14:14:54 NOT Allow Hybrid Order/Pattern, set order to: TFF
14:14:54 WMV CMD: cscript.exe "C:\Videos\AutoMKV089\exe\encoder\WMCmd.vbs" -input "C:\Videos\Walk_The_Line\temp\movie.avs" -output "C:\Videos\Walk_The_Line\temp\movie.wmv" -v_codec WVC1 -v_mode 3 -v_bitrate 1273822 -s_config "C:\Videos\Walk_The_Line\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 3 -v_loopfilter 1 -v_lookahead 0 -v_mmatch 0 -v_mslevel 2 -v_msrange 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -v_performance 80 -a_input "C:\Videos\Walk_The_Line\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "Walk_The_Line" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.89" -a_setting 192_48_2_16
14:14:59 Final Muxed size: -1 bytes
14:14:59 Encoding finished: 00:45:01 elapsed time
14:14:59 -----------------------------------------------------------------------
14:14:59 Script AutoCrop.log
14:14:59
14:14:59 Crop(4,0,712,480)
14:14:59 -----------------------------------------------------------------------
14:14:59 Script Resmovie.avs
14:14:59 -----------------------------------------------------------------------
14:14:59 Script movie.avs
14:14:59
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\AddGrain.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\autocrop.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\blockbuster.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\cnr2.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\ColorMatrix.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\Convolution3D.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\corrector.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\DctFilter.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\Decomb.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\Deen.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\degrainmedian.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\DGDecode.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\EEDI2.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\FFMpegSource.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\FFT3DFilter.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\FluxSmooth.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\frfun7.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\hqdn3d.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\LeakKernelDeint.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\MaskTools.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\medianblur.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\MipSmooth.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\MSharpen.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\mt_masktools.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\mvtools.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\NicAudio.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\RemoveGrainS.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\RepairS.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\SangNom.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\SimpleResize.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\SoundOut.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\TBilateral.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\TDeint.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\TIVTC.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\TomsMoComp.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\TTempSmooth.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\UnDot.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\UnFilter.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\VSFilter.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\warpsharp.dll")
14:14:59 #loadpluginstart
14:14:59
14:14:59 #test1
14:14:59
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\HybridFuPP.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\LanczosPlus.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\Lem.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\MCBob_v03c.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\mvbob.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\QMlib.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\seesaw.avsi")
14:14:59 Import("C:\Videos\AutoMKV089\exe\filter\spresso.avsi")
14:14:59 #importstart
14:14:59
14:14:59 #test2
14:14:59
14:14:59 movie = mpeg2source("C:\Videos\Walk_The_Line\temp\movie.d2v")
14:14:59 function getOrder(clip c) {
14:14:59 order = GetParity(c) ? 1 : 0
14:14:59 Return order }
14:14:59 #filter1start
14:14:59
14:14:59 #test3
14:14:59
14:14:59 movie = tfm(movie,d2v="C:\Videos\Walk_The_Line\temp\movie.d2v").tdecimate()
14:14:59 #resizestart
14:14:59
14:14:59 #test4
14:14:59
14:14:59 last = movie
14:14:59 #filter2start
14:14:59
14:14:59 #test5
14:14:59
14:14:59 RemoveGrain(mode=2)
14:14:59 -----------------------------------------------------------------------
14:14:59 Script mkvmaudio.avs
14:14:59
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\NicAudio.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\SoundOut.dll")
14:14:59 LoadPlugin("C:\Videos\AutoMKV089\exe\filter\FFmpegSource.dll")
14:14:59 NicAC3Source("C:\Videos\Walk_The_Line\temp\fixed1.ac3")
14:14:59 #Applying STEREO downmixing routines
14:14:59 function stereo(clip a)
14:14:59 {
14:14:59 flr = GetChannel(a, 1, 2)
14:14:59 fcc = GetChannel(a, 3)
14:14:59 lfe = GetChannel(a, 4)
14:14:59 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
14:14:59 mix = MergeChannels(lfc, lfc)
14:14:59 lrc = MixAudio(flr, mix, 0.2929, 1.0)
14:14:59 blr = GetChannel(a, 5, 6)
14:14:59 Return MixAudio(lrc, blr, 1.0, 0.2929)
14:14:59 }
14:14:59 #
14:14:59 6==Audiochannels() ? stereo() : last
14:14:59 function addvideo(clip c) {
14:14:59 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
14:14:59 Return audiodub(last,c)
14:14:59 }
14:14:59 Normalize()
14:14:59 ConvertAudioTo16bit()
14:14:59 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
14:14:59 -----------------------------------------------------------------------
14:14:59 Script mkvmaudio.bat
14:14:59 -----------------------------------------------------------------------
14:14:59 Script mkvmaudio2.avs
14:14:59 -----------------------------------------------------------------------
14:14:59 Script mkvmaudio2.bat
14:14:59 -----------------------------------------------------------------------
14:14:59 Script wmv.log
14:14:59
14:14:59 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

I didn't recieve any errors, yet I don't have any Files to view. There are many files in the Temp Directory though.

Does anyone have any idea what may be causing the problem.

Cliff

buzzqw
15th August 2007, 19:55
@wilburburns

First of all Welcome to the Forum!

your log is perfect... but windows media encoder fails

you have surely avisynth and xvid installed since deinterlacer routines is perfect...

seems you miss the windows media encoder at all

try with wmv balanced profile, it uses wmv9 , just for testing if wmv encoder 9 is installed

if wmv 9 is working maybe you have missed the wmdist11 package on first post of this thread

you can also try the wmv tester also linked in first post

and don't miss the wiki! (look here for wmv http://automkv.wiki-site.com/index.php/Installation )

keep me informed :)

BHH

TheRyuu
15th August 2007, 20:25
OK, I have been playing with this for the last few days.. Unfortunately, I am unable to get any WMV's created.

Below is my Log File.

I didn't recieve any errors, yet I don't have any Files to view. There are many files in the Temp Directory though.

Does anyone have any idea what may be causing the problem.

Cliff

Why is your encoded audio size so much bigger then the original (as far as I can tell, I think I'm reading the log right)?
Your encoded audio size is bigger then the 1/3 DVD movie. Maybe this is why your getting the problem?

buzzqw
15th August 2007, 21:36
the audio file isn't a problem, it is a wav uncompressed

the size insn't important since wmcmd.vbs will encode to wma audio

look at bitrate is enough -v_bitrate 1273822

imho it's a problem of not correct installa of wm encoder

BHH

wilburburns
15th August 2007, 21:43
Thanks Buzzqw...

I think you are likely correct. I am currently trying using the Default settings of MKV and X264. This time it is taking much longer and seems to actually be encoding the file.

When this finishes, I plan to first test using the wmv-test02.exe, then I will try using the settings you provided earlier.



Cliff

buzzqw
15th August 2007, 21:59
@wilburburns

very well!

i hope good news :)

best regards

BHH

jmnk
15th August 2007, 23:07
Thanks Buzzqw...

I think you are likely correct. I am currently trying using the Default settings of MKV and X264. This time it is taking much longer and seems to actually be encoding the file.

When this finishes, I plan to first test using the wmv-test02.exe, then I will try using the settings you provided earlier.



Cliff

buzzqw - isn't this a problem?
-----
14:14:59 movie = tfm(movie,d2v="C:\Videos\Walk_The_Line\temp\movie.d2v").tdecimate()
14:14:59 #resizestart
14:14:59
14:14:59 #test4
14:14:59
14:14:59 last = movie
14:14:59 #filter2start
14:14:59
14:14:59 #test5
14:14:59
14:14:59 RemoveGrain(mode=2)
-----

it looks to me like the script does not output any video since the last line before RemoveGrain() is 'last=movie'. It should be just 'movie', shouldn't it?
I think I saw it in my encodes too, and I fixed it by hand (I always do stop before encoding to allow myself for checking movie.avs file). You've promised to fix it :)

also, what is this for (highlighted part). Does it do anything?
14:14:59 #test2
14:14:59
14:14:59 movie = mpeg2source("C:\Videos\Walk_The_Line\temp\movie.d2v")
14:14:59 function getOrder(clip c) {
14:14:59 order = GetParity(c) ? 1 : 0
14:14:59 Return order }
14:14:59 #filter1start

delacroixp
15th August 2007, 23:57
ok...

... btw i learned english reading rpg (role play games) books and manual...

Everytime I see "rpg" I think of my days in the South African army in the Namibian/Angolan border war when an RPG was actually a Russian self-propelled rocket launcher... and while I was there I also managed to fire a WWII American 'bazooka'... pretty kewl though 'paintball' can be pretty exciting too...


:):D:eek:
Pascal

delacroixp
16th August 2007, 00:02
buzzqw - isn't this a problem?
-----
14:14:59 movie = tfm(movie,d2v="C:\Videos\Walk_The_Line\temp\movie.d2v").tdecimate()
14:14:59 #resizestart
14:14:59
14:14:59 #test4
14:14:59
14:14:59 last = movie
14:14:59 #filter2start
14:14:59
14:14:59 #test5
14:14:59
14:14:59 RemoveGrain(mode=2)
-----

it looks to me like the script does not output any video since the last line before RemoveGrain() is 'last=movie'. It should be just 'movie', shouldn't it?
I think I saw it in my encodes too, and I fixed it by hand (I always do stop before encoding to allow myself for checking movie.avs file). You've promised to fix it :)

also, what is this for (highlighted part). Does it do anything?
14:14:59 #test2
14:14:59
14:14:59 movie = mpeg2source("C:\Videos\Walk_The_Line\temp\movie.d2v")
14:14:59 function getOrder(clip c) {
14:14:59 order = GetParity(c) ? 1 : 0
14:14:59 Return order }
14:14:59 #filter1start
Hey... you guys are getting just wayy too jacked-up on this avisynth, cum nuts and bolts, scripting stuff...

Before you know it... you'll be re-writting AutoMKV with more bells and whistles, integrity and personallity than Handbrake...


:):D:eek:
Pascal

buzzqw
16th August 2007, 02:03
@jmnk

buzzqw - isn't this a problem?
-----
14:14:59 movie = tfm(movie,d2v="C:\Videos\Walk_The_Line\temp\movie.d2v").tdecimate()
14:14:59 #resizestart
14:14:59
14:14:59 #test4
14:14:59
14:14:59 last = movie
14:14:59 #filter2start
14:14:59
14:14:59 #test5
14:14:59
14:14:59 RemoveGrain(mode=2)

that's correct. The use of last = movie is implicit that any filters below will be applyed to "last" source

if there isn't any filters below (no removegrain...) the script will be incorrect, BUT in that case automkv will automatically append a RETURN LAST for expliciting the returning source (that's is fixed in 0.89)

also, what is this for (highlighted part). Does it do anything?
14:14:59 function getOrder(clip c) {
14:14:59 order = GetParity(c) ? 1 : 0
14:14:59 Return order }
14:14:59 #filter1start

this fuction is an internal avisynth fuction used for knowing what order is used in source file, if Bottom frame field or Top frame field

the order is much important when dealing with interlaced source, otherwise is a harmless fuction


@delacroixp

thanks for your wise words :p :)

BHH

InorganicMatter
16th August 2007, 03:27
I think my English is correct.
Anyone feel any other corrections are needed?

Maybe:

In order to use the preview function, the ffmpegsource libraries must be copied into your System32 directory. Can I install the required libraries?

Sharktooth
16th August 2007, 03:49
or better:

... Do you want me to do that?

or

... Should I do that for you?

InorganicMatter
16th August 2007, 04:30
"Do you want me to do that?" sounds good.

jmnk
16th August 2007, 04:46
@jmnk



that's correct. The use of last = movie is implicit that any filters below will be applyed to "last" source

if there isn't any filters below (no removegrain...) the script will be incorrect, BUT in that case automkv will automatically append a RETURN LAST for expliciting the returning source (that's is fixed in 0.89)


BHH

oops (walking away in shame here) - you are completely right, that is a correct script....

Shark_jlc
16th August 2007, 15:59
"Do you want me to do that?" sounds good.

If you set the systems environment path, you don't have to copy anything anywhere and then worry about what to say. :/

buzzqw
16th August 2007, 16:17
@Shark_jlc

not sufficent, i already set path to \exe\encoder and \exe\besweet folder, but for preview/hgavs/qmtrim isn't sufficent

i will try tracking dependecies :)

EDIT: easy, done , i will do some test.. but seem that would be no more need to copy dll :)

BHH

Barleyman
16th August 2007, 19:35
Some questions about matrixes.. With xvid constant quality unlimited filesize you get the "Didees SixOfNine-HVS.cqm", which is apparently fine if you really want a good DVD-rip or somesuch.

However, since I'm encoding already crappy finnish DVB streams, I can even end up getting a BIGGER xvid on q=3 than what the original mpeg2 was.. (3.5 - 3Mbit TS)

I already dropped down to q=3.5 and 112kbit mp3, but I'm only saving about 33% on the original mpeg2 stream with the removegrain=2 ..

So to get bit more reasonable filesize, which matrix I should use?

Btw, how about giving us BITRATE on the xvid statistic window? :-)

buzzqw
16th August 2007, 19:55
@Barleyman

if your source are crappy you need a better grain removal

in order i will try

1) QMLF_3_motions
2) QMLF_7_motions
3) DeGrainMedian(limitY=7,limitUV=5,mode=2)

or, probably "the better" in advanced profiles editing mvdegrain2 (slow) or mvdenoise (faster)

about the bitrate... in 1 pass encoding is displayed.. i will display even in 2 pass...

So to get bit more reasonable filesize, which matrix I should use

i suggest jawor

BHH

Barleyman
16th August 2007, 20:31
if your source are crappy you need a better grain removal

Is that going to help with low-bitrate DVB? We get motion artifacts and nice macroblocks, not noise-noise.


about the bitrate... in 1 pass encoding is displayed.. i will display even in 2 pass...

So freshen my memory about 1-pass encoding, if I miss the size target by more than what's in the CRF box (3% by default), whole dang thing is going to be encoded again?

If I specify "NONE" as resize, constant quality will just adjust the quantizer etc factors?

i suggest jawor
BHH

I just spent about an hour digging at the matrix threads.. I didn't even find out what's the actual difference between HVS and "regular" didee's!

I *did* find out that didee is meant for "high" quality encodes and you should in fact use lower quantizer than you'd expect -> q=4 with didee is better than q=3 with some other matrix..

TheRyuu
16th August 2007, 20:44
Some questions about matrixes.. With xvid constant quality unlimited filesize you get the "Didees SixOfNine-HVS.cqm", which is apparently fine if you really want a good DVD-rip or somesuch.

However, since I'm encoding already crappy finnish DVB streams, I can even end up getting a BIGGER xvid on q=3 than what the original mpeg2 was.. (3.5 - 3Mbit TS)

I already dropped down to q=3.5 and 112kbit mp3, but I'm only saving about 33% on the original mpeg2 stream with the removegrain=2 ..

So to get bit more reasonable filesize, which matrix I should use?

Btw, how about giving us BITRATE on the xvid statistic window? :-)

IMO, the cqm you use depends on what your trying to encode, what result you want, and how you want it to look.

For Anime, the qm of choice is ALWAYS "NONE" (which default to h263). This is the best qm for anime hands down. Prevents blocking and produces a nice clean image IMO.

For other stuff, just try things out. :)
If you want a small file, try Sharktooths v3 LR (don't use URL, it has a problem were you get ringing on LCD's, I think)

If want to really cut down on the noise, use fft3dfilter().

Oh and don't forget to crop (get rid of the black stuff on the sides and top) and resize it to proper width and height (like 704x396 (use 704x400 for x264 to maintain MOD16, then mux with 16:9 AR) for 16:9, 640x480 for 4:3)

If your really trying to save space I suggest you use x264 as your encoder and nero aac for your audio with the HE profile.

buzzqw
16th August 2007, 21:46
@Barleyman (and jefrey since i haven't any answer...)

just yesterday.. but same pages ago of this thread i posted "beta" version for jefrey

http://www.64k.it/andres/data/a/AutoMKV089a.exe

NOTE: don't use this build for rip dvd or work with already ripped dvd (it's a interim build with dvddecrypter/pgcdemux support)

i added in this build dgdecode deblock.. if any usefull in advanced profiles editing, try with value of 4

So freshen my memory about 1-pass encoding, if I miss the size target by more than what's in the CRF box (3% by default), whole dang thing is going to be encoded again?

ehmm.. in CQ encoding is never displayed ... i mean 1 pass CBR, but are displayed the average quant :)

BHH

jefrey
16th August 2007, 22:48
sorry buzz, i still didnt have time to test your beta built.. will try do test it today or tomorrow, dvd rip? i only use mkv or ts files as source

Barleyman
16th August 2007, 23:02
Did some encoding testing..
source 704x576 PAL @ 25p 960MB

1-pass 1400kbit
- murders image quality - 500MB file
cq didees HVS q=3.5
- very nice image quality, but 766MB filesize
cq jawor q=3.5
- acceptable image quality, 447MB filesize (!)

Jawor was actually surprisingly close to didee in artifacts and preservation of detail in moving objects.. Of course if the original was not low bitrate garbage there might be more difference to be seen.

Should try didee at q=4 and jawor at q=3 to see what they do..

Barleyman
16th August 2007, 23:03
ehmm.. in CQ encoding is never displayed ... i mean 1 pass CBR, but are displayed the average quant :)

So calculate the bitrate or do somefink! At least xvid_encraw did show the bitrate during encoding..

buzzqw
17th August 2007, 15:19
done.... http://img404.imageshack.us/img404/7975/clipboard01ez0.png

BHH

DIEGO7-5
17th August 2007, 17:36
Well, i am truly amazed!

I get an autosize resolution of 758 (704 in final script) with:

DIEGO7-5_FFT3DGPU in HG AVS and Jaworīs 1CD quantization matrix!

XVID with mp3 audio, and final size of 175MB!!!
Source 4/3 interlaced/PAL, runtime 21 minutes

Two Pass insane profile with GMC and QPEL set to "False", packed bitstream and lumi masking set to "true".

buzzqw
17th August 2007, 17:58
:eek:

quality is more important!

glad you liked the results of your very good lvl and hg avs! :)

BHH

Barleyman
17th August 2007, 19:56
done....
BHH

Ha! You just did that to show off!

..

On compressibility tests ->

On that source Jawer q=3 increased size from 447MB to 473MB and not perceptible change in quality.

However, didee q3.5 -> q4 chopped filesize from 766MB to 591MB but it's still to my mind clearly superior quality WRT jawer. So far so good. :)

TheRyuu
18th August 2007, 06:27
AutoMKV is crashing.

No idea why.
I was encoding using my own avs file.
Maybe it's crashing because of my own avs, maybe it's crashing because of my own xvidcore.dll, maybe it's crashing because of the two textsub() things, maybe it's crashing because of MT mode....

I think I'm trying to use AutoMKV for something it might not have been designed for.

Funny this is if I just leave it be it'll finish the encode just fine only I have the "AutoMKV encountered a problem..." message on the screen the whole time.

Here is the avs:
#plugins
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\AddGrain.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\AGC.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\asharp.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\autocrop.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\autolevels.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\blockbuster.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\cnr2.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\ColorMatrix.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\Convolution3D.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\corrector.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\DctFilter.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\Decomb.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\Deen.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\degrainmedian.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\DenoiseSharpen.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\DGDecode.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\EEDI2.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\FFMpegSource.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\FFT3DFilter.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\FluxSmooth.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\frfun7.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\hqdn3d.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\LeakKernelDeint.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\MaskTools.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\medianblur.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\MipSmooth.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\MSharpen.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\MT.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\mt_masktools.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\mvtools.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\RemoveGrainSSE3.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\RepairSSE3.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\RSharpenSSE3.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\SangNom.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\SimpleResize.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\SSE3Tools.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\TBilateral.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\TDeint.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\TIVTC.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\TomsMoComp.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\TTempSmooth.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\UnDot.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\UnFilter.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\VSFilter.dll")
LoadPlugin("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\warpsharp.dll")

#Set stuff
SetMemoryMax(768)

#imports
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\HybridFuPP.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\LanczosPlus.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\Lem.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\MCBob_v03c.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\mvbob.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\QMlib.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\seesaw.avsi")
Import("C:\_Downloads\AutoMKV\AutoMKV089\exe\filter\spresso.avsi")

#source
AVISource("*.avi",audio=false) #edited

#resize
Spline36Resize(640,480)

#filters
MT("deblock().fft3dfilter()
LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)") #maybe it crashes because of MT?

textsub("*.ass") #edited, or maybe it crashes because of two textsubs()?
textsub("*.ass") #edited

Here is the log:
01:12:10 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
01:12:10 Selected Input file: C:\Sample.avs
01:12:10 Selected Output dir: C:\temp\
01:12:10 Selected Final Name:
01:12:10 Selected Container type: AVI
01:12:10 Selected Encoder: XviD
01:12:10 Selected Size: 150 / 1
01:12:10 Selected Profile: 2_Pass_Insane_Quality.xml
01:12:10 Selected Resizer: NONE / Original
01:12:10 Selected Filters: NONE
01:12:10 Selected Deinterlacer: NONE
01:12:10 Selected Field Order: AUTO
01:12:10 Enabled CRF/CQ AutoRes at 2.5 value
01:12:10 Track Language 1: C:\audio1.mp3
01:12:10 Audio Codec 1: Lame
01:12:10 Audio Quality 1: 192
01:12:10 Audio Channel 1: Stereo
01:12:10 Advanced Audio Settings DUMP Track 1
01:12:10 Movie title Name: Sample
01:12:10 Audio Track Language: und
01:12:10 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:12:10 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:12:10 Lame Settings: CBR
01:12:10 Audio Normalization: 1
01:12:10 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:12:10 Advanced Audio Settings DUMP Track 2
01:12:10 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:12:10 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:12:10 Lame Settings: ABR
01:12:10 Audio Normalization: 1
01:12:10 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:12:10
01:12:10 DelayCut CMD: C:\_Downloads\AutoMKV\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "C:\fixed1.mp3" "C:\audio1.mp3"
01:12:10 Encoding C:\fixed1.mp3 To Mp3 with 192 CBR Bitrate
01:12:41 Encoded 1' Audio Track: 6776581 bytes
01:12:56 Number of Frames: 8469
01:12:56 Framerate: 30.000000
01:12:56 Movie length in Seconds: 283
01:12:56 Movie Width/Height: 640/480
01:12:57 FIRST pass XviD: "C:\_Downloads\AutoMKV\AutoMKV089\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 4250 -turbo -threads 0 -progress -max_bframes 3 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -chigh 30 -clow 15 -nopacked -gmc -nochromame -bvhq -i "C:\movie.avs" -type 2 -avi "C:\movie.avi"
01:12:57 SECOND pass XviD: "C:\_Downloads\AutoMKV\AutoMKV089\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 4250 -threads 0 -progress -max_bframes 3 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -chigh 30 -clow 15 -nopacked -gmc -nochromame -bvhq -i "C:\movie.avs" -type 2 -avi "C:\movie.avi"
01:20:41 Starting Second Pass

I know it's not complete, it's not done encoding yet... :p
I edited it for content.

Oh, and since your probably gonna ask for it:
xvidfirstpass.bat:
"C:\_Downloads\AutoMKV\AutoMKV089\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 4250 -turbo -threads 0 -progress -max_bframes 3 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -chigh 30 -clow 15 -nopacked -gmc -nochromame -bvhq -i "C:\movie.avs" -type 2 -avi "C:\movie.avi"

Xvid Second pass.bat:
"C:\_Downloads\AutoMKV\AutoMKV089\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 4250 -threads 0 -progress -max_bframes 3 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -chigh 30 -clow 15 -nopacked -gmc -nochromame -bvhq -i "C:\movie.avs" -type 2 -avi "C:\movie.avi"

This was the movie.avs used (which calls on my avs above):
Import("C:\Sample.avs")
isRGB(last) ? ConvertToYV12(last,interlaced=true) : last
isYUY2(last) ? ConvertToYV12(last,interlaced=true) : last
return last


Sorry, I had to edit all of them to make sure certain "information" didn't get out... ;) (like C:\documents and settings\YOUR NAME HERE\, something along those lines) Just pretend there all perfect and work fine (since it did successfully finish the encode)

The same avs script when used with x264 will give an "avisynth exception" in red about half way through (it finishes, then I looked at the movie, and then half way through).
I'm currently encoding it to xvid and then re-encoding that movie to x264.

buzzqw
18th August 2007, 09:46
if encoding goes straight and finished ok ... could be something in automkv..

surely i don't know what happening but...

final name is blank ... ?

and is 30 fps correct ?

i will also try reomoving from \filter folder many of those .avsi, just to be sure isn't a problem of memory... automkv don't need so much memory.. but.. :confused:

BHH

Barleyman
18th August 2007, 12:23
For Anime, the qm of choice is ALWAYS "NONE" (which default to h263). This is the best qm for anime hands down. Prevents blocking and produces a nice clean image IMO.

A dumb question .. Does "NONE" matrix use h263 matrix with XVID also?

Barleyman
18th August 2007, 12:36
I edited the wiki a bit about the matrix discussion we've had here..

Are the matrixes for XVID also relevant for WMV/h264?

http://automkv.wiki-site.com/index.php/Help:Contents#Custom_Matrix

@buzzqw
Maybe also put the name of the file being encoded and possible queue x of z info there?

buzzqw
18th August 2007, 13:25
update the matrix section with h263 standard matrix

Maybe also put the name of the file being encoded and possible queue x of z info there

as already said i hate the queue sections... i cannot promise... ;)

BHH

tha_reaper
18th August 2007, 14:15
ok, ive got an anoying problem, and i dont know how to solve it:
when i encode with ND AAC, everytime he starts with encoding the audio, autoMKV checks the encode audio with Directshowsource box automaticly. Ive tried updating, but then its the same problem (only this time that box is called DSS x audio).
result is that the audio encoding fails, and i end up with no sound.
Ive tried deleting the settings file, but nothing helps

buzzqw
18th August 2007, 14:41
start deleting automkv.ini

what is your audio source ? if the audio is "embedded" in video (mkv,avi,mp4...) it will trigger the directshowsource BUT will not check it!

moreover: automkv first try with nicaudio plugin (on ac3/dts/mp3...) and if fail will switch to directshowsource

also.. a log could help

BHH

tha_reaper
18th August 2007, 14:48
automkv.ini deleting had no result.
source is DVD, i have this problem with all DVDs and thus im forced to encode all my audio with meGUI and force it in later with MKVmerge.

log shows some errors:

15:08:26 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:08:26 Selected Input file: E:\RIPPEN\BB\ep1\VTS_01_0.IFO
15:08:26 Selected Output dir: E:\RIPPEN\temp\
15:08:26 Selected Final Name: derain6 convo LSF 4 50 FLD
15:08:26 Selected Container type: MKV
15:08:26 Selected Encoder: X264
15:08:26 Selected Size: 350 / 1
15:08:26 Selected Profile: 2_Pass_Extreme_Quality.xml
15:08:26 Selected Resizer: Spline36Resize (neutral sharp) / Automatic
15:08:26 Selected Filters: derainbow(6).Convolution3d(preset="animeHQ").limitedsharpenfaster(strength=50, smode=4).fastlinedarkenMOD()
15:08:26 Selected Deinterlacer: AUTO
15:08:26 Selected Field Order: AUTO
15:08:26 Manual Crop: Enabled
15:08:26 Left Crop: 8
15:08:26 Top Crop: 0
15:08:26 Right Crop: 4
15:08:26 Botton Crop: 0
15:08:26 Manual Width: 720
15:08:26 Manual Height: 480
15:08:26 Track Language 1: Japanese (AC3 2ch, 0xBD 0x81) [0]
15:08:26 Audio Codec 1: Nero AAC
15:08:26 Audio Quality 1: 0.25
15:08:26 Audio Channel 1: Stereo
15:08:26 Track Language 2: English (AC3 2ch, 0xBD 0x80) [0]
15:08:26 Audio Codec 2: Nero AAC
15:08:26 Audio Quality 2: 0.25
15:08:26 Audio Chennel 2: Stereo
15:08:26 Advanced Audio Settings DUMP Track 1
15:08:26 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:08:26 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:08:26 Lame Settings: ABR
15:08:26 Audio Normalization: 1
15:08:26 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
15:08:26 Advanced Audio Settings DUMP Track 2
15:08:26 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:08:26 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:08:26 Lame Settings: ABR
15:08:26 Audio Normalization: 1
15:08:26 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
15:08:26 Selected 1' Sub tracks: RIP ALL SUBS
15:08:26
15:08:41 Starting SubRipping
15:09:48 Subtitle Size: 716800 bytes
15:09:48 Finished SubRipping
15:09:48 Starting Indexing
15:09:48 Dgindex CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=2,1 -YR=2 -AIF=[E:\RIPPEN\BB\ep1\VTS_01_1.vob] -OF=[E:\RIPPEN\temp\movie] -exit -minimize
15:11:37 Finished indexing
15:11:37 Starting fixing audio delay on track number 1
15:11:37 DelayCut CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\Delaycut.exe -auto -out "E:\RIPPEN\temp\fixed1.ac3" "E:\RIPPEN\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
15:11:37 Original 1 Audio Size: 40882461 bytes
15:11:41 Fixed 1' Audio Size: 40882176 bytes
15:11:41 Starting fixing audio delay on track number 2
15:11:41 DelayCut CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\Delaycut.exe -auto -out "E:\RIPPEN\temp\fixed1.ac3" "E:\RIPPEN\temp\movie T02 2_0ch 192Kbps DELAY 0ms.ac3"
15:11:41 Original 2 Audio Size: 40882461 bytes
15:11:45 Fixed 2' Audio Size: 40882176 bytes
15:11:45 Finished fixing audio delay
15:11:45 Encoding E:\RIPPEN\temp\fixed1.ac3 to NeroAAC with 0.25 quality
15:11:45 Unable to encode Audio, trying with DirectShowSource!
15:11:45 Encoding E:\RIPPEN\temp\fixed1.ac3 to NeroAAC with 0.25 quality
15:11:46 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
15:11:46 FFmpeg Encoding Audio: "E:\RIPPEN\AutoMKV084\exe\BeSweet\ffmpeg.exe" -vn -i "E:\RIPPEN\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "E:\RIPPEN\temp\audio.mp3"
15:12:21 Encoded 1' Audio Track: 4293120 bytes
15:12:21 Encoded 1' Audio Track: 4293120 bytes
15:12:21 Encoding E:\RIPPEN\temp\fixed2.ac3 to NeroAAC with 0.25 quality
15:12:21 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!


also: why cant i select an .mp4 file when i want to select external audio?

buzzqw
18th August 2007, 14:57
just a quick try ... as downmixing select Original since your files are already stereo

and about mp4.. i will look

BHH

TheRyuu
18th August 2007, 17:52
if encoding goes straight and finished ok ... could be something in automkv..

surely i don't know what happening but...

final name is blank ... ?

Like I said I had to edit some things out

and is 30 fps correct ?

Yes

i will also try reomoving from \filter folder many of those .avsi, just to be sure isn't a problem of memory... automkv don't need so much memory.. but.. :confused:

BHH

Eh, I got 2GB, might as well let avisynth use it all.

I'll try the same thing without my custom avs, and with a "default" build of automkv.

tha_reaper
18th August 2007, 18:03
just a quick try ... as downmixing select Original since your files are already stereo

and about mp4.. i will look

BHH

tried it... no luck

18:53:19 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:53:19 Selected Input file: E:\RIPPEN\BB\ep1\VTS_01_0.IFO
18:53:19 Selected Output dir: E:\RIPPEN\temp\
18:53:19 Selected Final Name: derain6 convo LSF 4 50 LDM
18:53:19 Selected Container type: MKV
18:53:19 Selected Encoder: X264
18:53:19 Selected Size: 310 / 1
18:53:19 Selected Profile: 2_Pass_Extreme_Quality.xml
18:53:19 Selected Resizer: Spline36Resize (neutral sharp) / Automatic
18:53:19 Selected Filters: derainbow(6).Convolution3d(preset="animeHQ").limitedsharpenfaster(strength=50, smode=4).fastlinedarkenMOD()
18:53:19 Selected Deinterlacer: Film
18:53:19 Selected Field Order: AUTO
18:53:19 Manual Crop: Enabled
18:53:19 Left Crop: 8
18:53:19 Top Crop: 0
18:53:19 Right Crop: 4
18:53:19 Botton Crop: 0
18:53:19 Manual Width: 720
18:53:19 Manual Height: 480
18:53:19 Track Language 1: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 1: Nero AAC
18:53:19 Audio Quality 1: 0.25
18:53:19 Audio Channel 1: Original
18:53:19 Track Language 2: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 2: Nero AAC
18:53:19 Audio Quality 2: 0.25
18:53:19 Audio Chennel 2: Original
18:53:19 Advanced Audio Settings DUMP Track 1
18:53:19 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:53:19 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:53:19 Lame Settings: ABR
18:53:19 Audio Normalization: 1
18:53:19 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:53:19 Advanced Audio Settings DUMP Track 2
18:53:19 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:53:19 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:53:19 Lame Settings: ABR
18:53:19 Audio Normalization: 1
18:53:19 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:53:19 Selected 1' Sub tracks: RIP ALL SUBS
18:53:19
18:53:19 Starting SubRipping
18:54:11 Subtitle Size: 716800 bytes
18:54:11 Finished SubRipping
18:54:11 Starting Indexing
18:54:11 Dgindex CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=2,2 -YR=2 -AIF=[E:\RIPPEN\BB\ep1\VTS_01_1.vob] -OF=[E:\RIPPEN\temp\movie] -exit -minimize
18:55:11 Finished indexing
18:55:11 Starting fixing audio delay on track number 1
18:55:11 DelayCut CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\Delaycut.exe -auto -out "E:\RIPPEN\temp\fixed1.ac3" "E:\RIPPEN\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
18:55:11 Original 1 Audio Size: 10510336 bytes
18:55:15 Fixed 1' Audio Size: 10093056 bytes
18:55:15 Starting fixing audio delay on track number 2
18:55:15 DelayCut CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\Delaycut.exe -auto -out "E:\RIPPEN\temp\fixed1.ac3" "E:\RIPPEN\temp\movie T02 2_0ch 192Kbps DELAY 0ms.ac3"
18:55:15 Original 2 Audio Size: 40882461 bytes
18:55:22 Fixed 2' Audio Size: 40882176 bytes
18:55:22 Finished fixing audio delay
18:55:23 Encoding E:\RIPPEN\temp\fixed1.ac3 to NeroAAC with 0.25 quality
18:55:23 Unable to encode Audio, trying with DirectShowSource!
18:55:23 Encoding E:\RIPPEN\temp\fixed1.ac3 to NeroAAC with 0.25 quality
18:55:23 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
18:55:23 FFmpeg Encoding Audio: "E:\RIPPEN\AutoMKV084\exe\BeSweet\ffmpeg.exe" -vn -i "E:\RIPPEN\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "E:\RIPPEN\temp\audio.mp3"
18:55:57 Encoded 1' Audio Track: 6728832 bytes
18:55:57 Encoded 1' Audio Track: 6728832 bytes
18:55:57 Encoding E:\RIPPEN\temp\fixed1.ac3 to NeroAAC with 0.25 quality
18:55:57 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!

buzzqw
18th August 2007, 19:00
open the mkvmaudio.avs in virtualdub , what is the error ?

also , edit the mkvmaudio.avs and change directshowsource to NicAC3Source("E:\RIPPEN\temp\fixed1.ac3") and reopen in virtualdub, any errors ?

BHH

TheRyuu
18th August 2007, 23:53
@tha_reaper
why are you encoding the same audio twice?
18:53:19 Track Language 1: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 1: Nero AAC
18:53:19 Audio Quality 1: 0.25
18:53:19 Audio Channel 1: Original
18:53:19 Track Language 2: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 2: Nero AAC
18:53:19 Audio Quality 2: 0.25
18:53:19 Audio Chennel 2: Original

jmnk
19th August 2007, 08:10
I have a bit of a problem using autoMKV on VISTA. It stops (not really crashing, just doesn't seem to be doing anything) when trying to convert ac3 audio file to wav (which happens when I encode to wmv). The window that is supposed to show progress of soundout pops out, but it just stays there with zero progress forever.
When I manually start virdualDub and load the very same avs file - soundout finishes converting to wav file. So I'm thinking there's something with permissions going on, maybe with the location of the where the wav file needs to be written to, or how virtualdub is called.
Anyone has similar problems?

buzzqw
19th August 2007, 09:00
@wizboy11
yep... good point... bu automkv allow to encode the same audio track 2 times

so i suppose there is something other

@jmnk
but it just stays there with zero progress forever.
forever ? remember that audio is normalized

however if manually launching manually virtualdubmod and loading the mkvmaudio.avs is working.. maybe something with permission

try to launch automkv with administrative rights

BHH

tha_reaper
19th August 2007, 09:26
@tha_reaper
why are you encoding the same audio twice?
18:53:19 Track Language 1: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 1: Nero AAC
18:53:19 Audio Quality 1: 0.25
18:53:19 Audio Channel 1: Original
18:53:19 Track Language 2: Japanese (AC3 2ch, 0xBD 0x81) [0]
18:53:19 Audio Codec 2: Nero AAC
18:53:19 Audio Quality 2: 0.25
18:53:19 Audio Chennel 2: Original

good question, although im damn certain that ive picked japanese for the first stream, and english for the second stream...

@buzzqw:
i will try that later today. i'll keep you informed

jmnk
19th August 2007, 19:07
@jmnk

forever ? remember that audio is normalized

however if manually launching manually virtualdubmod and loading the mkvmaudio.avs is working.. maybe something with permission

try to launch automkv with administrative rights

BHH
by "forever" I mean I waited for at least twice as long as it takes the soundout to do something on Windows XP (which it does, I have no issues on XP), or twice as long as it takes soundout to do something when I manually feed the appropriate avs into manually opened VirtualDub.
It's most likely nothing AukoMKV related - I think it is purely Vista permissions thingy.
Is there any way you can think of I could try to start encoding with some debugging parameters for avisynth, virtualDub, soundout, or all of the above? Maybe I could pinpoint what the problem is. It almost feels as if at some point Vista is waiting until I allow some process to start, or write to a file somewhere - but I never get the usual window popping out asking me if I want to allow to continue...

TheRyuu
19th August 2007, 19:33
Got an e-mail from someone using automkv (can't post yet because of 5 day waiting period) but anyway, anyone having trouble in vista?
It was directed towards me since he thought I used Vista (but I don't) but I'll post it here just as general information.

Hi!

I would post this in the forums, but it won't let me post until five days after I registered! I believe you are having the same problem I had. Are you running windows vista? Vista blocks buffer overruns (something these codecs do) without telling you. You need to disable the automatic protection. For instructions on how to do this go here:

http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing

There is another user posting about problems in vista. It might be nice to post this information in the forums for everyone to read.

Thanks, and I hope this helps!

buzzqw
19th August 2007, 19:46
@wizboy11

if this will solve issue with Vista , then is to report in wiki

@jmnk we are waiting for your news :)

BHH

delacroixp
19th August 2007, 22:21
@wizboy11

if this will solve issue with Vista , then is to report in wiki

@jmnk we are waiting for your news :)

I'm also eager to know since I'm using Vista and have had all kinds of 'issues'... but I haven't done any video encoding in months... but M4a music encoding with BeSweet/Belight works like a charm (well, except for batching, ie)...


:):D:eek:
Pascal

buzzqw
19th August 2007, 22:29
@delacroixp

you know that even automkv could be used for only audio trascoding ... or not ?

feed it your ac3/wav/mp3 AS first input type.. and select you audio codec configuration..

BHH

bisdelf
20th August 2007, 14:52
hello again :)

i was planning to do a rip, target dvd/3, two audio tracks one ac3 and one aac, x264+mkv, maintain the highest resolution possible (somewhat like a width of 720 or 704), maintain the highest detail. subtitles will also be included.

yeah, i know...i'm looking for perfection :p

i'm just asking you some advices to do a good job. the movie is full of action (actually it is SW ep 3).
so what could be some good starting points? like filters, resize (i was thinking about Splin36Resize,LanczosResize or LimitedSharpenFaster).

another thing i was thinking about.... if i have to use QMTrim and if yes...how?

thanks for the help and please be patient :rolleyes:

bisdelf

TheRyuu
20th August 2007, 16:42
hello again :)

i was planning to do a rip, target dvd/3, two audio tracks one ac3 and one aac, x264+mkv, maintain the highest resolution possible (somewhat like a width of 720 or 704), maintain the highest detail. subtitles will also be included.

yeah, i know...i'm looking for perfection :p

i'm just asking you some advices to do a good job. the movie is full of action (actually it is SW ep 3).
so what could be some good starting points? like filters, resize (i was thinking about Splin36Resize,LanczosResize or LimitedSharpenFaster).

another thing i was thinking about.... if i have to use QMTrim and if yes...how?

thanks for the help and please be patient :rolleyes:

bisdelf

You can use a resolution of 704x400, then mux at 16:9.
Or even go up to 848x480. I'd recommend you use Spline36Resize.

As for filters. How long do you want to wait to get the movie. I'd recommend fft3dfilter but it's slow as hell.
As for sharpening, Seesaw/LSF (limitedsharpenfaster) are probably the best choices. And to use it, just throw it in the filters line like so:
fft3dfilter().SeeSaw()
or
fft3dfilter().LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=4, strength=125, overshoot=1, undershoot=1)

But finding a script and settings that will work well for you and give you the desired results while keeping the movie of a high quality can be quite challenging sometimes. Play around with the different filters and quality settings in automkv and find out what you think of them.

And you shouldn't need QMTrim.

tha_reaper
20th August 2007, 16:42
open the mkvmaudio.avs in virtualdub , what is the error ?

also , edit the mkvmaudio.avs and change directshowsource to NicAC3Source("E:\RIPPEN\temp\fixed1.ac3") and reopen in virtualdub, any errors ?

BHH

i dont have any spare time on my hands, so i'll test for my problem thursday.

buzzqw
20th August 2007, 17:50
@bisdelf

if i have to use QMTrim and if yes...how
you are aiming at quality.. ok.. and the disk settings is good 1/3dvd...

but qmtrim could give a very good boost on compression...
i think you need a good averaging lvl script

you can go with Gauss_based_resized
C0 = HQDN3D(2,1,2.5,1.5).GaussResize(xxx,yyy,p=95)
C1 = HQDN3D(2.5,1.5,2.5,1.5).GaussResize(xxx,yyy,p=85)
C2 = HQDN3D(2.5,1.5,3,2).GaussResize(xxx,yyy,p=66)
C3 = HQDN3D(2.5,1.5,3.5,2.5).GaussResize(xxx,yyy,p=50)
C4 = HQDN3D(3,2,3.5,2.5).GaussResize(xxx,yyy,p=45)
C5 = HQDN3D(3.5,2.5,3.5,2.5).GaussResize(xxx,yyy,p=40)
C6 = HQDN3D(3.5,2.5,4,3).GaussResize(xxx,yyy,p=33)
C7 = HQDN3D(4,3,4,3).GaussResize(xxx,yyy,p=25)

or the Sharpner.lvl
C0 = UnFilter(25,25).LimitedSharpenFaster(smode=4,ss_x=1.75, ss_y=1.75, strength=175, overshoot=1,dest_x=xxx,dest_y=yyy)
C1 = UnFilter(23,23).LimitedSharpenFaster(smode=4,ss_x=1.65, ss_y=1.65, strength=160, overshoot=1,dest_x=xxx,dest_y=yyy)
C2 = UnFilter(20,20).LimitedSharpenFaster(smode=4,ss_x=1.60, ss_y=1.60, strength=150, overshoot=1,dest_x=xxx,dest_y=yyy)
C3 = UnFilter(18,18).LimitedSharpenFaster(smode=4,ss_x=1.55, ss_y=1.55, strength=140, overshoot=1,dest_x=xxx,dest_y=yyy)
C4 = UnFilter(15,15).LimitedSharpenFaster(smode=4,ss_x=1.50, ss_y=1.50, strength=130, overshoot=1,dest_x=xxx,dest_y=yyy)
C5 = UnFilter(12,12).LimitedSharpenFaster(smode=4,ss_x=1.45, ss_y=1.45, strength=120, overshoot=1,dest_x=xxx,dest_y=yyy)
C6 = UnFilter(10,10).LimitedSharpenFaster(smode=4,ss_x=1.40, ss_y=1.40, strength=110, overshoot=1,dest_x=xxx,dest_y=yyy)
C7 = UnFilter(8,8).LimitedSharpenFaster(smode=4,ss_x=1.35, ss_y=1.35, strength=100, overshoot=1,dest_x=xxx,dest_y=yyy)

make your choice! (i will start with gauss...)

BHH

wilburburns
20th August 2007, 18:04
@wilburburns

very well!

i hope good news :)

best regards

BHH

OK, I have finally finished a couple Videos.

The First was encoded with standard 2channel Audio and appears to have come out OK.

However, the Second was a commercial DVD with 6 channel Audio and it has shown to give many problems.

Problem 1: The Audio is extremely LOW... As in almost non-existent.

Problem 2: The Audio seems to drop completely after about the 10min mark in the Movie.

Here is my Log..

17:06:56 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:06:56 Selected Input file: C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\VTS_06_0.IFO
17:06:56 Selected Output dir: C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\
17:06:56 Selected Final Name: VIDEO_TS
17:06:56 Selected Container type: WMV
17:06:56 Selected Encoder: WMV
17:06:56 Selected Size: 1/3 DVD-R / 1
17:06:56 Selected Profile: 2_Pass_Balanced.xml
17:06:56 Selected Resizer: NONE / Original
17:06:56 Selected Filters: RemoveGrain(mode=2)
17:06:56 Selected Deinterlacer: AUTO
17:06:56 Selected Field Order: AUTO
17:06:56 NeroAACEnc.exe: not present
17:06:56 Enabled CRF/CQ AutoRes at 90 value
17:06:56 Using Queue: queue0.ini of 1 works
17:06:56 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
17:06:56 Audio Codec 1: WMV
17:06:56 Audio Quality 1: 192
17:06:56 Audio Channel 1: Original
17:06:56 Advanced Audio Settings DUMP Track 1
17:06:56 Audio Track Language: und
17:06:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:06:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:06:56 Lame Settings: ABR
17:06:56 Audio Normalization: 1
17:06:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:06:56 Advanced Audio Settings DUMP Track 2
17:06:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:06:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:06:56 Lame Settings: ABR
17:06:56 Audio Normalization: 1
17:06:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:06:56
17:06:56 Starting Indexing
17:06:56 Dgindex CMD: C:\Videos\AutoMKV089_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\VTS_06_1.vob] -OF=[C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie] -exit -minimize
17:09:14 Finished indexing
17:09:14 Starting fixing audio delay on track number 1
17:09:14 DelayCut CMD: C:\Videos\AutoMKV089_NORIP\exe\dgindex\Delaycut.exe -auto -out "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\fixed1.ac3" "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
17:09:14 Original 1 Audio Size: 456513792 bytes
17:09:32 Fixed 1' Audio Size: 456513792 bytes
17:09:32 Finished fixing audio delay
17:09:32 Encoding C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\fixed1.ac3 to WAV , as pre-process to WMV
17:16:42 Encoded 1' Audio Track: 400603204 bytes
17:16:42 ForceFilm Detected: 99.900002% FILM found
17:16:47 Number of Frames: 244316
17:16:47 Framerate: 29.970030
17:16:47 Movie length in Seconds: 8153
17:16:47 Movie Width/Height: 720/480
17:16:47 DgIndex AR: 4:3
17:24:49 Deinterlace Test: Processing completed. Type is determined to be film.
17:24:49 BFF: 26
17:24:49 TFF: 534
17:24:49 NOT Allow Hybrid Order/Pattern, set order to: TFF
17:24:49 WMV CMD: cscript.exe "C:\Videos\AutoMKV089_NORIP\exe\encoder\WMCmd.vbs" -input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.avs" -output "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.wmv" -v_codec WMV9 -v_mode 3 -v_bitrate 1273822 -s_config "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "VIDEO_TS" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.89" -a_setting 192_48_2_16
10:45:22 Only Movie Size: 1323670577 bytes
10:45:22 Final Muxed size: 1323670577 bytes
10:45:22 Encoding finished: 17:38:26 elapsed time
10:45:22 -----------------------------------------------------------------------
10:45:22 Script AutoCrop.log
10:45:22
10:45:22 Crop(4,0,712,480)
10:45:22 -----------------------------------------------------------------------
10:45:22 Script Resmovie.avs
10:45:22 -----------------------------------------------------------------------
10:45:22 Script movie.avs
10:45:22
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\AddGrain.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\autocrop.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\aWarpSharp(Pruned).dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\blockbuster.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\cnr2.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\ColorMatrix.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\Convolution3D.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\corrector.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\DctFilter.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\Decomb.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\Deen.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\degrainmedian.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\DGDecode.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\EEDI2.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\FFMpegSource.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\FFT3DFilter.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\FluxSmooth.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\frfun7.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\hqdn3d.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\LeakKernelDeint.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\MaskTools.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\medianblur.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\MipSmooth.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\MSharpen.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\mt_masktools.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\mvtools.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\NicAudio.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\RemoveGrainS.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\RepairS.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\SangNom.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\SimpleResize.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\SoundOut.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\TBilateral.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\TDeint.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\TIVTC.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\TomsMoComp.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\TTempSmooth.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\UnDot.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\UnFilter.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\VSFilter.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\warpsharp.dll")
10:45:22 #loadpluginstart
10:45:22
10:45:22 #test1
10:45:22
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\HybridFuPP.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\LanczosPlus.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\Lem.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\LimitedSharpenFaster.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\MCBob_v03c.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\mvbob.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\QMlib.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\seesaw.avsi")
10:45:22 Import("C:\Videos\AutoMKV089_NORIP\exe\filter\spresso.avsi")
10:45:22 #importstart
10:45:22
10:45:22 #test2
10:45:22
10:45:22 movie = mpeg2source("C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.d2v")
10:45:22 function getOrder(clip c) {
10:45:22 order = GetParity(c) ? 1 : 0
10:45:22 Return order }
10:45:22 #filter1start
10:45:22
10:45:22 #test3
10:45:22
10:45:22 movie = tfm(movie,d2v="C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.d2v").tdecimate()
10:45:22 #resizestart
10:45:22
10:45:22 #test4
10:45:22
10:45:22 last = movie
10:45:22 #filter2start
10:45:22
10:45:22 #test5
10:45:22
10:45:22 RemoveGrain(mode=2)
10:45:22 -----------------------------------------------------------------------
10:45:22 Script mkvmaudio.avs
10:45:22
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\NicAudio.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\SoundOut.dll")
10:45:22 LoadPlugin("C:\Videos\AutoMKV089_NORIP\exe\filter\FFmpegSource.dll")
10:45:22 NicAC3Source("C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\fixed1.ac3")
10:45:22 #Applying ORIGINAL downmixing routines
10:45:22
10:45:22 function addvideo(clip c) {
10:45:22 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
10:45:22 Return audiodub(last,c)
10:45:22 }
10:45:22 Normalize()
10:45:22 ConvertAudioTo16bit()
10:45:22 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
10:45:22 -----------------------------------------------------------------------
10:45:22 Script mkvmaudio.bat
10:45:22 -----------------------------------------------------------------------
10:45:22 Script mkvmaudio2.avs
10:45:22 -----------------------------------------------------------------------
10:45:22 Script mkvmaudio2.bat
10:45:22 -----------------------------------------------------------------------
10:45:22 Script wmv.log
10:45:22
10:45:22 Microsoft (R) Windows Media Encoder Command Line Script Utility
10:45:22 Copyright (C) Microsoft Corporation. All rights reserved.
10:45:22
10:45:22 Title: VIDEO_TS
10:45:22 Year: 2007
10:45:22 Copyright: Done with AutoMKV! 0.89
10:45:22
10:45:22 Warning: Encoder failed to retrieve duration attribute from source plug-in.
10:45:22 .
10:45:22 Source duration retrieved: 8151.977 seconds.
10:45:22
10:45:22 ======== Begin Pass1 ========
10:45:22
10:45:22
10:45:22 ======== Begin Pass2 ========
10:45:22
10:45:22
10:45:22 ======== Encoding Completed ========
10:45:22
10:45:22 Audio :
10:45:22 Codec: Windows Media Audio 10 Professional
10:45:22 Expected bit rate: 192000 bps
10:45:22 Average bit rate: 192000 bps
10:45:22 Expected sample rate: 5859
10:45:22 Average sample rate: 5859
10:45:22 Dropped byte count: 49152 bytes
10:45:22 Dropped sample rate: 12
10:45:22 Total bytes: 16670720 bytes
10:45:22
10:45:22 Video :
10:45:22 Codec: Windows Media Video 9
10:45:22 Expected bit rate: 1273822 bps
10:45:22 Average bit rate: 1273483 bps
10:45:22 Expected fps: 23.976
10:45:22 Dropped frame count: 0
10:45:22 Total coded frames: 195452
10:45:22 Average sample rate: 23.976
10:45:22 Dropped bytes: 0 bytes
10:45:22 Total bytes: 1297671156 bytes
10:45:22
10:45:22 Overall:
10:45:22 Encoding time: 62420 seconds
10:45:22 Average bit rate: 1465483 bps
10:45:22 File size: 1323670577 bytes
10:45:22 File duration: 8151.968 seconds
10:45:22
10:45:22 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


So far, my only testing for the Final WMV files has been on a couple of computers. However, I plan to eventually stream these to an XBOX for viewing. I will be test streaming these files in the next couple of days to see if anything is different.

BTW: I have not chosen any custom Configs. Just the Basic 2_Pass_Balanced.xml Profile. I want to get the basics working properly before I start tweaking my output.

Thanks Again,
Cliff

buzzqw
20th August 2007, 19:26
@wilburburns

The Audio is extremely LOW... As in almost non-existen

that's strange because audio was normalized!, please open the audio.wav in \temp folder (is near 4gb... 400603204 bytes) and listen.. is audio low ?

Problem 2: The Audio seems to drop completely after about the 10min mark in the Movie.

that's odd and bad... is the audio.wav "silent" after 10 minutes ?

i will ask Zambelli.. but i need more info

thanks!

BHH

wilburburns
20th August 2007, 20:03
@wilburburns



that's strange because audio was normalized!, please open the audio.wav in \temp folder (is near 4gb... 400603204 bytes) and listen.. is audio low ?



that's odd and bad... is the audio.wav "silent" after 10 minutes ?

i will ask Zambelli.. but i need more info

thanks!

BHH

OK, Windows Media Player reports that Audio.Wav has a total length of 11:35.

Additionally, the Encoded .WMV Has a noticeably lower Audio volume than the Audio.WAV file in the Temp Folder.

What other information do you need?

Thanks
Cliff

buzzqw
20th August 2007, 21:38
ok, have you installed ffdshow?

could be some problem in decoding...

install latest ffdshow (look at first post) and re-launch movie_wmv.bat from \temp folder ... and wait

BHH

wilburburns
20th August 2007, 22:08
ok, have you installed ffdshow?

could be some problem in decoding...

install latest ffdshow (look at first post) and re-launch movie_wmv.bat from \temp folder ... and wait

BHH
I will reinstall ffdshow, but I believe I already have the same version which is linked in the first thread.

Do I need to custom configure the install, or should the default settings work?

Cliff

buzzqw
20th August 2007, 22:53
default settings should be ok


just to be save ... check reset default on install and make sure the mixer isn't active

BHH

tamahome
21st August 2007, 13:41
Would be you he possible to make a profile Xvid compatible divx (type profile home theatre DXN) for dvd player certified Divx?

jellyfish2002
21st August 2007, 15:07
Can someone provide a newbie guide on converting DVD Backup to MP4 (X.264), till now I have no luck on getting it to work.

buzzqw
21st August 2007, 15:15
@tamahome
have you ever tryed the XviD Sap profile ?

should be compatible with most SAP

@jellyfish2002
rip your dvd with ripit4me
then launch automkv, on input select one ifo (not important what ifo)
let's automkv parse the main ifo and select audio track
select container, video codec, video profile, audio codec and bitrate, select disk settings

click start

BHH

wilburburns
21st August 2007, 21:52
default settings should be ok


just to be save ... check reset default on install and make sure the mixer isn't active

BHH
OK, I reinstalled FFDshow with Default Settings and ran movie_wmv.bat.

The only change I see is that it took much longer to finish encoding.

Still just 11:35 of Audio which is very low.

I really need to find some smaller files to test with.. Do you have any recommendations for this, or is it possible to just use a single chapter instead of the whole DVD?

Cliff

buzzqw
21st August 2007, 22:38
@wilburburns

one more try please

open the movie_wmv.bat

and where is written "-a_input audio.wav" changed it to "-a_input fixed1.ac3"

save and retry

please try this last one. thanks!

BHH

wilburburns
21st August 2007, 22:57
@wilburburns

one more try please

open the movie_wmv.bat

and where is written "-a_input audio.wav" changed it to "-a_input fixed1.ac3"

save and retry

please try this last one. thanks!

BHH

OK, When I edit the following
FROM
-a_input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\audio.wav"

TO
-a_input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\fixed1.ac3"

I recieve a Windows Console based Script Error.... And it won't run..

Here is the Original movie_wmv.bat file..
cscript.exe "C:\Videos\AutoMKV089_NORIP\exe\encoder\WMCmd.vbs" -input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.avs" -output "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\movie.wmv" -v_codec WMV9 -v_mode 0 -v_bitrate 1273822 -s_config "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 1 -v_lookahead 4 -v_mbmodecost 0 -v_mmatch 0 -v_mslevel 1 -v_msrange 1 -v_mvcost 0 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_input "C:\Videos\Walk_The_Line\temp\DVD\VIDEO_TS\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "WalkTheLine" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.89" -a_setting 192_48_2_16


BTW: I don't mind trying anything, just keep in mind that it's taking nearly a full day to finish encoding.

Cliff

gokushon
21st August 2007, 23:39
Hi,

There is a new release of Mediainfo that shall correct crashes caused reading malformed IFO (i.e. from some well know recode utilities). I downloaded the CLI from the webpage, installed it inside \exe\Encoder and now the automatic resize procedures, as well as the manual resize work again.

Hope this helps some people with similar problems.

Regards

TheRyuu
22nd August 2007, 01:25
@buzzqw
Why are both the xvid 2 pass insane quality and 2 pass extra slow both have the same name of "xvid 2 pass extra slow" when you go into advanced settings (did you modify it?)

The only real difference I could tell was that max b-frames was increased to 3.

jmnk
22nd August 2007, 04:43
I really need to find some smaller files to test with.. Do you have any recommendations for this, or is it possible to just use a single chapter instead of the whole DVD?

Cliff
make yourself familiar with dgindex program (that's what AukoMKV is using to index dvd vob files). So feed vob into dgindex manually, move the slider to whatever position, click on 'in mark', move the slider to the right, click 'out' mark - you will have some part of the vob selected. Than just save project - and you will have as big or as small index file as you wish. Using that you can try all sorts of things (as in encoding options, troubleshooting, etc) in about 5 minutes.

jmnk
22nd August 2007, 04:45
@wilburburns

one more try please

open the movie_wmv.bat

and where is written "-a_input audio.wav" changed it to "-a_input fixed1.ac3"

save and retry

please try this last one. thanks!

BHH
that should --not-- work (and it looks like indeed does not work). Zambelli's tool requires that audio input is in wav format (unless you are saying that for whatever reason fixed1.ac3 file is actually wav file - but that is not the case, is it?).

TheRyuu
22nd August 2007, 05:53
@wilburburns
I think the error has to do with it pre-processing it to wav format.

First, reinstall avisynth and reinstall ffdshow (which you might have already done), just reinstall them both (and get the latest ffdshow revision and make sure you using a fresh copy of automkv that nothing has been changed in.

Force DirectShowSource for the audio (in advanced settings) and select "stereo" as your downmixing routine, then encode away (on a shorter sample, but long enough to see if the error is still there).

buzzqw
22nd August 2007, 07:19
@gokushon
thanks for the update!

@wilburburns @wizboy11 @jmnk

stereo encoding is working, is feeding 5.1wav file that is broken, don't know if due to size of wav (for a 2 hour movie the wav file can reach the 4gb)

jmnk suggestion is interesting... try splitting your movie in 2 piece, using dgindex as cutter save your first half project (and first half audio), then save the second half

launch automkv and feed as input the first half d2v and the corrispendenting audio file

@ @wizboy11
Why are both the xvid 2 pass insane quality and 2 pass extra slow both have the same name of "xvid 2 pass extra slow" when you go into advanced settings (did you modify it?)
typos ...
but the difference are for Insane Profile
+1 bframes (2 on extreme)
BquantRatio 150 (162 on extreme)
GMC (false on extreme)
No matrix (Sharktooth's EQM v3LR.cqm on extreme)

if you want suggest some change in profile... tellme :)

BHH

gokushon
22nd August 2007, 12:07
@gokushon

First of all Welcome to the Forum!

is the dvd preprocessed in some way ? like stripping audio... ?

when you open the ifo, the "Espanol 3 (0xBD 0x2C) [0] wide" is effectively the FOURTH language in list ? and not the second ?

AND



have you installed all software required ???

keep me informed!



Buzzqw sorry for the delay replying you... I didn't check the forum for some days...

I have everything working properly... The problem is that espanol is the 4th track in the IFO, or the 3rd in many cases. That's how some tools seem to work. They just strip the unselected audio tracks, but keep the order, ie:

1 – English [0x80]
2 - Italian -> stripped by the tools [0x81]
3 – Spanish [0x82]

Sooo the problem is that AutoMKV see the correct number in the Basic settings, but then the DGINDEX command generated assumes that second track is the one I want to extract, whereas is the third.

To correct this I normally pause DGINDEX, copy the command AutoMKV has generated, modifying "-T", extract the correct audio streams, change the name (i.e from T03 to T02) and let everything works by itself.

I guess this is a small bug indexing the track number…
Hope this helps… and again accept my apologies for the delay replying you..

Regards.

bisdelf
22nd August 2007, 12:29
you can go with Gauss_based_resized
C0 = HQDN3D(2,1,2.5,1.5).GaussResize(xxx,yyy,p=95)
C1 = HQDN3D(2.5,1.5,2.5,1.5).GaussResize(xxx,yyy,p=85)
C2 = HQDN3D(2.5,1.5,3,2).GaussResize(xxx,yyy,p=66)
C3 = HQDN3D(2.5,1.5,3.5,2.5).GaussResize(xxx,yyy,p=50)
C4 = HQDN3D(3,2,3.5,2.5).GaussResize(xxx,yyy,p=45)
C5 = HQDN3D(3.5,2.5,3.5,2.5).GaussResize(xxx,yyy,p=40)
C6 = HQDN3D(3.5,2.5,4,3).GaussResize(xxx,yyy,p=33)
C7 = HQDN3D(4,3,4,3).GaussResize(xxx,yyy,p=25)



ok, let's see if i'm doing all steps right:

-decrypt dvd (dvddecrypter) mode IFO, 1 vob file, add stream informations, add ogg chapters informations, select the video, select the 2 audio tracks, select the subtitles normal caption wide.

-open dgindex, perform the d2v file, demux all tracks. ok

-open Automkv, select the vob, select first audio, select second audio.

-first audio track copy original, second audio track AAC-original-0,65

-Subtitles 1: Rip all subs

-profile HQ-Slower, 1/3 dvd

-Advanced Profile Settings: "enable QMTrim", -u 15, -c 5, Thres. AUTO, Script "gaus based resize", (**Enable full compress test** should i???)

If i enable QMTrim a popup appears to tell me that some basic panel function will be deactivated....ok....

-basic settings: resize filter NONE, Resolution?????

-What about CUSTOM MATRIX???

am i doing right???:confused:

buzzqw
22nd August 2007, 13:04
@gokushon @bisdelf

no problem at all!

the audio ripping works propely is vobs arent' preprocessed... no audio should be removed or renamed... or dgindex fails
Hope this helps
this help a lot... but the problem is that dgindex doesn't rip audio by language... or (for vob inputs) by code as 0x82 ... but rip only by number of present language in vobs..

so in this example

1 – English [0x80]
2 - Italian -> stripped by the tools [0x81]
3 – Spanish [0x82]

the Spanish language is second as present in vob BUT third for ifo parsing... and i got the numbering of language (1 english, 2 italian, 3 spanish) reading the ifo..

If your tool updates the IFO too and set Spanish as 0x81 ... no problem.. otherwise the stripping of the second language cause indexing problems (or select the italian language... as second track it will be indexed the Spanish...)

@bisdelf

**Enable full compress test** should i???
if you have a lot of time check it
basic settings: resize filter NONE, Resolution?????
filters are in LVL and resolution is automatic on compression test, so leave resizer to sipleresize and width to automatic

What about CUSTOM MATRIX???
start without using it

BHH

GMH
22nd August 2007, 14:51
Hi all,

I've got v67 running just fine on my desktop PC, but going on the road for a fortnight sees me putting it on a laptop for putting any new stuff I might get in my tavels onto my Zune.

Having downloaded v89 (always best to go with the latest, right ?) and the additional files listed below it under the big warning, I'm not getting a lot of joy. The DVD decrypts as I have seen on my desktop, a little processing takes place to do with indexing, some audio files are generated and then the temporary files are deleted with nothing coming out in the way of video. OK, I thought, something missing or a bad setting, what happens if I copy across everything in my AutoMKV folder from the desktop to the laptop... ?

Exactly the same.

So the laptop has got to have something missing on it (I guess) that means the video isn't being converted. Now I installed the big codec pack as mentioned in the render / playback details and tried again, no luck. I did notice in the log that there are mentions to scripts that do not seem to run and I cannot find said scripts in the AutoMKV folder. Is this part of the problem, I wonder ?

Anyway, here is a copy of the log... any advice would be gratefully received (if it's a matter of following some instruction already listed in this thread, please prompt with a page number or search string... I don't mind doing some reading but this thread is HUGE !!).

13:38:14 0.67 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
13:38:14 Selected Input file: Click on INPUT for choosing FILE to ENCODE
13:38:14 Selected Output dir: F:\temp\
13:38:14 Selected Final Name: WOTA
13:38:14 Selected Container type: WMV
13:38:14 Selected Encoder: WMV
13:38:14 Selected Size: 1/4 CD
13:38:14 Selected Slice: 1
13:38:14 Selected Profile: Zune_1_Pass.xml
13:38:14 Selected Width: 320
13:38:14 Selected Resizer: SimpleResize (neutral soft)
13:38:14 Selected Filters: NONE
13:38:14 Selected Deinterlacer: AUTO
13:38:14 NeroAACEnc.exe: not present
13:38:14 Enabled CRF/CQ AutoRes at 90 value
13:38:14 Enabled Bitrate encoding with value 500
13:38:14 Track Language 1: ??? (AC3 2ch, 0xBD 0x80) [0,1]
13:38:14 Audio Codec 1: WMV
13:38:14 Audio Quality 1: 96
13:38:14 Advanced Audio Settings DUMP Track 1:
13:38:14 Audio Track Language:
13:38:14 Audio Track Name:
13:38:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:38:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:38:14 Lame Settings: ABR
13:38:14 Audio Normalization: 1
13:38:14 Frequency: AUTO --- Tempo : NONE
13:38:14 Pitch: NONE --- Other Add :
13:38:14 Advanced Audio Settings DUMP Track 2:
13:38:14 Audio Track Language:
13:38:14 Audio Track Name:
13:38:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:38:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:38:14 Lame Settings: ABR
13:38:14 Audio Normalization: 1
13:38:14 Frequency: AUTO --- Tempo : NONE
13:38:14 Pitch: NONE --- Other Add :
13:38:14 Selected 1' Sub tracks: NONE
13:38:14 Selected 2' Sub tracks: NONE
13:38:14
13:38:14 Starting ripping from D:\VIDEO_TS\ to F:\temp\
13:47:39 Finished Ripping
13:47:39 Starting Indexing
13:47:39 Dgindex CMD: C:\Program Files\Old AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[F:\temp\dvd\video_ts\VTS_01_1.vob] -OF=[F:\temp\movie] -exit -minimize
13:50:18 Finished indexing
13:50:18 Starting fixing audio delay on track number 1
13:50:18 DelayCut CMD: C:\Program Files\Old AutoMKV\exe\dgindex\Delaycut.exe -auto -out "F:\temp\fixed1.ac3" "F:\temp\movie T01 2_0ch 224Kbps DELAY 0ms.ac3"
13:50:39 Original 1' Audio Size: 139552000 bytes
13:50:39 Finished fixing audio delay
13:50:46 Number of Frames: 124593
13:50:46 Framerate: 25.000000
13:50:46 Movie lenght in Seconds: 4984
13:50:46 Movie Width: 720
13:50:46 Movie Height: 576
13:52:01 Processing completed. Type is determined to be progressive.
13:52:02 Order: unk
13:52:02 WMV CMD: cscript.exe "C:\Program Files\Old AutoMKV\exe\encoder\WMCmd.vbs" -input "F:\temp\movie.avs" -output "F:\temp\movie.wmv" -v_codec WMV8 -v_mode 0 -v_bitrate 404000 -s_config "F:\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 0 -v_mslevel 1 -v_msrange 0 -v_mvcost 0 -v_peakbitrate 1500000 -v_bdeltaqp 1 -a_codec WMASTD -a_mode 0 -copyright "Done with AutoMKV!" -a_setting 96_44_2
13:52:05 Final Muxed size: -1 bytes
13:52:05 Encoding finished: 00:13:51 elapsed time
13:52:05 -----------------------------------------------------------------------
13:52:05 Script AutoCrop.log
13:52:05
13:52:05 Crop(12,12,696,552)
13:52:05 -----------------------------------------------------------------------
13:52:05 Script Resmovie.avs
13:52:05
13:52:05 -----------------------------------------------------------------------
13:52:05 Script movie.avs
13:52:05
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\autocrop.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\blockbuster.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\cnr2.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\ColorMatrix.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\Convolution3D.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\corrector.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\DctFilter.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\Decomb.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\Deen.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\degrainmedian.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\DGDecode.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\EEDI2.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\fft3dfilter.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\FluxSmooth.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\frfun7.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\hqdn3d.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\LeakKernelDeint.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\MaskTools.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\medianblur.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\MipSmooth.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\mt_masktools.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\mvtools.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\NicAudio.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\RemoveGrain.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\Repair.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\SangNom.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\SimpleResize.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\TBilateral.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\TDeint.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\TIVTC.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\TomsMoComp.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\TTempSmooth.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\UnDot.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\UnFilter.dll")
13:52:05 LoadPlugin("C:\Program Files\Old AutoMKV\exe\filter\VSFilter.dll")
13:52:05 #loadpluginstart
13:52:05
13:52:05 #test1
13:52:05
13:52:05 Import("C:\Program Files\Old AutoMKV\exe\filter\MCBob_v03c.avsi")
13:52:05 Import("C:\Program Files\Old AutoMKV\exe\filter\mvbob.avsi")
13:52:05 Import("C:\Program Files\Old AutoMKV\exe\filter\QMF.avsi")
13:52:05 Import("C:\Program Files\Old AutoMKV\exe\filter\seesaw.avsi")
13:52:05 Import("C:\Program Files\Old AutoMKV\exe\filter\spresso.avsi")
13:52:05 #importstart
13:52:05
13:52:05 #test2
13:52:05
13:52:05 movie = mpeg2source("F:\temp\movie.d2v")
13:52:05 audio = NicAC3Source("F:\temp\fixed1.ac3",2)
13:52:05 function getOrder(clip c) {
13:52:05 order = GetParity(c) ? 1 : 0
13:52:05 Return order }
13:52:05 #filter1start
13:52:05
13:52:05 #test3
13:52:05
13:52:05 #cropstart
13:52:05
13:52:05 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
13:52:05 fixed_aspect = 1.422222
13:52:05 c_width = width(cropclip)
13:52:05 c_height = Round(height(cropclip) / fixed_aspect)
13:52:05 input_par = float(float(c_width)/float(c_height))
13:52:05 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
13:52:05 out_width = 320
13:52:05 out_height = Round(float(out_width) / input_par)
13:52:05 hmod = out_height - (floor(out_height / 16 ) * 16)
13:52:05 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
13:52:05 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
13:52:05 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
13:52:05
13:52:05 #resizestart
13:52:05
13:52:05 #test4
13:52:05
13:52:05 SimpleResize(out_width,out_height)
13:52:05 #filter2start
13:52:05
13:52:05 #test5
13:52:05
13:52:05 audio=EnsureVBRMP3Sync(audio)
13:52:05 audio=ConvertAudioToFloat(audio)
13:52:05 audiodub(audio,last)
13:52:05 -----------------------------------------------------------------------
13:52:05 Script mkvmaudio.avs
13:52:05
13:52:05 -----------------------------------------------------------------------
13:52:05 Script mkvmaudio.bat
13:52:06
13:52:06 -----------------------------------------------------------------------
13:52:06 Script mkvmaudio2.avs
13:52:06
13:52:06 -----------------------------------------------------------------------
13:52:06 Script mkvmaudio2.bat
13:52:06
13:52:06
13:52:06 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


Goes a bit quiet at the end, doesn't it... ? :)

Thanks.

gokushon
22nd August 2007, 15:28
Hi buzzqw and others,

Recently I bought a TVIX M-5100SH, which now supports MKV, and I’m trying to convert all my movies to H.264/MKV to save space on my NAS. I have several options to encode and I would like to know your opinion of which one is the best.
In all the cases I’m encoding a standard PAL DVD 720p with AR 16:9 using X.264 with CRF presetting and Removegrain(3):

1- I use “Enable Manual Crop and Resize” to eliminate the black bands, and set “encode to non-Anamorph” and “Resize Filter” to “NONE”. The expected Resize value which gives AutoMKV is 1072x576 (with a very small error in AR).

Now I encode, which takes 4,5h, and the AR of the MKV is fine, but the size MP4 is 720x552. In this case, the TVIX play the file with wrong AR,probably because it doesn’t detect the DAR in the MKV (VLC just plays it fine). Apparently it only takes into account the “real” MP4 size. Anyway I can use the zoom button to correct this issue.

2- I follow the same procedure of 1, but force Lanczosresize to 1072x576. Now the encode takes 8,5h and the file size is much bigger (obviously), but the MP4 has the correct size and I can play it perfectly in the TVIX.

3-The last option is 1 but using Anamorphic encode. In this case I have the same problem I described in 1 playing it in the TVIX.

My question is: based in your experience, which one of these methods do you recommend to use? If you recommend 1 should I use “Keep ITU R-BT.601-4” or not?
Please note also that the TVIX doesn’t detect PAR. I have done dozens of tests with that.

Thank you very much in advanced. Any comment from you side or any other guys will be appreciated.
Regards

TheRyuu
22nd August 2007, 17:44
@wizboy11

typos ...
but the difference are for Insane Profile
+1 bframes (2 on extreme)
BquantRatio 150 (162 on extreme)
GMC (false on extreme)
No matrix (Sharktooth's EQM v3LR.cqm on extreme)

if you want suggest some change in profile... tellme :)

BHH

No, I was just wondering. I gather the extra b-frame adds compression, as do the other options.
Sometimes I shoot for good quality, and sometimes I shoot for better compression. Just wondering if the options give some extra compression.

I've started to use megui for my encodes (sorry) and was just wondering what the differences was since it wouldn't load your insane profile (I created it manually in megui).

buzzqw
22nd August 2007, 19:57
@GMH

in your log all is perfect BUT encoding.

Avisynth is installed, xvid is installed BUT wmencoder is failing

i suggest to reinstall wmdist11.exe or use the WMV tester linked at first post

@gokushon

i will go with 1 option
fist of all selecting 2 you will do an upscale.
Please note also that the TVIX doesn’t detect PAR the 3 option will be ok if your player got an update...

If you recommend 1 should I use “Keep ITU R-BT.601-4” or not?
most of time is to chek. The standard dvd should always be encoded in ITU 601... but the Preview Resized is here for check :)

BHH

gokushon
22nd August 2007, 23:31
@gokushon

i will go with 1 option
fist of all selecting 2 you will do an upscale.
the 3 option will be ok if your player got an update...


most of time is to chek. The standard dvd should always be encoded in ITU 601... but the Preview Resized is here for check :)

BHH

Buzzqw,

Thank you for your comments... You've clarify me a lot. Altough I am reading... this is new world for me.
Regards

jellyfish2002
23rd August 2007, 13:03
@jellyfish2002
rip your dvd with ripit4me
then launch automkv, on input select one ifo (not important what ifo)
let's automkv parse the main ifo and select audio track
select container, video codec, video profile, audio codec and bitrate, select disk settings

click start

BHH

Okie I finally managed to get a working video. It's encoded with x.264, mp4 as container. Audio is encoded using NeroAAC.

BUT the video file has no audio, the audio is in another file.
:stupid:. Where did I go wrong?

GMH
23rd August 2007, 13:37
@GMH

in your log all is perfect BUT encoding.

Avisynth is installed, xvid is installed BUT wmencoder is failing

i suggest to reinstall wmdist11.exe or use the WMV tester linked at first post


Thank you for the prompt response - all seems to be well now. :thanks:

buzzqw
23rd August 2007, 14:43
@jellyfish2002

in destination folder you should have the muxed audio oand video... only in \temp directory you will found audio and video separated

look at log... what's saying about muxing ?

@GMH
:goodpost:

glad to help

BHH

delacroixp
23rd August 2007, 15:03
I batched the first 3 episodes of Life in the Undergrowth (http://www.bbc.co.uk/sn/tvradio/programmes/lifeintheundergrowth/) last night... but while all went well... no output file was created...

I did my usual trick of over-sampling or upscaling a 720x576 (16:9) PAL anamorphic movie to 1280x720 @ Q22...
I included the single audio and subtitle track which transcoded perfectly...
For a change I chose the MP4 container instead of MKV since I'm using the PC and Zoom player for playback...

When all the jobs were done I managed to salvage the 3rd episode by running muxing.bat and the resultant movie was quite spectacular and beautifull... coming
in at 40% of the orginal VOB...


22:42:21 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:42:21 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
22:42:21 Selected Output dir: I:\Encoding\temp\
22:42:21 Selected Final Name: 1) Invasion of the Land
22:42:21 Selected Container type: MP4
22:42:21 Selected Encoder: X264
22:42:21 Selected Size: 1 CD / 1
22:42:21 Selected Profile: Constant_Quality.xml
22:42:21 Selected Resizer: Lanczosmtplus / Automatic
22:42:21 Selected Filters: NONE
22:42:21 Selected Deinterlacer: AUTO
22:42:21 Selected Field Order: AUTO
22:42:21 Manual Crop: Enabled
22:42:21 Left Crop: 0
22:42:21 Top Crop: 0
22:42:21 Right Crop: 0
22:42:21 Botton Crop: 0
22:42:21 Manual Width: 1280
22:42:21 Manual Height: 720
22:42:21 Enabled Constant Quality With Unlimited Size (Q 22)
22:42:21 Using Queue: queue0.ini of 3 works
22:42:21 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1,2,3]
22:42:21 Audio Codec 1: Nero AAC
22:42:21 Audio Quality 1: 0.50
22:42:21 Audio Channel 1: Stereo
22:42:21 Advanced Audio Settings DUMP Track 1
22:42:21 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:42:21 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:42:21 Lame Settings: ABR
22:42:21 Audio Normalization: 1
22:42:21 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:42:21 Advanced Audio Settings DUMP Track 2
22:42:21 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:42:21 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:42:21 Lame Settings: ABR
22:42:21 Audio Normalization: 1
22:42:21 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:42:21 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1,2,3] wide
22:42:21 Selected Unlimited media size
22:42:21 Starting SubRipping
22:43:42 Subtitle Size: 2365440 bytes
22:43:42 Finished SubRipping
22:43:42 Activate PGC processing: PGC 2 [0:49:29:12]
22:50:59 Starting Indexing
22:50:59 Dgindex CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[I:\Encoding\temp\movie] -OF=[I:\Encoding\temp\movie.vob] -exit -minimize
22:51:56 Finished indexing
22:51:56 Starting fixing audio delay on track number 1
22:51:56 DelayCut CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "I:\Encoding\temp\fixed1.ac3" "I:\Encoding\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
22:51:56 Original 1 Audio Size: 71251200 bytes
22:52:01 Fixed 1' Audio Size: 71251200 bytes
22:52:01 Finished fixing audio delay
22:52:01 Encoding I:\Encoding\temp\fixed1.ac3 to NeroAAC with 0.50 quality
22:56:05 Encoded 1' Audio Track: 61850452 bytes
22:56:08 Number of Frames: 74226
22:56:08 Framerate: 25.000000
22:56:08 Movie length in Seconds: 2970
22:56:08 Movie Width/Height: 720/576
22:56:08 DgIndex AR: 16:9
22:56:59 Deinterlace Test: Processing completed. Type is determined to be progressive.
22:56:59 Starting X264
22:56:59 CRF encoding X264: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
03:11:09 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
03:11:09 Got a file of size: 1071257341 bytes + audio size 61854656 bytes (1134294656)
03:11:09 Only Movie Size: 1071257341 bytes
03:11:09 "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\matroska\MP4Box.exe" -add "I:\Encoding\temp\movie.mp4":par=1.777778 -chap "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\chapters.txt" -add "I:\Encoding\temp\audio.mp4:lang=eng" -add "I:\Encoding\temp\1) Invasion of the Land.idx#1" -fps 25.000000 -new "I:\Encoding\temp\1) Invasion of the Land_full.mp4"
03:11:24 Final Muxed size: -1 bytes
03:11:24 Encoding finished: 04:14:25 elapsed time
03:11:24 -----------------------------------------------------------------------
03:11:24 Script AutoCrop.log
03:11:24 -----------------------------------------------------------------------
03:11:24 Script Resmovie.avs
03:11:24 -----------------------------------------------------------------------
03:11:24 Script movie.avs
03:11:24
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\AddGrain.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\autocrop.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\blockbuster.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\cnr2.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\ColorMatrix.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Convolution3D.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\corrector.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DctFilter.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Decomb.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Deen.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\degrainmedian.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DGDecode.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\EEDI2.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFMpegSource.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFT3DFilter.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FluxSmooth.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\frfun7.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\hqdn3d.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LeakKernelDeint.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MaskTools.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\medianblur.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MipSmooth.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MSharpen.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mt_masktools.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvtools.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RepairSSE2.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RSharpenSSE2.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SangNom.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SimpleResize.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TBilateral.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TDeint.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TIVTC.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TomsMoComp.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TTempSmooth.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnDot.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnFilter.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\VSFilter.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\warpsharp.dll")
03:11:24 #loadpluginstart
03:11:24
03:11:24 #test1
03:11:24
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\HybridFuPP.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LanczosPlus.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Lem.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MCBob_v03c.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvbob.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\QMlib.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\seesaw.avsi")
03:11:24 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\spresso.avsi")
03:11:24 #importstart
03:11:24
03:11:24 #test2
03:11:24
03:11:24 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
03:11:24 function getOrder(clip c) {
03:11:24 order = GetParity(c) ? 1 : 0
03:11:24 Return order }
03:11:24 #filter1start
03:11:24
03:11:24 #test3
03:11:24
03:11:24 last = movie
03:11:24 crop(0,0,-0,-0)
03:11:24 #resizestart
03:11:24
03:11:24 #test4
03:11:24
03:11:24 Spline36Resize(1280,720)
03:11:24 #filter2start
03:11:24
03:11:24 #test5
03:11:24
03:11:24 ColorMatrix(mode="Rec.709->Rec.601")
03:11:24 -----------------------------------------------------------------------
03:11:24 Script mkvmaudio.avs
03:11:24
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:11:24 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFmpegSource.dll")
03:11:24 NicAC3Source("I:\Encoding\temp\fixed1.ac3")
03:11:24 #Applying STEREO downmixing routines
03:11:24 function stereo(clip a)
03:11:24 {
03:11:24 flr = GetChannel(a, 1, 2)
03:11:24 fcc = GetChannel(a, 3)
03:11:24 lfe = GetChannel(a, 4)
03:11:24 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
03:11:24 mix = MergeChannels(lfc, lfc)
03:11:24 lrc = MixAudio(flr, mix, 0.2929, 1.0)
03:11:24 blr = GetChannel(a, 5, 6)
03:11:24 Return MixAudio(lrc, blr, 1.0, 0.2929)
03:11:24 }
03:11:24 #
03:11:24 6==Audiochannels() ? stereo() : last
03:11:24 function addvideo(clip c) {
03:11:24 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:11:24 Return audiodub(last,c)
03:11:24 }
03:11:24 Normalize()
03:11:24 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.50 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
03:11:24 -----------------------------------------------------------------------
03:11:24 Script mkvmaudio.bat
03:11:24 -----------------------------------------------------------------------
03:11:24 Script mkvmaudio2.avs
03:11:24 -----------------------------------------------------------------------
03:11:24 Script mkvmaudio2.bat
03:11:24
03:11:24 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

03:11:28 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
03:11:28 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
03:11:28 Selected Output dir: I:\Encoding\temp\
03:11:28 Selected Final Name: 2) Taking to the Air
.
.
.
07:50:49 Script mkvmaudio.bat
07:50:49 -----------------------------------------------------------------------
07:50:49 Script mkvmaudio2.avs
07:50:49 -----------------------------------------------------------------------
07:50:49 Script mkvmaudio2.bat
07:50:49
07:50:49 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

07:50:52 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
07:50:52 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
07:50:52 Selected Output dir: I:\Encoding\temp\
07:50:52 Selected Final Name: 3) The Silk Spinners
07:50:52 Selected Container type: MP4
.
.
.
12:42:16 Script mkvmaudio2.avs
12:42:16 -----------------------------------------------------------------------
12:42:16 Script mkvmaudio2.bat
12:42:16
12:42:16 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

It looks like the problem is merely a matter of moving the finished product out of the temp folder... well, maybe not...


:):D:eek:
Pascal


******************* EDIT *********************
Actually the subtitles are missing... and I can't use MKVmerge...
The subtitles were successfully created..
What's happening.
*********************************************

buzzqw
23rd August 2007, 16:40
the subtitle was present and extracted

22:43:42 Subtitle Size: 2365440 bytes
but you say that's are missing in temp folder..

in \temp you should find it renamed to "1) Invasion of the Land.idx"

and.. more over in automkv i added a sanity check that if user select the subtitles BUT those file aren't extracted THEN no subtitle are muxed... and not included in muxing string

in your muxing string the idx mux is present... so the sub was present at time of muxing

don't know why the muxing string failed

if you are able to launch from dos box the muxing.bat OF FAILED muxing and report the error i will be glad to help!

BHH

delacroixp
23rd August 2007, 21:37
don't know why the muxing string failed

if you are able to launch from dos box the muxing.bat OF FAILED muxing and report the error i will be glad to help!

I lost the first 2 encodes completely and couldn't post the complete log because of the '40 000-character post limitation' and I lost the 'evidence' when I started a new job... but I ran the Vista: Disable DEP (http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing) bcdedit.exe /set {current} nx AlwaysOff... which might help...
I'll rerun the first encode only... tonight... and see what happens...

We're living in interesting times... (as the Chinese would say)


:):D:eek:
Pascal

SCSI
24th August 2007, 05:10
After disabling DEP, AutoMKV started working.

Is it normal for AutoMKV to stay at the screen ".....-log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.89" -a_setting 256_48_6_16

Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved." for maybe 5+ minutes before starting the encode?

InorganicMatter
24th August 2007, 05:30
I lost the first 2 encodes completely and couldn't post the complete log because of the '40 000-character post limitation' and I lost the 'evidence' when I started a new job... but I ran the Vista: Disable DEP (http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing) bcdedit.exe /set {current} nx AlwaysOff... which might help...
I'll rerun the first encode only... tonight... and see what happens...

We're living in interesting times... (as the Chinese would say)


:):D:eek:
Pascal

I dunno what you've tried, but I had to set vdubmod, MediaInfo mp4box, and mkvmerge to Windows XP compatibility mode, and disable UAC to make AutoMKV work in Vista. Works good after that.

TheRyuu
24th August 2007, 05:43
After disabling DEP, AutoMKV started working.

Is it normal for AutoMKV to stay at the screen ".....-log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.89" -a_setting 256_48_6_16

Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved." for maybe 5+ minutes before starting the encode?

Does the encode finish alright?
Maybe there's something special with your avisynth script, couldn't really tell ya. :)

I get that when I load a big ass (ass file as in subtitle ass file, not big ass file...) file with textsub() sometimes.

buzzqw
24th August 2007, 07:51
@delacroixp

keep me informed

@SCSI
for maybe 5+ minutes before starting the encode
yes, maybe.
For complex script or Decimating/Film the time of analysis could be even longer

@wizboy11
:eek:

BHH

AMED
24th August 2007, 10:47
Hi Buzzqw,

I'm having problems with soundout.dll crashing (out of bounds error) virtualdub towards the end of the audio encoding.

I just fixed the problem by updating NicAudio.dll from HERE (http://nic.dnsalias.com/NicAudio.zip)

delacroixp
24th August 2007, 11:32
All went well but still no cigar...
I ran the muxing.bat and the result was a perfect movie (including subtitles)...

http://souls-online.net/delacroixp/AutoMKV/Muxing.jpg


It's still not running the muxing process...

22:45:14 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:45:14 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
22:45:14 Selected Output dir: I:\Encoding\temp\
22:45:14 Selected Final Name: 1) Invasion of the Land
22:45:14 Selected Container type: MP4
22:45:14 Selected Encoder: X264
22:45:14 Selected Size: 1 CD / 1
22:45:14 Selected Profile: Constant_Quality.xml
22:45:14 Selected Resizer: Lanczosmtplus / Automatic
22:45:14 Selected Filters: NONE
22:45:14 Selected Deinterlacer: AUTO
22:45:14 Selected Field Order: AUTO
22:45:14 Manual Crop: Enabled
22:45:14 Left Crop: 0
22:45:14 Top Crop: 0
22:45:14 Right Crop: 0
22:45:14 Botton Crop: 0
22:45:14 Manual Width: 1280
22:45:14 Manual Height: 720
22:45:14 Enabled Constant Quality With Unlimited Size (Q 22)
22:45:14 Using Queue: queue0.ini of 1 works
22:45:14 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1,2,3]
22:45:14 Audio Codec 1: Nero AAC
22:45:14 Audio Quality 1: 0.45
22:45:14 Audio Channel 1: Stereo
22:45:14 Advanced Audio Settings DUMP Track 1
22:45:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:45:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:45:14 Lame Settings: ABR
22:45:14 Audio Normalization: 1
22:45:14 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:45:14 Advanced Audio Settings DUMP Track 2
22:45:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:45:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:45:14 Lame Settings: ABR
22:45:14 Audio Normalization: 1
22:45:14 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:45:14 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1,2,3] wide
22:45:14
22:45:14 Starting SubRipping
22:46:53 Subtitle Size: 2365440 bytes
22:46:53 Finished SubRipping
22:46:53 Activate PGC processing: PGC 2 [0:49:29:12]
22:54:24 Starting Indexing
22:54:24 Dgindex CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[I:\Encoding\temp\movie] -OF=[I:\Encoding\temp\movie.vob] -exit -minimize
22:55:20 Finished indexing
22:55:20 Starting fixing audio delay on track number 1
22:55:20 DelayCut CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "I:\Encoding\temp\fixed1.ac3" "I:\Encoding\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
22:55:20 Original 1 Audio Size: 71251200 bytes
22:55:23 Fixed 1' Audio Size: 71251200 bytes
22:55:23 Finished fixing audio delay
22:55:23 Encoding I:\Encoding\temp\fixed1.ac3 to NeroAAC with 0.45 quality
22:59:21 Encoded 1' Audio Track: 49137831 bytes
22:59:23 Number of Frames: 74226
22:59:23 Framerate: 25.000000
22:59:23 Movie length in Seconds: 2970
22:59:23 Movie Width/Height: 720/576
22:59:23 DgIndex AR: 16:9
23:00:17 Deinterlace Test: Processing completed. Type is determined to be progressive.
23:00:17 Starting X264
23:00:17 CRF encoding X264: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
03:05:22 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
03:05:22 Got a file of size: 1071257341 bytes + audio size 49142035 bytes (1121582080)
03:05:22 Only Movie Size: 1071257341 bytes
03:05:22 "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\matroska\MP4Box.exe" -add "I:\Encoding\temp\movie.mp4":par=1.777778 -chap "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\chapters.txt" -add "I:\Encoding\temp\audio.mp4:lang=eng" -add "I:\Encoding\temp\1) Invasion of the Land.idx#1" -fps 25.000000 -new "I:\Encoding\temp\1) Invasion of the Land_full.mp4"
03:05:34 Final Muxed size: -1 bytes
03:05:34 Encoding finished: 04:05:17 elapsed time
03:05:34 -----------------------------------------------------------------------
03:05:34 Script AutoCrop.log
03:05:34 -----------------------------------------------------------------------
03:05:34 Script Resmovie.avs
03:05:34 -----------------------------------------------------------------------
03:05:34 Script movie.avs
03:05:34
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\AddGrain.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\autocrop.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\blockbuster.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\cnr2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\ColorMatrix.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Convolution3D.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\corrector.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DctFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Decomb.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Deen.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\degrainmedian.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DGDecode.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\EEDI2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFMpegSource.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFT3DFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FluxSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\frfun7.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\hqdn3d.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LeakKernelDeint.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MaskTools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\medianblur.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MipSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MSharpen.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mt_masktools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvtools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RepairSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RSharpenSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SangNom.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SimpleResize.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TBilateral.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TDeint.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TIVTC.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TomsMoComp.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TTempSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnDot.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\VSFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\warpsharp.dll")
03:05:34 #loadpluginstart
03:05:34
03:05:34 #test1
03:05:34
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\HybridFuPP.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LanczosPlus.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Lem.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MCBob_v03c.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvbob.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\QMlib.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\seesaw.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\spresso.avsi")
03:05:34 #importstart
03:05:34
03:05:34 #test2
03:05:34
03:05:34 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
03:05:34 function getOrder(clip c) {
03:05:34 order = GetParity(c) ? 1 : 0
03:05:34 Return order }
03:05:34 #filter1start
03:05:34
03:05:34 #test3
03:05:34
03:05:34 last = movie
03:05:34 crop(0,0,-0,-0)
03:05:34 #resizestart
03:05:34
03:05:34 #test4
03:05:34
03:05:34 Spline36Resize(1280,720)
03:05:34 #filter2start
03:05:34
03:05:34 #test5
03:05:34
03:05:34 ColorMatrix(mode="Rec.709->Rec.601")
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio.avs
03:05:34
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFmpegSource.dll")
03:05:34 NicAC3Source("I:\Encoding\temp\fixed1.ac3")
03:05:34 #Applying STEREO downmixing routines
03:05:34 function stereo(clip a)
03:05:34 {
03:05:34 flr = GetChannel(a, 1, 2)
03:05:34 fcc = GetChannel(a, 3)
03:05:34 lfe = GetChannel(a, 4)
03:05:34 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
03:05:34 mix = MergeChannels(lfc, lfc)
03:05:34 lrc = MixAudio(flr, mix, 0.2929, 1.0)
03:05:34 blr = GetChannel(a, 5, 6)
03:05:34 Return MixAudio(lrc, blr, 1.0, 0.2929)
03:05:34 }
03:05:34 #
03:05:34 6==Audiochannels() ? stereo() : last
03:05:34 function addvideo(clip c) {
03:05:34 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:05:34 Return audiodub(last,c)
03:05:34 }
03:05:34 Normalize()
03:05:34 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.45 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio.bat
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio2.avs
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio2.bat
03:05:34
03:05:34 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Curious and curiouser...


:):D:eek:
Pascal

buzzqw
24th August 2007, 13:42
i think i found the problem

seems that mp4box is more picky about space than mkvmerge

automkv not launch directly the muxing.bat because the lenght of this bat could be over 400chars and dos doesn't support a batch so long

so i suggest to try to change name of
F:\Encoding\_ENCODING FILES\_H264 Program Files
to
F:\Encoding\_ENCODING FILES\_H264_Program_Files (note the underscore)

in next update should be fixed

thanks!


BHH

JoeBG
24th August 2007, 17:03
All went well but still no cigar...
I ran the muxing.bat and the result was a perfect movie (including subtitles)...

http://souls-online.net/delacroixp/AutoMKV/Muxing.jpg


It's still not running the muxing process...

22:45:14 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:45:14 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
22:45:14 Selected Output dir: I:\Encoding\temp\
22:45:14 Selected Final Name: 1) Invasion of the Land
22:45:14 Selected Container type: MP4
22:45:14 Selected Encoder: X264
22:45:14 Selected Size: 1 CD / 1
22:45:14 Selected Profile: Constant_Quality.xml
22:45:14 Selected Resizer: Lanczosmtplus / Automatic
22:45:14 Selected Filters: NONE
22:45:14 Selected Deinterlacer: AUTO
22:45:14 Selected Field Order: AUTO
22:45:14 Manual Crop: Enabled
22:45:14 Left Crop: 0
22:45:14 Top Crop: 0
22:45:14 Right Crop: 0
22:45:14 Botton Crop: 0
22:45:14 Manual Width: 1280
22:45:14 Manual Height: 720
22:45:14 Enabled Constant Quality With Unlimited Size (Q 22)
22:45:14 Using Queue: queue0.ini of 1 works
22:45:14 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1,2,3]
22:45:14 Audio Codec 1: Nero AAC
22:45:14 Audio Quality 1: 0.45
22:45:14 Audio Channel 1: Stereo
22:45:14 Advanced Audio Settings DUMP Track 1
22:45:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:45:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:45:14 Lame Settings: ABR
22:45:14 Audio Normalization: 1
22:45:14 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:45:14 Advanced Audio Settings DUMP Track 2
22:45:14 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:45:14 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:45:14 Lame Settings: ABR
22:45:14 Audio Normalization: 1
22:45:14 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:45:14 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1,2,3] wide
22:45:14
22:45:14 Starting SubRipping
22:46:53 Subtitle Size: 2365440 bytes
22:46:53 Finished SubRipping
22:46:53 Activate PGC processing: PGC 2 [0:49:29:12]
22:54:24 Starting Indexing
22:54:24 Dgindex CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[I:\Encoding\temp\movie] -OF=[I:\Encoding\temp\movie.vob] -exit -minimize
22:55:20 Finished indexing
22:55:20 Starting fixing audio delay on track number 1
22:55:20 DelayCut CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "I:\Encoding\temp\fixed1.ac3" "I:\Encoding\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
22:55:20 Original 1 Audio Size: 71251200 bytes
22:55:23 Fixed 1' Audio Size: 71251200 bytes
22:55:23 Finished fixing audio delay
22:55:23 Encoding I:\Encoding\temp\fixed1.ac3 to NeroAAC with 0.45 quality
22:59:21 Encoded 1' Audio Track: 49137831 bytes
22:59:23 Number of Frames: 74226
22:59:23 Framerate: 25.000000
22:59:23 Movie length in Seconds: 2970
22:59:23 Movie Width/Height: 720/576
22:59:23 DgIndex AR: 16:9
23:00:17 Deinterlace Test: Processing completed. Type is determined to be progressive.
23:00:17 Starting X264
23:00:17 CRF encoding X264: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
03:05:22 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
03:05:22 Got a file of size: 1071257341 bytes + audio size 49142035 bytes (1121582080)
03:05:22 Only Movie Size: 1071257341 bytes
03:05:22 "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\matroska\MP4Box.exe" -add "I:\Encoding\temp\movie.mp4":par=1.777778 -chap "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\chapters.txt" -add "I:\Encoding\temp\audio.mp4:lang=eng" -add "I:\Encoding\temp\1) Invasion of the Land.idx#1" -fps 25.000000 -new "I:\Encoding\temp\1) Invasion of the Land_full.mp4"
03:05:34 Final Muxed size: -1 bytes
03:05:34 Encoding finished: 04:05:17 elapsed time
03:05:34 -----------------------------------------------------------------------
03:05:34 Script AutoCrop.log
03:05:34 -----------------------------------------------------------------------
03:05:34 Script Resmovie.avs
03:05:34 -----------------------------------------------------------------------
03:05:34 Script movie.avs
03:05:34
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\AddGrain.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\autocrop.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\blockbuster.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\cnr2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\ColorMatrix.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Convolution3D.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\corrector.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DctFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Decomb.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Deen.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\degrainmedian.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DGDecode.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\EEDI2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFMpegSource.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFT3DFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FluxSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\frfun7.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\hqdn3d.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LeakKernelDeint.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MaskTools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\medianblur.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MipSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MSharpen.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mt_masktools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvtools.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RepairSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RSharpenSSE2.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SangNom.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SimpleResize.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TBilateral.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TDeint.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TIVTC.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TomsMoComp.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TTempSmooth.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnDot.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\VSFilter.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\warpsharp.dll")
03:05:34 #loadpluginstart
03:05:34
03:05:34 #test1
03:05:34
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\HybridFuPP.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LanczosPlus.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Lem.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MCBob_v03c.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvbob.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\QMlib.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\seesaw.avsi")
03:05:34 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\spresso.avsi")
03:05:34 #importstart
03:05:34
03:05:34 #test2
03:05:34
03:05:34 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
03:05:34 function getOrder(clip c) {
03:05:34 order = GetParity(c) ? 1 : 0
03:05:34 Return order }
03:05:34 #filter1start
03:05:34
03:05:34 #test3
03:05:34
03:05:34 last = movie
03:05:34 crop(0,0,-0,-0)
03:05:34 #resizestart
03:05:34
03:05:34 #test4
03:05:34
03:05:34 Spline36Resize(1280,720)
03:05:34 #filter2start
03:05:34
03:05:34 #test5
03:05:34
03:05:34 ColorMatrix(mode="Rec.709->Rec.601")
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio.avs
03:05:34
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
03:05:34 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFmpegSource.dll")
03:05:34 NicAC3Source("I:\Encoding\temp\fixed1.ac3")
03:05:34 #Applying STEREO downmixing routines
03:05:34 function stereo(clip a)
03:05:34 {
03:05:34 flr = GetChannel(a, 1, 2)
03:05:34 fcc = GetChannel(a, 3)
03:05:34 lfe = GetChannel(a, 4)
03:05:34 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
03:05:34 mix = MergeChannels(lfc, lfc)
03:05:34 lrc = MixAudio(flr, mix, 0.2929, 1.0)
03:05:34 blr = GetChannel(a, 5, 6)
03:05:34 Return MixAudio(lrc, blr, 1.0, 0.2929)
03:05:34 }
03:05:34 #
03:05:34 6==Audiochannels() ? stereo() : last
03:05:34 function addvideo(clip c) {
03:05:34 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:05:34 Return audiodub(last,c)
03:05:34 }
03:05:34 Normalize()
03:05:34 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.45 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio.bat
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio2.avs
03:05:34 -----------------------------------------------------------------------
03:05:34 Script mkvmaudio2.bat
03:05:34
03:05:34 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Curious and curiouser...


:):D:eek:
Pascal

There is tellis in the crf mode - seems to be no good idea ;)

jellyfish2002
24th August 2007, 17:10
@jellyfish2002

in destination folder you should have the muxed audio oand video... only in \temp directory you will found audio and video separated

look at log... what's saying about muxing ?

@GMH
:goodpost:

glad to help

BHH

In my destination folder I only had a VTS_01_0.IFO txt file.
Part of my log is below, hope you can assist me.


17:08:41 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:08:41 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
17:08:41 Selected Output dir: C:\Users\Alpha\Desktop\New Folder\temp\
17:08:41 Selected Final Name: VIDEO_TS
17:08:41 Selected Container type: MP4
17:08:41 Selected Encoder: X264
17:08:41 Selected Size: Don't care about size / 1
17:08:41 Selected Profile: 2_Pass_Balanced.xml
17:08:41 Selected Resizer: NONE / Original
17:08:41 Selected Filters: RemoveGrain(mode=2)
17:08:41 Selected Deinterlacer: AUTO
17:08:41 Selected Field Order: AUTO
17:08:41 Enabled CRF/CQ AutoRes at 18 value
17:08:41 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
17:08:41 Audio Codec 1: Copy Original
17:08:41 Audio Quality 1: 0.35
17:08:41 Audio Channel 1:
17:08:41 Advanced Audio Settings DUMP Track 1
17:08:41 Audio Track Language: eng
17:08:41 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:08:41 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:08:41 Lame Settings: ABR
17:08:41 Audio Normalization: 1
17:08:41 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:08:41 Advanced Audio Settings DUMP Track 2
17:08:41 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:08:41 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:08:41 Lame Settings: ABR
17:08:41 Audio Normalization: 1
17:08:41 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:08:41 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
17:08:41
17:08:41 Starting SubRipping
17:08:46 Subtitle Size: -1 bytes
17:08:46 Finished SubRipping
17:08:46 Starting Indexing
17:08:46 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:08:49 Finished indexing
17:08:49 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
17:08:49 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:08:51 Finished FULL indexing
17:08:51 Starting fixing audio delay on track number 1
17:08:51 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New Folder\temp\fixed1.dts" "C:\Users\Alpha\Desktop\New Folder\temp\movie T02 DELAY -49ms.dts"
17:08:51 Original 1 Audio Size: 8122444 bytes
17:08:53 Fixed 1' Audio Size: 8117414 bytes
17:08:53 Finished fixing audio delay
17:08:53 Renamed file fixed1.dts to audio.dts
17:08:53 Encoded 1' Audio Track: 8117414 bytes
17:09:47 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:09:47 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
17:09:47 Selected Output dir: C:\Users\Alpha\Desktop\New Folder\temp\
17:09:47 Selected Final Name: VIDEO_TS
17:09:47 Selected Container type: MP4
17:09:47 Selected Encoder: X264
17:09:47 Selected Size: Don't care about size / 1
17:09:47 Selected Profile: 2_Pass_Balanced.xml
17:09:47 Selected Resizer: NONE / Original
17:09:47 Selected Filters: RemoveGrain(mode=2)
17:09:47 Selected Deinterlacer: AUTO
17:09:47 Selected Field Order: AUTO
17:09:47 Enabled CRF/CQ AutoRes at 18 value
17:09:47 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
17:09:47 Audio Codec 1: Copy Original
17:09:47 Audio Quality 1: 0.35
17:09:47 Audio Channel 1:
17:09:47 Advanced Audio Settings DUMP Track 1
17:09:47 Audio Track Language: eng
17:09:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:09:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:09:47 Lame Settings: ABR
17:09:47 Audio Normalization: 1
17:09:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:09:47 Advanced Audio Settings DUMP Track 2
17:09:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:09:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:09:47 Lame Settings: ABR
17:09:47 Audio Normalization: 1
17:09:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:09:47 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
17:09:47
17:09:47 Starting SubRipping
17:10:53 Subtitle Size: 2922496 bytes
17:10:53 Finished SubRipping
17:10:53 Starting Indexing
17:10:53 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:12:05 Finished indexing
17:12:05 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
17:12:05 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:14:39 Finished FULL indexing
17:14:39 Starting fixing audio delay on track number 1
17:14:39 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New Folder\temp\fixed1.dts" "C:\Users\Alpha\Desktop\New Folder\temp\movie T02 DELAY -49ms.dts"
17:14:39 Original 1 Audio Size: 589082414 bytes
17:15:51 Fixed 1' Audio Size: 589077384 bytes
17:15:51 Finished fixing audio delay
17:15:52 Renamed file fixed1.dts to audio.dts
17:15:52 Encoded 1' Audio Track: 589077384 bytes
17:15:52 ForceFilm Detected: 100.000000% FILM found
17:15:57 Number of Frames: 187197
17:15:57 Framerate: 29.970030
17:15:57 Movie length in Seconds: 6247
17:15:57 Movie Width/Height: 720/480
17:15:57 DgIndex AR: 16:9
17:21:08 Deinterlace Test: Processing completed. Type is determined to be partly film.
17:21:08 BFF: 32
17:21:08 TFF: 382
17:21:08 NOT Allow Hybrid Order/Pattern, set Pattern to: Film
17:21:08 NOT Allow Hybrid Order/Pattern, set order to: TFF
17:21:08 Checking script...movie.avs
17:21:11 Script checked. All OK!!!

bisdelf
24th August 2007, 17:32
after hours and hours of encoding and 2 attemps, i'm not yet satisfied....

i have some problems with the decryption: dvdfab platinum is nice and easy to use but it doesn't allow me to extract both audio tracks. dvd decrypter is more spartan and comes out with too many subtitles: normal caption wide, normal caption letterbox, closed caption wide, closed caption letterbox.

some minor problems also with automkv: the "combo" nero aac+original+0,35 doesn't work properly, it gives me an audio with ~800 kbs of bitrate. work around is to use Coding Tech. AAC.
btw, what are the differences between the two??

last but not the least: in QMTrim, do i have to edit the LVL and enter my resolution instead of xxx yyy????

buzzqw
24th August 2007, 17:44
@JoeBG

well, is trellis 1 not 2...

@jellyfish2002

is missing the encoding and the muxing...

BUT please rename "C:\Users\Alpha\Desktop\AutoMKV v0.89\" to "C:\Users\Alpha\Desktop\AutoMKVv0.89\" WITH NO SPACE IN NAME. seems that mp4box is somehow picky when muxing fles with with space

@bisdelf

rip dvd with dvdfabdecrypter in movie only mode, don't strip/remove anything. you can select the correct tracks within automkv

t gives me an audio with ~800 kbs of bitrate
ok.. BUT you select original so it's 5.1 (800/6=~133kbps*ch if your calc are correct)...
confront the 5.1 mp4 with the 5.1 ace (fixed1.ac3) size...
ast but not the least: in QMTrim, do i have to edit the LVL and enter my resolution instead of xxx yyy????
absolutely NOT
these xxx/yyy are corrected by automkv in your selected width
btw, what are the differences between the two??
take a look/search on audio forum :)

BHH

bisdelf
24th August 2007, 18:02
rip dvd with dvdfabdecrypter in movie only mode, don't strip/remove anything. you can select the correct tracks within automkv


well... i'm using dvdfab platinum 3.1.7.0 and you cannot extract both audio tracks, you can choose only one. this makes no sense to me.....

http://img413.imageshack.us/img413/6522/immagineetd7.th.jpg (http://img413.imageshack.us/my.php?image=immagineetd7.jpg)

buzzqw
24th August 2007, 18:12
attention .. in this way you already do a Divx!!!

select "Film Principale"

and no warry :)

BHH

bisdelf
24th August 2007, 18:19
attention .. in this way you already do a Divx!!!

select "Film Principale"

and no warry :)

BHH

yeah i know...you can change it the next step anyway....

the fact is if i choose "film principale" and then "start" it gives me a Fatal Error.... because i think those profiles are "dvd to dvd" only and not "dvd to hard disk".

uhm this program is freaking me out :devil:

buzzqw
24th August 2007, 18:27
i tryed with 3.1.6.5.xxx (oldie)

i can select a folder on hd and (after select dvd9 for no compression) i can it start without problem

check your installation of dvdfab

BHH

bisdelf
24th August 2007, 19:31
no way....boh....well i think i would keep using dvd decrypter :)

dvranizan
24th August 2007, 19:37
Hey guys! I have a quick question that I hope you all can help me with.

First off, I LOVE the work you (and the doom9 community) have done! Thank you so much for all of this, you've made my life, and my hobby, a lot more fun!

My problem I think comes from my misunderstanding of DGIndex.

Some movies that I try to rip (The Incredibles, for example) throws an error in DGIndex that requires me to run DGIndex manually and run the DVFix (or whatever it is called - I'm at work and can't check right now!)

After which, I can open up the DGIndex project in AutoMKV and run from there. However, when the movie is done encoding it behaves really weird.

At parts where there could be multiple translations (like The Incredible logo at the begnning of the movie) it repeats itself over and over. So it says The Incredibles in English, French, and Spanish.

Am I indexing the movie wrong?! Please help!


If this is all too long, my problem in summation: I fail at manually running DGIndex - could someone show me how?

Thanks!
David

wilburburns
24th August 2007, 19:37
@wilburburns
I think the error has to do with it pre-processing it to wav format.

First, reinstall avisynth and reinstall ffdshow (which you might have already done), just reinstall them both (and get the latest ffdshow revision and make sure you using a fresh copy of automkv that nothing has been changed in.

Force DirectShowSource for the audio (in advanced settings) and select "stereo" as your downmixing routine, then encode away (on a shorter sample, but long enough to see if the error is still there).
OK, Here is what I have done..

Reinstall ffdshow, avisynth, wmencoder, reinstalled AutoMKV. For each of those, I uninstalled them, then reinstalled. For AuroMKV, I deleted the complete folder and then uncompressed to give a clean install. I have done this on both Computers which I ahve been doing testing.

Computer1 is still encoding with wmencoder. BUT.. the Audio.wav only reports the 11:xx of Audio, which is the same as the last time. Audio.wav is 4,695,570,500 bytes



Computer2, which encoded a Different Movie has 18:xx minutes of audio, which is the same as the audio.wav reports. Audi.wav is 4,948,383,812 bytes.


It does appear as the problem is with trying to decode the full 5.1 channel audio to a wav file. However, both of the above files report as 2ch audio in Windows Media Player when finished complete.

As far as other tests I have done... I used DGIndex to strip approx 20min of Audio and Video from the middle of the Movie. Then used AutoMKV to create a WMV file. This worked, but once again gets reported as 2ch audio. I'm not sure I am knowldegeable enough in DGindex just yet to know if I am doing the Demuxing correctly, then putting the separate files into AutoMKV correctly.

This is just a thought. Could part of the problem be caused by the way I Decrypted the original Video? I used DVDDecryptor and chose a source dvd and then an output folder. I did not change any other options from default settings.

I'm going to a lot of trouble, just so I don't have to get up and change DVD's... :)

Thanks,
Cliff

buzzqw
24th August 2007, 22:00
@dvranizan
first of all Welcome to the Forum!

you have two option:
1) let's automkv select the correct vobs to index
2) or if you want to build/fix the d2v manually make sure you don't select the vts_01_00.vob (or whatever _00.vob)
the first vob to process ends with _01.vob

@wilburburns
However, both of the above files report as 2ch audio in Windows Media Player when finished complete.

make sure when you manually use dgindex don't demux audio tracks to wav but to ac3

also make sure ffdshow hasn't mixer enabled

open this file
Audio.wav is 4,695,570,500 bytes
with mediainfo or avinaptic , how many channels are reported?

so.. if you haven't ffdshow mixer enabled... last try is to disable ffdshow audio and install latest ac3filter file
some users reported that's working

keep me informed

BHH

wilburburns
24th August 2007, 22:22
@buzzqw
Media Info seems to be showing 6 channels for Computer2 listed above.

General #0
Complete name : c:\video\PIRATES_OF_THE_CARRIBEAN\temp\audio.wav
Format : Wave
Format/Family : RIFF
File size : 4.61 GiB
PlayTime : 2h 23mn
Bit rate : 4608 Kbps

Audio #0
Codec : Extensible
Codec/Info : Extensible wave format
Bit rate : 4608 Kbps
Channel(s) : 6 channels
Sampling rate : 48 KHz
Resolution : 16 bits



The Same For Computer1

General #0
Complete name : z:\temp\DVD\Complete\temp\audio.wav
Format : Wave
Format/Family : RIFF
File size : 4.37 GiB
PlayTime : 2h 15mn
Bit rate : 4608 Kbps

Audio #0
Codec : Extensible
Codec/Info : Extensible wave format
Bit rate : 4608 Kbps
Channel(s) : 6 channels
Sampling rate : 48 KHz
Resolution : 16 bits



It looks like I'm getting 6ch output, I just can't get the full 2hrs of Audio.

Cliff

delacroixp
24th August 2007, 23:33
I have a duplicate of my BBC DVD image and I can't delete the thing...
I keep getting the error message that it is open and being used by another program...
I've unmounted all images and tried to delete through Alchohol 120% aswell but without success...

What gives... please help... :thanks:


:):D:eek:
Pascal

dvranizan
25th August 2007, 00:49
@dvranizan
first of all Welcome to the Forum!

you have two option:
1) let's automkv select the correct vobs to index
2) or if you want to build/fix the d2v manually make sure you don't select the vts_01_00.vob (or whatever _00.vob)
the first vob to process ends with _01.vob


buzzwq: Thanks for the quick reply! I'll give it a shot, and report back to you guys.

:thanks:

jellyfish2002
25th August 2007, 05:11
@jellyfish2002

is missing the encoding and the muxing...

BUT please rename "C:\Users\Alpha\Desktop\AutoMKV v0.89\" to "C:\Users\Alpha\Desktop\AutoMKVv0.89\" WITH NO SPACE IN NAME. seems that mp4box is somehow picky when muxing fles with with space

BHH

:thanks: for the quick reply.
Here the full log.


17:08:41 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:08:41 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
17:08:41 Selected Output dir: C:\Users\Alpha\Desktop\New Folder\temp\
17:08:41 Selected Final Name: VIDEO_TS
17:08:41 Selected Container type: MP4
17:08:41 Selected Encoder: X264
17:08:41 Selected Size: Don't care about size / 1
17:08:41 Selected Profile: 2_Pass_Balanced.xml
17:08:41 Selected Resizer: NONE / Original
17:08:41 Selected Filters: RemoveGrain(mode=2)
17:08:41 Selected Deinterlacer: AUTO
17:08:41 Selected Field Order: AUTO
17:08:41 Enabled CRF/CQ AutoRes at 18 value
17:08:41 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
17:08:41 Audio Codec 1: Copy Original
17:08:41 Audio Quality 1: 0.35
17:08:41 Audio Channel 1:
17:08:41 Advanced Audio Settings DUMP Track 1
17:08:41 Audio Track Language: eng
17:08:41 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:08:41 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:08:41 Lame Settings: ABR
17:08:41 Audio Normalization: 1
17:08:41 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:08:41 Advanced Audio Settings DUMP Track 2
17:08:41 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:08:41 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:08:41 Lame Settings: ABR
17:08:41 Audio Normalization: 1
17:08:41 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:08:41 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
17:08:41
17:08:41 Starting SubRipping
17:08:46 Subtitle Size: -1 bytes
17:08:46 Finished SubRipping
17:08:46 Starting Indexing
17:08:46 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:08:49 Finished indexing
17:08:49 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
17:08:49 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:08:51 Finished FULL indexing
17:08:51 Starting fixing audio delay on track number 1
17:08:51 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New Folder\temp\fixed1.dts" "C:\Users\Alpha\Desktop\New Folder\temp\movie T02 DELAY -49ms.dts"
17:08:51 Original 1 Audio Size: 8122444 bytes
17:08:53 Fixed 1' Audio Size: 8117414 bytes
17:08:53 Finished fixing audio delay
17:08:53 Renamed file fixed1.dts to audio.dts
17:08:53 Encoded 1' Audio Track: 8117414 bytes
17:09:47 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:09:47 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
17:09:47 Selected Output dir: C:\Users\Alpha\Desktop\New Folder\temp\
17:09:47 Selected Final Name: VIDEO_TS
17:09:47 Selected Container type: MP4
17:09:47 Selected Encoder: X264
17:09:47 Selected Size: Don't care about size / 1
17:09:47 Selected Profile: 2_Pass_Balanced.xml
17:09:47 Selected Resizer: NONE / Original
17:09:47 Selected Filters: RemoveGrain(mode=2)
17:09:47 Selected Deinterlacer: AUTO
17:09:47 Selected Field Order: AUTO
17:09:47 Enabled CRF/CQ AutoRes at 18 value
17:09:47 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
17:09:47 Audio Codec 1: Copy Original
17:09:47 Audio Quality 1: 0.35
17:09:47 Audio Channel 1:
17:09:47 Advanced Audio Settings DUMP Track 1
17:09:47 Audio Track Language: eng
17:09:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:09:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:09:47 Lame Settings: ABR
17:09:47 Audio Normalization: 1
17:09:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:09:47 Advanced Audio Settings DUMP Track 2
17:09:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:09:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:09:47 Lame Settings: ABR
17:09:47 Audio Normalization: 1
17:09:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:09:47 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
17:09:47
17:09:47 Starting SubRipping
17:10:53 Subtitle Size: 2922496 bytes
17:10:53 Finished SubRipping
17:10:53 Starting Indexing
17:10:53 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:12:05 Finished indexing
17:12:05 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
17:12:05 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New Folder\temp\movie] -exit -minimize
17:14:39 Finished FULL indexing
17:14:39 Starting fixing audio delay on track number 1
17:14:39 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New Folder\temp\fixed1.dts" "C:\Users\Alpha\Desktop\New Folder\temp\movie T02 DELAY -49ms.dts"
17:14:39 Original 1 Audio Size: 589082414 bytes
17:15:51 Fixed 1' Audio Size: 589077384 bytes
17:15:51 Finished fixing audio delay
17:15:52 Renamed file fixed1.dts to audio.dts
17:15:52 Encoded 1' Audio Track: 589077384 bytes
17:15:52 ForceFilm Detected: 100.000000% FILM found
17:15:57 Number of Frames: 187197
17:15:57 Framerate: 29.970030
17:15:57 Movie length in Seconds: 6247
17:15:57 Movie Width/Height: 720/480
17:15:57 DgIndex AR: 16:9
17:21:08 Deinterlace Test: Processing completed. Type is determined to be partly film.
17:21:08 BFF: 32
17:21:08 TFF: 382
17:21:08 NOT Allow Hybrid Order/Pattern, set Pattern to: Film
17:21:08 NOT Allow Hybrid Order/Pattern, set order to: TFF
17:21:08 Checking script...movie.avs
17:21:11 Script checked. All OK!!!
17:21:11 Starting X264
17:21:11 Command Line 1' Pass X264: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\encoder\x264.exe --pass 1 --crf 21.25 --stats "C:\Users\Alpha\Desktop\New Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,p4x4 --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New Folder\temp\movie.avs"
17:21:11 Command Line 2' Pass X264: C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\encoder\x264.exe --pass 2 --bitrate 42171 --stats "C:\Users\Alpha\Desktop\New Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,p4x4 --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New Folder\temp\movie.avs"
19:32:35 Finished 1' Pass X264
19:32:36 Only Movie Size: 917771230 bytes
19:32:36 "C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\matroska\MP4Box.exe" -add "C:\Users\Alpha\Desktop\New Folder\temp\movie.mp4":par=1.777778 -chap "C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\chapters.txt" -add "C:\Users\Alpha\Desktop\New Folder\temp\audio.dts:lang=eng" -splits 16384 -fps 29.970030 -new "C:\Users\Alpha\Desktop\New Folder\temp\VIDEO_TS_full.mp4"
19:32:38 Encoding finished: 02:11:27 elapsed time
19:32:38 -----------------------------------------------------------------------
19:32:38 Script AutoCrop.log
19:32:38
19:32:38 Crop(0,60,720,360)
19:32:38 -----------------------------------------------------------------------
19:32:38 Script Resmovie.avs
19:32:38 -----------------------------------------------------------------------
19:32:38 Script movie.avs
19:32:38
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\AddGrain.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\autocrop.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\aWarpSharp(Pruned).dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\blockbuster.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\cnr2.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\ColorMatrix.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\Convolution3D.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\corrector.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\DctFilter.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\Decomb.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\Deen.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\degrainmedian.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\DGDecode.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\EEDI2.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\FFMpegSource.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\FFT3DFilter.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\FluxSmooth.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\frfun7.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\hqdn3d.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\LeakKernelDeint.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\MaskTools.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\medianblur.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\MipSmooth.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\MSharpen.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\mt_masktools.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\mvtools.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\NicAudio.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\RemoveGrainS.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\RepairS.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\SangNom.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\SimpleResize.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\SoundOut.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\TBilateral.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\TDeint.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\TIVTC.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\TomsMoComp.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\TTempSmooth.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\UnDot.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\UnFilter.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\VSFilter.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\warpsharp.dll")
19:32:38 #loadpluginstart
19:32:38
19:32:38 #test1
19:32:38
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\BlindDeHalo3_mt2.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\HybridFuPP.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\LanczosPlus.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\Lem.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\LimitedSharpenFaster.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\MCBob_v03c.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\mvbob.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\QMlib.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\seesaw.avsi")
19:32:38 Import("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\spresso.avsi")
19:32:38 #importstart
19:32:38
19:32:38 #test2
19:32:38
19:32:38 movie = mpeg2source("C:\Users\Alpha\Desktop\New Folder\temp\movie.d2v")
19:32:38 function getOrder(clip c) {
19:32:38 order = GetParity(c) ? 1 : 0
19:32:38 Return order }
19:32:38 #filter1start
19:32:38
19:32:38 #test3
19:32:38
19:32:38 movie = tfm(movie,d2v="C:\Users\Alpha\Desktop\New Folder\temp\movie.d2v").tdecimate(hybrid=3)
19:32:38 #resizestart
19:32:38
19:32:38 #test4
19:32:38
19:32:38 last = movie
19:32:38 #filter2start
19:32:38
19:32:38 #test5
19:32:38
19:32:38 RemoveGrain(mode=2)
19:32:38 VobSub("C:\Users\Alpha\Desktop\New Folder\temp\VIDEO_TS.idx")
19:32:38 -----------------------------------------------------------------------
19:32:38 Script mkvmaudio.avs
19:32:38
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\NicAudio.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\SoundOut.dll")
19:32:38 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV v0.89\exe\filter\FFmpegSource.dll")
19:32:38 NicDTSSource("C:\Users\Alpha\Desktop\New Folder\temp\fixed1.dts")
19:32:38 #Applying downmixing routines
19:32:38 function addvideo(clip c) {
19:32:38 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:32:38 Return audiodub(last,c)
19:32:38 }
19:32:38 Normalize()
19:32:38 -----------------------------------------------------------------------
19:32:38 Script mkvmaudio.bat
19:32:38 -----------------------------------------------------------------------
19:32:38 Script mkvmaudio2.avs
19:32:38 -----------------------------------------------------------------------
19:32:38 Script mkvmaudio2.bat
19:32:38
19:32:38 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
25th August 2007, 07:24
@wilburburns

It looks like I'm getting 6ch output, I just can't get the full 2hrs of Audio

i want do some test, keep ready :)

@delacroixp

have you closed automkv ? tryed restarting the pc ?

@jellyfish2002

my bad :o sorry

as i said previusly rename "C:\Users\Alpha\Desktop\AutoMKV v0.89\" to "C:\Users\Alpha\Desktop\AutoMKVv0.89\"
and "C:\Users\Alpha\Desktop\New Folder\temp\" to "C:\Users\Alpha\Desktop\New_Folder\temp\"

WITH NO SPACE IN NAME. seems that mp4box is somehow picky when muxing fles with with space

for muxing simply go to "C:\Users\Alpha\Desktop\New_Folder\temp and launch muxing.bat

BHH

delacroixp
25th August 2007, 09:49
@delacroixp

have you closed automkv ? tryed restarting the pc ?

I can't imagine it had anything to do with AutoMKV since I never used that image for the encodes...

I ran a new encode last night with 'AutoMKV' in the Program Files directory but while all is muxed and moved... the final MP4 wont play...
However, the video-only temp MP4 plays fine... an MKVmerge version also doesn't work but then neither do the audio tracks...


00:17:35 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
00:17:35 Selected Input file: J:\VIDEO_TS\VTS_01_0.IFO
00:17:35 Selected Output dir: I:\Encoding\temp\
00:17:35 Selected Final Name: Once Upon a Time in America 1
00:17:35 Selected Container type: MP4
00:17:35 Selected Encoder: X264
00:17:35 Selected Size: 1 CD / 1
00:17:35 Selected Profile: Constant_Quality.xml
00:17:35 Selected Resizer: Lanczosmtplus / Automatic
00:17:35 Selected Filters: NONE
00:17:35 Selected Deinterlacer: AUTO
00:17:35 Selected Field Order: AUTO
00:17:35 Manual Crop: Enabled
00:17:35 Left Crop: 2
00:17:35 Top Crop: 0
00:17:35 Right Crop: 0
00:17:35 Botton Crop: 0
00:17:35 Manual Width: 1280
00:17:35 Manual Height: 720
00:17:35 Enabled Constant Quality With Unlimited Size (Q 22)
00:17:35 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0,1]
00:17:35 Audio Codec 1: Nero AAC
00:17:35 Audio Quality 1: 0.50
00:17:35 Audio Channel 1: Stereo
00:17:35 Track Language 2: English (AC3 2ch, 0xBD 0x82) [0,1]
00:17:35 Audio Codec 2: Nero AAC
00:17:35 Audio Quality 2: 0.50
00:17:35 Audio Chennel 2: Stereo
00:17:35 Advanced Audio Settings DUMP Track 1
00:17:35 Nero Option Profiles: AUTO --- Encoding Mode: Quality
00:17:35 CCT Option Profiles: AUTO --- Channel Options: AUTO
00:17:35 Lame Settings: ABR
00:17:35 Audio Normalization: 1
00:17:35 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
00:17:35 Advanced Audio Settings DUMP Track 2
00:17:35 Nero Option Profiles: AUTO --- Encoding Mode: Quality
00:17:35 CCT Option Profiles: AUTO --- Channel Options: AUTO
00:17:35 Lame Settings: ABR
00:17:35 Audio Normalization: 1
00:17:35 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
00:17:35 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1] wide
00:17:35 Selected 2' Sub tracks: Francais 1 (0xBD 0x21) [0] wide
00:17:35
00:17:35 Starting SubRipping
00:20:41 Subtitle Size: 3311616 bytes
00:20:41 Finished SubRipping
00:20:41 Activate PGC processing: PGC 1 [1:54:55:11]
00:24:22 Starting Indexing
00:24:22 Dgindex CMD: C:\Program Files\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1,3 -YR=2 -AIF=[I:\Encoding\temp\movie.vob] -OF=[I:\Encoding\temp\movie] -exit -minimize
00:26:36 Finished indexing
00:26:36 Starting fixing audio delay on track number 1
00:26:36 DelayCut CMD: C:\Program Files\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "I:\Encoding\temp\fixed1.ac3" "I:\Encoding\temp\movie T01 3_2ch 384Kbps DELAY 0ms.ac3"
00:26:36 Original 1 Audio Size: 330980352 bytes
00:26:49 Fixed 1' Audio Size: 330980352 bytes
00:26:49 Starting fixing audio delay on track number 2
00:26:49 DelayCut CMD: C:\Program Files\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "I:\Encoding\temp\fixed1.ac3" "I:\Encoding\temp\movie T03 2_0ch 192Kbps DELAY 0ms.ac3"
00:26:49 Original 2 Audio Size: 165490176 bytes
00:27:01 Fixed 2' Audio Size: 165490176 bytes
00:27:01 Finished fixing audio delay
00:27:02 Encoding I:\Encoding\temp\fixed1.ac3 to NeroAAC with 0.50 quality
00:43:10 Encoded 1' Audio Track: 126258658 bytes
00:43:10 Encoding I:\Encoding\temp\fixed2.ac3 to NeroAAC with 0.50 quality
00:51:44 Encoded 2' Audio Track: 121709853 bytes
00:51:49 Number of Frames: 172386
00:51:49 Framerate: 25.000000
00:51:49 Movie length in Seconds: 6896
00:51:49 Movie Width/Height: 720/576
00:51:49 DgIndex AR: 16:9
00:54:05 Deinterlace Test: Processing completed. Type is determined to be progressive.
00:54:05 Checking script...movie.avs
00:54:09 Script checked. All OK!!!
00:54:09 Starting X264
00:54:09 CRF encoding X264: C:\Program Files\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
09:46:08 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
09:46:08 Got a file of size: -1938498763 bytes + audio size 247976921 bytes (2606101248)
09:46:08 Only Movie Size: -1938498763 bytes
09:46:08 "C:\Program Files\AutoMKV089\exe\matroska\MP4Box.exe" -add "I:\Encoding\temp\movie.mp4":par=1.777778 -chap "C:\Program Files\AutoMKV089\exe\chapters.txt" -add "I:\Encoding\temp\audio.mp4:lang=eng" -add "I:\Encoding\temp\audio2.mp4:lang=eng" -add "I:\Encoding\temp\Once Upon a Time in America 1.idx#1" -add "I:\Encoding\temp\Once Upon a Time in America 1.idx#2" -fps 25.000000 -new "I:\Encoding\temp\Once Upon a Time in America 1_full.mp4"
09:52:15 Final Muxed size: -1688055508 bytes
09:52:15 Encoding finished: 08:58:06 elapsed time
09:52:15 -----------------------------------------------------------------------
09:52:15 Script AutoCrop.log
09:52:15 -----------------------------------------------------------------------
09:52:15 Script Resmovie.avs
09:52:15 -----------------------------------------------------------------------
09:52:15 Script movie.avs
09:52:15
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\AddGrain.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\autocrop.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\blockbuster.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\cnr2.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\ColorMatrix.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Convolution3D.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\corrector.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\DctFilter.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Decomb.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Deen.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\degrainmedian.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\DGDecode.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\EEDI2.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FFMpegSource.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FFT3DFilter.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FluxSmooth.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\frfun7.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\hqdn3d.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\LeakKernelDeint.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MaskTools.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\medianblur.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MipSmooth.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MSharpen.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\mt_masktools.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\mvtools.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\NicAudio.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RepairSSE2.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RSharpenSSE2.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SangNom.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SimpleResize.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SoundOut.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TBilateral.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TDeint.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TIVTC.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TomsMoComp.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TTempSmooth.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\UnDot.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\UnFilter.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\VSFilter.dll")
09:52:15 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\warpsharp.dll")
09:52:15 #loadpluginstart
09:52:15
09:52:15 #test1
09:52:15
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\HybridFuPP.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\LanczosPlus.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\Lem.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\MCBob_v03c.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\mvbob.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\QMlib.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\seesaw.avsi")
09:52:15 Import("C:\Program Files\AutoMKV089\exe\filter\spresso.avsi")
09:52:15 #importstart
09:52:15
09:52:15 #test2
09:52:15
09:52:15 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
09:52:16 function getOrder(clip c) {
09:52:16 order = GetParity(c) ? 1 : 0
09:52:16 Return order }
09:52:16 #filter1start
09:52:16
09:52:16 #test3
09:52:16
09:52:16 last = movie
09:52:16 crop(2,0,-0,-0)
09:52:16 #resizestart
09:52:16
09:52:16 #test4
09:52:16
09:52:16 Spline36Resize(1280,720)
09:52:16 #filter2start
09:52:16
09:52:16 #test5
09:52:16
09:52:16 ColorMatrix(mode="Rec.709->Rec.601")
09:52:16 -----------------------------------------------------------------------
09:52:16 Script mkvmaudio.avs
09:52:16
09:52:16 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\NicAudio.dll")
09:52:16 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SoundOut.dll")
09:52:16 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FFmpegSource.dll")
09:52:16 NicAC3Source("I:\Encoding\temp\fixed1.ac3")
09:52:16 #Applying STEREO downmixing routines
09:52:16 function stereo(clip a)
09:52:16 {
09:52:16 flr = GetChannel(a, 1, 2)
09:52:16 fcc = GetChannel(a, 3)
09:52:16 lfe = GetChannel(a, 4)
09:52:16 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
09:52:16 mix = MergeChannels(lfc, lfc)
09:52:16 lrc = MixAudio(flr, mix, 0.2929, 1.0)
09:52:16 blr = GetChannel(a, 5, 6)
09:52:16 Return MixAudio(lrc, blr, 1.0, 0.2929)
09:52:16 }
09:52:16 #
09:52:16 6==Audiochannels() ? stereo() : last
09:52:16 function addvideo(clip c) {
09:52:16 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
09:52:16 Return audiodub(last,c)
09:52:16 }
09:52:16 Normalize()
09:52:16 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.50 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
09:52:16 -----------------------------------------------------------------------
09:52:16 Script mkvmaudio.bat
09:52:16 -----------------------------------------------------------------------
09:52:16 Script mkvmaudio2.avs
09:52:16
09:52:16 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\NicAudio.dll")
09:52:16 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SoundOut.dll")
09:52:16 NicAC3Source("I:\Encoding\temp\fixed2.ac3")
09:52:16 #Applying STEREO downmixing routines
09:52:16 function stereo(clip a)
09:52:16 {
09:52:16 flr = GetChannel(a, 1, 2)
09:52:16 fcc = GetChannel(a, 3)
09:52:16 lfe = GetChannel(a, 4)
09:52:16 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
09:52:16 mix = MergeChannels(lfc, lfc)
09:52:16 lrc = MixAudio(flr, mix, 0.2929, 1.0)
09:52:16 blr = GetChannel(a, 5, 6)
09:52:16 Return MixAudio(lrc, blr, 1.0, 0.2929)
09:52:16 }
09:52:16 #
09:52:16 6==Audiochannels() ? stereo() : last
09:52:16 function addvideo(clip c) {
09:52:16 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
09:52:16 Return audiodub(last,c)
09:52:16 }
09:52:16 Normalize()
09:52:16 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.50 -if - -of audio2.mp4",postfilename="",nofilename=true,showoutput=false)
09:52:16 -----------------------------------------------------------------------
09:52:16 Script mkvmaudio2.bat
09:52:16
09:52:16 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

I'm quite happy to manually encode the main audio track since I would prefer to have mp4 surround...
This may be a perfect opportunity to make-up with MKV... and be friends again.


:):D:eek:
Pascal


BTW
Any chance of MP4a surround in the not too distant future...

delacroixp
25th August 2007, 10:31
I generally only encode using the Constant Quality profile and then
I usually use the same Quantizer for some time or for several consecutive encodes...

Would it be convenient to make a medium-term save of the quantizer option... and so,
disable the Constant Quality and Filesize encoding 'Prompt' on startup...
allowing me to manually change the quantizer setting when necessary.

Actually, being able to set a default Resize Filter, in my case LanczosMTplus (it's the only one I use), would be nice...


:thanks: much !


:):D:eek:
Pascal


*******************************************************************
* - - - - - - - - - - - - - - - - - - - - SUGGESTION - - - - - - - - - - - - - - - - - - - - - *
*******************************************************************
Perhaps the Disk Settings could double-up as Quantizer Settings...
Anybody using the Constant Quality profile will have no use for 'filesize' information and vice versa...
..
.

buzzqw
25th August 2007, 12:24
@delacroixp

the wrong reported file size will be fixed in next update (thanks!)

the final MP4 wont play...
However, the video-only temp MP4 plays fine

if temp mp4 is ok i suppose there is a problem when muxing

launcing muxing.bat report some error ?
i will try to update the build of mp4box in next full package

I'm quite happy to manually encode the main audio track since I would prefer to have mp4 surround...
what's problems using Original as downmixing ?

I generally only encode using the Constant Quality profile and then
I usually use the same Quantizer for some time or for several consecutive encodes...

that's possible!

set all your parameter (video codec/audio codec, bitrate,resizer, crop, manual resize...) and don't use Save Settings on Main panel but in advanced settings click on Save configuration, name it crf22.ini
Exit Automkv and restart it
now, if you want your preferred crf profile go again in advanced settings and select the crf22.ini and click load configuration

BHH

AMED
25th August 2007, 13:59
Hi Buzzqw,

I'm having problems with a few movies converting the audio from ac3 to nero -q 0.35. Sometimes virtualdub crashes and other times i get an .mp4 without any audio in it.

you can download the AC3 file that causes NicAC3Source to fail off my FTP if you like
address: amed.no-ip.org
user: buzzqw
pass: buzzqw
the file is called fixed1.ac3 (752kb's)


and the mkvaudio.avs automkv is using
LoadPlugin("F:\AutoMKV089\exe\filter\NicAudio.dll")
LoadPlugin("F:\AutoMKV089\exe\filter\SoundOut.dll")
LoadPlugin("F:\AutoMKV089\exe\filter\FFmpegSource.dll")
NicAC3Source("F:\COMMANDO\temp\fixed1.ac3")
#Applying ORIGINAL downmixing routines

function addvideo(clip c) {
blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
Return audiodub(last,c)
}
Normalize()
Soundout(output="cmd",type=1,format=3,autoclose=true,executable="F:\AutoMKV089\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)

Is there anyway i could use besweet for the audio instead of the AVS - Virtualdub combo?

SCSI
25th August 2007, 14:29
After getting automkv to to finally work, I decided to clean my system by removing and reinstalling just the needed codecs and now I get a cscript APPcrash error. It's different from the DEP error which I used to get before disabling DEP.

The weird part is that I don't get the cscript APPcrash error with the WMV_tester. It will run just fine. It only happens in Automkv when using WMV container. I have no problems with MKV, MP4, and AVI containers. I think the problem started after I installed the WME hotfix from MS. I even uninstalled the hotfix and WME9 encoder and reinstalled the WME9 encoder and the problem is still there. :confused:

Anyone had this problem before? Is that the latest version of cscript?

Problem signature:
Problem Event Name: APPCRASH
Application Name: cscript.exe
Application Version: 5.7.0.6000
Application Timestamp: 4549b118
Fault Module Name: StackHash_5651
Fault Module Version: 6.0.6000.16386
Fault Module Timestamp: 4549bdc9
Exception Code: c0000374
Exception Offset: 000af1c9
OS Version: 6.0.6000.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 5651
Additional Information 2: ab718ce12c65117711c0477091a28bc1
Additional Information 3: 1090
Additional Information 4: 5fc85834c071e6ad7e0c6e72ce85ef4b

buzzqw
25th August 2007, 15:33
@AMED
using this build of nicaudio i got no crash http://www.64k.it/andres/data/avisynth/NicAudio_20070821.zip
BUT audio is garbled (even with lame/ogg is garbled)

using cct encoder the audio is OK but i suppose is due to ffmpeg decoder -> enc_aac encoder

for using besweet you must create/edit the "custom.bat" in \exe\besweet folder

but i suggest to CCT encoder :)

@SCSI

never play to much installing/uninstalling codecs

i suggest to reinstall cscript.exe (don't know if possible under vista...)

BHH

wilburburns
25th August 2007, 15:47
@wilburburns
i want do some test, keep ready :)


No Problem...

So Far the only thing I have truly found is that the output is consistent. As in, I get exactly 11:53 of Audio in Walk the Line and 18:54 of Audio in Pirates of the Caribbean as reported by Windows Media Player.

MediaInfo Analysis of audio.wav continues to show 6 channel full length Audio files.

Can someone point me to a GOOD Tutorial or HowTo which will explain All the Steps being done by AutoMKV. I'd like to try and see if I can get this to work without using AutoMKV. I have learned a lot from everyone's help in this thread, I still need to learn more though. :eek:

Thanks Again,
Cliff

buzzqw
25th August 2007, 16:01
In the log i documented near all phase

in case of wmv encoding

1) dgindex the source and demux only the selected audio
2) conver audio to wav
3) determine if source is progressive/interlaced
4) determine width/height

previusly i feed audio directly in the movie.avs (using audiodub) but wmcmd.vbs will report 2 channel always

feeding audio.wav as external input (-a_input) will correct generate 5.1 wmv file BUT SEEMS that is wav audio is over 4GB (case of 2hour+ movie, with 5.1 audio, no problem for stereo) wmcmd seems unable to process correctly the source

i am trying other method for feeding audio, like passing flaac/ac3 with wav header and other way

but the problem seems withing windows :(

i will report any success or fault

BHH

delacroixp
25th August 2007, 16:31
if temp mp4 is ok i suppose there is a problem when muxing

I don't think so...
I tried muxing into an MKV container aswell (MKVmerge) and had the same problem...
It looked like there was a problem with both audio tracks !
***EDIT***
Both audio tracks crash with Zoom Player but play in PowerDVD 6...
The muxed file also plays just fine in Media Player Classic...



what's problems using Original as downmixing ?

I guess I just love encoding...



that's possible!

set all your parameter (video codec/audio codec, bitrate,resizer, crop, manual resize...) and don't use Save Settings on Main panel but in advanced settings click on Save configuration, name it crf22.ini
Exit Automkv and restart it
now, if you want your preferred crf profile go again in advanced settings and select the crf22.ini and click load configuration

Sounds good... but how about saving all the Advanced Settings in an AdvDefault.ini file inside the AutoMKV folder which also load on startup (including the Constant Quantizer strategy with the quantizer setting displayed on the main panel)...
It would certainly look good while adding a little polish and style...


:):D:eek:
Pascal

buzzqw
25th August 2007, 16:56
@delacroixp

there is already enough possibilty to save, in the way i wrote you can save how many profiles you want and load when want

about audio... the encoding run fine...
if you open the audio.mp4 with foobar/vlc (not directshow based player) the sound is correct ?

BHH

YokaiAkira
25th August 2007, 18:48
I would first like to extend a big thank you for AutoMKV! After experimenting for months to get a good quality MP4 backup of my dvd's I was finally able to create four perfect encodes in a row with this application. I was more than pleasantly surprised at the quality of the output and the ease of use of the program!! Especially the subtitle support. :)
Only in the last couple of days have there been a few errors. I am using the latest updates of AutoMKV and have not touched any of the advanced setting or changed anything in the supporting programs.
After the DGindex runs I get a "Field Order Transition Detected" error. Then everything else seems to run fine until it gets to the video encoding when MediaInfo crashes and the job quits.
I have read in the forums about creating/fixing the d2v with DGindex, tried my best, but still cannot get anything to work.
I am still fairly new to mp4 encoding and do not know the command line interface or how to use the editing tools individually, which is why I like AutoMKV so much.
Any suggestions on how I can get the 'auto' back in AutoMKV?
Please let me know if you need any more details.
Thank you,
Akira

buzzqw
25th August 2007, 19:06
@YokaiAkira

Hi ! and first of all Welcome to the Forum!

the problem you described is well know and is caused by erroneus transition (from tff to bff and viceversa) in your input file

there are several way of "fixing"

1) do yourself the d2v file and fixed it by running in dgindex tools -> fixd2v. The launch Automkv and load as input file your fixed d2v
2) donwgrade the dgindex version if you download the 1.4.8 version ( http://www.64k.it/andres/data/d/dgmpgdec148.zip )
unzip the file, overwriting all in \exe\dgindex folder and copy dgdecode.dll from this folder to \exe\filter, overwriting the dgdecode.dll present

Neuron2, the great author of DGIndex has already said that will publish an upgrade that will fix this issue

feel free to post your doubt/suggestions!

BHH

YokaiAkira
25th August 2007, 20:39
@YokaiAkira

Hi ! and first of all Welcome to the Forum!

the problem you described is well know and is caused by erroneus transition (from tff to bff and viceversa) in your input file

there are several way of "fixing"

1) do yourself the d2v file and fixed it by running in dgindex tools -> fixd2v. The launch Automkv and load as input file your fixed d2v
2) donwgrade the dgindex version if you download the 1.4.8 version ( http://www.64k.it/andres/data/d/dgmpgdec148.zip )
unzip the file, overwriting all in \exe\dgindex folder and copy dgdecode.dll from this folder to \exe\filter, overwriting the dgdecode.dll present

Neuron2, the great author of DGIndex has already said that will publish an upgrade that will fix this issue

feel free to post your doubt/suggestions!

BHH

Thank you for such a quick response. :thanks:
I chose option 2 (overwrtitng only, deleting nothing else) and now the DGindex runs smoothly. I can see that it does the correcting on it's own now from the .bad file it leaves behind. Perfect. So now the subs rip ok, the DGindex runs ok and the audio converts good as always.
Unfortunately, now I am receiving the following error at the beginning of the interlace analysis:
BAutoDeint.exe encountered a problem and needs to close...etc.
Any other work around for this and is it related?
Thanks
Akira

buzzqw
25th August 2007, 21:39
@YokaiAkira

the rare time bautodeint crash is due to input file
are you processing avi/mkv/ogm/mov ... or vob/mpeg ?

for running bautodeint is needed that xvid is installed properly, look at first post of this thread for a link to xvid''s koepi build

BHH

YokaiAkira
25th August 2007, 21:54
@YokaiAkira

the rare time bautodeint crash is due to input file
are you processing avi/mkv/ogm/mov ... or vob/mpeg ?

for running bautodeint is needed that xvid is installed properly, look at first post of this thread for a link to xvid''s koepi build

BHH

I am processing from the ifo file at the moment (since it lists more details on the audio and subtitle streams) which was decrypted using dvddecrypter for converserion into a 1/6th dvd mp4. Is it better to process from the vob file?
I am currently using the version 1.1.3 Koepi Xvid build. Should I uninstall this one and install 1.1.2 instead?
This is occuring on all files which I have decrypted to ifo and vob since the first 4 encodes.
Thanks
Akira

buzzqw
25th August 2007, 22:02
Is it better to process from the vob file?
should be indifferent... the source files are always the same

no, in this case ins't important to reinstall xvid build (btw is linked the 1.1.3 build)

but isn't normal that bautodeint crash ever.

have you installed avisynth 2.57 or 2.58 ?

BHH

wilburburns
25th August 2007, 22:08
but isn't normal that bautodeint crash ever.
BHH

Hmmm... Bautodeint fails every time on Computer2 from my previous posts. However, after closing all the Windows error boxes, the File continues to encode.
I will get the complete error message on my next test on that computer.

Cliff

buzzqw
25th August 2007, 22:13
thanks wilburburns

computer2 is running vista ?

BHH

wilburburns
25th August 2007, 22:20
thanks wilburburns

computer2 is running vista ?

BHH

No, XP

Cliff

buzzqw
25th August 2007, 22:22
please post the errors

if bautodeint crash isn't a big problem... it's just the deinterlacer routines.. it will not break the encoding... but if your source is interlaced .. the correct deinterlacer will be nota applied

not a good thing

bautodeint is quite simple, need a yv12 decoder (xvid) and full access to folder where works

BHH

AMED
26th August 2007, 10:25
@AMED
using this build of nicaudio i got no crash http://www.64k.it/andres/data/avisynth/NicAudio_20070821.zip
BUT audio is garbled (even with lame/ogg is garbled)

using cct encoder the audio is OK but i suppose is due to ffmpeg decoder -> enc_aac encoder

for using besweet you must create/edit the "custom.bat" in \exe\besweet folder

but i suggest to CCT encoder :)

I've got it to convert using besweet and the custom.bat as you suggested. i have a request for when using the custom.bat, could we get the encoding path added to the end of the commandline when you call custom.bat, so if you change the output folder the custom.bat will still work.

e.g.

call custom.bat "G:\movies\temp\"

"E:\AutoMKV089\exe\BeSweet\BeSweet.exe" -core( -input %1fixed1.ac3 -output "%1fixed1.wav -2ch -logfilea %1BeSweet.log ) -azid( -c normal -L -6db --maximize )
"E:\AutoMKV089\exe\BeSweet\neroAacEnc.exe" -q 0.35 -if %1fixed1.wav -of %1audio.mp4
del %1fixed1.wav
del %1fixed1.ac3

delacroixp
26th August 2007, 10:53
about audio... the encoding run fine...
if you open the audio.mp4 with foobar/vlc (not directshow based player) the sound is correct ?

I reset the default settings for Zoom Player (http://www.inmatrix.com/files/zoomplayer_download.shtml) and the muxed MKV and MP4 movie files play very well thank you...
Life in the Undergrowth (http://www.bbc.co.uk/sn/tvradio/programmes/lifeintheundergrowth/) certainly looks better in HD...


:thanks: for your time !!!



:):D:eek:
Pascal

delacroixp
26th August 2007, 13:02
Is there a way that I could switch off the start-up quantizer prompt ???
I've had 4 consecutive encodes with the quantizer stuck on Q20... instead of Q22...
I've permanently modified the 'original' Constant Quality profile quantizer to 22.
I still have to set the quantizer at startup... or can I simply ignore it and press OK...

*** EDIT ***
* Works !!!
***********


:):D:eek:
Pascal


******************************* EDIT 2 *******************************
Well, maybe not quite...
********************************************************************

13:54:22 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
13:54:22 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
13:54:22 Selected Output dir: I:\Encoding\temp\
13:54:22 Selected Final Name: 2) Taking to the Air
13:54:22 Selected Container type: MKV
13:54:22 Selected Encoder: X264
13:54:22 Selected Size: 1 CD / 1
13:54:22 Selected Profile: Constant_Quality.xml
13:54:22 Selected Resizer: Lanczosmtplus / Automatic
13:54:22 Selected Filters: NONE
13:54:22 Selected Deinterlacer: AUTO
13:54:22 Selected Field Order: AUTO
13:54:22 Manual Crop: Enabled
13:54:22 Left Crop: 0
13:54:22 Top Crop: 0
13:54:22 Right Crop: 0
13:54:22 Botton Crop: 0
13:54:22 Manual Width: 1280
13:54:22 Manual Height: 720
13:54:22 Enabled Constant Quality With Unlimited Size (Q 20)
13:54:23 Track Language 1: NONE
13:54:23 Audio Codec 1: Nero AAC
13:54:23 Audio Quality 1: 0.45
13:54:23 Audio Channel 1: Stereo
13:54:23 Advanced Audio Settings DUMP Track 1
13:54:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:54:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:54:23 Lame Settings: ABR
13:54:23 Audio Normalization: 1
13:54:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
13:54:23 Advanced Audio Settings DUMP Track 2
13:54:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
13:54:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
13:54:23 Lame Settings: ABR
13:54:23 Audio Normalization: 1
13:54:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
13:54:23
13:54:23 Activate PGC processing: PGC 1 [2:28:33:19]
14:04:00 Starting Indexing
14:04:00 Dgindex CMD: C:\Program Files\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[I:\Encoding\temp\movie.vob] -OF=[I:\Encoding\temp\movie] -exit -minimize
14:07:26 Finished indexing
14:07:26 Finished fixing audio delay
14:07:27 Avi engage mode not corrected, switched to DirectShowSource
14:07:27 !!! WARNING - Trying with FFmpegSource
14:07:30 Aspect ratio: 1.778
14:07:30 Number of Frames:
14:07:30 Framerate: 30
14:07:30 Movie length in Seconds: 1
14:07:30 Movie Width/Height: 720/576
14:07:30 DgIndex AR: 1.778
14:07:32 Aspect ratio: 1.778
14:07:32 Number of Frames:
14:07:32 Framerate: 30
14:07:32 Movie length in Seconds: 1
14:07:32 Movie Width/Height: 720/576
14:07:32 DgIndex AR: 1.778
14:07:33 Starting X264
14:07:33 CRF encoding X264: C:\Program Files\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 20 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
14:07:40 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
14:07:40 Got a file of size: 0 bytes + audio size -2 bytes (-2)
14:07:41 "C:\Program Files\AutoMKV089\exe\matroska\mkvmerge.exe" -o "I:\Encoding\temp\2) Taking to the Air.mkv" --track-name -1:"2) Taking to the Air" --aspect-ratio 1:1.000000 --chapters "C:\Program Files\AutoMKV089\exe\chapters.txt" "I:\Encoding\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
14:07:42 Final Muxed size: -1 bytes
14:07:42 Encoding finished: 00:00:09 elapsed time
14:07:42 -----------------------------------------------------------------------
14:07:42 Script AutoCrop.log
14:07:42 -----------------------------------------------------------------------
14:07:42 Script Resmovie.avs
14:07:42 -----------------------------------------------------------------------
14:07:42 Script movie.avs
14:07:42
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\AddGrain.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\autocrop.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\blockbuster.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\cnr2.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\ColorMatrix.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Convolution3D.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\corrector.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\DctFilter.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Decomb.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\Deen.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\degrainmedian.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\DGDecode.dll")
14:07:42 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\EEDI2.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FFMpegSource.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FFT3DFilter.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\FluxSmooth.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\frfun7.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\hqdn3d.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\LeakKernelDeint.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MaskTools.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\medianblur.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MipSmooth.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\MSharpen.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\mt_masktools.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\mvtools.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\NicAudio.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RepairSSE2.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\RSharpenSSE2.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SangNom.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SimpleResize.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\SoundOut.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TBilateral.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TDeint.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TIVTC.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TomsMoComp.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\TTempSmooth.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\UnDot.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\UnFilter.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\VSFilter.dll")
14:07:43 LoadPlugin("C:\Program Files\AutoMKV089\exe\filter\warpsharp.dll")
14:07:43 #loadpluginstart
14:07:43
14:07:43 #test1
14:07:43
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\HybridFuPP.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\LanczosPlus.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\Lem.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\MCBob_v03c.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\mvbob.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\QMlib.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\seesaw.avsi")
14:07:43 Import("C:\Program Files\AutoMKV089\exe\filter\spresso.avsi")
14:07:43 #importstart
14:07:43
14:07:43 #test2
14:07:43
14:07:43 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
14:07:43 function getOrder(clip c) {
14:07:43 order = GetParity(c) ? 1 : 0
14:07:43 Return order }
14:07:43 #filter1start
14:07:43
14:07:43 #test3
14:07:43
14:07:43 last = movie
14:07:43 crop(0,0,-0,-0)
14:07:43 #resizestart
14:07:43
14:07:43 #test4
14:07:43
14:07:43 Spline36Resize(1280,720)
14:07:43 #filter2start
14:07:43
14:07:43 #test5
14:07:43
14:07:43 -----------------------------------------------------------------------
14:07:43 Script mkvmaudio.avs
14:07:43 -----------------------------------------------------------------------
14:07:43 Script mkvmaudio.bat
14:07:43 -----------------------------------------------------------------------
14:07:43 Script mkvmaudio2.avs
14:07:43 -----------------------------------------------------------------------
14:07:43 Script mkvmaudio2.bat
14:07:43
14:07:43 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

klicker4546
26th August 2007, 13:18
Hi buzzqw, hi all!

since bautodeint keeps crashing for me too, it raises in my case the question whether deinterlacing is needed in general for a avi-source-file?

So far as I am aware it is not needed. So the autodetection routine should/could also check whether it's an avi-source-file or not as a work-around for those crashes on bautodeint with avi-files.

I had problems with bautodeint on Vista first, and, after I installed Visual Studio 2008 Beta2 it also makes trouble under XP, too.

To get it not crashing everytime, I went to the 'Advanced Settings' tab and just chose 'Deinterlacer = NONE', since I'm converting avi-files.

I'm gonna test it with MPEG2, too.

klicker4546

please post the errors

if bautodeint crash isn't a big problem... it's just the deinterlacer routines.. it will not break the encoding... but if your source is interlaced .. the correct deinterlacer will be nota applied

not a good thing

bautodeint is quite simple, need a yv12 decoder (xvid) and full access to folder where works

BHH

buzzqw
26th August 2007, 14:27
@AMED

ok, let me study the custom.bat question ;)

@delacroixp

I've permanently modified the 'original' Constant Quality profile quantizer to 22.

that's not enough and moreover the value in profile ignored

or you will save the profile as i previusly said or you will have to answer four time to crf question

@klicker4546
usually avi/mkv are already deinterlaced, usually are alredy progressive, so in this case in correct to set NONE or Progressive

I'm gonna test it with MPEG2, too.
better to leave automatic... since an mpeg2 could be whatever (interlaced/film/combed..)

BHH

klicker4546
26th August 2007, 15:12
@klicker4546
usually avi/mkv are already deinterlaced, usually are alredy progressive, so in this case in correct to set NONE or Progressive


better to leave automatic... since an mpeg2 could be whatever (interlaced/film/combed..)

BHH

Ok, thanks for your quick reply. I will reset the 'Deinterlacer' to automactic again, after I finished encoding the Avi-Sources.

:thanks:

But I'm still wondering why BAutoDeint crashes on Windows XP now, when I set the 'Deinterlacer' to automatic with those Avi-files.

Everytime it crashes the VS 2008 Beta2 Debugger wants to start debugging BAutoDeint. The error message is simply "Win32 Exception".

Maybe a problem with the D-Compiler? :confused:

buzzqw
26th August 2007, 15:18
don't know... Bautodeint is an excellent program made by Berrinam...

i will try to ask if any update is present...

BHH

klicker4546
26th August 2007, 16:15
don't know... Bautodeint is an excellent program made by Berrinam...

i will try to ask if any update is present...

BHH

Ok, I've already tried to compile it myself. Was downloading the source code, but I'm not familiar with the d-compiler so I had to give it up. :(

Thanks for your help and patience. :)

buzzqw
26th August 2007, 16:22
megui use the same routines ... but with an update code

... or i will "translate" from c# to purebasic or ... someone more skilled (easy to be more skilled then me) could port megui deinterlace detection code to standard console application

BHH

bisdelf
26th August 2007, 19:42
well after more than 8 hours of encoding, this rip seems to be quite good but.....1,43 gb istead of 1,45....i think i'm undersize for dvd/3 standard...and also despite "set width resolution: 720", there is a very small right vertical crop error....

Encoder888
26th August 2007, 20:45
Hi,

I'm relatively new to AutoMKG, and I was looking for a recommendation from someone who's done more testing than me, regarding the x264 AQ feature. I tried several of the AQ-enabled profiles, and the files turned out to be about 20-30% bigger than what they are if I use the non-AQ alternative (Like, for example, 2 Pass_Better Quality as opposed to AQ_2 Pass_ Better Quality) and I frankly cannot notice a difference in quality at all, but the difference in size is pretty substantial. I was just wondering if anyone could tell me if using the AQ feature was worth the extra space. I haven't read all 150+ pages, so someone may have already answered this question, but... Thanks.

buzzqw
26th August 2007, 22:11
@bisdelf
autocrop isn't perfect, but perfectible... for movie with very long balck intro i suggesto to use manual crop and resize
set width resolution: 720
just one note... for only autocropping without resize you can use "AutoCrop Only"


@Encoder888

First of all Welcome to the Forum

first of all AQ can be used only when needed, in case of blockness on flat surface

In this situation the AQ the quantitizer of these zones will be lower, so granting a better visual approach

isn't to use indiscriminating, just when needed

automkv take a soft approach to aq, using value not too strong

take a look here
http://forum.doom9.org/showthread.php?t=128044

BHH

delacroixp
26th August 2007, 22:34
Hi,

I'm relatively new to AutoMKG...
Me too and Welcome to Doom9 !!!

I have no idea what AQ is.. I can't read or write and so 3-letter words and single sentences are beyond my capacity let alone a 150-page thesis which would call for some serious speed-reading and technical insight... however, I'm sure it's a real page-turner...
I only encode using CQ-22 over-sampled to HD (1280 x Height)... which roughly halves the original anamorphic Mpeg-2 movie (nice 4 PC's & HDTV's)...

I hope you have a successfull and pleasant stay... sorry I couldn't be of any assistance !


:):D:eek:
Pascal

delacroixp
26th August 2007, 22:51
despite "set width resolution: 720", there is a very small right vertical crop error....
Auotcrop by it's very nature is generally good most of the time and only sometimes bad...
In those instances a hands-on approach may be preferable...
Armed with the exact black-matte values you can easily calculate your DAR values and cropping strategy...

All good !


:):D:eek:
Pascal

delacroixp
26th August 2007, 23:22
I often re-encode the same material a few time to achieve the desired results...
However, I usually use an ISO image and process the PGC...

Is it possible to reuse that processed PGC...


:):devil::eek:
Pascal

bisdelf
26th August 2007, 23:36
nero aac again:



i was looking at my original ac3 file 448kbps 5.1 (430mb) and the "nero aac+original+0,35" conversion was at 350kbps (~350 mb).
well, there must be something wrong, the file cannot be so large.

what do you think?

Encoder888
27th August 2007, 05:29
Hi, thanks for the answer regarding the AQ feature... I suppose I won't use it unless I really need to, because it really boosts the size, and just for a couple of shots where you can actually tell the difference. And still, if anyone else has a comment on that, post it please. :) Thanks.

Now, I have anther question. I don't mean to be disrespectful, I really appreciate AutoMKV and everything it offers us, but I was wondering if there was a way to disable or change the automated title the AutoMKV Matroska file compiler puts on all .mkv files, and that is "Done with AutoMKV 0.89...". Thanks :)

And my final question - which AAC codec is better - Nero AAC or Codec Tech. AAC ?

Thanks. ;]

TheRyuu
27th August 2007, 07:27
Hi, thanks for the answer regarding the AQ feature... I suppose I won't use it unless I really need to, because it really boosts the size, and just for a couple of shots where you can actually tell the difference. And still, if anyone else has a comment on that, post it please. :) Thanks.

Now, I have anther question. I don't mean to be disrespectful, I really appreciate AutoMKV and everything it offers us, but I was wondering if there was a way to disable or change the automated title the AutoMKV Matroska file compiler puts on all .mkv files, and that is "Done with AutoMKV 0.89...". Thanks :)

And my final question - which AAC codec is better - Nero AAC or Codec Tech. AAC ?

Thanks. ;]

You can change the title under the mux options under the advanced options tab. However, this seems broken when you use virtualdub to mux into an avi file.

I don't know which is better since generally nothing really is "best" is it...
Decide for yourself (which might be hard, in that case just use nero)

AQ is so worth it. Trust me. It really helps not make black areas block up, especially with the newer x264 builds (which automkv has).


i was looking at my original ac3 file 448kbps 5.1 (430mb) and the "nero aac+original+0,35" conversion was at 350kbps (~350 mb).
well, there must be something wrong, the file cannot be so large.

what do you think?

It's quality mode, that might be why. It doesn't give itself a set "bitrate" persay, only a quality, and since there's 6 channels, 350kbps sounds right. For 5.1 channel I really don't like to go below ~200kbps, and even that is slightly low for me.

buzzqw
27th August 2007, 07:30
@bisdelf

look here http://automkv.wiki-site.com/index.php/Help:Contents#Step_5_-_Set_Audio_Settings

at 0.35 corrispond near 99kbps per channel, i will go down to 0.20 / 0.25

@Encoder888

.mkv files, and that is "Done with AutoMKV 0.89..."

open the advanced settings, at right, in Muxing Options, there is "Title", write here what you want

@delacroxp
welcome back!

EDIT: @wizboy11, thanks... fixed!

BHH

delacroixp
27th August 2007, 09:32
I set up 3 jobs for batching last night but the second died before the video encoding...
I've tried twice this morning with the same result...


10:13:00 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
10:13:00 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
10:13:00 Selected Output dir: I:\Encoding\temp\
10:13:00 Selected Final Name: 2) Taking to the Air
10:13:00 Selected Container type: MKV
10:13:00 Selected Encoder: X264
10:13:00 Selected Size: 1 CD / 1
10:13:00 Selected Profile: Constant_Quality.xml
10:13:00 Selected Resizer: Lanczosmtplus / Automatic
10:13:00 Selected Filters: NONE
10:13:00 Selected Deinterlacer: AUTO
10:13:00 Selected Field Order: AUTO
10:13:00 Manual Crop: Enabled
10:13:00 Left Crop: 0
10:13:00 Top Crop: 0
10:13:00 Right Crop: 0
10:13:00 Botton Crop: 0
10:13:00 Manual Width: 1280
10:13:00 Manual Height: 720
10:13:00 Enabled Constant Quality With Unlimited Size (Q 22)
10:13:00 Track Language 1: NONE
10:13:00 Audio Codec 1: Nero AAC
10:13:00 Audio Quality 1: 0.45
10:13:00 Audio Channel 1: Stereo
10:13:00 Advanced Audio Settings DUMP Track 1
10:13:00 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:13:00 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:13:00 Lame Settings: ABR
10:13:00 Audio Normalization: 1
10:13:00 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:13:00 Advanced Audio Settings DUMP Track 2
10:13:00 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:13:00 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:13:00 Lame Settings: ABR
10:13:00 Audio Normalization: 1
10:13:00 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:13:00
10:13:00 Activate PGC processing: PGC 3 [0:49:06:15]
10:18:24 Starting Indexing
10:18:24 Dgindex CMD: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[I:\Encoding\temp\movie.vob] -OF=[I:\Encoding\temp\movie] -exit -minimize
10:19:06 Finished indexing
10:19:06 Finished fixing audio delay
10:19:06 Avi engage mode not corrected, switched to DirectShowSource
10:19:06 !!! WARNING - Trying with FFmpegSource
10:19:11 Aspect ratio: 1.778
10:19:11 Number of Frames:
10:19:11 Framerate: 30
10:19:11 Movie length in Seconds: 1
10:19:11 Movie Width/Height: 720/576
10:19:11 DgIndex AR: 1.778
10:19:12 Aspect ratio: 1.778
10:19:12 Number of Frames:
10:19:12 Framerate: 30
10:19:12 Movie length in Seconds: 1
10:19:12 Movie Width/Height: 720/576
10:19:12 DgIndex AR: 1.778
10:19:12 Starting X264
10:19:12 CRF encoding X264: F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\Encoding\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\Encoding\temp\movie.mp4" "I:\Encoding\temp\movie.avs"
10:19:15 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
10:19:15 Got a file of size: 0 bytes + audio size -2 bytes (-2)
10:19:16 "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\matroska\mkvmerge.exe" -o "I:\Encoding\temp\2) Taking to the Air.mkv" --track-name -1:"2) Taking to the Air" --aspect-ratio 1:1.000000 --chapters "F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\chapters.txt" "I:\Encoding\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
10:19:16 Final Muxed size: -1 bytes
10:19:16 Encoding finished: 00:00:04 elapsed time
10:19:16 -----------------------------------------------------------------------
10:19:16 Script AutoCrop.log
10:19:16 -----------------------------------------------------------------------
10:19:16 Script Resmovie.avs
10:19:16 -----------------------------------------------------------------------
10:19:16 Script movie.avs
10:19:16
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\AddGrain.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\autocrop.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\blockbuster.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\cnr2.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\ColorMatrix.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Convolution3D.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\corrector.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DctFilter.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Decomb.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Deen.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\degrainmedian.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\DGDecode.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\EEDI2.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFMpegSource.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FFT3DFilter.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FluxSmooth.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\frfun7.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\hqdn3d.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LeakKernelDeint.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MaskTools.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\medianblur.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MipSmooth.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MSharpen.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mt_masktools.dll")
10:19:16 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvtools.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\NicAudio.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RepairSSE2.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\RSharpenSSE2.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SangNom.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SimpleResize.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\SoundOut.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TBilateral.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TDeint.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TIVTC.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TomsMoComp.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\TTempSmooth.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnDot.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\UnFilter.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\VSFilter.dll")
10:19:17 LoadPlugin("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\warpsharp.dll")
10:19:17 #loadpluginstart
10:19:17
10:19:17 #test1
10:19:17
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\HybridFuPP.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LanczosPlus.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\Lem.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\MCBob_v03c.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\mvbob.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\QMlib.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\seesaw.avsi")
10:19:17 Import("F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\filter\spresso.avsi")
10:19:17 #importstart
10:19:17
10:19:17 #test2
10:19:17
10:19:17 movie = mpeg2source("I:\Encoding\temp\movie.d2v")
10:19:17 function getOrder(clip c) {
10:19:17 order = GetParity(c) ? 1 : 0
10:19:17 Return order }
10:19:17 #filter1start
10:19:17
10:19:17 #test3
10:19:17
10:19:17 last = movie
10:19:17 crop(0,0,-0,-0)
10:19:17 #resizestart
10:19:17
10:19:17 #test4
10:19:17
10:19:17 Spline36Resize(1280,720)
10:19:17 #filter2start
10:19:17
10:19:17 #test5
10:19:17
10:19:17 -----------------------------------------------------------------------
10:19:17 Script mkvmaudio.avs
10:19:17 -----------------------------------------------------------------------
10:19:17 Script mkvmaudio.bat
10:19:17 -----------------------------------------------------------------------
10:19:17 Script mkvmaudio2.avs
10:19:17 -----------------------------------------------------------------------
10:19:17 Script mkvmaudio2.bat
10:19:17
10:19:17 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


:thanks:


:):devil::D
Pascal


BTW
I've encoded the same movie episode successfully to completion in the past...

buzzqw
27th August 2007, 10:07
10:19:06 Avi engage mode not corrected, switched to DirectShowSource
10:19:06 !!! WARNING - Trying with FFmpegSource

that mean there is some problem with the script.. BUT the script is ok

open the movie.avs in virtualdub, got errors ? for me no

or have you played with dgdecode.dll ?

BHH

DIEGO7-5
27th August 2007, 10:09
Hi buzz!

The preview function does not work for me anymore. Maybe something is wrong with my setup but directshowsource says the file is not supported and the corresponding line in preview.avs is this:

movie = directshowsource("D:\TEST\VTS_01_0.IFO",audio=false)

It tries to load the .IFO? Is that correct?

edwardt
27th August 2007, 10:19
Hi All

Thanks for your help on the previous problems i was having. the files are now encoding.

My next problem is more a video quality issue i'm having. I have attached a frame captured using nero showtime which is my player of choice for x264 encoded files. as you can see the image has kind of lines throughout the whole image and it is really noticable when there is a lot of movement. is there anything i can do to fix these lines using a filter of some sort

thanks once again

edwardt

klicker4546
27th August 2007, 10:39
@buzzqw

I was asking berrinam if the source code for BAutoDeint which I had found is outdated. He agreed and comitted some changes for a successful build with the latest D-compiler. :thanks: to berrinam!

After he placed the committed source-code somewhere, I get the link and will try to build it again.

I'll let you know if it was successful. :)

klicker4546

megui use the same routines ... but with an update code

... or i will "translate" from c# to purebasic or ... someone more skilled (easy to be more skilled then me) could port megui deinterlace detection code to standard console application

BHH

delacroixp
27th August 2007, 10:47
that mean there is some problem with the script.. BUT the script is ok

open the movie.avs in virtualdub, got errors ? for me no

or have you played with dgdecode.dll ?

No playing with dll's on my side but VD does complain of "Avisynth open failure: MPEG2Source:Invalid D2V file, it's empty!"
The 'movie.vob.d2v = 379kb' BUT the movie.d2v = 0kb.


:):devil::D
Pascal

buzzqw
27th August 2007, 10:59
@DIEGO7-5
it's a stupid (:stupid:) bug
to fix you need the next update or http://www.64k.it/andres/data/a/AutoMKV089a.exe
AND put dvddecrypter.exe AND PgcDemux.exe (http://www.64k.it/andres/data/a/PgcDemux.exe) \exe\vsrip folder
(as i said i change the way of selecting the pgc)
sorry for any trouble

@edwardt

please use www.imageshack.us for uploading you image, or we must wait for a Mod to approval the attachment

image has kind of lines throughout the whole image and it is really noticable when there is a lot of movement

even if i can't see the image i suppose it's interlacing.. so .. what's your source (avi/dvd/mpeg/ts...) ? and what deinterlacer have you select or automkv as used, if any ?

look at log, and post it

@klicker4546
:thanks:
i will greedy wait, thanks again!

@delacroixp
doh... (put here homer simpson face..)
The 'movie.vob.d2v = 379kb' BUT the movie.d2v = 0kb.
maybe due to multiple queue and pgc rip...

read what i have written to DIEGO7-5, and .. feel brave

i will look at this problem, thansk!

BHH

klicker4546
27th August 2007, 11:11
@klicker4546
:thanks:
i will greedy wait, thanks again!

BHH

No, problem! Cheers!

delacroixp
27th August 2007, 11:40
read what i have written to DIEGO7-5, and .. feel brave

i will look at this problem, thansk!

Did try but it seams that there is a problem with DGIndex... it dies from the get-go...


12:31:20 0.89a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:31:20 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
12:31:20 Selected Output dir: I:\_ENCODE\temp\
12:31:20 Selected Final Name: 2) Taking to the Air
12:31:20 Selected Container type: MKV
12:31:20 Selected Encoder: X264
12:31:20 Selected Size: 1 CD / 1
12:31:20 Selected Profile: Constant_Quality.xml
12:31:20 Selected Resizer: Lanczosmtplus / Automatic
12:31:20 Selected Filters: NONE
12:31:20 Selected Deinterlacer: AUTO
12:31:20 Selected Field Order: AUTO
12:31:20 Manual Crop: Enabled
12:31:20 Left Crop: 0
12:31:20 Top Crop: 0
12:31:20 Right Crop: 0
12:31:20 Botton Crop: 0
12:31:20 Manual Width: 1280
12:31:20 Manual Height: 720
12:31:20 Enabled Constant Quality With Unlimited Size (Q 22)
12:31:20 Track Language 1: NONE
12:31:20 Audio Codec 1: Nero AAC
12:31:20 Audio Quality 1: 0.35
12:31:20 Audio Channel 1: Stereo
12:31:20 Advanced Audio Settings DUMP Track 1
12:31:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:31:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:31:20 Lame Settings: ABR
12:31:20 Audio Normalization: 1
12:31:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:31:20 Advanced Audio Settings DUMP Track 2
12:31:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:31:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:31:20 Lame Settings: ABR
12:31:20 Audio Normalization: 1
12:31:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:31:20
12:31:20 Activate PGC processing: PGC 3 [0:49:06:15]

pgcrip.bat
F:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV089\exe\Vsrip\pgcdemux.exe -pgc 3 -nocellt -nolog -noaud -nosub -nom2v -vob "J:\VIDEO_TS\VTS_02_0.IFO" "I:\_ENCODE\temp"


deint.log
rocessed frames: 238/240 -- 99% completed
processed frames: 240/240 -- 100% completed
Error: File I:\_ENCODE\temp\createautodeintmovie.avs.bautodeint_temp.data' is unexpectedly missing. Cannot resume



:):devil::D
Pascal

buzzqw
27th August 2007, 12:31
please redownload the AutoMKV089a.exe

thanks

BHH

klicker4546
27th August 2007, 18:09
No, problem! Cheers!

I have successfully built BAutoDeint with berrinams recent changes using the latest D-Compiler.

Do you want to have the exe-file? I'd zip it and upload it somewhere if you like to have it.

Now I will check if it's still crashing. :)

klicker4546

buzzqw
27th August 2007, 18:54
@klicker4546

yes... i prefer an exe

i will check the results of analysis with previus version

as you know the command line is changed?

feel free to main me (look at license.txt for mail) source code and exe

Thanks again!

BHH

klicker4546
27th August 2007, 20:00
Ok, I send you the exe and source code.

I dont think the command line options have changed. berrinam just made changes to the source code that it could compile with the latest d-compiler (v. 2.003).

I ran a few tests here myself and there were no more crashes. I tested avi-sources and also a deinterlaced mpeg2-source. Let me know about your results, please. I'm kinda curious.

BAutodein.exe and source code will follow shortly via email.

Just to let you know: berrinam also added the source code to the megui subversion repository. If you want the link, just let me know.

klicker4546

@klicker4546

yes... i prefer an exe

i will check the results of analysis with previus version

as you know the command line is changed?

feel free to main me (look at license.txt for mail) source code and exe

Thanks again!

BHH

delacroixp
27th August 2007, 20:49
please redownload the AutoMKV089a.exe

:thanks:


Done... but no change !!!
Will re-install the entire package...
It's a bit odd that all was working fine and then it wont even rip a movie properly, let alone encode the movie...

LadyLuck has left me...


:):devil::D
Pascal

klicker4546
27th August 2007, 20:56
Another question I have is regarding delaycut. When I tried to convert a MPEG2-file to XviD-avi delaycut started to run. At its start I had about 20 gigs on my hard disk left and while it rans the 20 gigs were gone soon.

The mpa-source file was only about 8 MB large. Is delaycut really so hungry that it consumes all space left on my hard drive?

Is there another way to cut an audio delay?

buzzqw
27th August 2007, 21:38
@klicker4546

thanks , the mail is arrived!

i will do some test and will report!

about delaycut.. is a know problem.. sometimes, and only when audio is mpeg layer 2 (mpa) ... delaycut goes crazy
if you have a small sample that is able to replicate the problem i will ask to jsoto to fix it

i suggest in this occasion to use in the advanced settings the disable delay cut option

@delacroixp

your ifo is on dvd or on hd ?

with new source on dvd on hd do this:
start automkv
if needed in advanced options check process this ifo
in input select your ifo
on pgc selection select your episodes
set all other options as you want
click start

please report any problem with new pgc options since next week i will publish the new full update
thanks!

BHH

weaver4
27th August 2007, 21:49
I tried X264 encoding several different ways but I was unable to make an encoding that QuickTime on a Mac would work with. Am I missing something simple or is it not possible. What profile should I be using?

buzzqw
27th August 2007, 21:57
most compatiblem should be the ipod profile..

in next update will be present the apple TV and iphone profiles

as far as i know on quicktime windows the files are working (ipod profile)

BHH

jellyfish2002
27th August 2007, 23:42
@jellyfish2002

my bad :o sorry

as i said previusly rename "C:\Users\Alpha\Desktop\AutoMKV v0.89\" to "C:\Users\Alpha\Desktop\AutoMKVv0.89\"
and "C:\Users\Alpha\Desktop\New Folder\temp\" to "C:\Users\Alpha\Desktop\New_Folder\temp\"

WITH NO SPACE IN NAME. seems that mp4box is somehow picky when muxing fles with with space

for muxing simply go to "C:\Users\Alpha\Desktop\New_Folder\temp and launch muxing.bat

BHH

Okie I finally get a working file with audio. BUT how do I get a full video?

Coz for my file is being spilt into many different parts.:confused:

jellyfish2002
27th August 2007, 23:50
Okie I finally get a working file with audio. BUT how do I get a full video?

Coz for my file is being spilt into many different parts.:confused:

Okie Seems that muxing.bat has a spilt option inside.
Finally a working video with audio :p
:thanks: for this great program BHH.

But how do I get better quality?
Which settings should I tweak?


22:50:50 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:50:50 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
22:50:50 Selected Output dir: C:\Users\Alpha\Desktop\New_Folder\temp\
22:50:50 Selected Final Name: VIDEO_TS
22:50:50 Selected Container type: MP4
22:50:50 Selected Encoder: X264
22:50:50 Selected Size: 1 CD / 1
22:50:50 Selected Profile: 2_Pass_Balanced.xml
22:50:50 Selected Resizer: NONE / Automatic
22:50:50 Selected Filters: RemoveGrain(mode=2)
22:50:50 Selected Deinterlacer: AUTO
22:50:50 Selected Field Order: AUTO
22:50:50 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
22:50:50 Audio Codec 1: Nero AAC
22:50:50 Audio Quality 1: 0.30
22:50:50 Audio Channel 1: Stereo
22:50:50 Advanced Audio Settings DUMP Track 1
22:50:50 Audio Track Language: eng
22:50:50 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:50:50 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:50:50 Lame Settings: ABR
22:50:50 Audio Normalization: 1
22:50:50 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:50:50 Advanced Audio Settings DUMP Track 2
22:50:50 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:50:50 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:50:50 Lame Settings: ABR
22:50:50 Audio Normalization: 1
22:50:50 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:50:50 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
22:50:50
22:50:50 Starting SubRipping
22:51:52 Subtitle Size: 2922496 bytes
22:51:52 Finished SubRipping
22:51:52 Starting Indexing
22:51:52 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
22:53:04 Finished indexing
22:53:04 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
22:53:04 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
22:54:49 Finished FULL indexing
22:54:49 Starting fixing audio delay on track number 1
22:54:49 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.dts" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T02 DELAY -49ms.dts"
22:54:49 Original 1 Audio Size: 589082414 bytes
22:55:29 Fixed 1' Audio Size: 589077384 bytes
22:55:29 Finished fixing audio delay
22:55:29 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.dts to NeroAAC with 0.30 quality
23:44:22 Encoded 1' Audio Track: 54160778 bytes
23:44:22 ForceFilm Detected: 100.000000% FILM found
23:44:28 Number of Frames: 187197
23:44:28 Framerate: 29.970030
23:44:28 Movie length in Seconds: 6247
23:44:28 Movie Width/Height: 720/480
23:44:28 DgIndex AR: 16:9
23:49:26 Deinterlace Test: Processing completed. Type is determined to be partly film.
23:49:26 BFF: 32
23:49:26 TFF: 382
23:49:26 NOT Allow Hybrid Order/Pattern, set Pattern to: Film
23:49:26 NOT Allow Hybrid Order/Pattern, set order to: TFF
23:49:26 Checking script...movie.avs
23:49:29 Script checked. All OK!!!
23:49:29 Starting X264
23:49:29 Command Line 1' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 1 --crf 21.25 --stats "C:\Users\Alpha\Desktop\New_Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,p4x4 --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
23:49:29 Command Line 2' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 2 --bitrate 867 --stats "C:\Users\Alpha\Desktop\New_Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,p4x4 --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
02:00:35 Finished 1' Pass X264
02:00:35 Only Movie Size: 917771230 bytes
02:00:35 "C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\matroska\MP4Box.exe" -add "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4":par=2.350000 -chap "C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\chapters.txt" -add "C:\Users\Alpha\Desktop\New_Folder\temp\audio.mp4:lang=eng" -splits 16384 -fps 29.970030 -new "C:\Users\Alpha\Desktop\New_Folder\temp\VIDEO_TS_full.mp4"
02:00:36 Encoding finished: 02:11:07 elapsed time
02:00:36 -----------------------------------------------------------------------
02:00:36 Script AutoCrop.log
02:00:36
02:00:36 Crop(0,60,720,360)
02:00:36 -----------------------------------------------------------------------
02:00:36 Script Resmovie.avs
02:00:36 -----------------------------------------------------------------------
02:00:36 Script movie.avs
02:00:36
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\AddGrain.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\autocrop.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\aWarpSharp(Pruned).dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\blockbuster.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\cnr2.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\ColorMatrix.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\Convolution3D.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\corrector.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\DctFilter.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\Decomb.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\Deen.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\degrainmedian.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\DGDecode.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\EEDI2.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\FFMpegSource.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\FFT3DFilter.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\FluxSmooth.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\frfun7.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\hqdn3d.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\LeakKernelDeint.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\MaskTools.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\medianblur.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\MipSmooth.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\MSharpen.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\mt_masktools.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\mvtools.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\NicAudio.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\RemoveGrainS.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\RepairS.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\SangNom.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\SimpleResize.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\SoundOut.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\TBilateral.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\TDeint.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\TIVTC.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\TomsMoComp.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\TTempSmooth.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\UnDot.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\UnFilter.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\VSFilter.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\warpsharp.dll")
02:00:36 #loadpluginstart
02:00:36
02:00:36 #test1
02:00:36
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\BlindDeHalo3_mt2.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\HybridFuPP.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\LanczosPlus.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\Lem.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\LimitedSharpenFaster.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\MCBob_v03c.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\mvbob.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\QMlib.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\seesaw.avsi")
02:00:36 Import("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\spresso.avsi")
02:00:36 #importstart
02:00:36
02:00:36 #test2
02:00:36
02:00:36 movie = mpeg2source("C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v")
02:00:36 function getOrder(clip c) {
02:00:36 order = GetParity(c) ? 1 : 0
02:00:36 Return order }
02:00:36 #filter1start
02:00:36
02:00:36 #test3
02:00:36
02:00:36 movie = tfm(movie,d2v="C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v").tdecimate(hybrid=3)
02:00:36 #resizestart
02:00:36
02:00:36 #test4
02:00:36
02:00:36 last = movie
02:00:36 #filter2start
02:00:36
02:00:36 #test5
02:00:36
02:00:36 RemoveGrain(mode=2)
02:00:36 VobSub("C:\Users\Alpha\Desktop\New_Folder\temp\VIDEO_TS.idx")
02:00:36 -----------------------------------------------------------------------
02:00:36 Script mkvmaudio.avs
02:00:36
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\NicAudio.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\SoundOut.dll")
02:00:36 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\filter\FFmpegSource.dll")
02:00:36 NicDTSSource("C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.dts")
02:00:36 #Applying STEREO downmixing routines
02:00:36 function stereo(clip a)
02:00:36 {
02:00:36 flr = GetChannel(a, 1, 2)
02:00:36 fcc = GetChannel(a, 3)
02:00:36 lfe = GetChannel(a, 4)
02:00:36 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
02:00:36 mix = MergeChannels(lfc, lfc)
02:00:36 lrc = MixAudio(flr, mix, 0.2929, 1.0)
02:00:36 blr = GetChannel(a, 5, 6)
02:00:36 Return MixAudio(lrc, blr, 1.0, 0.2929)
02:00:36 }
02:00:36 #
02:00:36 6==Audiochannels() ? stereo() : last
02:00:36 function addvideo(clip c) {
02:00:36 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
02:00:36 Return audiodub(last,c)
02:00:36 }
02:00:36 Normalize()
02:00:36 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.30 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
02:00:36 -----------------------------------------------------------------------
02:00:36 Script mkvmaudio.bat
02:00:36 -----------------------------------------------------------------------
02:00:36 Script mkvmaudio2.avs
02:00:36 -----------------------------------------------------------------------
02:00:36 Script mkvmaudio2.bat
02:00:36
02:00:36 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

klicker4546
28th August 2007, 00:32
No problem, I'm glad it got through, first i zipped then instead of using rar and the mailer-demon complained. :eek:

Yeah, great. Go ahead with your tests ... still very curious....

Oh ok, so it's a know problem with the mpeg layer 2 (mpa) format and delaycut. What size is a small sample you'd like to have? I'd send it to you.

klicker4546

@klicker4546

thanks , the mail is arrived!

i will do some test and will report!

about delaycut.. is a know problem.. sometimes, and only when audio is mpeg layer 2 (mpa) ... delaycut goes crazy
if you have a small sample that is able to replicate the problem i will ask to jsoto to fix it

i suggest in this occasion to use in the advanced settings the disable delay cut option

SCSI
28th August 2007, 00:51
I reinstalled Vista and still got the cscript APPCRASH error so I am now using AutoMKV perfectly in XP. :)

Under Disk settings, and we have 1/2 DVD setting? For 1/2 DVD settings, 2200 setting is good? Does the program calculate by 1024 or 1000? What would be the best size setting for 1/2 DVD? Thanks!

artisticcheese
28th August 2007, 02:16
I assume I can just use IPOD profile to convert my video to Ipod, what protocol for audio track shall I be using? MP3? AAC? Lame?

Atak_Snajpera
28th August 2007, 10:17
what protocol for audio track shall I be using? MP3? AAC? Lame?
Use LC-AAC

What would be the best size setting for 1/2 DVD? Thanks!
about 2240 MB

buzzqw
28th August 2007, 11:32
@jellyfish2002

i would like to know how you have done this..

23:49:29 Command Line 1' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 1 --crf 21.25 --stats ..... "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
23:49:29 Command Line 2' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 2 --bitrate 867

so the first pass is crf and the second pass is 2 pass bitrate based ???? and with 21.25 of crf ??
i must admit that i am :confused:

But how do I get better quality?

try enabling autocrop... try AutoCrop Only
you have encoded at full size.., take away the black bars

ForceFilm Detected: 100.000000% FILM found
in deinterlace select FILM, so you will be sure to get proper deinterlace (no need to set Field Order)


@klicker4546

i have , again, some problem parsing all stdout.. but it's my problem :mad: (well.. not my.. but of my programming language...)

@SCSI
Does the program calculate by 1024 or 1000
work on 1024 base

@Atak_Snajpera
thanks! :)

BHH

artisticcheese
28th August 2007, 12:43
Hi,

I have DVD which I want to play on Ipod. I chose container MP4, Profile:IPOD.xml, codec X264. It ends up as *.mp4 which when I try to copy to Ipod via iTunes ends up with error "this file can not be played on Ipod". What am I doing wrong?

artisticcheese
28th August 2007, 12:55
Use LC-AAC


about 2240 MB
What LC-AAC? I have following as option Copy original, Codinc Tec. AAC, Ogg Vorbis, Lame, AC3?

buzzqw
28th August 2007, 13:09
@DIEGO7-5

like the idea of having a "delogo" filter very much since i was always missing it in AutoMKV for my TV-Captures

i am not en expert of delogo... i will search for more info!

@artisticcheese

select Codinc Tec. AAC

BHH

DIEGO7-5
28th August 2007, 13:25
Sounds great! Or you can just make AutoMKV read VirtualDub frameserver files so i can use delogo in virtualDub and then frameserve everything to AutoMKV to do the final job.

delacroixp
28th August 2007, 14:12
your ifo is on dvd or on hd ?

with new source on dvd on hd do this:
start automkv
if needed in advanced options check process this ifo
in input select your ifo
on pgc selection select your episodes
set all other options as you want
click start

Done !!!
Wierd... re-installed AutoMKV 0.89 and 0.89a
I tried both but 0.89a wont even process the PGC (yesterday it automatically kicked-in since you've removed the option)
I work from ISO's on the HDD so I manually ripped the 2nd episode but in all cases DGIndex died before it got started...


14:41:25 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:41:25 Selected Input file: J:\VIDEO_TS\VTS_02_0.IFO
14:41:25 Selected Output dir: I:\_ENCODE\temp\
14:41:25 Selected Final Name: 2) Taking to the Air
14:41:25 Selected Container type: MKV
14:41:25 Selected Encoder: X264
14:41:25 Selected Size: 1 CD / 1
14:41:25 Selected Profile: Constant_Quality.xml
14:41:25 Selected Resizer: Lanczosmtplus / Automatic
14:41:25 Selected Filters: RemoveGrain(mode=2)
14:41:25 Selected Deinterlacer: AUTO
14:41:25 Selected Field Order: AUTO
14:41:25 Manual Crop: Enabled
14:41:25 Left Crop: 0
14:41:25 Top Crop: 0
14:41:25 Right Crop: 0
14:41:25 Botton Crop: 0
14:41:25 Manual Width: 1280
14:41:25 Manual Height: 720
14:41:25 Enabled Constant Quality With Unlimited Size (Q 22)
14:41:25 Using Queue: queue0.ini of 1 works
14:41:25 Track Language 1: NONE
14:41:25 Audio Codec 1: Nero AAC
14:41:25 Audio Quality 1: 0.35
14:41:25 Audio Channel 1: Stereo
14:41:25 Advanced Audio Settings DUMP Track 1
14:41:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:41:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:41:25 Lame Settings: ABR
14:41:25 Audio Normalization: 1
14:41:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:41:25 Advanced Audio Settings DUMP Track 2
14:41:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:41:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:41:25 Lame Settings: ABR
14:41:25 Audio Normalization: 1
14:41:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:41:25 Selected Unlimited media size
14:41:25 Activate PGC processing: PGC 3 [0:49:06:15]
14:47:13 Starting Indexing
14:47:13 Dgindex CMD: C:\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[I:\_ENCODE\temp\movie.vob] -OF=[I:\_ENCODE\temp\movie] -exit -minimize
14:47:36 Finished indexing
14:47:36 Finished fixing audio delay
14:47:36 Avi engage mode not corrected, switched to DirectShowSource
14:47:36 !!! WARNING - Trying with FFmpegSource
14:47:38 Aspect ratio: 1.778
14:47:38 Number of Frames:
14:47:38 Framerate: 30
14:47:38 Movie length in Seconds: 1
14:47:38 Movie Width/Height: 720/576
14:47:38 DgIndex AR: 1.778
14:47:39 Aspect ratio: 1.778
14:47:39 Number of Frames:
14:47:39 Framerate: 30
14:47:39 Movie length in Seconds: 1
14:47:39 Movie Width/Height: 720/576
14:47:39 DgIndex AR: 1.778
14:47:39 Starting X264
14:47:39 CRF encoding X264: C:\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\_ENCODE\temp\movie.mp4" "I:\_ENCODE\temp\movie.avs"
14:47:43 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
14:47:43 Got a file of size: 0 bytes + audio size -2 bytes (-2)
14:47:44 "C:\AutoMKV089\exe\matroska\mkvmerge.exe" -o "I:\_ENCODE\temp\2) Taking to the Air.mkv" --track-name -1:"2) Taking to the Air" --aspect-ratio 1:1.000000 --chapters "C:\AutoMKV089\exe\chapters.txt" "I:\_ENCODE\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
14:47:44 Final Muxed size: -1 bytes
14:47:44 Encoding finished: 00:00:05 elapsed time
14:47:44 -----------------------------------------------------------------------
14:47:44 Script AutoCrop.log
14:47:44 -----------------------------------------------------------------------
14:47:44 Script Resmovie.avs
14:47:44 -----------------------------------------------------------------------
14:47:44 Script movie.avs
14:47:44
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\AddGrain.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\autocrop.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\blockbuster.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\cnr2.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\ColorMatrix.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\Convolution3D.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\corrector.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\DctFilter.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\Decomb.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\Deen.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\degrainmedian.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\DGDecode.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\EEDI2.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\FFMpegSource.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\FFT3DFilter.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\FluxSmooth.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\frfun7.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\hqdn3d.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\LeakKernelDeint.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\MaskTools.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\medianblur.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\MipSmooth.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\MSharpen.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\mt_masktools.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\mvtools.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\NicAudio.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\RepairSSE2.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\RSharpenSSE2.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\SangNom.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\SimpleResize.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\SoundOut.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\TBilateral.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\TDeint.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\TIVTC.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\TomsMoComp.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\TTempSmooth.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\UnDot.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\UnFilter.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\VSFilter.dll")
14:47:44 LoadPlugin("C:\AutoMKV089\exe\filter\warpsharp.dll")
14:47:44 #loadpluginstart
14:47:44
14:47:44 #test1
14:47:44
14:47:44 Import("C:\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\HybridFuPP.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\LanczosPlus.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\Lem.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\MCBob_v03c.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\mvbob.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\QMlib.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\seesaw.avsi")
14:47:44 Import("C:\AutoMKV089\exe\filter\spresso.avsi")
14:47:44 #importstart
14:47:44
14:47:44 #test2
14:47:44
14:47:44 movie = mpeg2source("I:\_ENCODE\temp\movie.d2v")
14:47:44 function getOrder(clip c) {
14:47:44 order = GetParity(c) ? 1 : 0
14:47:44 Return order }
14:47:44 #filter1start
14:47:44
14:47:44 #test3
14:47:44
14:47:44 last = movie
14:47:44 crop(0,0,-0,-0)
14:47:44 #resizestart
14:47:44
14:47:44 #test4
14:47:44
14:47:44 Spline36Resize(1280,720)
14:47:44 #filter2start
14:47:44
14:47:44 #test5
14:47:44
14:47:44 RemoveGrain(mode=2)
14:47:44 -----------------------------------------------------------------------
14:47:44 Script mkvmaudio.avs
14:47:44 -----------------------------------------------------------------------
14:47:44 Script mkvmaudio.bat
14:47:44 -----------------------------------------------------------------------
14:47:44 Script mkvmaudio2.avs
14:47:44 -----------------------------------------------------------------------
14:47:44 Script mkvmaudio2.bat
14:47:44
14:47:44 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


Funny thing... I noticed that even though I ripped only 1 episode AutoMKV read the full original IFO...


:):devil::D
Pascal

buzzqw
28th August 2007, 14:19
@DIEGO7-5

:eek: (more later)

@delacroixp
NO!!!

rip on hd the full dvd ,non single episodes or pgcdemux/dgindex will always die
and process from full dvd (jsut select J:\VIDEO_TS\VTS_02_0.IFO)

or leave the dvd in dvd drive and let automkv do its job

BHH

weaver4
28th August 2007, 15:18
When encoding to a X264 to a .mp4 I get a error saying that "BAutoDeInt.exe encountered an error". Nothing looks strange in the log file. What should I be looking for to debug this problem? It appears this error occurs when BAutoDeInt.exe starts.

nullstuff
28th August 2007, 16:35
so i can use delogo in virtualDub...possible use of virtualdub's delogo filter in avisynth is covered here (http://forum.doom9.org/showthread.php?p=142909#post142909).

-- nullstuff

buzzqw
28th August 2007, 16:47
@weaver4

bdeint "should" be update in next version

anyway most probably your x264 is already progressive, select progressive or none in deinterlace settings

@nullstuff

i think i will do a special folder named Virtualdubplugin and any filter present in this folder will be loaded with LoadVirtualDubPlugin, i already made a similar folder for loadCplugin..
so with loading of virtualdub plugin and last avs line will be possbile to insert the delogo script as in post you linked

thanks!

BHH

DIEGO7-5
28th August 2007, 17:15
@nullstuff,
@ buzzqw,

Thanks to both of you! Canīt wait to try it :-)))

delacroixp
28th August 2007, 18:44
NO!!!

rip on hd the full dvd ,non single episodes or pgcdemux/dgindex will always die
and process from full dvd (jsut select J:\VIDEO_TS\VTS_02_0.IFO)

or leave the dvd in dvd drive and let automkv do its job

Used the Check DVD Drive (from ISO on J Drive), chose 2nd episode and DGIndex worked flawlessly...


:thanks: much !!!



:):devil::D
Pascal

buzzqw
28th August 2007, 19:16
sed the Check DVD Drive (from ISO on J Drive), chose 2nd episode and DGIndex worked flawlessly

and should be a lot faster the "pcg rip" then previus version!

BHH

klicker4546
28th August 2007, 21:05
What programming language do you use for automkv? I think I read something about Visusal Basic .Net. My programming skills are very basic only. :)

Started over and over again with VB .Net 2005. But I won't give up. :)



@klicker4546

i have , again, some problem parsing all stdout.. but it's my problem


BHH

buzzqw
28th August 2007, 21:38
@klicker4546

about the mpeg audio that cause crash of delaycut , should be as small as possible to replicatre the problem

after you have the sample i will point jsoto for find the problem

automkv is programmed in PureBasic www.purebasic.com

since i am not a programmer (by profession i am a sysadmin) i found purebasic very straightforward to lear and start programming
(just for history my adventure with pc start at age of 12 (1987) with a NON dos system.. an Acorn pc)

about Bautodeint.. i will wait news! thanks!!

BHH

klicker4546
28th August 2007, 22:45
Okay, I will take care of a small sample. I gonna forward it to you via email.

PureBasic, I've never heard about that. Think I gonna have a look.

I started a little earlier than you with an Apple II in 1982.

I contacted berrinam regarding the problem with BAutoDeint. Further notice will follow as soon as I've heard anything from berrinam.

@klicker4546

about the mpeg audio that cause crash of delaycut , should be as small as possible to replicatre the problem

after you have the sample i will point jsoto for find the problem

automkv is programmed in PureBasic www.purebasic.com

since i am not a programmer (by profession i am a sysadmin) i found purebasic very straightforward to lear and start programming
(just for history my adventure with pc start at age of 12 (1987) with a NON dos system.. an Acorn pc)

about Bautodeint.. i will wait news! thanks!!

BHH

EDIT: I've got a reply from berrinam. He updated the MeGui SVN with changes to BAutoDeint again. I built it and it looks fine so far. The detection is now working here for me. You get two exe versions then: one is a debug version, which is showing some debugging info in the console, the second is the release version. Check your email soon.

buzzqw
28th August 2007, 23:13
thanks mail recived

i wil do some test!

about the sample.. no need to mail me .. put online (medifire, rapidshare... your site) i will inform jsoto

thanks!

BHH

klicker4546
28th August 2007, 23:32
Another work-around-method was for me to run ProjectX over the MPG2-file to check for errors and demux it. I merged the file again and there hasn't been an audio delay.

I think it might be not necessary to send you a sample. Since it is a problem in general with MPA-Audio format. I tried it with several MPEG-2 sources and there's always been an audio delay. So could you just contact jsoto to look into his MPA-Audio routines in his sources?

Don't you have any problems with delaycut? I had to cut out a little sample first if it's really needed. And you had to wait because it is kinda late now and I want to go to bed.

Just let me know then.

artisticcheese
29th August 2007, 01:32
Hi,

I'm encoding to Ipod and choose Ipod profile, now if original video is 16:9 or any other aspect ration, I want end result to occupy the whole screen on ipod (320x240). I already specified resizer to set width to 320 but this just leaves black lines on top and bottom of the vide which originally was 16:9, what I want to make video larger to occupy full 320x240 even if it means cropping the video.
Which setting and where can I use for that.

SCSI
29th August 2007, 04:11
After successfully converting to WMVs, I encountered a problem where the finished WMV have jerky or jittery video as if the frames are encoded twice. Two conversions of different movies have caused. The first 10 minutes is fine on one and the first minute is fine on the other. Is the cause of the problem related to AutoMKV not properly detecting frame types? Same movies done with encode360 comes out OK. I'm using WVC1 2 pass fast profile.

buzzqw
29th August 2007, 07:58
@klicker4546

glad you have resolved

@artisticcheese

if you use manual crop&resize fuction, you must specify even the crop value, you can use the preview window for determine the crop values

@SCSI
please look at log file, how is determined the file ? interlace/film/hybrid ?

@ALL
i can glady annunce that Berrinam, author of execellent bautodeint, has update Bautodeint, and most problem "should" be resolved

for anyone that have problem with crashing with bautodeint please upgrade to this file http://www.64k.it/andres/data/a/bautodein_releaset.rar
unrar the file in \exe\encoder and overwrite previus version

please report any problem, thanks

BHH

delacroixp
29th August 2007, 08:50
Used Check DVD Drive (from ISO on J Drive), chose 2nd episode and DGIndex worked flawlessly...
and should be a lot faster the "pcg rip" then previus version!


Only problem... DVDFabDecrypter doesn't shut down automatically and Vista reports that "DVDFabDecrypter has stopped working"...
When I manually close the app, all carry's on quite smoothly...

Clearly, this wont work in a batch setup !!!


:):devil::D
Pascal

buzzqw
29th August 2007, 08:59
Only problem... DVDFabDecrypter doesn't shut down automatically and Vista reports that "DVDFabDecrypter has stopped working"...

are you referring to DVDDecrypter .. ?

because on winxp.. it start, work, and close flaslessy

BHH

delacroixp
29th August 2007, 09:39
Only problem... DVDFab Decrypter doesn't shut down automatically and Vista reports that "DVDFab Decrypter has stopped working"...
are you referring to DVDDecrypter .. ?

because on winxp.. it start, work, and close flaslessy


I'm sure it does...
Sorry Buzzqw... I'm sure that there is nothing wrong with AutoMKV or DVDFab Decrypter...
I'm using Vista Ultimate and it's a bit flaky so early in the morning... or early in it's life... it's got so many bugs, it's more of a beta than an RC (Release Candidate)...


DGIndex now works... but the final output is much the same... (see log)

10:18:22 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
10:18:22 Selected Input file:
10:18:22 Selected Output dir: I:\_ENCODE\temp\
10:18:22 Selected Final Name: 2) Taking to the Air
10:18:22 Selected Container type: MKV
10:18:22 Selected Encoder: X264
10:18:22 Selected Size: 1 CD / 1
10:18:22 Selected Profile: Constant_Quality.xml
10:18:22 Selected Resizer: Lanczosmtplus / Automatic
10:18:22 Selected Filters: NONE
10:18:22 Selected Deinterlacer: AUTO
10:18:22 Selected Field Order: AUTO
10:18:22 Manual Crop: Enabled
10:18:22 Left Crop: 0
10:18:22 Top Crop: 0
10:18:22 Right Crop: 0
10:18:22 Botton Crop: 0
10:18:22 Manual Width: 1280
10:18:22 Manual Height: 720
10:18:22 Enabled Constant Quality With Unlimited Size (Q 22)
10:18:22 Track Language 1: NONE
10:18:22 Audio Codec 1: Nero AAC
10:18:22 Audio Quality 1: 0.35
10:18:22 Audio Channel 1: Stereo
10:18:22 Advanced Audio Settings DUMP Track 1
10:18:22 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:18:22 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:18:22 Lame Settings: ABR
10:18:22 Audio Normalization: 1
10:18:22 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:18:22 Advanced Audio Settings DUMP Track 2
10:18:22 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:18:22 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:18:22 Lame Settings: ABR
10:18:22 Audio Normalization: 1
10:18:22 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:18:22
10:18:22 Starting ripping from J:\VIDEO_TS\ to I:\_ENCODE\temp\
10:22:32 Finished Ripping
10:22:32 Activate PGC processing: PGC 3 [0:49:06:15]
10:25:04 Starting Indexing
10:25:04 Dgindex CMD: C:\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[I:\_ENCODE\temp\movie.vob] -OF=[I:\_ENCODE\temp\movie] -exit -minimize
10:25:49 Finished indexing
10:25:49 Finished fixing audio delay
10:25:50 Avi engage mode not corrected, switched to DirectShowSource
10:25:51 !!! WARNING - Trying with FFmpegSource
10:25:52 Aspect ratio:
10:25:52 Number of Frames:
10:25:52 Framerate:
10:25:52 Movie length in Seconds: 1
10:25:52 Movie Width/Height: /
10:25:52 DgIndex AR:
10:25:53 Aspect ratio:
10:25:53 Number of Frames:
10:25:53 Framerate:
10:25:53 Movie length in Seconds: 1
10:25:53 Movie Width/Height: /
10:25:53 DgIndex AR:
10:25:54 Starting X264
10:25:54 CRF encoding X264: C:\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 22 --stats "I:\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "I:\_ENCODE\temp\movie.mp4" "I:\_ENCODE\temp\movie.avs"
10:25:58 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
10:25:58 Got a file of size: 0 bytes + audio size -2 bytes (-2)
10:25:59 "C:\AutoMKV089\exe\matroska\mkvmerge.exe" -o "I:\_ENCODE\temp\2) Taking to the Air.mkv" --track-name -1:"2) Taking to the Air" --aspect-ratio 1:-1.#IND00 --chapters "C:\AutoMKV089\exe\chapters.txt" "I:\_ENCODE\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
10:25:59 Final Muxed size: -1 bytes
10:25:59 Encoding finished: 00:00:05 elapsed time
10:25:59 -----------------------------------------------------------------------
10:25:59 Script AutoCrop.log
10:25:59 -----------------------------------------------------------------------
10:25:59 Script Resmovie.avs
10:25:59 -----------------------------------------------------------------------
10:25:59 Script movie.avs
10:25:59
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\AddGrain.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\autocrop.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\blockbuster.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\cnr2.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\ColorMatrix.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\Convolution3D.dll")
10:25:59 LoadPlugin("C:\AutoMKV089\exe\filter\corrector.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\DctFilter.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\Decomb.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\Deen.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\degrainmedian.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\DGDecode.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\EEDI2.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\FFMpegSource.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\FFT3DFilter.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\FluxSmooth.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\frfun7.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\hqdn3d.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\LeakKernelDeint.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\MaskTools.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\medianblur.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\MipSmooth.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\MSharpen.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\mt_masktools.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\mvtools.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\NicAudio.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\RemoveGrainSSE2.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\RepairSSE2.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\RSharpenSSE2.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\SangNom.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\SimpleResize.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\SoundOut.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\TBilateral.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\TDeint.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\TIVTC.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\TomsMoComp.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\TTempSmooth.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\UnDot.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\UnFilter.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\VSFilter.dll")
10:26:00 LoadPlugin("C:\AutoMKV089\exe\filter\warpsharp.dll")
10:26:00 #loadpluginstart
10:26:00
10:26:00 #test1
10:26:00
10:26:00 Import("C:\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\HybridFuPP.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\LanczosPlus.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\Lem.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\MCBob_v03c.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\mvbob.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\QMlib.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\seesaw.avsi")
10:26:00 Import("C:\AutoMKV089\exe\filter\spresso.avsi")
10:26:00 #importstart
10:26:00
10:26:00 #test2
10:26:00
10:26:00 movie = mpeg2source("I:\_ENCODE\temp\movie.d2v")
10:26:00 function getOrder(clip c) {
10:26:00 order = GetParity(c) ? 1 : 0
10:26:00 Return order }
10:26:00 #filter1start
10:26:00
10:26:00 #test3
10:26:00
10:26:00 last = movie
10:26:00 crop(0,0,-0,-0)
10:26:00 #resizestart
10:26:00
10:26:00 #test4
10:26:00
10:26:00 Spline36Resize(1280,720)
10:26:00 #filter2start
10:26:00
10:26:00 #test5
10:26:00
10:26:00 -----------------------------------------------------------------------
10:26:00 Script mkvmaudio.avs
10:26:00 -----------------------------------------------------------------------
10:26:00 Script mkvmaudio.bat
10:26:00 -----------------------------------------------------------------------
10:26:00 Script mkvmaudio2.avs
10:26:00 -----------------------------------------------------------------------
10:26:00 Script mkvmaudio2.bat
10:26:00
10:26:00 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Sorry to be such trouble...


:):devil::D
Pascal

buzzqw
29th August 2007, 10:03
there was some problem with creation of d2v files

try loading movie.avs in virtualdub.. and check consistency of movie.d2v

also.. try using the new automkv0.89a (with dvddecrypter/pgcdemux) should be more stable

BHH

klicker4546
29th August 2007, 12:55
Oh, that's nice to hear.

Regarding those sample, I just discovered that the MPA-2 file was corrupted. I fixed it with ProjectX and it was working after.

Just to let you know.

@klicker4546

glad you have resolved


BHH

jellyfish2002
29th August 2007, 14:40
@jellyfish2002

i would like to know how you have done this..

23:49:29 Command Line 1' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 1 --crf 21.25 --stats ..... "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
23:49:29 Command Line 2' Pass X264: C:\Users\Alpha\Desktop\AutoMKVv0.89\exe\encoder\x264.exe --pass 2 --bitrate 867

so the first pass is crf and the second pass is 2 pass bitrate based ???? and with 21.25 of crf ??
i must admit that i am :confused:

try enabling autocrop... try AutoCrop Only
you have encoded at full size.., take away the black bars

ForceFilm Detected: 100.000000% FILM found
in deinterlace select FILM, so you will be sure to get proper deinterlace (no need to set Field Order)

BHH

Pardon me for using image, I not too sure how to get my settings out.

http://img204.imageshack.us/img204/8981/58772505vr2.th.jpg (http://img204.imageshack.us/my.php?image=58772505vr2.jpg)
http://img204.imageshack.us/img204/2313/95662922wo4.th.jpg (http://img204.imageshack.us/my.php?image=95662922wo4.jpg)

Am I doing things correctly?

bisdelf
29th August 2007, 15:19
uhm, i've another question about AutoMKV options:

what does it mean "Force Muxing AR"? i mean, if i leave it "automatic" and after the crop/resize my rip has an AR error of -0,196, this option does something? it decreases the ar error??

thanks

buzzqw
29th August 2007, 15:45
@jellyfish2002

in the main panel you have select "don't care about size"... so the question is.. how automkv could compute the bitrate if is ignoring the final size ?

if you want QUALITY, and no less, you must just select Constant Quality profile and use the 18 as crf proposed

Unlimited size and 2 pass (or 1 pass) isn't coherent, at least select 1 dvd, but not unlimited

as resized set lanczosresize or spline36

the speficy quality is for use a 1 pass profile, crf mode, not based on crf standard value (18,21,22..) but on a % preset, and 75% of quality is 21.25

EDIT2: no worry, in log file is reported that you have done 2 pass, BUT automkv have done only the 1 pass at quality 75 as requested!
thanks for the log bug!
btw the selected size when ,using quality %, is ignored. so no problem with don't care about size.
remember to not use "don't care about size" when doing regular 2 pass
@bisdelf

the par in muxing determined by ar (reading from d2v), width and height, and when using as input a mpeg (or d2v...) the par is "always" correct
in case of avi/mkv/ogm input the file haven't an AR readable by avisynth so with this option you force the par to be xxx

BHH

bisdelf
29th August 2007, 20:46
ok, finally done a very good rip but....damn it, it's undersize again: 1,43 gb instead of 1,45

EDIT: and now i know why: the dvd/3 setting of AutoMkV is wrong!!! it is 1537212416 byte --> 1501184 kb --> 1466 mb --> 1,43 gb

it should be 1493 mb!!! or between 1483 mb and 1496 mb anyway

buzzqw
29th August 2007, 21:57
it's called safety space...

i will size dvd on 4450 mb in next update

BHH

bisdelf
29th August 2007, 23:16
x264-profiles:


i saw an option called

<NbThreads>1</NbThreads>

in the xml profiles

on what it's referred to? CPU threads?? if so, since i've a dualcore, can i put 2 instead of 1?

thanks

thewonderer
30th August 2007, 02:00
First off, great program, all the settings and features you could wish for!

I am using the new 0.89a version and have noticed that it crashes everytime you try and edit or add a new job to the queue when AutoMKV is already processing a job. This has occurred on a clean install.

Also, if I unzip the full .89 distrib and then put .89a over it, it doesn't prompt to copy across and setup critical files to the windows\system directory. I had to run .89 and then after setup, run .89a.

Thanx

buzzqw
30th August 2007, 06:48
@bisdelf

this value
<NbThreads>1</NbThreads>
is ignored, automkv compute the cpu and apply the correct thread option

no worry to change it

@thewonderer
I am using the new 0.89a version and have noticed that it crashes everytime you try and edit or add a new job to the queue when AutoMKV is already processing a job. This has occurred on a clean install
the queue section isn't the most robust of Automkv.. and this behavior i think is present in 0.89 too (but i will check)

the 0.89a don't need to copy those files to system directory,BUT if you want to opent the avs with virtualdub.. you need to copy manually these files

BHH

bisdelf
30th August 2007, 09:57
Colormatrix, in x264 is used by default?

buzzqw
30th August 2007, 10:33
colormatrix is used regardless of codecs

automkv check if colormatrix must be used (checking colorimetry inside d2v) and if needed .. apply the filter

BHH

bisdelf
30th August 2007, 21:42
well well well....i'm getting very nervous...after more than 10 hours of encoding, about at 90% of second pass, it jumps over the end, start muxing and then boom 1,19 gb of file corrupted.

i must admit that i've updated avisynth from 2.5.7 to 2.5.8alpha, and updated mkvtoolnix to 2.1.0

here's the log:

12:12:56 0.89a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:12:56 Selected Input file: C:\agaga\starwars.d2v
12:12:56 Selected Output dir: C:\agaga\temp\
12:12:56 Selected Final Name: starwars
12:12:56 Selected Container type: MKV
12:12:56 Selected Encoder: X264
12:12:56 Selected Size: 1493 / 1
12:12:56 Selected Profile: HighQuality-Slowest.xml
12:12:56 Selected Resizer: SimpleResize (neutral soft) / AutoCrop Only
12:12:56 Selected Filters: NONE
12:12:56 Selected Deinterlacer: Progressive
12:12:56 Selected Field Order: AUTO
12:12:56 Manual Crop: Enabled
12:12:56 Left Crop: 0
12:12:56 Top Crop: 72
12:12:56 Right Crop: 2
12:12:56 Botton Crop: 72
12:12:56 Manual Width: 720
12:12:56 Manual Height: 304
12:12:56 Enabled CRF/CQ AutoRes at 18 value
12:12:56 Track Language 1: C:\agaga\starwars T01 3_2ch 384Kbps DELAY 0ms.ac3
12:12:56 Audio Codec 1: Copy Original
12:12:56 Audio Quality 1: 0.35
12:12:56 Audio Channel 1:
12:12:56 Track Language 2: C:\agaga\starwars T02 3_2ch 448Kbps DELAY 0ms.ac3
12:12:56 Audio Codec 2: Nero AAC
12:12:56 Audio Quality 2: 0.15
12:12:56 Audio Chennel 2: Original
12:12:56 Load external subtitle file: "C:\agaga\starwars.idx"
12:12:56 Advanced Audio Settings DUMP Track 1
12:12:56 Audio Track Language: ita
12:12:56 Audio Track Name: Italiano 5.1
12:12:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:12:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:12:56 Lame Settings: ABR
12:12:56 Audio Normalization: 1
12:12:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:12:56 Advanced Audio Settings DUMP Track 2
12:12:56 Audio Track Language: eng
12:12:56 Audio Track Name: English 5.1
12:12:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:12:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:12:56 Lame Settings: ABR
12:12:56 Audio Normalization: 1
12:12:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:12:56
12:12:56 DelayCut CMD: E:\Downloads\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\agaga\temp\fixed1.ac3" "C:\agaga\starwars T01 3_2ch 384Kbps DELAY 0ms.ac3"
12:13:52 DelayCut CMD: E:\Downloads\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\agaga\temp\fixed2.ac3" "C:\agaga\starwars T02 3_2ch 448Kbps DELAY 0ms.ac3"
12:14:37 Renamed file fixed1.ac3 to audio.ac3
12:14:37 Encoded 1' Audio Track: 386987520 bytes
12:14:37 Encoding C:\agaga\temp\fixed2.ac3 to NeroAAC with 0.15 quality
12:35:21 Encoded 2' Audio Track: 25165824 bytes
12:35:24 Number of Frames: 201556
12:35:24 Framerate: 25.000000
12:35:24 Movie length in Seconds: 8063
12:35:24 Movie Width/Height: 720/576
12:35:24 DgIndex AR: 16:9
12:35:24 Running QMtrim pass: UnSaw=15, Threshold=AUTO, Script LVL=Gauss_Based_Resize.lvl
15:41:08 Finish QMtrim pass
15:41:10 Starting X264
15:41:10 Command Line 1' Pass X264: E:\Downloads\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 1068 --stats "C:\agaga\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\agaga\temp\movie.avs"
15:41:10 Command Line 2' Pass X264: E:\Downloads\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 1068 --stats "C:\agaga\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "C:\agaga\temp\movie.mp4" "C:\agaga\temp\movie.avs"
17:21:09 Finished 1' Pass X264
22:19:51 Only Movie Size: 1078471985 bytes
22:19:51 "E:\Downloads\AutoMKV\exe\matroska\mkvmerge.exe" -o "C:\agaga\temp\starwars.mkv" --track-name -1:"starwars" --aspect-ratio 1:2.350000 --chapters "E:\Downloads\AutoMKV\exe\chapters.txt" "C:\agaga\temp\movie.mp4" --track-name -1:"Italiano 5.1" --language -1:ita --default-track -1:yes "C:\agaga\temp\audio.ac3" --track-name -1:"English 5.1" --language -1:eng "C:\agaga\temp\audio2.mp4" "C:\agaga\starwars.idx" --title "Done with AutoMKV 0.89a http://forum.doom9.org/showthread.php?p=854221 "
22:21:42 Final Muxed size: 1280941952 bytes
22:21:42 Encoding finished: 05:00:33 elapsed time
22:21:42 -----------------------------------------------------------------------
22:21:42 Script AutoCrop.log
22:21:42 -----------------------------------------------------------------------
22:21:42 Script Resmovie.avs
22:21:42 -----------------------------------------------------------------------
22:21:42 Script movie.avs
22:21:42
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\AddGrain.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\autocrop.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\blockbuster.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\cnr2.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\ColorMatrix.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\Convolution3D.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\corrector.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\DctFilter.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\Decomb.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\Deen.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\degrainmedian.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\DGDecode.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\EEDI2.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\FFMpegSource.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\FFT3DFilter.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\FluxSmooth.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\frfun7.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\hqdn3d.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\LeakKernelDeint.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\MaskTools.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\medianblur.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\MipSmooth.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\MSharpen.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\mt_masktools.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\mvtools.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\NicAudio.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\RemoveGrainS.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\RepairS.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\SangNom.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\SimpleResize.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\SoundOut.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\TBilateral.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\TDeint.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\TIVTC.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\TomsMoComp.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\TTempSmooth.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\UnDot.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\UnFilter.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\VSFilter.dll")
22:21:42 LoadPlugin("E:\Downloads\AutoMKV\exe\filter\warpsharp.dll")
22:21:42 #loadpluginstart
22:21:42
22:21:42 #test1
22:21:42
22:21:42 Import("E:\Downloads\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
22:21:42 #importstart
22:21:42

please say something, i'm very frustrated right now :devil:

buzzqw
31st August 2007, 13:53
about at 90% of second pass, it jumps over the end

that's enough for take out AutoMKV of responsibility

And i use avisynth 2.5.8 (from months) and i have update to mkvtoolnix 2.1.0 too, and no problem

could you have hit Abort Encoding (two time) ?
what about memory problems ? (you have use qmtrim, and that can cause huge memory request)

BHH

potatochobit
31st August 2007, 19:33
What is TFF and BFF fields for de-interlacing?

I'm trying to figure out what kind of de-interlacer to use.
DGindex says it's 98% film. interlaced.

when I ran AutoMKV test, he said he was not sure.

I counted the frames, and it's like this-
in every 5 frames, you see 2 interlaced frames and 3 non-interlaced (progressive) frames, then it has been telecined

I should set deinterlacer to film or interlaced?
and what field BFF TFF or auto?

right now I have encodes running at forced film and auto, so I can see which one works.

So far, the deinterlacer has been wonderful. I have used other deinterlacers in staxrip, and the one in automkv has been working far better. It has gotten rid of all the mouth combs so far.

buzzqw
31st August 2007, 19:46
I counted the frames, and it's like this-
in every 5 frames, you see 2 interlaced frames and 3 non-interlaced (progressive) frames, then it has been telecined

I should set deinterlacer to film or interlaced?
and what field BFF TFF or auto?

DGindex says it's 98% film

that's enough.. on deinterlace settings select FILM, don't warry about TFF/BFF on Film material isn't important

BFF/TFF is more important when dealing with Interlaced, on case of bad choice (tff and not bff...) the motion is stutter

BHH

bisdelf
31st August 2007, 21:52
that's enough for take out AutoMKV of responsibility

And i use avisynth 2.5.8 (from months) and i have update to mkvtoolnix 2.1.0 too, and no problem

could you have hit Abort Encoding (two time) ?
what about memory problems ? (you have use qmtrim, and that can cause huge memory request)

BHH

uhm, i had about 3 gb free on the hard disk, 2gb of ram, and i was not running other applications.
that's really strange.

abort encoding---> absolutly not :)

potatochobit
1st September 2007, 08:30
I've been using the different deinterlacer settings

on a different video, the interlace test said to set to interlace and field to hybrid order. so I also checked the box allow hybrid order.

the encode video looks ok, but when the scene slowly pans up, I get 4 frames move, then 1 frame is a duplicate. and it repeats. 4 frames moving, then 1 duplicate.

did I deinterlace it properly? or is this the stutter problem?

buzzqw
1st September 2007, 18:34
interlace and field to hybrid order

the De-Interlace (and not FILM/Decimate) works good with fixed frame order or even hybrid frame order

on hybrid is more slow, but the result as the same as fixed order

BUT the aswer change a lot if you "switch" Interlace with Film

in that case film type can be hybrid, most of the time for anime or "honk kong" film production, rarely on hollywood movie there is hydrid film type.

i think id better to post a fragment of unprocessed vob to asvisynth forum and ask better help

(anyway i first will try NOT allowing Hybrid, just FILM. Most of time isn't hybrid...)

BHH

slipk487
2nd September 2007, 00:44
nvm mind my post problem solved. i for got to install avisynth

TheRyuu
2nd September 2007, 04:47
the De-Interlace (and not FILM/Decimate) works good with fixed frame order or even hybrid frame order

on hybrid is more slow, but the result as the same as fixed order

BUT the aswer change a lot if you "switch" Interlace with Film

in that case film type can be hybrid, most of the time for anime or "honk kong" film production, rarely on hollywood movie there is hydrid film type.

i think id better to post a fragment of unprocessed vob to asvisynth forum and ask better help

(anyway i first will try NOT allowing Hybrid, just FILM. Most of time isn't hybrid...)

BHH

Even most of the time anime and "Hong Kong" film production isn't hybrid.
In the case of anime, in pretty much every case I've seen using NTSC Region1 DVD's, it's going to be a fixed field order that just needs decimating (i.e. IVTC/3:2 pulldown).

Furthermore, most of the time, American films also just need some IVTC (film/decimating selection does the same thing) to restore the original 23.96fps movie.

I have yet to see a film that uses a hybrid order.

buzzqw
2nd September 2007, 06:59
@wizboy11

fully agree, that's way i suggest to use film.. and not allowing hybrid

BHH

artisticcheese
3rd September 2007, 14:20
Hi,

I see different options on different screens about resizing and cropping and confused which one I need to use. I want any incoming material regardless of type to fully fill 16:9 screen even if it will involve cropping (no distortion though). Which setting do I need to choose? Is it generally possible?

G

klicker4546
4th September 2007, 22:05
Hi buzz, hi all!

Im just wondering if you guys have still trouble with BAutoDeint crashing?

For me it is ramdomly crashing. Sometimes it works, sometimes not. Another win32-exception. Seems as if a file could not be read. The problem occurs not when I am running a test without automkv.

Everything is fine running it from a shell. :sly:

TheRyuu
5th September 2007, 07:11
Hi,

I see different options on different screens about resizing and cropping and confused which one I need to use. I want any incoming material regardless of type to fully fill 16:9 screen even if it will involve cropping (no distortion though). Which setting do I need to choose? Is it generally possible?

G

It depends on the source. You WANT TO crop off the black bars on the side (normally, on an american DVD release, thats like 4 on left and 4 on right, maybe 8 on each..., sometimes you need to crop the top and bottom too, it depends).

Resizing is to 16:9 would mean a resolution of 704x396 (for xvid) or 704x400 (for h264 to maintain MOD16).
However, you can also just do it at the main DVD resolution of 720x480 and for a muxing AR in mkv of 16:9. It depends what you want to do with it. You can also resize it up to maintain your vertical resolution to something like 848x480.

Hi buzz, hi all!

Im just wondering if you guys have still trouble with BAutoDeint crashing?

For me it is ramdomly crashing. Sometimes it works, sometimes not. Another win32-exception. Seems as if a file could not be read. The problem occurs not when I am running a test without automkv.

Everything is fine running it from a shell.

I thought that problem was fixed.
Maybe it's you...
Reinstall avisynth and ffdshow if it's using "directshowsource". I really don't know whats up. Maybe buzzqw could offer some more incite on the problem.

buzzqw
5th September 2007, 07:15
Everything is fine running it from a shell.

... ... i have some idea

could be due to the new reading of stdout... i will re re re check

BHH

Miraelsol
5th September 2007, 14:50
Hi Buzz,
Just to say thanks for a great app. I've tried a few of the 'all in one' solutions out there and IMO AutoMKV is the one with the clearest UI. It gives me the level of customization that I need without overcomplicating encodes and so far is working like a charm.

buzzqw
5th September 2007, 15:47
@Miraelsol
:thanks: :helpful:

thanks for your kind words!

i do my best for making AutoMKV a better application!

stay tuned for next update!

BHH

klicker4546
5th September 2007, 17:59
Yeah, that's what I was thinking too. But under automkv it keeps on crashing. Running it from shell it no problem. So I guess there's nothing wrong with avisynth or ffdshow, since it didn't use "directshowsource".

But I reinstalled avisynth and ffdshow again. Still the same.

So buzzqw could be right, that it is automkv's new stdout or stdin or whatever. :)

Let him check!


I thought that problem was fixed.
Maybe it's you...
Reinstall avisynth and ffdshow if it's using "directshowsource". I really don't know whats up. Maybe buzzqw could offer some more incite on the problem.

klicker4546
5th September 2007, 18:04
... ... i have some idea

could be due to the new reading of stdout... i will re re re check

BHH

Okay, I am really curious if you can get it fixed. Since it's running fine under Dos-shell I take it BAutoDeint is working properly, but automkv might have some problem calling BAutoDeint or parsing its output. Please let me know if there is anything I can do to support you.

And last but not least, thanks for your great work on automkv!

Aylwin
5th September 2007, 18:18
I've been using AutoGK for awhile now but I thought I'd try AutoMKV. I'm still a newbie though when it comes to DVD ripping so apologies in advance for my stupid questions.

If I set the container to be MKV then the output should be an MKV file, right? If the movie name is Looney_Tunes, should the output be Looney_Tunes.mkv? The reason I ask is because I end up with movie.mkv in the temp folder. The only thing I see in the selected output folder is the log file.

When I play movie.mkv, there's no audio. Any idea what could be the cause of this? Did I do something wrong?

Here's the log file:
18:01:42 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:01:42 Selected Input file: I:\DVD Backup\Looney_Tunes_Back_In_Action\VIDEO_TS\VTS_01_0.IFO
18:01:42 Selected Output dir: F:\My Videos\Rips\temp\
18:01:42 Selected Final Name: Looney_Tunes
18:01:42 Selected Container type: MKV
18:01:42 Selected Encoder: XviD
18:01:42 Selected Size: 1/4 DVD-R / 1
18:01:42 Selected Profile: 1_Pass_High Performance.xml
18:01:42 Selected Resizer: SimpleResize (neutral soft) / 640
18:01:42 Selected Filters: RemoveGrain(mode=2)
18:01:42 Selected Deinterlacer: AUTO
18:01:42 Selected Field Order: AUTO
18:01:42 NeroAACEnc.exe: not present
18:01:42 Enabled CRF/CQ AutoRes at 2.5 value
18:01:42 Using Matrix: Jawor's 1CD Quantization Matrix.cqm
18:01:42 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
18:01:42 Audio Codec 1: Lame
18:01:42 Audio Quality 1: 192
18:01:42 Audio Channel 1: Stereo
18:01:42 Track Language 2: Suomi (AC3 6ch, 0xBD 0x82) [0]
18:01:42 Audio Codec 2: Lame
18:01:42 Audio Quality 2: 192
18:01:42 Audio Chennel 2: Stereo
18:01:42 Advanced Audio Settings DUMP Track 1
18:01:42 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:01:42 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:01:42 Lame Settings: ABR
18:01:42 Audio Normalization: 1
18:01:42 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:01:42 Advanced Audio Settings DUMP Track 2
18:01:42 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:01:42 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:01:42 Lame Settings: ABR
18:01:42 Audio Normalization: 1
18:01:42 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:01:42 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
18:01:42 Selected 2' Sub tracks: Suomi 1 (0xBD 0x22) [0] wide
18:01:42
18:01:42 Starting SubRipping
18:03:17 Subtitle Size: 3031040 bytes
18:03:17 Finished SubRipping
18:03:17 Starting Indexing
18:03:17 Dgindex CMD: E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1,2 -YR=2 -AIF=[I:\DVD Backup\Looney_Tunes_Back_In_Action\VIDEO_TS\VTS_01_1.vob] -OF=[F:\My Videos\Rips\temp\movie] -exit -minimize
18:05:19 Finished indexing
18:05:19 Starting fixing audio delay on track number 1
18:05:19 DelayCut CMD: E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "F:\My Videos\Rips\temp\fixed1.ac3" "F:\My Videos\Rips\temp\movie T01 3_2ch 384Kbps DELAY -24ms.ac3"
18:05:19 Original 1 Audio Size: 252997632 bytes
18:05:25 Fixed 1' Audio Size: 252996096 bytes
18:05:25 Finished fixing audio delay
18:05:25 Encoding F:\My Videos\Rips\temp\fixed1.ac3 To Mp3 with 192 ABR Preset
18:28:59 Encoded 1' Audio Track: 123250656 bytes
18:28:59 Encoding F:\My Videos\Rips\temp\ To Mp3 with 192 ABR Preset
18:29:02 Unable to encode Audio2, trying with DirectShowSource!
18:29:02 Encoding F:\My Videos\Rips\temp\ To Mp3 with 192 ABR Preset
18:29:04 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
18:31:06 Broken audio found. No one press abort. I will continue
18:31:06 Encoded 2' Audio Track: -1 bytes
18:31:06 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
18:33:08 Broken audio found. No one press abort. I will continue
18:33:08 Encoded 2' Audio Track: -1 bytes
18:33:14 Number of Frames: 131769
18:33:14 Framerate: 25.000000
18:33:14 Movie length in Seconds: 5271
18:33:14 Movie Width/Height: 720/576
18:33:14 DgIndex AR: 16:9
18:35:01 Deinterlace Test: Processing completed. Type is determined to be progressive.
18:35:01 Single Pass Encoding XviD: "E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\encoder\xvid_encraw.exe" -single -bitrate 1746 -threads 0 -max_bframes 1 -imax 16 -quality 5 -vhqmode 0 -pmax 16 -bmax 16 -bquant_ratio 162 -ostrength 0 -nopacked -nochromame -qmatrix "E:\Data\Software\Media\Video\Conversion\AutoMKV089\profiles\XviD-profiles\matrix\Jawor's 1CD Quantization Matrix.cqm" -i "F:\My Videos\Rips\temp\movie.avs" -type 2 -mkv "F:\My Videos\Rips\temp\movie.mkv"
19:36:35 Only Movie Size: 991120467 bytes
19:36:35 E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\matroska\mkvmerge.exe" -o "F:\My Videos\Rips\temp\Looney_Tunes.mkv_pre" --track-name -1:"Looney_Tunes" --aspect-ratio 0:2.415094 --chapters "E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\chapters.txt" "F:\My Videos\Rips\temp\movie.mkv" --language -1:eng --default-track -1:yes "F:\My Videos\Rips\temp\audio2.mp3" --language -1:fin "F:\My Videos\Rips\temp\audio2.mp3" "F:\My Videos\Rips\temp\Looney_Tunes.idx" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
19:36:36 Final Muxed size: -1 bytes
19:36:36 Encoding finished: 01:01:35 elapsed time
19:36:36 -----------------------------------------------------------------------
19:36:36 Script AutoCrop.log
19:36:36
19:36:36 Crop(6,76,708,424)
19:36:36 -----------------------------------------------------------------------
19:36:36 Script Resmovie.avs
19:36:36 -----------------------------------------------------------------------
19:36:36 Script movie.avs
19:36:36
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\AddGrain.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\autocrop.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\aWarpSharp(Pruned).dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\blockbuster.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\cnr2.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\ColorMatrix.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\Convolution3D.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\corrector.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\DctFilter.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\Decomb.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\Deen.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\degrainmedian.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\DGDecode.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\EEDI2.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\FFMpegSource.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\FFT3DFilter.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\FluxSmooth.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\frfun7.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\hqdn3d.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\LeakKernelDeint.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\MaskTools.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\medianblur.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\MipSmooth.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\MSharpen.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\mt_masktools.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\mvtools.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\NicAudio.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\RemoveGrainS.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\RepairS.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\SangNom.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\SimpleResize.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\SoundOut.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\TBilateral.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\TDeint.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\TIVTC.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\TomsMoComp.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\TTempSmooth.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\UnDot.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\UnFilter.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\VSFilter.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\warpsharp.dll")
19:36:36 #loadpluginstart
19:36:36
19:36:36 #test1
19:36:36
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\BlindDeHalo3_mt2.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\HybridFuPP.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\LanczosPlus.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\Lem.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\LimitedSharpenFaster.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\MCBob_v03c.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\mvbob.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\QMlib.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\seesaw.avsi")
19:36:36 Import("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\spresso.avsi")
19:36:36 #importstart
19:36:36
19:36:36 #test2
19:36:36
19:36:36 movie = mpeg2source("F:\My Videos\Rips\temp\movie.d2v")
19:36:36 function getOrder(clip c) {
19:36:36 order = GetParity(c) ? 1 : 0
19:36:36 Return order }
19:36:36 #filter1start
19:36:36
19:36:36 #test3
19:36:36
19:36:36 #cropstart
19:36:36
19:36:36 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
19:36:36 fixed_aspect = 1.422222
19:36:36 c_width = width(cropclip)
19:36:36 c_height = Round(height(cropclip) / fixed_aspect)
19:36:36 input_par = float(float(c_width)/float(c_height))
19:36:36 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
19:36:36 out_width = 640
19:36:36 out_height = Round(float(out_width) / input_par)
19:36:36 hmod = out_height - (floor(out_height / 16 ) * 16)
19:36:36 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
19:36:36 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
19:36:36 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
19:36:36
19:36:36 #resizestart
19:36:36
19:36:36 #test4
19:36:36
19:36:36 SimpleResize(out_width,out_height)
19:36:36 #filter2start
19:36:36
19:36:36 #test5
19:36:36
19:36:36 RemoveGrain(mode=2)
19:36:36 ColorMatrix(mode="Rec.709->Rec.601")
19:36:36 -----------------------------------------------------------------------
19:36:36 Script mkvmaudio.avs
19:36:36
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\NicAudio.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\SoundOut.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\FFmpegSource.dll")
19:36:36 NicAC3Source("F:\My Videos\Rips\temp\fixed1.ac3")
19:36:36 #Applying STEREO downmixing routines
19:36:36 function stereo(clip a)
19:36:36 {
19:36:36 flr = GetChannel(a, 1, 2)
19:36:36 fcc = GetChannel(a, 3)
19:36:36 lfe = GetChannel(a, 4)
19:36:36 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
19:36:36 mix = MergeChannels(lfc, lfc)
19:36:36 lrc = MixAudio(flr, mix, 0.2929, 1.0)
19:36:36 blr = GetChannel(a, 5, 6)
19:36:36 Return MixAudio(lrc, blr, 1.0, 0.2929)
19:36:36 }
19:36:36 #
19:36:36 6==Audiochannels() ? stereo() : last
19:36:36 function addvideo(clip c) {
19:36:36 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:36:36 Return audiodub(last,c)
19:36:36 }
19:36:36 Normalize()
19:36:36 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=192,showoutput=false,filename="audio.mp3")
19:36:36 -----------------------------------------------------------------------
19:36:36 Script mkvmaudio.bat
19:36:36 -----------------------------------------------------------------------
19:36:36 Script mkvmaudio2.avs
19:36:36
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\NicAudio.dll")
19:36:36 LoadPlugin("E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\filter\SoundOut.dll")
19:36:36 DirectShowSource("F:\My Videos\Rips\temp\")
19:36:36 #Applying STEREO downmixing routines
19:36:36 function stereo(clip a)
19:36:36 {
19:36:36 flr = GetChannel(a, 1, 2)
19:36:36 fcc = GetChannel(a, 3)
19:36:36 lfe = GetChannel(a, 4)
19:36:36 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
19:36:36 mix = MergeChannels(lfc, lfc)
19:36:36 lrc = MixAudio(flr, mix, 0.2929, 1.0)
19:36:36 blr = GetChannel(a, 5, 6)
19:36:36 Return MixAudio(lrc, blr, 1.0, 0.2929)
19:36:36 }
19:36:36 #
19:36:36 6==Audiochannels() ? stereo() : last
19:36:36 function addvideo(clip c) {
19:36:36 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:36:36 Return audiodub(last,c)
19:36:36 }
19:36:36 Normalize()
19:36:36 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=192,showoutput=false,filename="audio2.mp3")
19:36:36 -----------------------------------------------------------------------
19:36:36 Script mkvmaudio2.bat
19:36:36
19:36:36 "E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\BeSweet\ffmpeg.exe" -vn -i "F:\My Videos\Rips\temp\" -f mp3 -ac 2 -ab 128 "F:\My Videos\Rips\temp\audio2.mp3"
19:36:36
19:36:36 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
5th September 2007, 19:19
@Aylwin

First of all Welcome to the Forum

take a look at log

18:01:42 Track Language 2: Suomi (AC3 6ch, 0xBD 0x82) [0]
18:29:02 Unable to encode Audio2, trying with DirectShowSource!

the second audio track wasn't extracted by dgindex
Starting Indexing
18:03:17 Dgindex CMD: E:\Data\Software\Media\Video\Conversion\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1,2 -YR=2 -AIF=[I:\DVD Backup\Looney_Tunes_Back_In_Action\VIDEO_TS\VTS_01_1.vob] -OF=[F:\My Videos\Rips\temp\movie] -exit -minimize
18:05:19 Finished indexing
the first audio (tn=1) was extracted and is english
BUT the second audio isn't SUOMI!

look better here
Track Language 2: Suomi (AC3 6ch, 0xBD 0x82) [0][/QUOTE]
that's mean (0x82) SUOMI was the THIRD audio (0x80,0x81,0x82)

BUT in Dgindex is reported TN=1,2

what's mean ?

when you have ripped the dvd you have removed the SECOND audio track (0x81), but the ifo wasn't update and so AutoMKV instructed dgindex to demux the second audio in list.. but the second audio wasn't present! since suomi was the third (0x82)

... take it easy

don't remove audio stream when you rip OR FOR THIS RIP select on audio list "All Audio Tracks" if your vobs contain only english and suomi tracks


i hope to be clear

BHH

Aylwin
6th September 2007, 06:30
don't remove audio stream when you rip OR FOR THIS RIP select on audio list "All Audio Tracks" if your vobs contain only english and suomi tracks
Fantastic! Your explanation is very clear. I'll try again.

Thanks very much!

tha_reaper
6th September 2007, 13:15
I have a problem which i cant solve... its related to the resize routine as far as i can tell.

I will have to post 2 log files to make clear what i mean.
First is the log file of my settings in which the movie encodes just fine (aborted the encode because of the time consuming process):
14:05:03 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:05:03 Selected Input file: E:\RIPPEN\BB\ep1\VTS_01_0.IFO
14:05:03 Selected Output dir: E:\RIPPEN\temp\
14:05:03 Selected Final Name: VIDEO_TS
14:05:03 Selected Container type: MKV
14:05:03 Selected Encoder: X264
14:05:03 Selected Size: 324 / 1
14:05:03 Selected Profile: 2_Pass_Extreme_Quality.xml
14:05:03 Selected Resizer: Spline36Resize (neutral sharp) / Automatic
14:05:03 Selected Filters: derainbow(6).Deen("w3d",2,2,4).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=3, strength=50, overshoot=1, undershoot=1).fastlinedarkenMOD(thinning=0)
14:05:03 Selected Deinterlacer: Partly Film
14:05:03 Selected Field Order: AUTO
14:05:03 Manual Crop: Enabled
14:05:03 Left Crop: 8
14:05:03 Top Crop: 0
14:05:03 Right Crop: 4
14:05:03 Botton Crop: 0
14:05:03 Manual Width: 720
14:05:03 Manual Height: 480
14:05:03 Track Language 1: NONE
14:05:03 Audio Codec 1: Lame
14:05:03 Audio Quality 1: 80
14:05:03 Audio Channel 1: Stereo
14:05:03 Advanced Audio Settings DUMP Track 1
14:05:03 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:05:03 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:05:03 Lame Settings: ABR
14:05:03 Audio Normalization: 1
14:05:03 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:05:03 Advanced Audio Settings DUMP Track 2
14:05:03 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:05:03 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:05:03 Lame Settings: ABR
14:05:03 Audio Normalization: 1
14:05:03 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:05:03
14:05:04 Starting Indexing
14:05:04 Dgindex CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[E:\RIPPEN\BB\ep1\VTS_01_1.vob] -OF=[E:\RIPPEN\temp\movie] -exit -minimize
14:06:12 Finished indexing
14:06:12 Finished fixing audio delay
14:06:13 Number of Frames: 51051
14:06:13 Framerate: 29.970030
14:06:13 Movie length in Seconds: 1704
14:06:13 Movie Width/Height: 720/480
14:06:13 DgIndex AR: 4:3
14:06:13 Starting X264
14:06:13 Command Line 1' Pass X264: E:\RIPPEN\AutoMKV084\exe\encoder\x264.exe --pass 1 --bitrate 1593 --stats "E:\RIPPEN\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "E:\RIPPEN\temp\movie.avs"
14:06:13 Command Line 2' Pass X264: E:\RIPPEN\AutoMKV084\exe\encoder\x264.exe --pass 2 --bitrate 1593 --stats "E:\RIPPEN\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 5 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\RIPPEN\temp\movie.mp4" "E:\RIPPEN\temp\movie.avs"
14:06:37 Finished 1' Pass X264
14:06:41 "E:\RIPPEN\AutoMKV084\exe\matroska\mkvmerge.exe" -o "E:\RIPPEN\temp\VIDEO_TS.mkv" --track-name -1:"VIDEO_TS" --aspect-ratio 1:1.000000 --chapters "E:\RIPPEN\AutoMKV084\exe\chapters.txt" "E:\RIPPEN\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
14:06:41 Final Muxed size: -1 bytes
14:06:41 Encoding finished: 00:00:04 elapsed time

you can see the manual crop, and the manual resize of 720 x 480

but that result gives me blocks around fine lines, so i dont want to enlarge, i just want to crop, and shape it back to 4:3, so now i use the same crop setting, but the resize to 708 x 472 (a pretty common resolution):

14:07:20 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:07:20 Selected Input file: E:\RIPPEN\BB\ep1\VTS_01_0.IFO
14:07:20 Selected Output dir: E:\RIPPEN\temp\
14:07:20 Selected Final Name: VIDEO_TS
14:07:20 Selected Container type: MKV
14:07:20 Selected Encoder: X264
14:07:20 Selected Size: 324 / 1
14:07:20 Selected Profile: 2_Pass_Extreme_Quality.xml
14:07:20 Selected Resizer: Spline36Resize (neutral sharp) / Automatic
14:07:20 Selected Filters: derainbow(6).Deen("w3d",2,2,4).LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, smode=3, strength=50, overshoot=1, undershoot=1).fastlinedarkenMOD(thinning=0)
14:07:20 Selected Deinterlacer: Partly Film
14:07:20 Selected Field Order: AUTO
14:07:20 Manual Crop: Enabled
14:07:20 Left Crop: 8
14:07:20 Top Crop: 0
14:07:20 Right Crop: 4
14:07:20 Botton Crop: 0
14:07:20 Manual Width: 708
14:07:20 Manual Height: 472
14:07:20 Track Language 1: NONE
14:07:20 Audio Codec 1: Lame
14:07:20 Audio Quality 1: 80
14:07:20 Audio Channel 1: Stereo
14:07:20 Advanced Audio Settings DUMP Track 1
14:07:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:07:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:07:20 Lame Settings: ABR
14:07:20 Audio Normalization: 1
14:07:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:07:20 Advanced Audio Settings DUMP Track 2
14:07:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:07:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:07:20 Lame Settings: ABR
14:07:20 Audio Normalization: 1
14:07:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:07:20
14:07:20 Starting Indexing
14:07:20 Dgindex CMD: E:\RIPPEN\AutoMKV084\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[E:\RIPPEN\BB\ep1\VTS_01_1.vob] -OF=[E:\RIPPEN\temp\movie] -exit -minimize
14:08:37 Finished indexing
14:08:37 Finished fixing audio delay
14:08:37 Number of Frames: 51051
14:08:37 Framerate: 29.970030
14:08:37 Movie length in Seconds: 1704
14:08:37 Movie Width/Height: 720/480
14:08:37 DgIndex AR: 4:3
14:08:37 Starting X264
14:08:37 Command Line 1' Pass X264: E:\RIPPEN\AutoMKV084\exe\encoder\x264.exe --pass 1 --bitrate 1593 --stats "E:\RIPPEN\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "E:\RIPPEN\temp\movie.avs"
14:08:38 Command Line 2' Pass X264: E:\RIPPEN\AutoMKV084\exe\encoder\x264.exe --pass 2 --bitrate 1593 --stats "E:\RIPPEN\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 5 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\RIPPEN\temp\movie.mp4" "E:\RIPPEN\temp\movie.avs"
14:08:41 Finished 1' Pass X264
14:08:45 "E:\RIPPEN\AutoMKV084\exe\matroska\mkvmerge.exe" -o "E:\RIPPEN\temp\VIDEO_TS.mkv" --track-name -1:"VIDEO_TS" --aspect-ratio 1:1.000000 --chapters "E:\RIPPEN\AutoMKV084\exe\chapters.txt" "E:\RIPPEN\temp\movie.mp4" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
14:08:46 Final Muxed size: -1 bytes
14:08:46 Encoding finished: 00:00:05 elapsed time

it phails... When X264 want to start his job, the encoder screen disappaers, the second pass and the muxing screen flash once, and then its over...

Nothing is different except for the resolution... what am i doing wrong here?


EDIT: another little question... Is it possible to encode in 29.970 fps? When i encode that movie to h264, it is 23.976 fps, which gives me some video glitches...
Is it some setting that i had wrong?

buzzqw
6th September 2007, 16:21
open the last movie.avs in virtualdub.. any errors ?

for frame rate just select NONE in denterlacer, selecting Film (hybrid) it will decimate

BHH

Never
6th September 2007, 20:33
Hello everyone, first, thanks you, your log is amazing !

But well, it worked fine for me untill 2-3 day ago. When the encoding is finished (after 1 or 2 pass, i tried both), there isn't any final output video file, there are just files in the TEMP folder (audio only, video only without subtitle and more), but not the muxed one in the defined folder. I don't think that i've changed any options nor updapted / installed new log. I tried to change some options, i used version 0.89 then 0.89a,i also did a Search on my computer and even tried on another computer of mine, but there isn't any final output file.

09:45:34 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
09:45:34 Selected Input file: E:\VOB MERGED.vob
09:45:34 Selected Output dir: C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\
09:45:34 Selected Final Name: Nodame Cantabile Beta 01
09:45:34 Selected Container type: MP4
09:45:34 Selected Encoder: X264
09:45:34 Selected Size: 232 / 1
09:45:34 Selected Profile: 2_Pass_Insane_Quality.xml
09:45:34 Selected Resizer: BicubicResize (sharp=0,0.75) / 720
09:45:34 Selected Filters: RemoveGrain(mode=2)
09:45:34 Selected Deinterlacer: Film
09:45:34 Selected Field Order: AUTO
09:45:34 Enabled CRF/CQ AutoRes at 18 value
09:45:34 Track Language 1: All Audio Tracks
09:45:34 Audio Codec 1: Nero AAC
09:45:34 Audio Quality 1: 0.60
09:45:34 Audio Channel 1: Stereo
09:45:34 Load external subtitle file: -add "F:\Nodame Cantabile\Sous titres Nodame 01 avec kara.ass" "F:\Nodame Cantabile\Plaque ecole 01.ass"
09:45:34 Advanced Audio Settings DUMP Track 1
09:45:34 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:45:34 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:45:34 Lame Settings: ABR
09:45:34 Audio Normalization: 1
09:45:34 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:45:34 Advanced Audio Settings DUMP Track 2
09:45:34 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:45:34 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:45:34 Lame Settings: ABR
09:45:34 Audio Normalization: 1
09:45:34 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:45:34 Activate Anamorphic Encoding
09:45:34
09:48:51 Starting fixing all audio files
09:48:52 DelayCut CMD: C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\dgindex\Delaycut.exe -auto -out "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\fixed1.wav" "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie T01 48K 16bit 2ch.wav"
09:50:44 Encoding C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\fixed1.wav to NeroAAC with 0.60 quality
09:52:30 ForceFilm Detected: 99.900002% FILM found
09:52:46 Number of Frames: 40766
09:52:46 Framerate: 29.970030
09:52:46 Movie length in Seconds: 1361
09:52:46 Movie Width/Height: 720/480
09:52:46 DgIndex AR: 16:9
09:52:46 Starting X264
09:52:46 Command Line 1' Pass X264: C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\encoder\x264.exe --pass 1 --bitrate 1222 --stats "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads auto --thread-input --sar 64:54 --output NUL "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.avs"
09:52:46 Command Line 2' Pass X264: C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\encoder\x264.exe --pass 2 --bitrate 1222 --stats "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --sar 64:54 --output "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.mp4" "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.avs"
10:15:52 Finished 1' Pass X264
13:40:21 Only Movie Size: 208184699 bytes
13:40:21 "C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\matroska\MP4Box.exe" -add "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.mp4":par=1.777778 -add "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\audio1.mp4" -add -add "F:\Nodame Cantabile\Sous titres Nodame 01 avec kara.ass" "F:\Nodame Cantabile\Plaque ecole 01.ass" -fps 29.970030 -new "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\Nodame Cantabile Beta 01_full.mp4"
13:40:22 Final Muxed size: -1 bytes
13:40:22 Encoding finished: 03:24:29 elapsed time
13:40:22 -----------------------------------------------------------------------
13:40:22 Script AutoCrop.log
13:40:22
13:40:22 Crop(10,0,700,480)
13:40:22 -----------------------------------------------------------------------
13:40:22 Script Resmovie.avs
13:40:22 -----------------------------------------------------------------------
13:40:22 Script movie.avs
13:40:22
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\AddGrain.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\autocrop.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\aWarpSharp(Pruned).dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\blockbuster.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\cnr2.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\ColorMatrix.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\Convolution3D.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\corrector.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\DctFilter.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\Decomb.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\Deen.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\degrainmedian.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\DGDecode.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\EEDI2.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\FFMpegSource.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\FFT3DFilter.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\FluxSmooth.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\frfun7.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\hqdn3d.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\LeakKernelDeint.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\MaskTools.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\medianblur.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\MipSmooth.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\MSharpen.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\mt_masktools.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\mvtools.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\NicAudio.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\RemoveGrainS.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\RepairS.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\SangNom.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\SimpleResize.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\SoundOut.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\TBilateral.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\TDeint.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\TIVTC.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\TomsMoComp.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\TTempSmooth.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\UnDot.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\UnFilter.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\VSFilter.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\warpsharp.dll")
13:40:22 #loadpluginstart
13:40:22
13:40:22 #test1
13:40:22
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\BlindDeHalo3_mt2.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\HybridFuPP.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\LanczosPlus.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\Lem.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\LimitedSharpenFaster.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\MCBob_v03c.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\mvbob.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\QMlib.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\seesaw.avsi")
13:40:22 Import("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\spresso.avsi")
13:40:22 #importstart
13:40:22
13:40:22 #test2
13:40:22
13:40:22 movie = mpeg2source("C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.d2v")
13:40:22 function getOrder(clip c) {
13:40:22 order = GetParity(c) ? 1 : 0
13:40:22 Return order }
13:40:22 #filter1start
13:40:22
13:40:22 #test3
13:40:22
13:40:22 movie = tfm(movie,d2v="C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\movie.d2v").tdecimate()
13:40:22 #cropstart
13:40:22
13:40:22 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
13:40:22 fixed_aspect = 1
13:40:22 c_width = width(cropclip)
13:40:22 c_height = Round(height(cropclip) / fixed_aspect)
13:40:22 input_par = float(float(c_width)/float(c_height))
13:40:22 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
13:40:22 out_width = 720
13:40:22 out_height = Round(float(out_width) / input_par)
13:40:22 hmod = out_height - (floor(out_height / 16 ) * 16)
13:40:22 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
13:40:22 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
13:40:22 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
13:40:22
13:40:22 #resizestart
13:40:22
13:40:22 #test4
13:40:22
13:40:22 BicubicResize(out_width,out_height,0,0.75)
13:40:22 #filter2start
13:40:22
13:40:22 #test5
13:40:22
13:40:22 RemoveGrain(mode=2)
13:40:22 TextSub("F:\Nodame Cantabile\Plaque ecole 01.ass")
13:40:22 -----------------------------------------------------------------------
13:40:22 Script mkvmaudio.avs
13:40:22
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\NicAudio.dll")
13:40:22 LoadPlugin("C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\filter\SoundOut.dll")
13:40:22 WavSource("C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\fixed1.wav")
13:40:22 function addvideo(clip c) {
13:40:22 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
13:40:22 Return audiodub(last,c)
13:40:22 }
13:40:22 Normalize()
13:40:22 ConvertAudioTo16bit()
13:40:22 #Applying STEREO downmixing routines
13:40:22 function stereo(clip a)
13:40:22 {
13:40:22 flr = GetChannel(a, 1, 2)
13:40:22 fcc = GetChannel(a, 3)
13:40:22 lfe = GetChannel(a, 4)
13:40:22 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
13:40:22 mix = MergeChannels(lfc, lfc)
13:40:22 lrc = MixAudio(flr, mix, 0.2929, 1.0)
13:40:22 blr = GetChannel(a, 5, 6)
13:40:22 Return MixAudio(lrc, blr, 1.0, 0.2929)
13:40:22 }
13:40:22 #
13:40:22 6==Audiochannels() ? stereo() : last
13:40:22 Soundout(output="cmd",type=1,autoclose=true,executable="C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.60 -if - -of audio1.mp4",postfilename="",nofilename=true,showoutput=false)
13:40:22 -----------------------------------------------------------------------
13:40:22 Script mkvmaudio.bat
13:40:22
13:40:22 "C:\Documents and Settings\Never.NEVER-665B2060A\My Documents\New Folder\exe\matroska\\VirtualDubMod\VirtualDubMod.exe" "C:\Documents and Settings\Never.NEVER-665B2060A\Desktop\temp\mkvmaudio.avs" /x
13:40:22 -----------------------------------------------------------------------
13:40:22 Script mkvmaudio2.avs
13:40:22 -----------------------------------------------------------------------
13:40:22 Script mkvmaudio2.bat
13:40:22
13:40:22 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

if someone could help me resolve this mystery XD thanks

buzzqw
6th September 2007, 21:26
@Never

First of all Welcome to the Forum!

i think the problem is sub

try launching from dos the muxing.bat
what is the error ? (i am not sure that ssa subs are allowed in mp4, or at least using this version of mp4box)

BHH

Never
6th September 2007, 21:41
Hi, i tried to launch muxing.bat from dos, the error is "The system cannot find the path specified"

Here a pic

http://img67.imageshack.us/img67/8104/dosli8.th.jpg (http://img67.imageshack.us/my.php?image=dosli8.jpg)

well i think that ass work because i already did it (1-2 week ago)

EDIT: trying to encode without ASS)
EDIT2: well, no final video output too XD

Nightshiver
6th September 2007, 22:45
How do you compare your encodes? For instance, I am currently encoding the same file with all of the same settings EXCEPT for the filters. I am trying to see which filter produces the best results, but only having a human eye, I'm not sure I will be able to tell much of a difference between the qualities.

buzzqw
7th September 2007, 07:33
errors of path

try not using so long path like desktop

move the temp folder from desktop to c:\encoding\temp (or similar)

edit the muxing.bat with new path and launch it

BHH

tha_reaper
7th September 2007, 07:52
How do you compare your encodes? For instance, I am currently encoding the same file with all of the same settings EXCEPT for the filters. I am trying to see which filter produces the best results, but only having a human eye, I'm not sure I will be able to tell much of a difference between the qualities.

load your encodes in virtualdub or virtualdub mod. Go to a specific frame which you want to compare, and go to the exace same frame on the other encode. Export that 1 frame to a (almost) lossless image file (TGA, BMP or PNG), and open that up in windows image viewer while you have the 2 pictures in the same directory.
When you switch now between the pictures you should be able to make a good compare. NEVER try to compare 2 encodes while they are loaded and playing in a media player. On moving video you see much less to no detail, and the media player alters the video a bit for easy and smooth playback.

tha_reaper
7th September 2007, 20:22
open the last movie.avs in virtualdub.. any errors ?

for frame rate just select NONE in denterlacer, selecting Film (hybrid) it will decimate

BHH

this is the error message:
http://img502.imageshack.us/img502/3448/errormoviena8.png

Which resolutions are MOD4? and its quite strange cause i dont use mipsmooth, but judging from the message, its a part of the derainbow filter.

EDIT: MOD4 should be a resolution devideable by 4 right? 708 is divideable by 4... strangely, 704 works! but which hight should i use with that to get a 4:3 resolution? 472 or 468... the last one is a pretty odd number if you ask me

ryc0203
7th September 2007, 20:31
How do you compare your encodes? For instance, I am currently encoding the same file with all of the same settings EXCEPT for the filters. I am trying to see which filter produces the best results, but only having a human eye, I'm not sure I will be able to tell much of a difference between the qualities.

Hi
Try Avsp http://avisynth.org/qwerpoi/
open your avs and see the diference frame by frame, you can modifi parameters of filter and see the diference

TheRyuu
8th September 2007, 01:11
this is the error message:
http://img502.imageshack.us/img502/3448/errormoviena8.png

Which resolutions are MOD4? and its quite strange cause i dont use mipsmooth, but judging from the message, its a part of the derainbow filter.

EDIT: MOD4 should be a resolution devideable by 4 right? 708 is divideable by 4... strangely, 704 works! but which hight should i use with that to get a 4:3 resolution? 472 or 468... the last one is a pretty odd number if you ask me

What resolution was your final encode set at.
Maybe it needs MOD8 instead (704=MOD8)

tha_reaper
8th September 2007, 10:38
What resolution was your final encode set at.
Maybe it needs MOD8 instead (704=MOD8)

720 x 480 works, but gives me blocking because of the resizing after the cropping (at least, thats what i think), 708 x 472 fails due to the above mentioned error, 704 x 472 works, but with 704 as width, i cant make a perfect 4:3 ....

3ngel
9th September 2007, 14:37
Hi,
right i'm trying this GUI. It is possible to add the "3 pass" mode in the x264 section?
Thanks

buzzqw
9th September 2007, 14:58
no, isn't allowed in gui

the only way is to stop the encoding and edit the encoding batch

iirc is the first time this feature is asked... if many users reputed important i can add it.. (btw have added it in todo list.. not with so high priority..)

BHH

3ngel
9th September 2007, 15:26
Well, i hope you add it, i'm thinking switching from MeGui :)

plugh
9th September 2007, 16:09
The movies encoded with new xvid_encraw.exe(-altpass2) are permanently undersized. I test it with many others resolution and bitrates, always 2pass average bitrate is less then bitrate set in command line and never rich it. It's looks like a bug in xvid_encraw?

That is an old post, so I don't really expect a direct response...

I was prompted by a discussion in the xvid forum to do a search across all of doom9 and came across that post. As the author of the 'altpass2' code, thought I'd point out a non-obvious change that might affect some users.

The altpass2 overflow control parameters are handled somewhat differantly.
In a nutshell:

1) If you used the value '0' for any overflow param replace it with '10'. '0' means 'turn off' in the altpass2 code, and means 'use default of 10' in the pass2 code.

2) And as a guideline, if you use 5/5/5 (encraw's built-in defaults) for overflow params, you might need to bump them up a little for some encodes with altpass2.

for more info and/or feedback, see vbv constraint vs undersize avoidance (http://forum.doom9.org/showthread.php?t=118419&page=3)

buzzqw
9th September 2007, 16:52
@3ngel

done :D
added a check to allow the third pass
i will save however the movie of second pass... just for "debug/avinaptic" pourpose

@plugh

thanks for your work and information, actually in automkv profiles the -altpass2 is disabled but i will inform user

thanks a lot!

BHH

plugh
9th September 2007, 17:02
No problem. The thought hadn't occurred to me about tools layered on encraw (I use VDM and xvidvfw), so I did the search looking for reports.

Of course (as pointed out in that thread), you can still get 'undersized' files with altpass2 if making it larger would violate the vbv constraint (which is important for many SAPs). It is just a more subtle case of saturation.

3ngel
9th September 2007, 17:53
@3ngel

done :D
added a check to allow the third pass
i will save however the movie of second pass... just for "debug/avinaptic" pourpose


So?? :D
I can download the exe right now and it will work?
Or the next version?

Another question. What happens if i import my personal profile from Megui to the program and use it?
It's compatibile? Or i have to do modifications?

buzzqw
9th September 2007, 18:52
you can download this build
http://www.64k.it/andres/data/a/AutoMKV089a.exe

don't use this build if input is a ifo or a dvd to rip

the option is in advanced profile editing, just below show enc. stats

obviusly you must select an already 2 pass profile..

about megui profile: isn't compatible, i have added/changed several parameters
is easy to "translate" but you must do it or automkv will probably crash

BHH

3ngel
9th September 2007, 19:00
Ok, i'm downloading and trying right now.
I have a suggestion.

Can you possibly make optional the initial warning on "Nero Audio Recode"? It appears to me every time i start the program.

Can you possibly make an option to auto-rember the status of all the controls?

I can find the variables you use in the profile in the manual?

Thanks

buzzqw
9th September 2007, 19:14
Can you possibly make optional the initial warning on "Nero Audio Recode"? It appears to me every time i start the program.

from changelog

0.79 19/03/2007 Full Package
ADDED: In next update if a file named "noneroAacEnc.here" is present in \exe\besweet folder , AutoMKV will not ask to download nero

Can you possibly make an option to auto-rember the status of all the controls

you can have 2 options

or hit save default settings or you can even do more settings tuned for different file
in advanced settings, at botton you save asve/load configuration, you can save several option files.
NOT al value are saved! , check please

I can find the variables you use in the profile in the manual?
no, but should be easy to understand
some are
<Width>false</Width> -> to force a width at start (used for ipod)
<Sar>false</Sar> -> to force a sar
<aq-strength>false</aq-strength> -> you know it
<aq-sensitivity>false</aq-sensitivity> -> you know it

BHH

3ngel
9th September 2007, 19:20
I see.
I have tried to save to a different configuration and indeed some values are not saved.
I tried "Save default setting" but i can't find the button.
Where is it?

EDIT:
More, can i suggest to make it optional to open the double dialog request for the audio soundtrack?
and in this matter can you auto select the menu item to the audio track just added?

buzzqw
9th September 2007, 19:32
I tried "Save default setting" but i can't find the button.
it's "Save Setting" , just below Add to queue in main panel, but it save near the same options as save configuration

More, can i suggest to make it optional to open the double dialog request for the audio soundtrack?

just hit the ESC button at request..

can you auto select the menu item to the audio track just added
:confused: i don't understud...

BHH

3ngel
9th September 2007, 19:39
just hit the ESC button at request..
Yes, i know, but i'm quite "precise" in what a button does :)
Don't worry anyway just suggesting :)

i don't understud...
I mean that when i select an audio track (after the file dialog) in the dropdown menu below i see "NONE" when i'm expecting the audio i just selected.

EDIT:
If i use the "Disk Setting" feature i don't have to put the bitrate isn't it?
(sorry if these are pheraps Newbie question, but i'm starting using the program right now :))

buzzqw
9th September 2007, 19:48
I mean that when i select an audio track (after the file dialog) in the dropdown menu below i see "NONE" when i'm expecting the audio i just selected

that's happen only when selecting second audio track
i know it... but i prefer to leave it at none and let user select it if truly wanted

If i use the "Disk Setting" feature i don't have to put the bitrate isn't it?
yes! :)

OR you specify quality/bitrate or you use disk settings and so the bitrate is "computed" by application

remember that you can write waht you want in disk settings

if you write 56 you will got a final media size of 56MB
if you write 56 3 (3 in box at side) you will got 3 piece of 56MB each

sorry if these are pheraps Newbie question, but i'm starting using the program right now
as latin said "repetita iuvant" , so don't worry!

BHH

bisdelf
9th September 2007, 19:49
question:

is it possible to set the subtitles "hide or off by default" inside automkv??

buzzqw
9th September 2007, 19:51
@bisdelf

no... (but i will look at mkvmerge documentation)

BHH

bisdelf
9th September 2007, 19:56
yeah because in mkvmerge it seems to be possible the option should be, after selecting the sub, "Track Flag" and set it "off"??

but even using this, sometimes in different players, they are displayed anyway

3ngel
9th September 2007, 19:57
i know it... but i prefer to leave it at none and let user select it if truly wanted
You don't think that if i press the dialog button i *already* want it?

the bitrate is "computed" by application
Good :)

So a little (apparently strange request).
Because of Matroska doesn't support a "dummy" empty subtitles of his own (in other word if you have one subtitles you can't do anything to not enabling and hide it by default in the player) and you have to create an "Empty" sub file and put it as default, and because sometimes it happens to me to need two sub (and so three with the dummy i have to create), can you add a "third subtitle" section in wich i can add the dummy subfile too?

PS: I know it's quite asking, but i though if i had done 30 i could do 31 and obtain a final file :)
I can understand if you don't add this last :)

PPS: Oh you're talking of this right now, i hadn't seen :D

buzzqw
9th September 2007, 21:24
i have donw a little test ... if i add default-track:no for subtitle, on mpc with vobsub the subtitle aren't ON by default...

i will try to add the option

BHH

3ngel
9th September 2007, 21:41
I'm noting that with

<NbThreads>4</NbThreads>

the command line remains on

--threads auto

buzzqw
10th September 2007, 05:51
yes, that's wanted

the number of threads to open is better handled by x264

BHH

3ngel
10th September 2007, 12:03
yes, that's wanted

the number of threads to open is better handled by x264


Mmm, i see, but don't you think it's better for the user to let him decide what's better for him?

On my system for example, setting --threads 4 gives visible better performance than setting it to --threads auto.

ryc0203
10th September 2007, 22:15
Hi,
I'm encode avi with xvid on AMD 64x2 4400, and the cpu usage is betwen 12 and 30 (simpleresize Removegrain(2)), but when close automkv the treath xvidencoderaw still active and the cpu use is betwen 60 and 70 ... :mad: I Know, i can kill the xvidencoderaw task, but the point is because what it apear go faster (more cpu usage) when i close automkv

Mi encode is slow a 50 min video take aroun 2 hour for pass, i dont know if ist a problem with windows, but I think cpu use of 30 is too low

:thanks:

Note: with h264 encode is fast 30 min for pass
Note 2: Sorry by my English, but I speak Spanish

jntaylor63
11th September 2007, 00:34
I love this tool, really like the DPL II mix. (Best I can do till XBOX360 can take 5.1 aac audio do something like convert to DD 5.1)

Just trying to fix one thing:

How can I control the MAX video bitrate when encoding H.264 video? I have noticed that when I play back my video in Nero ShowTime shows a bitrate that can go as high as 15 mbps. This rate is too high for the XBOX360.

Any way to cap this a say 9 mbps?

samuelal
11th September 2007, 13:19
Hello.

Thanks for this wonderful program!

I've searched this thread for information to no avail.

I'm using the latest AutoMKV v0.89.

What I have:
10 seconds VOB video file from a DVD.
1. The video is PAL (Progressive)
2. Video dimension is 720x576.
3. Its actual content is anamorphic @ 2.35:1 aspect ratio.

What I wish to have:
1. I wish to maintain the video's original 2.35:1 aspect ratio
2. No cropping to be made = leave the original black bars in the video.
3. Have it at a new containing "frame" dimension of 640x480 - obviously, the net video size inside this 640x480 "frame" will be 640x272 - this is what I wish for.

I've tried playing with "Anamorphic Encoding" / "Force ITU Resize" and their respective "PAR in XviD/X264" settings in all combinations as far as I remember.

All the settings I've tried have produced either a stretched video, making it non-cropped @ 640x480 or an extended width video - while retaining its 480 height dimension.

Thank you very much for your help

*subscribed to this thread*

Samuel.

AMED
12th September 2007, 09:27
Hi buzzqw

I'm having a weird issue of AutoMKV v0.89 crashing if i unselect show enc. stats on the Advanced profile editing tab and start to encode a movie. It seems to crash a little while after the first pass has started.

21:14:30 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
21:14:30 Selected Input file: E:\JACKASS_THE_MOVIE\VIDEO_TS\VTS_01_0.IFO
21:14:30 Selected Output dir: E:\JACKASS_THE_MOVIE\temp\
21:14:30 Selected Final Name: JACKASS_THE_MOVIE
21:14:30 Selected Container type: MKV
21:14:30 Selected Encoder: X264
21:14:30 Selected Size: 1/4 DVD-R / 1
21:14:30 Selected Profile: 2_Pass_Extreme_Quality.xml
21:14:30 Selected Resizer: BicubicResize (neutral=0,0.50) / Automatic
21:14:30 Selected Filters: RemoveGrain(mode=2)
21:14:30 Selected Deinterlacer: AUTO
21:14:30 Selected Field Order: AUTO
21:14:30 Using Matrix: M4G_LRM_V4.cfg
21:14:30 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
21:14:30 Audio Codec 1: Copy Original
21:14:30 Audio Quality 1: 0.35
21:14:30 Audio Channel 1:
21:14:30 Advanced Audio Settings DUMP Track 1
21:14:30 Nero Option Profiles: AUTO --- Encoding Mode: Quality
21:14:30 CCT Option Profiles: AUTO --- Channel Options: AUTO
21:14:30 Lame Settings: ABR
21:14:30 Audio Normalization: 1
21:14:30 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
21:14:30 Advanced Audio Settings DUMP Track 2
21:14:30 Nero Option Profiles: AUTO --- Encoding Mode: Quality
21:14:30 CCT Option Profiles: AUTO --- Channel Options: AUTO
21:14:30 Lame Settings: ABR
21:14:30 Audio Normalization: 1
21:14:30 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
21:14:30
21:14:30 Starting Indexing
21:14:30 Dgindex CMD: E:\AutoMKV089\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\JACKASS_THE_MOVIE\VIDEO_TS\VTS_01_1.vob] -OF=[E:\JACKASS_THE_MOVIE\temp\movie] -exit -minimize
21:15:45 Finished indexing
21:15:45 Starting fixing audio delay on track number 1
21:15:45 DelayCut CMD: E:\AutoMKV089\exe\dgindex\Delaycut.exe -auto -out "E:\JACKASS_THE_MOVIE\temp\fixed1.ac3" "E:\JACKASS_THE_MOVIE\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
21:15:45 Original 1 Audio Size: 285587456 bytes
21:15:52 Fixed 1' Audio Size: 285587456 bytes
21:15:52 Finished fixing audio delay
21:15:52 Renamed file fixed1.ac3 to audio.ac3
21:15:52 Encoded 1' Audio Track: 285587456 bytes
21:15:54 Number of Frames: 127495
21:15:54 Framerate: 25.000000
21:15:54 Movie length in Seconds: 5100
21:15:54 Movie Width/Height: 720/576
21:15:54 DgIndex AR: 16:9
21:18:47 Deinterlace Test: Processing completed. Type is determined to be interlaced.
21:18:47 BFF: 24
21:18:47 TFF: 451
21:18:47 Order: tff
21:18:47 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 1153433600 bytes
21:18:47 CRF encoding X264: E:\AutoMKV089\exe\encoder\x264.exe --pass 1 --crf 18 --stats "E:\JACKASS_THE_MOVIE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter 0,0 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --cqmfile "E:\AutoMKV089\profiles\X264-profiles\matrix\M4G_LRM_V4.cfg" --output "E:\JACKASS_THE_MOVIE\temp\resmovie.mp4" "E:\JACKASS_THE_MOVIE\temp\resmovie.avs"
21:35:29 Finished Autosize procedure
21:35:29 Tested total movie: 5%
21:35:29 AutoResize movie size: 78771593 bytes
21:35:29 Movie Width suggested: 624 value based on sample size (86.67% of original width)
21:35:29 Starting X264
21:35:29 Command Line 1' Pass X264: E:\AutoMKV089\exe\encoder\x264.exe --pass 1 --bitrate 1359 --stats "E:\JACKASS_THE_MOVIE\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --cqmfile "E:\AutoMKV089\profiles\X264-profiles\matrix\M4G_LRM_V4.cfg" --output NUL "E:\JACKASS_THE_MOVIE\temp\movie.avs"
21:35:29 Command Line 2' Pass X264: E:\AutoMKV089\exe\encoder\x264.exe --pass 2 --bitrate 1359 --stats "E:\JACKASS_THE_MOVIE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter 0,0 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --cqmfile "E:\AutoMKV089\profiles\X264-profiles\matrix\M4G_LRM_V4.cfg" --output "E:\JACKASS_THE_MOVIE\temp\movie.mp4" "E:\JACKASS_THE_MOVIE\temp\movie.avs"The error in the event log is this Faulting application automkv089.exe, version 0.89.0.0, faulting module ntdll.dll, version 5.1.2600.2180, fault address 0x00010f29.

buzzqw
12th September 2007, 14:06
@ryc0203
I Know, i can kill the xvidencoderaw task, but the point is because what it apear go faster (more cpu usage) when i close automkv
killing automkv will not kill xvid_encraw, because the thread is already started

you can "suppress" the encoding window information by de-select in advanced profile editing the option "Show Enc. Stat" with will surely made faster xvid_encraw

in next update will be present a new xvid_encraw optimized for multicore processor :)

@jntaylor63
How can I control the MAX video bitrate when encoding H.264 video?

you have 2 options
or you open with notepad the profile and seek for <VBVMaxBitrate> and change the value to 9000000 like so <VBVMaxBitrate>9000000</VBVMaxBitrate>
or in automkv in advanced profile editing you edit the profile AND THEN check "Use this profile"

@samuelal
i must say i am not an expert of this area.. sorry.. but i can suggest to use the "preview" button for making all adjustment, and use the "preview resized" for checking the result
even more you can use in advanced setting the "force mux w*h" and write here 640 272

@AMED
that's strange since the autoresize was done succesfully
could be possible that you have played with settings while automkv was running and encoding ?

BHH

3ngel
12th September 2007, 15:45
Hi,
i'm seeing that the first pass setting are that of a "fast quality" first pass (me=dia and so on).
There is a possibility to add a "HQ First Pass" with the settings modified accordingly, as in MeGui?
Thanks

buzzqw
12th September 2007, 16:00
@3ngel

look here http://forum.doom9.org/showthread.php?p=1035385#post1035385

i will update the two pass profiles to subme 2/5 in next update
and i will see how to add a fist pass hq check :)

BHH

3ngel
12th September 2007, 16:11
Eh, right now i'm editing manually the .bat in wich (apart the needed HD mod) i have myself omitted the no-b-adapt, and using subme 2/6 :p
BTW welcomed the HQ first pass ;)

ryc0203
12th September 2007, 16:44
@buzzqw
in next update will be present a new xvid_encraw optimized for multicore processor
I cant waith .... Thanks

AMED
13th September 2007, 02:22
@AMED
that's strange since the autoresize was done succesfully
could be possible that you have played with settings while automkv was running and encoding ?
I didn't change any settings while it was running, i loaded my .IFO, unselected show enc. stats and then clicked start.

hw360
13th September 2007, 04:43
Thanks for the nice product.

Is there a way to just encode a short period of the movie (3-5 minutes) so I can try different configurations? I've searched the thread and found no answers.

DIEGO7-5
13th September 2007, 07:16
Try using the trim function in preview. Itīs on the "Advanced Settings" tab.

buzzqw
13th September 2007, 08:03
the trim in preview panel is for cutting last part of video

you can also use the "Last line avs script" and write Trim(1500,5000) ... for example

BHH

buzzqw
13th September 2007, 15:14
Update 0.90!

please referr to first post for download link

0.90 Full Package 13/09/2007
ADDED: PGCDemux and DvdDecrypter support. Reworked how episodic dvd is engaged.
1) FIRST CASE: WORKING WITH DVD TO RIP
the ripping will be done by dvddecrypter, in case of "difficult" ripping i suggest to use ripit4me or dvdfabdecrypter (after this you can mount the iso to simulate "dvd to rip")
On PGC list select your pgc (episode) and DVDDecrypter will rip only this pgc
2) SECOND CASE: WORKING ON DVD ALREADY RIPPED (laying on hd)
If selected the first pgc, dgindex will start directly, else PGCDemux will "demux" the selected pgc and this will be used for encoding
Don't strip audio from dvd or dgindex will be fouled when demuxing audio tracks!
ADDED: CFilter folder in \exe folder. In this folder put plugin that need LoadCPlugin (like yadif)
ADDED: VirtualDubPlugins in \exe folder. In this folder put VirtualDub plugins that want to load (example DeLogo.vdf). The filter will be loaded as this (for example) LoadVirtualDubPlugin("c:\VirtualDub-1_4_10\plugins\delogo.vdf","delogo"), attention to filter name "delogo". The filter name is based on plugin name!. So if plugin is called "awesome_deinterlacer.vdf" the filter will de called "awesome_deinterlacer". To use DeLogo plugin (and other virtualdub plugins) remember to converto rgb32 before. like this ConvertToRGB32.delogo(1, "500-999", "D:/2.bmp", "D:/2.bmp", "D:/1.bmp", "D:/2.bmp", 34, 56, 0,0).ConvertToyv12(interlaced=true) , apply this string to Last line avs string or base.avs
ADDED: If .chunks is present in original folder, before launching VSrip these file will be deleted (suggestion by vOjToL)
ADDED: In Xvid Status encoding the total time estimated and % of worked frames (suggestion by connex)
ADDED: Even in xvid 2 pass encoding the average bitrate is displayed in window
ADDED: FFmpegSource to queue saving
ADDED: DGDecode_Deblock in Advanced Profile Editing
ADDED: More X264 profiles, made by Kurtnoise13 PD_Apple_iPhone.xml,PD_Apple_TV.xml,PD-ATV.xml,PD-iPhone.xml,PD-Archos605.xml
ADDED: MVDegrain1
ADDED: MP4 as allowed audio input (suggestion by tha_reaper)
ADDED: In X264 encoding window the bitrate (suggestion by bleedingum)
ADDED: In Advanced Audio Options the possibility to encode with SoundOut with OGG/FLAC/WAV Extended/MP2
ADDED: In log the use of Specify Quality and Specify Bitrate
ADDED: Workaround for "Field Order Transition Detected" on Dgindex. The d2v is now checked against TFM and if movie-fixed.d2v is generated, then AutoMKV will use it
ADDED: Check , in Advanced profile editing, for allowing third pass with x264 (suggestion by 3ngel)
ADDED: In Advanced Settings "Hide Subs". This option is to use only for mkv container and will force player to not show subtitle
ADDED: Option to force first pass with the same value as second pass. Check "HQ first pass" in Advanced profile editing (suggestion by 3ngel)
ADDED: XviD_Sap_Scure to use for SAP compatibility when dealing with high compressibility source
FIXED: Using preview with d2v with HD movie (thanks to bisdelf)
FIXED: Spelling (thanks to InorganicMatter)
FIXED: X264 profile and use of deadzone-intra/inter (thanks to peter_h)
FIXED: Using the preview without filter enabled (thanks to edwardt)
FIXED: Missing parsing of Width parameter for x264 profiles
FIXED: No more need to copy ffmpeg libraries, libsndfile-1.dll or fftw3.dll in \windows\system32. Anyway is always preferred to copy these dll.
FIXED: AutoMKV will wrongly apply TFM/TDecimate on avi input. (thanks to AC84)
FIXED: In 2 pass encoding the default subme for first pass is now 2, look here http://forum.doom9.org/showthread.php?p=1035385#post1035385
FIXED: Muxing problem using MP4Box and long path
FIXED: Reporting of wrong size of muxed file when container is MP4 (thanks to delacroixp)
FIXED: Title muxing when using Avi container and VirtualdubMod muxer
FIXED: Preview using ifo as input (thanks to DIEGO7-5)
FIXED: In log the report of a second pass when using Quality Mode (thanks to jellyfish2002)
FIXED: Erroneus splitting in many and more parts (beta fix)
FIXED: By default the encoding status is no more displayed. This will bring more speed to encoding and if wanted in Advanced profile editing is possible to enable it
FIXED: The deinterlacer status is not displayed. This will bring a more faster analysis and a more secure results.
FIXED: Custom BAT for audio encoding. Now is passed the Destination directory as variable. Look at custom_mp2.bat and custom_besweet.bat in \besweet folder
REMOVED: Vstrip, DVDFabDecrypter
UPDATE: MVTools to 1.8.4, mt_masktools to 2.0 alpha 32, update NicAudio (13/08/2007), PS3.xml and X264 profiles like 1_Pass_High Performance.xml, 2_Pass_Balanced.xml,2_Pass_Better_Quality.xml (http://forum.doom9.org/showthread.php?p=1035509#post1035509), XviD profiles,Mktoolnix to 2.1.0, BAutoDeint thanks to Andreas Kuhlen, DGindex 1.5.0b1, xvid_encraw 31/08/2007, MediaInfo 0.7.5.2, ColorMatrix 2.2, FFmpegSource 1.11, dgmpgdec 150b2,x264 r675

BHH

ryc0203
13th September 2007, 17:01
@buzzqw
Thanks for 0.90 Full

pieraz
13th September 2007, 17:03
thank you buzzqw :thanks:

zacoz
13th September 2007, 17:09
Thanks buzzqw. Was just about to start a series encode, so will download 0.90 and give it a run :)

weaver4
13th September 2007, 19:31
thanks buzz,

I was wondering if the new Apple profiles for the apple tv and ipod will actually play on the apple tv? Strange question but I remember something a few months ago that they wouldn't; something about a package problem I think.

weaver4
13th September 2007, 19:35
Also their was that problem with BAutoDeInt.exe errors. Were those fixed?

buzzqw
13th September 2007, 19:56
@weaver4
I was wondering if the new Apple profiles for the apple tv and ipod will actually play on the apple tv

:p i havn't an apple tv.. so.. don't know!

Also their was that problem with BAutoDeInt.exe errors. Were those fixed?

i am positive. i changed the way bautodeint is launched and used.. so.. yes, i "hope" is fixed

BHH

AMED
13th September 2007, 22:36
I'm still having crashing problems if the show enc stats is unchecked. I tried v0.90 out on my work computer running vista (previously is was using my home computer running XP SP2) and here is the crash log that happens a few seconds into the first pass of the encode.

Problem signature:
Problem Event Name: APPCRASH
Application Name: AutoMKV090.exe
Application Version: 0.89.0.0
Application Timestamp: 46e934f7
Fault Module Name: AutoMKV090.exe
Fault Module Version: 0.89.0.0
Fault Module Timestamp: 46e934f7
Exception Code: c0000005
Exception Offset: 000b9b0b
OS Version: 6.0.6000.2.0.0.256.6
Locale ID: 5129
10:23:17 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
10:23:17 Selected Input file: F:\DVD\DVD\VIDEO_TS\VTS_01_0.IFO
10:23:17 Selected Output dir: F:\DVD\DVD\temp\
10:23:17 Selected Final Name: VTS_01_0
10:23:17 Selected Container type: MKV
10:23:17 Selected Encoder: X264
10:23:17 Selected Size: 30 / 1
10:23:17 Selected Profile: 2_Pass_Extreme_Quality.xml
10:23:17 Selected Resizer: Lanczosmtplus / Automatic
10:23:17 Selected Filters: RemoveGrain(mode=2)
10:23:17 Selected Deinterlacer: AUTO
10:23:17 Selected Field Order: AUTO
10:23:17 NeroAACEnc.exe: not present
10:23:17 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0]
10:23:17 Audio Codec 1: Copy Original
10:23:17 Audio Quality 1: 3
10:23:17 Audio Channel 1: Stereo
10:23:17 Advanced Audio Settings DUMP Track 1
10:23:17 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:23:17 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:23:17 Lame Settings: ABR
10:23:17 Audio Normalization: 1
10:23:17 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:23:17 Advanced Audio Settings DUMP Track 2
10:23:17 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:23:17 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:23:17 Lame Settings: ABR
10:23:17 Audio Normalization: 1
10:23:17 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:23:17
10:23:17 Starting Indexing
10:23:17 Dgindex CMD: F:\AutoMKV090_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[F:\DVD\DVD\VIDEO_TS\VTS_01_1.vob] -OF=[F:\DVD\DVD\temp\movie] -exit -minimize
10:23:44 Finished indexing
10:23:44 D2V file size: 62302
10:23:44 Starting fixing audio delay on track number 1
10:23:44 DelayCut CMD: F:\AutoMKV090_NORIP\exe\dgindex\Delaycut.exe -auto -out "F:\DVD\DVD\temp\fixed1.ac3" "F:\DVD\DVD\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
10:23:44 Original 1 Audio Size: 12549888 bytes
10:23:45 Fixed 1' Audio Size: 12549888 bytes
10:23:45 Finished fixing audio delay
10:23:45 Renamed file fixed1.ac3 to audio.ac3
10:23:45 Encoded 1' Audio Track: 12549888 bytes
10:23:51 Number of Frames: 13072
10:23:51 Framerate: 25.000000
10:23:51 Movie length in Seconds: 523
10:23:51 Movie Width/Height: 720/576
10:23:51 DgIndex AR: 4:3
10:23:53 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 31457280 bytes
10:23:53 CRF encoding X264: F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --crf 18 --stats "F:\DVD\DVD\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "F:\DVD\DVD\temp\resmovie.mp4" "F:\DVD\DVD\temp\resmovie.avs"
10:26:14 Finished Autosize procedure
10:26:14 Tested total movie: 5%
10:26:14 AutoResize movie size: 11449467 bytes
10:26:14 Movie Width suggested: 96 value based on sample size (13.33% of original width)
10:26:14 Starting X264
10:26:14 Command Line 1' Pass X264: F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --bitrate 288 --stats "F:\DVD\DVD\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "F:\DVD\DVD\temp\movie.avs"
10:26:14 Command Line 2' Pass X264: F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 2 --bitrate 288 --stats "F:\DVD\DVD\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "F:\DVD\DVD\temp\movie.mp4" "F:\DVD\DVD\temp\movie.avs"

buzzqw
14th September 2007, 06:49
you got always the error .. or only sometimes ?

BHH

buzzqw
14th September 2007, 08:18
update 0.90a

FIXED: Keyboard shortcut form HCEnc/Avs2Avi (previusly could break some games.. like PES6 when played at in windowed mode)
FIXED: Better thread optimizations

i have worked on how threads (encoding and windows) are collaborating. In this build i have re-enabled by default the encoding status windows.
On XviD encoding, with encoding status window, the speed are over +15% and some point % for x264

I suggest all to update to this build

http://www.64k.it/andres/data/a/AutoMKV090a.exe

BHH

vOjToL
14th September 2007, 09:00
Hi buzzqw!
Something is wrong with the new xvid_profile_balanced(maybe with the others profiles too) :confused:
Look at this:

new profile/old profile

http://img369.imageshack.us/img369/3880/profile2ro4.jpg
and this:

http://img369.imageshack.us/img369/8457/profileuc1.jpg

Average bitrate firstpass
new profile ~7000kbps
old profile ~1700kbps
Average movie bitrate: 1044kbps

buzzqw
14th September 2007, 09:30
:confused:

the change made should bring more quality to 2 pass profile...

here is the old profile pack http://www.64k.it/andres/data/a/AutoMKV_profiles089.rar

but.. it's strange!

could you do some test with other source too ?

thanks!

BHH

vOjToL
14th September 2007, 11:25
:confused:

the change made should bring more quality to 2 pass profile...

here is the old profile pack http://www.64k.it/andres/data/a/AutoMKV_profiles089.rar

but.. it's strange!

could you do some test with other source too ?

thanks!

BHH

Now I know what happened, AutoMKV ignored profile setting: bquant_ratio=150 and set bquant_ratio=30 :confused:
02:46:23 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
02:46:23 Selected Input file: E:\samuraj jack[9][xvid].avs
02:46:23 Selected Output dir: E:\Scooby Doo\Scooby-Doo Show\temp\
02:46:23 Selected Final Name: samuraj jack[9][xvid]
02:46:23 Selected Container type: AVI
02:46:23 Selected Encoder: XviD
02:46:23 Selected Size: 175 / 1
02:46:23 Selected Profile: 2_Pass_Balanced.xml
02:46:23 Selected Resizer: NONE / Original
02:46:23 Selected Filters: NONE
02:46:23 Selected Deinterlacer: AUTO
02:46:23 Selected Field Order: AUTO
02:46:23 Enabled CRF/CQ AutoRes at 2.5 value
02:46:23 Track Language 1: E:\samuraj jack[9][xvid].avs
02:46:23 Audio Codec 1: Lame
02:46:23 Audio Quality 1: 112
02:46:23 Audio Channel 1: Stereo
02:46:23 Advanced Audio Settings DUMP Track 1
02:46:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
02:46:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
02:46:23 Lame Settings: ABR
02:46:23 Audio Normalization: 1
02:46:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
02:46:23 Advanced Audio Settings DUMP Track 2
02:46:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
02:46:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
02:46:23 Lame Settings: ABR
02:46:23 Audio Normalization: 1
02:46:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
02:46:23
02:46:23 Copied file E:\samuraj jack[9][xvid].avs to E:\Scooby Doo\Scooby-Doo Show\temp\fixed1.avs
02:46:23 Copied file NONE to E:\Scooby Doo\Scooby-Doo Show\temp\fixed2.
02:46:23 Encoding E:\Scooby Doo\Scooby-Doo Show\temp\fixed1.avs To Mp3 with 112 ABR Preset
02:51:20 Encoded 1' Audio Track: 16811502 bytes
02:51:48 Number of Frames: 31867
02:51:48 Framerate: 25.000000
02:51:48 Movie length in Seconds: 1275
02:51:48 Movie Width/Height: 560/448
02:52:30 FIRST pass XviD: "H:\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 1044 -turbo -progress -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 30 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -i "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avs" -type 2 -avi "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avi"
02:52:30 SECOND pass XviD: "H:\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 1044 -progress -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 30 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -i "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avs" -type 2 -avi "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avi"
03:17:55 Starting Second Pass
03:47:15 Only Movie Size: 170858592 bytes
03:47:16 Using VirtualDubMod for Muxing!
03:47:31 Encoding finished: 00:29:36 elapsed time
03:47:31 -----------------------------------------------------------------------
03:47:31 Script AutoCrop.log
03:47:31 -----------------------------------------------------------------------
03:47:31 Script Resmovie.avs
03:47:31 -----------------------------------------------------------------------
03:47:31 Script movie.avs
03:47:31
03:47:31 Import("E:\samuraj jack[9][xvid].avs")
03:47:31 isRGB(last) ? ConvertToYV12(last,interlaced=true) : last
03:47:31 isYUY2(last) ? ConvertToYV12(last,interlaced=true) : last
03:47:31 return last
03:47:31 -----------------------------------------------------------------------
03:47:31 Script mkvmaudio.avs
03:47:31
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\NicAudio.dll")
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\SoundOut.dll")
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\FFmpegSource.dll")
03:47:31 Import("E:\samuraj jack[9][xvid].avs")
03:47:31 #Applying STEREO downmixing routines
03:47:31 function stereo(clip a)
03:47:31 {
03:47:31 flr = GetChannel(a, 1, 2)
03:47:31 fcc = GetChannel(a, 3)
03:47:31 lfe = GetChannel(a, 4)
03:47:31 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
03:47:31 mix = MergeChannels(lfc, lfc)
03:47:31 lrc = MixAudio(flr, mix, 0.2929, 1.0)
03:47:31 blr = GetChannel(a, 5, 6)
03:47:31 Return MixAudio(lrc, blr, 1.0, 0.2929)
03:47:31 }
03:47:31 #
03:47:31 6==Audiochannels() ? stereo() : last
03:47:31 function addvideo(clip c) {
03:47:32 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:47:32 Return audiodub(last,c)
03:47:32 }
03:47:32 Normalize()
03:47:32 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=112,showoutput=false,filename="audio.mp3")
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio.bat
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio2.avs
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio2.bat
03:47:32 -----------------------------------------------------------------------
03:47:32 Script VirtualDubMod.vcf
03:47:32
03:47:32 VirtualDub.Open("E:\\Scooby Doo\\Scooby-Doo Show\\temp\\movie.avi",0,0);
03:47:32 VirtualDub.RemoveInputStreams();
03:47:32 VirtualDub.stream[0].SetSource("E:\\Scooby Doo\\Scooby-Doo Show\\temp\\audio.mp3",0x00000202,1);
03:47:32 VirtualDub.stream[0].DeleteComments(1);
03:47:32 VirtualDub.stream[0].AdjustChapters(1);
03:47:32 VirtualDub.stream[0].SetMode(0);
03:47:32 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
03:47:32 VirtualDub.stream[0].SetClipMode(1,1);
03:47:32 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
03:47:32 VirtualDub.stream[0].SetVolume();
03:47:32 VirtualDub.stream[0].SetCompression();
03:47:32 VirtualDub.stream[0].EnableFilterGraph(0);
03:47:32 VirtualDub.stream[0].filters.Clear();
03:47:32 VirtualDub.video.DeleteComments(1);
03:47:32 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
03:47:32 VirtualDub.video.AdjustChapters(1);
03:47:32 VirtualDub.video.SetDepth(24,24);
03:47:32 VirtualDub.video.SetMode(0);
03:47:32 VirtualDub.video.SetFrameRate(0,1);
03:47:32 VirtualDub.video.SetIVTC(0,0,-1,0);
03:47:32 VirtualDub.video.SetCompression();
03:47:32 VirtualDub.video.filters.Clear();
03:47:32 VirtualDub.SaveAVI("E:\\Scooby Doo\\Scooby-Doo Show\\samuraj jack[9][xvid].avi");
03:47:32 VirtualDub.Close();
03:47:32
03:47:32 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

BTW, "elapsed time" is strange...

EDIT: Next jobs I run are correct with default value of "bquant_ratio"

zacoz
14th September 2007, 12:03
From memory, since I've been using AutoMKV the reported elapsed time has always only ever been the time taken for the second pass. So while "strange" or of dubious value it's not a new development.

klicker4546
14th September 2007, 13:16
I've just tried to run another encoding job and it seems to me that the problem is not fixed yet!

BAutoDeint is still crashing here for me! Ran tests under Windows XP and also on a fresh Vista installation.

:confused:

What is it????

Maybe buzzqw can tell us a little more on that issue.

Also their was that problem with BAutoDeInt.exe errors. Were those fixed?

ryc0203
14th September 2007, 13:42
@buzzqw
i have worked on how threads (encoding and windows) are collaborating. In this build i have re-enabled by default the encoding status windows.
On XviD encoding, with encoding status window, the speed are over +15% and some point % for x264


Thanks for this

buzzqw
14th September 2007, 13:45
@vOjToL
it happen when using autoresize fuction.. and autoresize decide that source need less b frames..

BUT the "decision" is taken to next encoding too...

fixed in next update!

@zacoz
i don't fully understand... are you speaking with me ?

@klicker4546
... the change made to bautodeint launch make it near bulletproof.. but in your case.. seems not..

download this "special build" http://www.64k.it/andres/data/a/AutoMKV090a-klicker4546.exe
and create an empty file named "klicker4546" (without quotes and extension) in automkv folder... then start this build and look at deinterlacer routines
NOW if crash is something on your pc

please report any problem

BHH

hw360
14th September 2007, 14:22
you can also use the "Last line avs script" and write Trim(1500,5000) ... for example


Thanks for the reply. It works!! (although it takes a long time to build index before encoding.) If this function can be implemented in DGIndex step, it could be much faster - I guess.

buzzqw
14th September 2007, 14:32
by command line isn't possible to tell to dgindex to index only a section

BUT you can manually build the d2v, trimming as you want, and feed automkv with your d2v file :)

BHH

zacoz
14th September 2007, 14:49
@zacoz
i don't fully understand... are you speaking with me ?

@buzzqw
Was just commenting on vOjToL's observation:
BTW, "elapsed time" is strange...

klicker4546
14th September 2007, 15:09
First of all thank you!

I have downloaded the special build, created the empty file "klicker4546" in the automkv folder and started it.

Here are two snapshots of the settings for the test run.

http://img408.imageshack.us/img408/993/settings1vq6.th.jpg (http://img408.imageshack.us/my.php?image=settings1vq6.jpg)

http://img294.imageshack.us/img294/6353/settings2to7.th.jpg (http://img294.imageshack.us/my.php?image=settings2to7.jpg)

Everything went fine until BAutoDeint was starting. :-) An exception was thrown, but it did its job. Really strange, isn't it? (See image)

http://img256.imageshack.us/img256/2231/bautodeintcrashcp5.th.jpg (http://img256.imageshack.us/my.php?image=bautodeintcrashcp5.jpg)

I left the error message open until the BAutoDeint process finished, pushed the error message's OK button and automkv didn't do anything although it consumpted 99 % CPU power. It was irrespondive. And I closed the application finally.

This test was under XP, when I tested it under Vista in the details for the crash of BAutoDeint there was something about "unloading of xvidcore.dll" was not successful. If you want I post more details. I'm writing this under XP now and didn't made screenshots under Vista.

Edit: Anyway, I will post a screenshot of the crash under Vista. It might be helpful.

You see, so far no luck here on my side. :eek:

@klicker4546
... the change made to bautodeint launch make it near bulletproof.. but in your case.. seems not..

download this "special build" http://www.64k.it/andres/data/a/AutoMKV090a-klicker4546.exe
and create an empty file named "klicker4546" (without quotes and extension) in automkv folder... then start this build and look at deinterlacer routines
NOW if crash is something on your pc

please report any problem

BHH

buzzqw
14th September 2007, 15:25
@zacoz

thanks! my misurestud!

but for me elapsed time isn't "strange"...

@klicker4546

something is going wrong on your side... try disinstalling xvid, remove xvdvfw.dll and xvidcore.dll form your windows\system32 folder
AND reinstall xvid

BHH

klicker4546
14th September 2007, 15:36
Ok, I will do.

But under Windows Vista I just installed Koepi's Xvid build 1.13 final, Avisynth 2.57 and ffdshow. I just installed Vista, so there haven't been previous installations of those.

I'm really confused now... What's the fu**ing problem? :confused:



@klicker4546

something is going wrong on your side... try disinstalling xvid, remove xvdvfw.dll and xvidcore.dll form your windows\system32 folder
AND reinstall xvid

BHH

buzzqw
14th September 2007, 15:59
xvidcore is used by bautodeint as yv12 decoder... ("problem unloading xvid...")

look at registry

and search for

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="xvidvfw.dll"

from my test xvidvfw or divx.dll are both good

BHH

Mtz
14th September 2007, 16:46
buzzqw, please test (090a) AVI > XVID. For me is not working and at sometime is showing an error about x264.

klicker4546
14th September 2007, 17:00
Ok, now we are catching it! It's a problem regarding XVid. I used the Koepi 1.1.3 final version.

The xvidcore.dll you have in the automkv\encoder folder differs the one in my Windows\System32 folder. Yours is from 25.07.2007, mine in Windows\System32 folder is from 28.06.2007.

Where did you get that XVid-build from? Could you email it to me or upload somewhere?

I opened regedit and mades changes from:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="xvidvfw.dll"

to:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="divx.dll".

Now everything is fine. OH MY GOD! I'm really happy now. Thank you a lot, especially for your ongoing patience regarding fixing it. It was a problem here and not automkv's or BAutoDeint's fault . :(

So I'm terribly sorry for bugging you over and over with it. So it was good that I ran also tests under Vista to get closer to resolve the problem.


xvidcore is used by bautodeint as yv12 decoder... ("problem unloading xvid...")

look at registry

and search for

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="xvidvfw.dll"

from my test xvidvfw or divx.dll are both good

BHH

buzzqw
14th September 2007, 17:14
@Mtz

are you meaning standard input to avi/xvid ?

i have done some test (vob->avi/xvid and avi -> avi/xvid) don't got error

X264 is used for determining video lenght

could you post log/image grab of error ?

thanks!

@klicker4546

glad to help :)

BHH

klicker4546
14th September 2007, 17:43
I am also glad you helped me a lot. Could you tell me where's your XViD-Build from? I'd like to have it.



@klicker4546

glad to help :)

BHH

Mtz
14th September 2007, 17:46
This the log:
18:50:32 0.90a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:50:32 Selected Input file: I:\New Folder\VIDEO_TS\VTS_01_0.IFO
18:50:32 Selected Output dir: I:\New Folder\VIDEO_TS\temp\
18:50:32 Selected Final Name: VTS_01_0
18:50:32 Selected Container type: AVI
18:50:32 Selected Encoder: XviD
18:50:32 Selected Size: 1 CD / 1
18:50:32 Selected Profile: 2_Pass_SAP.xml
18:50:32 Selected Resizer: HybridFuPP Anime LQ Source / Automatic
18:50:32 Selected Filters: Convolution3d (preset="animeLQ")
18:50:32 Selected Deinterlacer: NONE
18:50:32 Selected Field Order: AUTO
18:50:32 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0]
18:50:32 Audio Codec 1: Lame
18:50:32 Audio Quality 1: 96
18:50:32 Audio Channel 1: Stereo
18:50:32 Advanced Audio Settings DUMP Track 1
18:50:32 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:50:32 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:50:32 Lame Settings: ABR
18:50:32 Audio Normalization: 1
18:50:32 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:50:32 Advanced Audio Settings DUMP Track 2
18:50:32 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:50:32 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:50:32 Lame Settings: ABR
18:50:32 Audio Normalization: 1
18:50:32 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:50:32
18:50:32 Starting Indexing
18:50:32 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[I:\New Folder\VIDEO_TS\VTS_01_1.vob] -OF=[I:\New Folder\VIDEO_TS\temp\movie] -exit -minimize
18:52:03 Finished indexing
18:52:03 D2V file size: 767577
18:52:03 Starting fixing audio delay on track number 1
18:52:03 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "I:\New Folder\VIDEO_TS\temp\fixed1.ac3" "I:\New Folder\VIDEO_TS\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
18:52:03 Original 1 Audio Size: 148150272 bytes
18:52:09 Fixed 1' Audio Size: 148150272 bytes
18:52:09 Finished fixing audio delay
18:52:09 Encoding I:\New Folder\VIDEO_TS\temp\fixed1.ac3 To Mp3 with 96 ABR Preset
19:06:05 Encoded 1' Audio Track: 65070108 bytes
19:06:05 ForceFilm Detected: 98.699997% FILM found
19:41:48 Field Order Transition Detected. Now using movie-FIXED.d2v
19:42:32 Number of Frames: 184996
19:42:32 Framerate: 29.970030
19:42:32 Movie length in Seconds: 6173
19:42:32 Movie Width/Height: 720/480
19:42:32 DgIndex AR: 4:3
19:42:32 Single Pass Encoding XviD: C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe -cq 2.5 -max_bframes 2 -imax 16 -notrellis -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 162 -odegrade 9 -nopacked -nochromame -threads 0 -i "I:\New Folder\VIDEO_TS\temp\resmovie.avs" -type 2 -avi "I:\New Folder\VIDEO_TS\temp\resmovie.avi"

First error:
http://img206.imageshack.us/img206/7346/x264errormn4.jpg

After pressing OK:
http://img338.imageshack.us/img338/8866/xviderrorul6.jpg

From the log I see that for SAP AutoMKV is using only one pass?

buzzqw
14th September 2007, 19:23
@klicker4546

Celtic Druid Build! http://celticdruid.no-ip.com/xvid/

@Mtz
no.. SAP is two passw BUT you have selected
18:50:32 Selected Resizer: HybridFuPP Anime LQ Source / Automatic
so automkv will do a 1 pass only (compression test) at CQ 2.5 for determine the WIDTH
After this pass automkv will do the 2 pass

about the error ..is due to ffmpeg.. please OR you remove from your system32 folder these dlls
avcodec-51.dll
avformat-51.dll
avutil-49.dll
postproc-51.dll
swscale-0.dll
OR you update these dll by coping the same dll from \exe\encoder folder to \windows\system32
OR you download from http://forum.doom9.org/showthread.php?t=127037 the ffmpegsource 1.11 and unpack the rar to your system32

hope to be understud :)

BHH

Mtz
14th September 2007, 21:21
Downloaded and unpacked in system 32.
Now I have this error (this is the first time about VirtualDubMod):
http://img502.imageshack.us/img502/177/vdmerrornt0.jpg

And now when I'm trying to open VirtualDubMod I always have that error. :(

buzzqw
14th September 2007, 21:44
i don't know why this error.. maybe is better to signal to FFmpegSource thread

i have made a silent update.. please redownload the 0.90a
, remove from plugin dir the ffmpegsource.dll
with this build if ffmpegsource.dll isn't found it will not be loaded

BHH

SCSI
14th September 2007, 22:42
Thanks for the new release buzzqw. Whats provides better quality when comparing WVC1_2_pass_better and WVC1_2_pass_best? I'm asking because WVC1_2_pass_better takes longer than the other setting and I'm assuming that longer encoding time means more complex algorithms and better quality output :)

Here is my timed results on a 60 second 720p mkv sample file. I got the times in the log file.
WVC1_2_pass_good = 7mins
WVC1_2_pass_fast = 12mins
WVC1_2_pass_best = 21mins
WVC1_2_pass_better = 26mins
WVC1_2_pass_insane = 36mins

minus0ne
15th September 2007, 06:47
FFmpeg.exe keeps crashing during the x264 encoding process of a 28GB transport stream file (1080p). Weird thing is it always crashes at around frame 210000 of the first pass (2 pass insane quality) or at around 12GB. I've tried 3 times now, already cost me 2 weeks worth of electricity/laptop use. I'm this close to just giving up on this whole encoding thing and deleting the source file.

Could this be due to the celeron 1.4Ghz in my laptop? I highly doubt it as it's a completely fresh WinXP installation.

I'd post a log file excerpt, except mine's 23MB and opening it crashes notepad.

buzzqw
15th September 2007, 07:45
@SCSI

yep.. during one of last update i have changed all wmv profile because of some incompatibilities... BUT seems that not all profile got update

here is the new wmv profile package! thanks!!

http://www.64k.it/andres/data/a/WMV-profiles.rar

@minus0ne
First of all Welcome to the Forum!

the main problem is that ffmpeg SHOULD not be used for this conversion!

AutoMKV used ffmpeg only if x264.exe crash!

i suggest to post the log file, remember also to install avisynth 2.57, xvid (koepi build), and ffdshow, all link are in first post of this thread

BHH

AMED
15th September 2007, 07:51
I've tried out v0.90a at it still crashes when you try and encode x264 with show enc stats unselected.The application, E:\AutoMKV090_NORIP\AutoMKV090a.exe, generated an application error The error occurred on 09/15/2007 @ 16:09:43.140 The exception generated was c0000005 at address 004B999B (AutoMKV090a)
I'm encoding the the same dvd that crashed v0.90a with xvid with show enc stats unselected and automkv doesn't crash.

i have tried 3 different dvd's

buzzqw
15th September 2007, 08:14
@AMED

:thanks: for your perseverance!

i got the error too! and fixed it! (yeah.. i love debugger)

http://www.64k.it/andres/data/a/AutoMKV090b.exe

FIXED: On some system disabling the Show Enc Stats when encoding to x264 could lead to a bad encoding (thanks to AMED)

BHH

AMED
15th September 2007, 08:44
Hi Buzzqw,

when i said before that the automkv didn't crash using xvid, it actually did but very late in the first pass, not at the beginning like when using x264.

I've just gave your 0.90b build a try with the same dvd with xvid and it crashes straight away on the first pass.Faulting application automkv090b.exe, version 0.90.0.0, faulting module ntdll.dll, version 5.1.2600.2180, fault address 0x000111de.

I am testing out x264 right now and i'll let you know if your fix works

I wonder if it's easier to just remove the option to unselect show enc stats?

EDIT, well Automkv crashed when encoding with x264, but time it was a silent crash, the error message in the event viewer was different aswell.
The application, E:\AutoMKV090_NORIP\AutoMKV090b.exe, generated an application error The error occurred on 09/15/2007 @ 19:48:39.812 The exception generated was c0000005 at address 7C93426D (ntdll!RtlInitializeContext)

buzzqw
15th September 2007, 09:08
:devil:
on my side don't crash! :mad:

PLEASE redownload the 0.90b i have made some adjustment (and re test.. since is ok for me :o )

and if i don't found the cause of crash i will negate the possibility to not show encoding stats...

BHH

AMED
15th September 2007, 13:56
With the new v0.90b build it didn't crash with x264. I'm testing xvid right now, i'll let you know in the morning if that crashes.

buzzqw
15th September 2007, 14:20
thanks AMED !

i will glady wait

BHH

minus0ne
15th September 2007, 16:01
@minus0ne
First of all Welcome to the Forum!
Thanks, and another thanks for the swift reply!
the main problem is that ffmpeg SHOULD not be used for this conversion!
Ah I see, I was starting to wonder if this:
BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
...was normal, heh.

By the way, the crashes occurred with 0.89a, and I'm going to try 0.90b now. I hope Amed is right and x264.exe doesn't crash (though perhaps I'm going to try a smaller test file now instead of the whole 28GB .TS)
AutoMKV used ffmpeg only if x264.exe crash!

i suggest to post the log file, remember also to install avisynth 2.57, xvid (koepi build), and ffdshow, all link are in first post of this thread

BHH
Yeah I had all those installed. Btw which ffdshow build do you recommend using? The 2004 'original' one or one of the more recent builds?

Oh and one more question (sorry for my newbness :o); Should I enable anamorphic encoding in this case? The source TS file is 1920x1080, but I'm cropping it (70T 2R 4L 76B) to get rid of the black borders resulting in 1920x816 (it's one of those uber-widescreen films). If I understand correctly, anamorphic encoding just re-adds those same black bars to the encoded end-result I want to get rid of anyway, but I don't think I understand correctly :P

Again thanks for the instantaneous support ;)

Oh and if it's any use here is the 0.89a log file;
01:22:52 0.89 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
01:22:53 Selected Input file: C:\LOTRTMP\Lotr.ts
01:22:53 Selected Output dir: Z:\Encode\temp\
01:22:53 Selected Final Name: Lotr
01:22:53 Selected Container type: MKV
01:22:53 Selected Encoder: X264
01:22:53 Selected Size: 8150 / 2
01:22:53 Selected Profile: 2_Pass_Insane_Quality.xml
01:22:53 Selected Resizer: NONE / Original
01:22:53 Selected Filters: NONE
01:22:53 Selected Deinterlacer: NONE
01:22:53 Selected Field Order: AUTO
01:22:53 Manual Crop: Enabled
01:22:53 Left Crop: 2
01:22:53 Top Crop: 70
01:22:53 Right Crop: 4
01:22:53 Botton Crop: 76
01:22:53 Manual Width: 1920
01:22:53 Manual Height: 816
01:22:53 Enabled CRF/CQ AutoRes at 18 value
01:22:53 Enabled Bitrate encoding with value 9200
01:22:53 Track Language 1: PID 0014, Private AC3 Audio Stream 1
01:22:53 Audio Codec 1: Copy Original
01:22:53 Audio Quality 1: 1.00
01:22:53 Audio Channel 1:
01:22:53 Advanced Audio Settings DUMP Track 1
01:22:53 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:22:53 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:22:53 Lame Settings: ABR
01:22:53 Audio Normalization: 1
01:22:53 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:22:53 Advanced Audio Settings DUMP Track 2
01:22:53 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:22:53 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:22:53 Lame Settings: ABR
01:22:53 Audio Normalization: 1
01:22:53 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:22:53
01:22:53 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -AP=014 -VP=0011 -YR=2 -IF=[C:\LOTRTMP\Lotr.ts] -OF=[Z:\Encode\temp\movie] -exit -minimize
01:43:40 D2V file size: 1382217
01:43:40 Starting fixing audio delay on track number 1
01:43:40 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "Z:\Encode\temp\fixed1.dts" "Z:\Encode\temp\movie PID 014 DELAY 0ms.dts"
01:43:40 Original 1 Audio Size: 1178743278 bytes
01:50:01 Fixed 1' Audio Size: 1178743278 bytes
01:50:01 Finished fixing audio delay
01:50:01 Renamed file fixed1.dts to audio.dts
01:50:01 Encoded 1' Audio Track: 1178743278 bytes
01:50:13 Number of Frames: 299659
01:50:13 Framerate: 23.976025
01:50:13 Movie length in Seconds: 12499
01:50:13 Movie Width/Height: 1920/1088
01:50:13 DgIndex AR: 16:9
01:50:14 Checking script...movie.avs
01:50:18 Script checked. All OK!!!
01:50:18 Starting X264
01:50:18 Command Line 1' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 9200 --stats "Z:\Encode\temp\.stats" --ref 1 --no-b-adapt --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 1 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads auto --thread-input --output NUL "Z:\Encode\temp\movie.avs"
01:50:18 Command Line 2' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 9200 --stats "Z:\Encode\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "Z:\Encode\temp\movie.mp4" "Z:\Encode\temp\movie.avs"
01:50:21 Finished 1' Pass X264
01:50:31 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
01:50:31 Switched to FFmpeg for Video Encoding!
01:50:31 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "C:\LOTRTMP\Lotr.ts" -vcodec h264 -bf 3 -b 9200000 -cropleft 2 -croptop 70 -cropright 4 -cropbottom 76 -s 1920x816 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 23.976025 "Z:\Encode\temp\movie.mp4"
01:50:31 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "C:\LOTRTMP\Lotr.ts" -vcodec h264 -bf 3 -b 9200000 -cropleft 2 -croptop 70 -cropright 4 -cropbottom 76 -s 1920x816 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 23.976025 "Z:\Encode\temp\movie.mp4"
07:02:11 Fished FFmpeg Encoding!
07:02:11 "C:\Program Files\AutoMKV\exe\matroska\mkvmerge.exe" -o "Z:\Encode\temp\Lotr.mkv" --track-name -1:"Lotr" --aspect-ratio 1:1.000000 --split 16M "Z:\Encode\temp\movie.mp4" "Z:\Encode\temp\audio.dts" --title "Done with AutoMKV 0.89 http://forum.doom9.org/showthread.php?p=854221 "
07:02:11 Encoding finished: 05:11:50 elapsed time
07:02:11 -----------------------------------------------------------------------
07:02:11 Script AutoCrop.log
07:02:11 -----------------------------------------------------------------------
07:02:11 Script Resmovie.avs
07:02:11 -----------------------------------------------------------------------
07:02:11 Script movie.avs
07:02:11
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
07:02:11 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
07:02:11 #loadpluginstart
07:02:11
07:02:11 #test1
07:02:11
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
07:02:11 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
07:02:11 #importstart
07:02:11
07:02:11 #test2
07:02:11
07:02:11 movie = mpeg2source("Z:\Encode\temp\movie.d2v")
07:02:11 function getOrder(clip c) {
07:02:11 order = GetParity(c) ? 1 : 0
07:02:11 Return order }
07:02:11 #filter1start
07:02:11
07:02:11 #test3
07:02:11
07:02:11 last = movie
07:02:11 crop(2,70,-4,-76)
07:02:11 #resizestart
07:02:11
07:02:11 #test4
07:02:11
07:02:11 #filter2start
07:02:11
07:02:11 #test5
07:02:11
07:02:11 return last
07:02:11 -----------------------------------------------------------------------
07:02:11 Script mkvmaudio.avs
07:02:11
07:02:12 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
07:02:12 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
07:02:12 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
07:02:12 NicDTSSource("Z:\Encode\temp\fixed1.dts")
07:02:12 #Applying downmixing routines
07:02:12 function addvideo(clip c) {
07:02:12 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
07:02:12 Return audiodub(last,c)
07:02:12 }
07:02:12 Normalize()
07:02:12 -----------------------------------------------------------------------
07:02:12 Script mkvmaudio.bat
07:02:12 -----------------------------------------------------------------------
07:02:12 Script mkvmaudio2.avs
07:02:12 -----------------------------------------------------------------------
07:02:12 Script mkvmaudio2.bat
07:02:12
07:02:12 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Though it doesn't explain anything to me, x264 just crashes and it moves on to ffmpeg (any way to disable ffmpeg altogether?)

buzzqw
15th September 2007, 16:21
the script and log seems ok

please open movie.avs in virtualdub, do you see any errors ?

the errors in encoding come as fast as x264 first pass is launched or after some times ?

about the anamorphic.. i suggest to use the preview button to adjust any anamorphic aspect you want :)

BHH

minus0ne
15th September 2007, 16:48
x264 crashed again with .90b, I'm guessing I should enable ProjectX in AutoMKV? (if the entire file is demuxed first, x264 shouldn't have a problem with it) Will that make the .TS file 'compatible' with x264? Only problem is I'll need to clear even more disk space (or will the 28GB ProjectX-demuxed file be deleted before encoding begins, or will I need 28GB free space + free space for the encoded end-result?)

Anyway, it seems like the file itself is not supported as input, I'll try the ProjectX switch in AutoMKV and see if it works then.

edit@buzzqw;
please open movie.avs in virtualdub, do you see any errors ?
Well I just restarted the encode (it's currently doing it with ffmpeg again) but I'll end the encoding and open the file with vdub.
edit2: I interrupted the encode and opened the movie.avs file with vdub but it said it couldn't open the movie.d2v file - although that could be due to me interrupting the encode.
the errors in encoding come as fast as x264 first pass is launched or after some times ?
Virtually instantaneous, a second maybe. Right now I'm leaning towards the explanation that the .TS file I'm inputting isn't supported as input by x264.
about the anamorphic.. i suggest to use the preview button to adjust any anamorphic aspect you want :)
Thanks will do that!

buzzqw
15th September 2007, 17:21
edit2: I interrupted the encode and opened the movie.avs file with vdub but it said it couldn't open the movie.d2v file - although that could be due to me interrupting the encode.

ni, the first work automkv do is to launch dgindex so you haven't interrupted this.

I'm guessing I should enable ProjectX in AutoMKV?
i think this could be the KEY

break ffmpeg and realunch and use projectx enabled

BHH

minus0ne
15th September 2007, 19:27
Well I tried doing it with ProjectX enabled, but the same thing happened; X264 launched for just a second, and then again (for the second pass), but then it said the same;
20:13:59 Command Line 1' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 9200 --stats "Z:\Encode\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads auto --thread-input --output NUL "Z:\Encode\temp\movie.avs"
20:13:59 Command Line 2' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 9200 --stats "Z:\Encode\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "Z:\Encode\temp\movie.mp4" "Z:\Encode\temp\movie.avs"
20:14:02 Finished 1' Pass X264
20:14:11 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
20:14:11 Switched to FFmpeg for Video Encoding!
20:14:11 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i (etcetera)
I don't understand why for example the preview function is able to read/play the file just fine (and the whole of AutoMKV for that matter) but x264.exe just rejects the .TS, even when ProjectX is enabled.

Is there anything I could do to the .TS file beforehand to make it more 'acceptable' to x264.exe?

Thanks for your time!

buzzqw
15th September 2007, 22:26
open the movie.avs in virtualdub.. what is the error ?

BHH

AMED
15th September 2007, 23:02
Hi Buzzqw,

Automkv didn't crash with the xvid encode, looks like you have fixed the bug.

buzzqw
16th September 2007, 09:52
@AMED
:thanks: for your test!

BHH

Mikity
16th September 2007, 16:04
Hi, I have a strange problem which has persisted through versions 0.87, 0.88, 0.89 and now even 0.90! :confused:

I am trying to encode a short (20 minute) anime clip direct from a VOB file. Everything encodes fine.... but the audio is always out of sync. I'm assuming it's because there is a brief message at the start of the clip, without any sound, whereas in the encoded versions the sound starts right at the beginning of this message.

I've tried playing around with various interlacing options as well as disabling DelayCut. The log actually seems to show there is no audio delay (file names "...delay 0ms" and both original and adjusted audio track are the same length) but still, the de-sync won't go away.
Any suggestions as to what I can do? I've tried encoding both with x264/AAC and Xvid/MP3.

Thanks for any advice!
Mikity

buzzqw
16th September 2007, 16:12
open your vob file with dgindex

move the slider right till your video start, mark the start

now create your d2v and audio from this point

in automkv as input file use the d2v and the demuxed audio

BHH

Mikity
16th September 2007, 16:15
in automkv as input file use the d2v and the demuxed audio


This will give me a resultant movie without the silent message at the beginning, correct?

Thanks again.

buzzqw
16th September 2007, 16:26
exact :)

BHH

Mikity
16th September 2007, 16:34
exact :)


But what if I want to keep the message at the beginning? Why is it so difficult?
Do you have any idea what could be happening?

Thanks, Mikity

buzzqw
16th September 2007, 16:46
try building a simple avs like this

directshowsource("c:\myfile.vob")

where myfile.vob is your vob file

then use this file as input for audio and video

Do you have any idea what could be happening?

bad muxing/bad ripping. and so dgindex is fouled about audio delay

hope better news !

BHH

lnatan25
19th September 2007, 06:14
StaxRip is better? :(

buzzqw
19th September 2007, 07:23
@lnatan25

i suggest to try the applications and make your choice

both applications have strong and weak points.

just select what make you feel well

BHH

slipk487
20th September 2007, 05:44
this may have been asked before im still looking around. is there any advantage of having a dual core and encoding x264. is there anything i have to set or will it automatically utilize both core. i just got a opty 170 the other day havent done any encoding yet tho.

lnatan25
20th September 2007, 06:02
@lnatan25
i suggest to try the applications and make your choice
both applications have strong and weak points.
just select what make you feel well
BHH

Look, I was too tired to make a constructive comment on why I liked StaxRip more. Overall, the program is great, only the interface is a bit too cluttered up (for me). Maybe if you were to split it all up into tabs, menus and windows... And I think most of those annoying message boxes you like to throw at start time should be removed to a more appropriate options window.

Leo

buzzqw
20th September 2007, 07:18
i can only say that users should use only the main panel

BHH

ryc0203
20th September 2007, 15:41
@buzzqw
Hi,
in AutoMKV 0.90b if # of threads = 0
xvid_encraw say for my:
detected cpus=2
threads requested = 1
threads in use =1
the same happens if # of threads = 2
I believe that threads requested would have to be 2, but it seems to me that it is a problem of xvid_encraw, if # of threads = 3 threads requested, and in use is 2 :confused:

Note: sorry by my English, but I speak Spanish :D

ryc0203
20th September 2007, 16:02
@buzzqw
Hi,
I think that anime_denoise.lvl is not OK, since it seems me that they deen (“c3d”, 1,3,4,2) uses the parameters of beta 2 and you (in AutoMKV) use beta 1, to be clear the second parameter = 1 in beta 2 talks about the soft matrix used for anime, but in beta 1 it is the radius is a low value for hard filtering. :confused:

somebody can correct it for deen beta 1

buzzqw
20th September 2007, 21:34
@ryc0203

about threads... don't know.. better to ask to squid_80

about deen.. i haven't problems with anime_denoise..

i will search for the last deen build! thanks!!

BHH

ryc0203
21st September 2007, 13:59
@buzzqw

about deen.. i haven't problems with anime_denoise..

i will search for the last deen build! thanks!!

you cannot simply update deen to beta 2, since it uses different parameters that the beta 1 and HybridFuPP use deen beta 1.
to do is change to the parameters of deen in anime_denoise.lvl to the format of the beta 1… I I am doing it and testing :p

buzzqw
21st September 2007, 15:04
good!

post the new script when done ;)

BHH

artisticcheese
21st September 2007, 18:11
Several last versions are not doing the same job previous versions did for encoding XVID with constant quaility. I usually ended up with several 2GB files converting HDTV from MKV but now it's makes 300 MB file.
It appears that when I choose "Constant Quaility" under container it's still shows as 1CD during encoding

Log is below.

22:07:22 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:07:22 Selected Input file: C:\BJ.2007.720p.mkv
22:07:22 Selected Output dir: D:\rip\temp\
22:07:22 Selected Final Name: BJ
22:07:22 Selected Container type: AVI
22:07:22 Selected Encoder: XviD
22:07:22 Selected Size: 1 CD / 1
22:07:22 Selected Profile: Constant_Quality.xml
22:07:22 Selected Resizer: NONE / Original
22:07:22 Selected Filters: RemoveGrain(mode=2)
22:07:22 Selected Deinterlacer: AUTO
22:07:22 Selected Field Order: AUTO
22:07:22 NeroAACEnc.exe: not present
22:07:22 Enabled Constant Quality With Unlimited Size (Q 2000)
22:07:22 Enabled CRF/CQ AutoRes at 2000 value
22:07:22 Using Matrix: Didees SixOfNine-HVS.cqm

buzzqw
21st September 2007, 19:19
when you select constan quality profile a window appear to select the quantitizer, make sure is 2 the quant to apply

BHH

a123abc17
22nd September 2007, 09:27
I'm trying to encode a vob file (from the ancient series "COMBAT")
When I analyze this vob with GSpot it reports back the video as Interlaced with Top Field First. But when I run "Test Deint" BAutoDeint says that the video is progressive.
Which one of those must I trust and continue with the encoding.
Thanx in advanse 4 all
John

buzzqw
22nd September 2007, 11:33
open the vob with dgindex and look at video, you see interlace pattern ? or field type frame ?

BHH

a123abc17
22nd September 2007, 15:48
Thanx 4 your swift reply
open the vob with dgindex and look at video, you see interlace pattern ? or field type frame ?

BHH

Preview in DGIndex reports it as interlaced, that means I have to go with the majority and encode it as interlaced with TFF :thanks:


John

theronmoore
25th September 2007, 01:21
OK so long thread so I obviously didn't read it all. I did search to no avail.

So I'm attempting to start hosting torrents. I've done a bit of video encoding but still far from a pro. I'm hoping someone here is familiar with torrents, but I'm attempting to create an HR standard MKV of an HD capture.

For other experts that don't do much torrenting, this means I'm attempting to create a 1.5hr, 700MB, 960X544, 16:9, 2Mbps MKV.

I've stumbled my way through most of my problems so far, but here I'm stumped. x264 is kicking back a warning that there is no buffer specified for my VBR maxrate, but I can find no way to do this. I'm guessing I may have to add a few tweaks to the command line, so am looking for some suggestions of what might be good for my targeted specs. Post here or drop me an e-mail at theronmoore@hotmail.com

jwhyche
26th September 2007, 04:27
Has anyone got this beast to work with Windows x64? Most of it works but bautodeint keeps craping out. I've searched but can't find anything on running it with x64.

buzzqw
26th September 2007, 07:05
@theronmoore
i doubt you will have any answer in this forum, re check the forum rules

@jwhyche

are you sure you have installed xvid (koepi build) ? if yes try intalling divx codec and check this registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
"VIDC.YV12"="xvidvfw.dll" or "divx.dll"

BHH

DIEGO7-5
26th September 2007, 08:14
Hmm...i get the "Warning HCEnc is missing in....Removed HCenc support" window when i try to choose my drive letter to "Check DVD Drive" and it wonīt go away! I have to close AutoMKV 0.90b with the task manager. Anyone else experiencing this problem?

buzzqw
26th September 2007, 09:08
DO!! (put here Homer Simpson...) ... fixed!

http://www.64k.it/andres/data/a/AutoMKV090c.exe

Thanks

BHH

DIEGO7-5
26th September 2007, 12:50
Thanks buzz, but NOW i get the same error with the AVStoAVI window when i try to hit the "advanced settings" tab.

buzzqw
26th September 2007, 13:25
Double DO! ;)

please re download 0.90c

thanks!

BHH

Barleyman
26th September 2007, 21:14
.90c is broken for me.. When I try to encode DVD with constant quality, following problems occur..

1. When I click on the IFO, sound jumps from "copy original" to "lame"
2. dgindex fails, doesn't do anything. Well, it starts but doesn't do anything
3. I seem to get "1cd" in log even thought I choose unlimited..

With .90 I had weird result with getting approximately 15MB avi chunks with CQ unlimited profile!

Here's the logfile

22:56:25 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:56:25 Selected Input file: E:\Movies-E\Sunshine\MainMovie\SUNSHINE\VIDEO_TS\VTS_01_0.IFO
22:56:25 Selected Output dir: E:\Movies-E\Sunshine\temp\
22:56:25 Selected Final Name: VTS_01_0
22:56:25 Selected Container type: AVI
22:56:25 Selected Encoder: XviD
22:56:25 Selected Size: 1 CD / 1
22:56:25 Selected Profile: Constant_Quality.xml
22:56:25 Selected Resizer: NONE / Original
22:56:25 Selected Filters: RemoveGrain(mode=2)
22:56:25 Selected Deinterlacer: Progressive
22:56:25 Selected Field Order: AUTO
22:56:25 Manual Crop: Enabled
22:56:25 Left Crop: 0
22:56:25 Top Crop: 68
22:56:25 Right Crop: 0
22:56:25 Botton Crop: 68
22:56:25 Manual Width: 720
22:56:25 Manual Height: 576
22:56:25 Enabled Constant Quality With Unlimited Size (Q 3)
22:56:25 Enabled CRF/CQ AutoRes at 3 value
22:56:25 Activate PGC Ripping: 0
22:56:25 Using Matrix: Didees SixOfNine-HVS.cqm
22:56:25 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
22:56:25 Audio Codec 1: Copy Original
22:56:25 Audio Quality 1: 112
22:56:25 Audio Channel 1: Stereo
22:56:25 Advanced Audio Settings DUMP Track 1
22:56:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:56:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:56:25 Lame Settings: ABR
22:56:25 Audio Normalization: 1
22:56:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:56:25 Advanced Audio Settings DUMP Track 2
22:56:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:56:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:56:25 Lame Settings: ABR
22:56:25 Audio Normalization: 1
22:56:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:56:25 Activate Anamorphic Encoding
22:56:25 Selected Unlimited media size
22:56:26 Activate PGC processing: PGC 1 [1:43:03:24]
22:56:26 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-E\Sunshine\temp\VTS_01_1.VOB] -OF=[E:\Movies-E\Sunshine\temp\movie] -exit -minimize

Nightshiver
26th September 2007, 23:37
I also have a few questions. I originally did this because I was bored, but it aroused a few questions. I inputed a 300mb file and while it was still encoding, the file size reached over 2gb. I was using x264 on Insane quality. But I also got the message at the bottom saying "Break! Unsupported Format! Last try with FFMPEG!". Why is that? Here is my log file:

17:07:45 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:07:45 Selected Input file: E:\VTS_01_1.VOB
17:07:45 Selected Output dir: E:\temp\
17:07:45 Selected Final Name: Tale of the Phantom Cab
17:07:45 Selected Container type: MKV
17:07:45 Selected Encoder: X264
17:07:45 Selected Size: Don't care about size / 1
17:07:45 Selected Profile: 2_Pass_Insane_Quality.xml
17:07:45 Selected Resizer: NONE / Original
17:07:45 Selected Filters: RemoveGrain(mode=2)
17:07:45 Selected Deinterlacer: AUTO
17:07:45 Selected Field Order: AUTO
17:07:45 Enabled CRF/CQ AutoRes at 18 value
17:07:45 Track Language 1: MPEG Audio Stream 0
17:07:45 Audio Codec 1: Nero AAC
17:07:45 Audio Quality 1: 1.00
17:07:45 Audio Channel 1: Stereo
17:07:45 Advanced Audio Settings DUMP Track 1
17:07:45 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:07:45 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:07:45 Lame Settings: ABR
17:07:45 Audio Normalization: 1
17:07:45 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:07:45 Advanced Audio Settings DUMP Track 2
17:07:45 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:07:45 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:07:45 Lame Settings: ABR
17:07:45 Audio Normalization: 1
17:07:45 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:07:45
17:07:45 Dgindex CMD: E:\AutoMKV090_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\VTS_01_1.VOB] -OF=[E:\temp\movie] -exit -minimize
17:07:59 D2V file size: 189808
17:07:59 Starting fixing audio delay on track number 1
17:07:59 DelayCut CMD: E:\AutoMKV090_NORIP\exe\dgindex\Delaycut.exe -auto -out "E:\temp\fixed1.mpa" "E:\temp\movie T01 DELAY 0ms.mpa"
17:07:59 Original 1 Audio Size: 68450688 bytes
17:08:02 Fixed 1' Audio Size: 68450688 bytes
17:08:02 Finished fixing audio delay
17:08:02 Encoding E:\temp\fixed1.mpa to NeroAAC with 1.00 quality
17:08:02 Unable to encode Audio, trying with DirectShowSource!
17:08:02 Encoding E:\temp\fixed1.mpa to NeroAAC with 1.00 quality
17:08:03 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
17:08:03 FFmpeg Encoding Audio: "E:\AutoMKV090_NORIP\exe\BeSweet\ffmpeg.exe" -vn -i "E:\temp\fixed1.mpa" -f mp3 -ac 2 -ab 128 "E:\temp\audio.mp3"
17:09:50 Encoded 1' Audio Track: 22817696 bytes
17:09:50 Encoded 1' Audio Track: 22817696 bytes
17:09:50 Avi engage mode not corrected, switched to DirectShowSource
17:09:50 !!! WARNING - Trying with FFmpegSource
17:09:53 Aspect ratio: 1.333
17:09:53 Number of Frames: 42736
17:09:53 Framerate: 29.970
17:09:53 Movie length in Seconds: 1426
17:09:53 Movie Width/Height: 720/480
17:09:53 DgIndex AR: 1.333
17:09:56 Aspect ratio: 1.333
17:09:56 Number of Frames: 42736
17:09:56 Framerate: 29.970
17:09:56 Movie length in Seconds: 1426
17:09:56 Movie Width/Height: 720/480
17:09:56 DgIndex AR: 1.333
17:09:56 Starting X264
17:09:56 Command Line 1' Pass X264: E:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --bitrate 187927 --stats "E:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads auto --thread-input --output NUL "E:\temp\movie.avs"
17:09:56 Command Line 2' Pass X264: E:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 2 --bitrate 187927 --stats "E:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\temp\movie.mp4" "E:\temp\movie.avs"
17:09:59 Finished 1' Pass X264
17:10:05 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
17:10:05 Switched to FFmpeg for Video Encoding!
17:10:05 FFmpeg.exe String: "E:\AutoMKV090_NORIP\exe\BeSweet\ffmpeg.exe" -i "E:\VTS_01_1.VOB" -vcodec h264 -bf 3 -b 187927008 -s 720x480 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 29.970 "E:\temp\movie.mp4"
17:10:05 FFmpeg.exe String: "E:\AutoMKV090_NORIP\exe\BeSweet\ffmpeg.exe" -i "E:\VTS_01_1.VOB" -vcodec h264 -bf 3 -b 187927008 -s 720x480 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 29.970 "E:\temp\movie.mp4"
18:30:25 Fished FFmpeg Encoding!
18:30:25 "E:\AutoMKV090_NORIP\exe\matroska\mkvmerge.exe" -o "E:\temp\Tale of the Phantom Cab.mkv" --track-name -1:"Tale of the Phantom Cab" --aspect-ratio 1:1.000000 "E:\temp\movie.mp4" --language -1:und --default-track -1:yes "E:\temp\audio.mp3" --title "Done with AutoMKV 0.90 http://forum.doom9.org/showthread.php?p=854221 "
18:30:26 Final Muxed size: -1 bytes
18:30:26 Encoding finished: 01:20:27 elapsed time
18:30:26 -----------------------------------------------------------------------
18:30:26 Script AutoCrop.log
18:30:26 -----------------------------------------------------------------------
18:30:26 Script Resmovie.avs
18:30:26 -----------------------------------------------------------------------
18:30:26 Script movie.avs
18:30:26
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\AddGrain.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\autocrop.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\aWarpSharp(Pruned).dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\blockbuster.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\cnr2.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\ColorMatrix.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Convolution3D.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\corrector.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DctFilter.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Decomb.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Deen.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\degrainmedian.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DGDecode.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\EEDI2.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFMpegSource.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFT3DFilter.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FluxSmooth.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\frfun7.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\hqdn3d.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\LeakKernelDeint.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MaskTools.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\medianblur.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MipSmooth.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MSharpen.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mt_masktools.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mvtools.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\NicAudio.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RemoveGrainS.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RepairS.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SangNom.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SimpleResize.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SoundOut.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TBilateral.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TDeint.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TIVTC.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TomsMoComp.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TTempSmooth.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnDot.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnFilter.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\VSFilter.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\warpsharp.dll")
18:30:26 #loadpluginstart
18:30:26
18:30:26 #test1
18:30:26
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\HybridFuPP.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\LanczosPlus.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\Lem.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\LimitedSharpenFaster.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\MCBob_v03c.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\mvbob.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\QMlib.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\seesaw.avsi")
18:30:26 Import("E:\AutoMKV090_NORIP\exe\filter\spresso.avsi")
18:30:26 #importstart
18:30:26
18:30:26 #test2
18:30:26
18:30:26 movie = mpeg2source("E:\temp\movie.d2v")
18:30:26 function getOrder(clip c) {
18:30:26 order = GetParity(c) ? 1 : 0
18:30:26 Return order }
18:30:26 #filter1start
18:30:26
18:30:26 #test3
18:30:26
18:30:26 #resizestart
18:30:26
18:30:26 #test4
18:30:26
18:30:26 last = movie
18:30:26 #filter2start
18:30:26
18:30:26 #test5
18:30:26
18:30:26 RemoveGrain(mode=2)
18:30:26 -----------------------------------------------------------------------
18:30:26 Script mkvmaudio.avs
18:30:26
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\NicAudio.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SoundOut.dll")
18:30:26 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFmpegSource.dll")
18:30:26 DirectShowSource("E:\temp\fixed1.mpa")
18:30:26 #Applying STEREO downmixing routines
18:30:26 function stereo(clip a)
18:30:26 {
18:30:26 flr = GetChannel(a, 1, 2)
18:30:26 fcc = GetChannel(a, 3)
18:30:26 lfe = GetChannel(a, 4)
18:30:26 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
18:30:26 mix = MergeChannels(lfc, lfc)
18:30:26 lrc = MixAudio(flr, mix, 0.2929, 1.0)
18:30:26 blr = GetChannel(a, 5, 6)
18:30:26 Return MixAudio(lrc, blr, 1.0, 0.2929)
18:30:26 }
18:30:26 #
18:30:26 6==Audiochannels() ? stereo() : last
18:30:26 function addvideo(clip c) {
18:30:26 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
18:30:26 Return audiodub(last,c)
18:30:26 }
18:30:26 Normalize()
18:30:26 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="E:\AutoMKV090_NORIP\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 1.00 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
18:30:26 -----------------------------------------------------------------------
18:30:26 Script mkvmaudio.bat
18:30:26
18:30:26 "E:\AutoMKV090_NORIP\exe\BeSweet\ffmpeg.exe" -vn -i "E:\temp\fixed1.mpa" -f mp3 -ac 2 -ab 128 "E:\temp\audio.mp3"
18:30:26 -----------------------------------------------------------------------
18:30:26 Script mkvmaudio2.avs
18:30:26 -----------------------------------------------------------------------
18:30:26 Script mkvmaudio2.bat
18:30:26
18:30:26 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

NOTE: I also didn't let the encoding finish the 2nd pass

Adub
27th September 2007, 05:22
Well, dude. You didn't specify an output size or a bitrate. Your bitrate was HUGE!!! (187927!!!). No wonder you were getting such a crazy file size.

try adjusting the desired output size or bitrate and see if that fixes things.

buzzqw
27th September 2007, 07:55
@Barleyman

please redownload the 0.90c
the pgc rip and dgindex should be ok

the container, video settings, audio settings and disks settings must be setted AFTER loading the input

please report any problem! :thanks:

@Nightshiver
be sure to have installed all software linked in first page
also Merlin7777 is correct.. you have selected unlimited file fize... so 2 gb is even small

BHHl

Barleyman
27th September 2007, 18:07
@Barleyman

please redownload the 0.90c
the pgc rip and dgindex should be ok


Still Kaput!

I'm not ripping the DVD .. In fact I got the non-rip-version.

I have dumped the DVD to HDD previously with DVDfab..

20:04:56 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
20:04:56 Selected Input file: E:\Movies-E\Sunshine\MainMovie\SUNSHINE\VIDEO_TS\VTS_01_0.IFO
20:04:56 Selected Output dir: E:\Movies-E\Sunshine\temp\
20:04:56 Selected Final Name: Sunshine_Q3
20:04:56 Selected Container type: AVI
20:04:56 Selected Encoder: XviD
20:04:56 Selected Size: 1 CD / 1
20:04:56 Selected Profile: Constant_Quality.xml
20:04:56 Selected Resizer: NONE / Original
20:04:56 Selected Filters: RemoveGrain(mode=2)
20:04:56 Selected Deinterlacer: Progressive
20:04:56 Selected Field Order: AUTO
20:04:56 Manual Crop: Enabled
20:04:56 Left Crop: 0
20:04:56 Top Crop: 68
20:04:56 Right Crop: 0
20:04:56 Botton Crop: 68
20:04:56 Manual Width: 720
20:04:56 Manual Height: 576
20:04:56 Enabled Constant Quality With Unlimited Size (Q 3)
20:04:56 Enabled CRF/CQ AutoRes at 3 value
20:04:56 Activate PGC Ripping: 0
20:04:56 Using Matrix: Didees SixOfNine-HVS.cqm
20:04:56 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
20:04:56 Audio Codec 1: Copy Original
20:04:56 Audio Quality 1: 112
20:04:56 Audio Channel 1: Stereo
20:04:56 Advanced Audio Settings DUMP Track 1
20:04:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
20:04:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
20:04:56 Lame Settings: ABR
20:04:56 Audio Normalization: 1
20:04:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
20:04:56 Advanced Audio Settings DUMP Track 2
20:04:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
20:04:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
20:04:56 Lame Settings: ABR
20:04:56 Audio Normalization: 1
20:04:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
20:04:56 Activate Anamorphic Encoding
20:04:56 Selected Unlimited media size
20:04:56 Activate PGC processing: PGC 1 [1:43:03:24]
20:04:56 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-E\Sunshine\temp\VTS_01_1.VOB] -OF=[E:\Movies-E\Sunshine\temp\movie] -exit -minimize

buzzqw
27th September 2007, 19:55
please post the pgcrip.bat
thanks

BHH

Barleyman
27th September 2007, 21:50
Here you go..

C:\Program Files\AutoMKV\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "E:\Movies-E\Sunshine\MainMovie\SUNSHINE\VIDEO_TS\VTS_01_0.IFO" "E:\Movies-E\Sunshine\temp"

In any case, dgindex opens and there's no error message.. it just doesn't do anything.

Nightshiver
28th September 2007, 01:22
I got this when encoding: (I will be using this one file (which is 175mb) for a while. It is anime.)

http://i231.photobucket.com/albums/ee80/whynotco/help1.jpg

What does this mean? 2 pass curve failed? Reduce bitrate?

Settings: (file is called "Bleach 142 RAW")

Size: 1cd
Resize filter: HybridFuPP HQ Source
Filters: Convolution3d (preset="animeHQ")
Profile: Anime-Maxquality
Set Width Resolution: Automatic
Using x264

TheRyuu
28th September 2007, 02:14
I got this when encoding: (I will be using this one file (which is 175mb) for a while. It is anime.)

http://i231.photobucket.com/albums/ee80/whynotco/help1.jpg

What does this mean? 2 pass curve failed? Reduce bitrate?

Settings: (file is called "Bleach 142 RAW")

Size: 1cd
Resize filter: HybridFuPP HQ Source
Filters: Convolution3d (preset="animeHQ")
Profile: Anime-Maxquality
Set Width Resolution: Automatic
Using x264

Might wanna buy the dvd first...
Although I disagree with the forum rule that I'm talking about, it is a rule, and must be obeyed.

Bleach 142 is NOT out on dvd, that I know for a fact (it aired yesterday).

Nightshiver
28th September 2007, 03:33
Yes, that is plainly obvious.

buzzqw
28th September 2007, 06:40
@Barleyman

is created some vob files on E:\Movies-E\Sunshine\temp folder ?

BHH

buzzqw
28th September 2007, 08:19
@Barleyman

re download again 0.90c (if you want :o )

BHH

Barleyman
28th September 2007, 08:22
@Barleyman

is created some vob files on E:\Movies-E\Sunshine\temp folder ?

BHH

Nope. Then again, I have delete temp files on, maybe I should uncheck it. I'm pretty sure the dgindex is not doing anything, thought (no cpu usage etc)

Only file in the temp folder was that bat file you asked for.

buzzqw
28th September 2007, 10:18
with new version the pgcrip isn't done for pgc 1...
in this version the pgcdemux isn't launched.. but start dgindex on the vts...

BHH

Barleyman
28th September 2007, 17:07
@Barleyman

re download again 0.90c (if you want :o )

BHH

All right, finally dgindex is doing it's stuff.. lets see how rest of it goes.

Barleyman
28th September 2007, 20:29
Aargh!

Now I got bunch of 14 or 15MB avi chunks again!!

19:06:57 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:06:57 Selected Input file: E:\Movies-E\Sunshine\MainMovie\SUNSHINE\VIDEO_TS\VTS_01_0.IFO
19:06:57 Selected Output dir: E:\Movies-E\Sunshine\temp\
19:06:57 Selected Final Name: Sunshine_Q3
19:06:57 Selected Container type: AVI
19:06:57 Selected Encoder: XviD
19:06:57 Selected Size: 1 CD / 1
19:06:57 Selected Profile: Constant_Quality.xml
19:06:57 Selected Resizer: NONE / Original
19:06:57 Selected Filters: RemoveGrain(mode=2)
19:06:57 Selected Deinterlacer: Progressive
19:06:57 Selected Field Order: AUTO
19:06:57 Manual Crop: Enabled
19:06:57 Left Crop: 0
19:06:57 Top Crop: 68
19:06:57 Right Crop: 0
19:06:57 Botton Crop: 68
19:06:57 Manual Width: 720
19:06:57 Manual Height: 576
19:06:57 Enabled Constant Quality With Unlimited Size (Q 3)
19:06:57 Enabled CRF/CQ AutoRes at 3 value
19:06:57 Activate PGC Ripping: 0
19:06:57 Using Matrix: Didees SixOfNine-HVS.cqm
19:06:57 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
19:06:57 Audio Codec 1: Copy Original
19:06:57 Audio Quality 1: 112
19:06:57 Audio Channel 1: Stereo
19:06:57 Advanced Audio Settings DUMP Track 1
19:06:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:06:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:06:57 Lame Settings: ABR
19:06:57 Audio Normalization: 1
19:06:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:06:57 Advanced Audio Settings DUMP Track 2
19:06:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:06:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:06:57 Lame Settings: ABR
19:06:57 Audio Normalization: 1
19:06:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:06:57 Activate Anamorphic Encoding
19:06:57 Selected Unlimited media size
19:06:57 Activate PGC processing: PGC 1 [1:43:03:24]
19:06:57 Starting Indexing
19:06:57 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-E\Sunshine\MainMovie\SUNSHINE\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies-E\Sunshine\temp\movie] -exit -minimize
19:08:55 Finished indexing
19:08:55 D2V file size: 812351
19:08:55 Starting fixing audio delay on track number 1
19:08:55 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "E:\Movies-E\Sunshine\temp\fixed1.ac3" "E:\Movies-E\Sunshine\temp\movie T01 3_2ch 448Kbps DELAY -49ms.ac3"
19:08:55 Original 1 Audio Size: 346244864 bytes
19:09:02 Fixed 1' Audio Size: 346241280 bytes
19:09:02 Finished fixing audio delay
19:09:02 Renamed file fixed1.ac3 to audio.ac3
19:09:02 Encoded 1' Audio Track: 346241280 bytes
19:09:05 Number of Frames: 154575
19:09:05 Framerate: 25.000000
19:09:05 Movie length in Seconds: 6184
19:09:05 Movie Width/Height: 720/576
19:09:05 DgIndex AR: 16:9
19:09:05 Checking script...movie.avs
19:09:10 CQ encoding XviD: C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe -cq 3 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 100 -bquant_offset 0 -nopacked -nochromame -bvhq -threads 0 -par 4 -qmatrix "C:\Program Files\AutoMKV\profiles\XviD-profiles\matrix\Didees SixOfNine-HVS.cqm" -i "E:\Movies-E\Sunshine\temp\movie.avs" -type 2 -avi "E:\Movies-E\Sunshine\temp\movie.avi"
21:41:55 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
21:41:55 Got a file of size: 1455274624 bytes + audio size 346241280 bytes (1801515904)
21:41:55 Only Movie Size: 1455274624 bytes
21:41:55 Using VirtualDubMod for Muxing!
21:44:24 Encoding finished: 02:35:14 elapsed time
21:44:24 -----------------------------------------------------------------------
21:44:24 Script AutoCrop.log
21:44:24 -----------------------------------------------------------------------
21:44:24 Script Resmovie.avs
21:44:24 -----------------------------------------------------------------------
21:44:24 Script movie.avs
21:44:24
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\BicublinResize.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\decomb.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\fft3dfilter.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainSSE3.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairSSE3.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
21:44:24 #loadpluginstart
21:44:24
21:44:24 #test1
21:44:24
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\QMF.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
21:44:24 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
21:44:24 #importstart
21:44:24
21:44:24 #test2
21:44:24
21:44:24 movie = mpeg2source("E:\Movies-E\Sunshine\temp\movie.d2v")
21:44:24 function getOrder(clip c) {
21:44:24 order = GetParity(c) ? 1 : 0
21:44:24 Return order }
21:44:24 #filter1start
21:44:24
21:44:24 #test3
21:44:24
21:44:24 last = movie
21:44:24 crop(0,68,-0,-68)
21:44:24 #resizestart
21:44:24
21:44:24 #test4
21:44:24
21:44:24 #filter2start
21:44:24
21:44:24 #test5
21:44:24
21:44:24 RemoveGrain(mode=2)
21:44:24 ColorMatrix(mode="Rec.709->Rec.601")
21:44:24 -----------------------------------------------------------------------
21:44:24 Script mkvmaudio.avs
21:44:24
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
21:44:24 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
21:44:24 NicAC3Source("E:\Movies-E\Sunshine\temp\fixed1.ac3")
21:44:24 #Applying STEREO downmixing routines
21:44:24 function stereo(clip a)
21:44:24 {
21:44:24 flr = GetChannel(a, 1, 2)
21:44:24 fcc = GetChannel(a, 3)
21:44:24 lfe = GetChannel(a, 4)
21:44:24 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
21:44:24 mix = MergeChannels(lfc, lfc)
21:44:24 lrc = MixAudio(flr, mix, 0.2929, 1.0)
21:44:24 blr = GetChannel(a, 5, 6)
21:44:24 Return MixAudio(lrc, blr, 1.0, 0.2929)
21:44:24 }
21:44:24 #
21:44:24 6==Audiochannels() ? stereo() : last
21:44:24 function addvideo(clip c) {
21:44:24 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
21:44:24 Return audiodub(last,c)
21:44:24 }
21:44:24 Normalize()
21:44:24 -----------------------------------------------------------------------
21:44:24 Script mkvmaudio.bat
21:44:24 -----------------------------------------------------------------------
21:44:24 Script mkvmaudio2.avs
21:44:24 -----------------------------------------------------------------------
21:44:24 Script mkvmaudio2.bat
21:44:24 -----------------------------------------------------------------------
21:44:24 Script VirtualDubMod.vcf
21:44:24
21:44:24 VirtualDub.Open("E:\\Movies-E\\Sunshine\\temp\\movie.avi",0,0);
21:44:24 VirtualDub.RemoveInputStreams();
21:44:24 VirtualDub.stream[0].SetSource("E:\\Movies-E\\Sunshine\\temp\\audio.ac3",0x00000203,0);
21:44:24 VirtualDub.stream[0].DeleteComments(1);
21:44:24 VirtualDub.stream[0].AdjustChapters(1);
21:44:24 VirtualDub.stream[0].SetMode(0);
21:44:24 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
21:44:24 VirtualDub.stream[0].SetClipMode(1,1);
21:44:24 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
21:44:24 VirtualDub.stream[0].SetVolume();
21:44:24 VirtualDub.stream[0].SetCompression();
21:44:24 VirtualDub.stream[0].EnableFilterGraph(0);
21:44:24 VirtualDub.stream[0].filters.Clear();
21:44:24 VirtualDub.video.DeleteComments(1);
21:44:24 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
21:44:24 VirtualDub.video.AdjustChapters(1);
21:44:24 VirtualDub.video.SetDepth(24,24);
21:44:24 VirtualDub.video.SetMode(0);
21:44:24 VirtualDub.video.SetFrameRate(0,1);
21:44:24 VirtualDub.video.SetIVTC(0,0,-1,0);
21:44:24 VirtualDub.video.SetCompression();
21:44:24 VirtualDub.video.filters.Clear();
21:44:24 VirtualDub.SaveSegmentedAVI("E:\\Movies-E\\Sunshine\\Sunshine_Q3.avi",16,0);
21:44:24 VirtualDub.Close();
21:44:24
21:44:24 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
29th September 2007, 08:06
0.90c is again updated

fixed the wrong reported "Selected Size:"

and ,I HOPE, the 16MB bug

BHH

crazee_canuck
29th September 2007, 10:22
Has anyone got this beast to work with Windows x64? Most of it works but bautodeint keeps craping out. I've searched but can't find anything on running it with x64.

Check your DEP (Data Execution Prevention) settings and add an exception for bautodeint if necessary.

buzzqw
29th September 2007, 10:48
Update to 0.90c link in first post

FIXED: No more need of default.avs (list of dll to load). Now dll is dinamically loaded at every start
FIXED: CHECK DVD DRIVE (thanks to DIEGO7-5)
FIXED: 16MB split BUG (thanks to perseverance of Barleyman)
FIXED: Wrong report of 1 CD size for Constant Quality Mode (just a log bug, thanks to Barleyman)

@Barleyman

found the 16MB bug... look at your automkv.ini... and search "xcrfsplitvalue"

delete the automkv.ini or any ini files and use the build 0.90c of today

@crazee_canuck

thanks for the tip!

BHH

Barleyman
29th September 2007, 14:21
0.90c is again updated

fixed the wrong reported "Selected Size:"

and ,I HOPE, the 16MB bug

BHH

Yeah. Finally got the expected result!

Btw, could you make a separate button for q? It's bit awkward that you have to change profile to 2-pass and back to CQ to change it..

And, ehm, it'd be nice if the "original" in audio sticks! It's a PITA when you find out after 3 hours that you just made crappy stereo audio track..

buzzqw
29th September 2007, 16:19
@Barleyman
try this build (just for test for cq and audio switch)
http://www.64k.it/andres/data/a/AutoMKV090d.exe

please do your comments/suggestion

:thanks:

BHH

Encoder888
30th September 2007, 06:11
Hi,

I have a question. I used AutoMKV to encode the Pilot of Lost, using the MKV container, x264 Codec with the 2_Pass_Better profile, NeroAAC audio with no resizing, all the original resolutions and no restriction on size. I got a file the size of 1.16GB, which was acceptable. Then I had to reinstall Windows XP, and after I did so, I installed the exact same codecs I had before, and that is the CCCP codec pack, I installed the same version of AutoMKV and AviSynth and used the EXACT same settings to encode the SAME Lost Pilot, but this time the file was 2.6GB !! I've tried different things, but I CANNOT figure out what's causing this. Once again, I'm using the exact same settings I used before I reinstalled Windows XP, but now I'm getting a file more than twice the size I got before with the same quality. Can someone please help me out? Does someone know what may be causing this? Thank you!

buzzqw
30th September 2007, 07:10
@Encoder888

2_Pass_Better profile, NeroAAC audio with no resizing, all the original resolutions and no restriction on size
it was discussed SEVERAL time, if you want a no restriction on size is suggested to use Constant Quality profile.

The constant quality profile is 1 pass profile that will encode the file to (near) maxiumum quality.

All 2 pass profile, without specifing the final size aim internally at 32GB of size...

Please use the Constant quality profile, at qualtitizer 18 (as default) and encode, you will positively surprised by time and quality achivied! :)

BHH

Barleyman
30th September 2007, 10:01
@Encoder888
it was discussed SEVERAL time, if you want a no restriction on size is suggested to use Constant Quality profile.


Says the man on post number 3482!

This kind of stuff really belongs to the Wiki.. and how about a new thread to celebrate post 4096? :devil:

kikker
30th September 2007, 17:48
I'm wondering if there is something you could possibly implement in AutoMKV that would be a "quick and dirty" way of determining a 2-pass abr bitrate that would result in a certain "% quality".

I'd like to refer to the "compressibility test" found in Staxrip for instance. After performing such a test in Staxrip, there is a simple mathematical formula that relates the 1.) resolution of the encode, 2.) the bitrate, and 3.) a "% quality". If you raise the resolution of the encode, the "% quality" would drop if the bitrate remains constant, and so on.

This would give people a way to select an appropriate bitrate for use with a 2-pass encode without having to first complete a "constant quality (-qp)" encode in order to determine that bitrate. If there is already a way to do this in AutoMKV, well, sorry for the post. :)

Encoder888
30th September 2007, 19:51
You guys are obviously not paying attention to what I was asking you. The problem isn't how big the file was. The problem is that I was using the exact same settings as I was before I reinstalled Windows and I got VERY different results, so MY QUESTION was - what may be causing this. Thanks.

buzzqw
30th September 2007, 20:23
so please post the log

BHH

kikker
1st October 2007, 17:24
Hi, I think I have found a bit of an odd bug. I have a pretty simple config file saved which includes Lancos resize, 480, constant quality 80, ipod profile, and AAC-LC cbr 128.

When I open AutoMKV and begin with the default settings, entering the above parameters manually, all encodes work fine.

However, if I open AutoMKV, then load the saved config with above parameters, I always receive the following AVIsynth error at the checking script...movie.avs step following the audio encode:

ConverttoYV12:Interlaced image height must be multiple of 4 (movie.avs, line 63)

If I go back and just enter the parameters manually, everything works just fine. The error only appears if I load the config ini. I've tried resaving the config ini, and the same error appears.

The source is NOT interlaced and the height is a multiple of 4.

Any ideas?

morphx2
1st October 2007, 17:30
I have an WMV CMD: cscript.exe crash

Any ideas on how to fix this?


Here is my log



12:11:08 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:11:08 Selected Input file: D:\AutoMKV\temp\DVD\VIDEO_TS\VTS_01_1.VOB
12:11:08 Selected Output dir: D:\AutoMKV\temp\DVD\VIDEO_TS\temp\
12:11:08 Selected Final Name: VTS_01_1
12:11:08 Selected Container type: WMV
12:11:08 Selected Encoder: WMV
12:11:08 Selected Size: 1 CD / 1
12:11:08 Selected Profile: 2_Pass_Balanced.xml
12:11:08 Selected Resizer: SimpleResize (neutral soft) / Automatic
12:11:08 Selected Filters: RemoveGrain(mode=2)
12:11:08 Selected Deinterlacer: AUTO
12:11:08 Selected Field Order: AUTO
12:11:08 Track Language 1: AC3 Audio Stream 0
12:11:08 Audio Codec 1: WMV
12:11:08 Audio Quality 1: 192
12:11:08 Audio Channel 1: Stereo
12:11:08 Advanced Audio Settings DUMP Track 1
12:11:08 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:11:08 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:11:08 Lame Settings: ABR
12:11:08 Audio Normalization: 1
12:11:08 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:11:08 Advanced Audio Settings DUMP Track 2
12:11:08 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:11:08 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:11:08 Lame Settings: ABR
12:11:08 Audio Normalization: 1
12:11:08 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:11:08
12:11:08 Dgindex CMD: D:\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\AutoMKV\temp\DVD\VIDEO_TS\VTS_01_1.VOB] -OF=[D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie] -exit -minimize
12:13:53 D2V file size: 1429758
12:13:53 Starting fixing audio delay on track number 1
12:13:53 DelayCut CMD: D:\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\fixed1.ac3" "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie T01 2_0ch 192Kbps DELAY -9ms.ac3"
12:13:53 Original 1 Audio Size: 242340096 bytes
12:14:05 Fixed 1' Audio Size: 242340096 bytes
12:14:05 Finished fixing audio delay
12:14:05 Encoding D:\AutoMKV\temp\DVD\VIDEO_TS\temp\fixed1.ac3 to WAV , as pre-process to WMV
12:16:20 Encoded 1' Audio Track: 1938720836 bytes
12:16:24 Number of Frames: 302624
12:16:24 Framerate: 29.970030
12:16:24 Movie length in Seconds: 10098
12:16:24 Movie Width/Height: 720/480
12:16:24 DgIndex AR: 4:3
12:24:03 Deinterlace Test: Processing completed. Type is determined to be film.
12:24:03 BFF: 126
12:24:03 TFF: 735
12:24:03 NOT Allow Hybrid Order/Pattern, set Field Order to: TFF
12:24:03 Autoresize CMD: cscript.exe "D:\AutoMKV\exe\encoder\WMCmd.vbs" -input "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\resmovie.avs" -output "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\resmovie.wmv" -v_codec WMV9 -v_mode 2 -v_quality 90 -s_config "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_input "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "VTS_01_1" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.90" -a_setting 192_48_2_16
12:26:24 Finished Autosize procedure
12:26:24 Tested total movie: 5%
12:26:24 AutoResize movie size: -1 bytes
12:26:24 Movie Width suggested: 1886556176 value based on sample size (262021696.00% of original width)
12:26:24 WMV CMD: cscript.exe "D:\AutoMKV\exe\encoder\WMCmd.vbs" -input "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie.avs" -output "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie.wmv" -v_codec WMV9 -v_mode 3 -v_bitrate 375868 -s_config "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_input "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "VTS_01_1" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.90" -a_setting 192_48_2_16
12:28:41 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
12:28:41 Switched to FFmpeg for Video Encoding!
12:28:41 FFmpeg.exe String: "D:\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\AutoMKV\temp\DVD\VIDEO_TS\VTS_01_1.VOB" -vcodec wmv1 -b 452000 -cropleft 4 -croptop 0 -cropright 4 -cropbottom 0 -s 640x480 -deinterlace -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 29.970 -passlogfile wmv_2pass -pass 1 "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie.wmv"
12:28:41 FFmpeg.exe String: "D:\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\AutoMKV\temp\DVD\VIDEO_TS\VTS_01_1.VOB" -vcodec wmv1 -b 452000 -cropleft 4 -croptop 0 -cropright 4 -cropbottom 0 -s 640x480 -deinterlace -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 29.970 -passlogfile wmv_2pass -pass 2 "D:\AutoMKV\temp\DVD\VIDEO_TS\temp\movie.wmv"

buzzqw
1st October 2007, 18:26
@kikker
ConverttoYV12:Interlaced image height must be multiple of 4 (movie.avs, line 63)

what is your source file ? and what is its resolution ?

please check movie.avs made with manual load of ini file versus the one without manual load

are exactly the same ?

@morphx2
update to 0.90c

1) what is your opertive system ?
2) post movie.avs
3) have you installed all needed software for encoding with wmv ?

BHH

kikker
1st October 2007, 21:13
@kikker


what is your source file ? and what is its resolution ?

please check movie.avs made with manual load of ini file versus the one without manual load

are exactly the same ?



Well, it turns out the source isn't mod4, I thought it was. :) Anyways, it turns out that the manual input did not have the "avs check", whereas the saved config had the "avs check". But, what is unsettling is the fact that if the "avs check" is NOT checked, and there are no errors, why isn't the source cropped by 2 pixels by the autocrop automatically to satisfy the mod4 requirement?

On a side note, my preview function has been broken. Could this be related to the above problem? I can't get mkv or mp4 files to preview (haven't tried mpg2 files), and AutoMKV just crashes, but only when I push preview.

I've tried to copy those 7 files out of the /encoder/ directory into the system32 folder, and that didn't work either. It's just so strange, and I can't figure out what broke the preview! Thanks for the help...


EDIT: Here's the deal. Vista seems to have problems handling directshowsource plugin version 2.5.7. Therefore, one needs to find a copy of the older version 2.5.6.0. I copied that dll to the plugins folder of both Avisynth 2.5 and the plugins folder of AutoMKV. I'm not sure if it was necessary to copy it to the AutoMKV plugins directory, as AutoMKV doesn't even include the plugin. Everything works now, including preview and the autocrop function (avs check now passes mod4)!

There's still a little bug, wherein the automkv.ini does not store the "quality value = 1, quality value = xx", whereas the saved user configurations do do this. Those 2 lines can, however, be easily added to the automkv.ini.

morphx2
2nd October 2007, 16:50
@morphx2
update to 0.90c

1) what is your opertive system ?
2) post movie.avs
3) have you installed all needed software for encoding with wmv ?

BHH

I reinstalled it with .90c, so far it is working good. We will see how far it gets. I am trying to convert an animated tv show that I have on DVD (Superman Animated Series) to wmv. Any idea on the best settings to use? I tried balance settings and didnt know that I set it at CD size, so it came out real junky. I am trying constant quality now with DVD size and going to see how that looks. Think it is overkill with those new settings?

The program rocks by the way if it works this time :D



UPDATE: Well, it gave the same error with cscript.exe crash, but it is still going anyway. So I have no idea what that script was supposed to do.

DIEGO7-5
2nd October 2007, 17:28
@ morphx2:

Iīve had a problem with AutoMKV some time ago because i had XP Antispy installed and it deactivates the XP Scripting host by default. Well in my case cscript.exe didnīt crash but it just didnīt do anything (was not launched at all). Just to let you know :-)

Zow
4th October 2007, 03:11
Just started using AutoMKV (it is the most "idiot-proof" application to convert to H.264 with DTS option I found, which is important in my case:-) I am converting my Video_ts files to H.264. I rip to mkv, with "constant" set at the default 18 and "copy" for audio (which allows me to keep my DTS 6.1 and AC3 tracks.) I am very happy with the results, using all defaults.

Couple of questions, to which I could not find an answer:

1. How to I append Video_ts files from multi-disk films, like LOTR? It finds the first DVD (Video_ts 1_1, etc.) but I can't get it to attach the second disk (Video_ts 2_1 etc.).

2. What is the best way to keep subtitles? In the DVD rips I usually keep the English subtitles, even for English movies, since sometimes I use them (like in Snatch:-) But when I converted the subtitles from the DVD rip, they appeared on the finished mkv by default and I couldn't turn them off, at least in Vista MCE. Was this a fluke, or do I need to do something different, so that I can toggle them on/off?

3. Can I convert my HD-DVDs and what do I need to do? I did a rip of King Kong through AnyDVD to the hard drive, then selected the evo_1 files (there are 2, I think, so my first question also applies to this) and set AutoMKV to "copy" the audio. But when I start the conversion, it errors on the audio.

Thanks in advance.

P.S. Using Vista Ultimate, all updates, with K-Lite Full codecs, when updated to AutoMKV090c.exe the app crashed 3 times in a row. AutoMKV090_NORIP.rar works smoothly.

zacoz
4th October 2007, 11:41
2. What is the best way to keep subtitles? In the DVD rips I usually keep the English subtitles, even for English movies, since sometimes I use them (like in Snatch:-) But when I converted the subtitles from the DVD rip, they appeared on the finished mkv by default and I couldn't turn them off, at least in Vista MCE. Was this a fluke, or do I need to do something different, so that I can toggle them on/off?
Welcome to the forum Zow:)

By default AutoMKV should keep the subtitles as a separate stream, not actually "burnt into" the video. This is the case with MKV container anyway (not 100% sure about MP4 as I don't use it). There is a check box on the Advanced Settings tab under Muxing Options to "Burn Subtitle" - if this was checked then that would definitely explain your experience.

Does Vista MCE play the files natively, or is it using ffdshow? If it's using ffdshow then my experience in WinXP with MPC is that I need to use the subtitle options in ffdshow, not those in MPC.

Darksoul71
4th October 2007, 19:32
Hi buzzwq,

I have a few suggestions in regard to AutoMKV.
Think of them more as suggestions rather than feature requests.
AutoMKV is really a cool tool which Iīve used the past few weeks
for my h264 encoding experiments. Even without using HD DVD I
think that this will be the codec of the future.

Suggestions #1:
Please support AVISynth scripts as native input. They could be
either imported into the AutoMKV scripts or open via AVISource.
My main reason for this: I use my tool VCF2AVS in order to
"edit" out all commercials within my captured AVI files. Since
I capture @704x576 in Huffyuv the files are very big. Editing
the movie and saving the new file can easily require 160 GB
for a single movie. Not to speak of the HDD space required
if I capture two movies in a row :)

Suggestions #2:
Could you please add an option to disable the "scanning" of AVI files ?
This would be nice since scanning an input AVI might add
stability but takes a gazzilion of minutes (ok, may be just 10 minutes
real time :)) when you open up a Huffyuv capture > 40 GB.

Suggestions #3 :
AutoMKV throws in all available plugins and imports all scripts
without taking in account if they are needed or not. From my
experiences (both with Diko and my own tool FitDVD) this is a
big source for potential problems. Esp. when people are playing
around with other plugins, newer versions of included plugins, etc.
I think a better, more simplistic approach is to use predefined
scripts with a variable path for plugin loading. So you can limit
the plugin loading to those what are actually needed.

Now to my idea:
Iīm currently developing a multi-instance middleware for x264
based on the implementation of QuEnc^n and HEEnc^n. Although x264 is already quite demanding and might not see the same speed benefits as for MPEG2 Iīm looking into the future. Quad core in the entry range and 8 core machine in the uper range are predictable. When I started the development for QuEnc^n last year there were no cheap dual core CPUs and now (only a year later) you can purchase a quad core 3 GHz CPU for below 300€.

If x264^n (working title) is finished and the code a bit pollished Iīll start the same for Xvid Encraw. I know that there is already ELDER providing a similar functionality but I dislike having to install a PERL package on my machine simply to do parallel x264 encoding. Iīm no perl crack though but my experiment building an exe from ELDER were quite limited. So I started my own ^n encoding tool for x264.

May be you have interest in supporting x264^n within AutoMKV ? I donīt know...

Currently Iīve planed the following CLI for x264^n. There will be two simple CLI parameters (identical to HCEnc^n):
-cores X = will specify the # of concurrent instances
-ini "C:\MyPath\Myini.ini" = will specify the path to your ini which will store all relevant informations.

The ini format will be simple:

[Common]
Source=C:\MyAVS.AVS
Target=C:\MyMP4.mp4
Bitrate=700
Size=700
[Encode]
1Pass=Blafoo options
2Pass=Blafoo options
CQ=Blafoo options


Iīve choose the ini over a CLI because I think that a more complex CLI such as the original x264 CLI doesnīt really add any value for the usage of x264^n. The options in the ini should be pretty much selfexplaining. Source and Target are obvious I guess. Bitrate is the value in kBit/s used in 2 pass encoding. Size is the value in MB which will be used as target size for CQ prediction. Iīll try to implement a functionality similar to D2SRoBa or CCEFront which both do a CQ prediction. I have no clue how this works with x264 but if itīs reasonable predictable such a functionality would be cool. Esp. when running multiple instances of x264 in CQ mode.

The [Encode] section keeps the additional x264 settings which you can specify. Those will be added by x264^n either in the first pass, the second pass or the CQ pass.

Merging of the mp4 segments will be done via MP4Box.exe

Let me hear what you think !

Best regards,
D$

buzzqw
4th October 2007, 19:55
@Zow

so that I can toggle them on/off?

from changelo of 0.90
ADDED: In Advanced Settings "Hide Subs". This option is to use only for mkv container and will force player to not show subtitle :)

3. Can I convert my HD-DVDs and what do I need to do? I did a rip of King Kong through AnyDVD to the hard drive, then selected the evo_1 files (there are 2, I think, so my first question also applies to this) and set AutoMKV to "copy" the audio. But when I start the conversion, it errors on the audio

if you have the right directshow filter you can load your evo files. Just remember to check in advanced settings Use DDS form Audio and Use DDS for Video

and Welcome to the Forum! :)

@Darksoul71
first of all thanks for your attention and suggestion!

Please support AVISynth scripts as native input
already possible, just feed an avs to automkv and automkv will process it without touching (just set resizer not to automatic.. or you will trigger the automatic autoresize fuction.. also remember to turn off the deinterlacer.. since i suppose you have already written it in the avs..)

Could you please add an option to disable the "scanning" of AVI files ?
i use mediainfo as info grabber (plus using an avs as source analyzer).. .. i cannot promise such change

AutoMKV throws in all available plugins and imports all scripts without taking in account if they are needed or not
user should interact with \exe folders (and so filter folder) only if know what to do
the big problem of dinamic plugins is to know what plugins are needed for every filters AND scripts used! (like limitedsharpenfaster, mvdenoise ...).. not a easy task

and x264^n
i have no problem reading ini or adding custom command
i will glady support it (but must be command line "commandable")

BHH

Zow
5th October 2007, 05:08
Thanks zacoz and buzzqw:thanks:

I am away now and will try these suggestions when I get back, but it looks like I'll be a happy camper:-)

What about appending more than one set of Video_ts files (like LOTR Extended, which is two discs) or more than one set of evo_files (like King Kong, which has both on the same disc)? Is this currently possible?

BTW, I use the latest K-Lite Full and it works best in my case: my old NVIDIA MPEG2 codec, which looks best to me in MCE, stutters on Live TV, while the codecs that came with my new PowerDVD 7.3 give me black screen in MCE (I read something about PowerDVD no longer allows MCE to use its codecs (I might be wrong, but it doesn't work for me, so...) Anyway, the default configuration for K-Lite (except that I selct Cyberlink for MPEG2) works perfectly to rip with AutoMKV and play within Vista MCE. (One important note, the Audio codec of K-Lite defaults to Stereo, I had to change this to SPDIF manually to get DD/DTS 5.1/61 from my receiver).

Thanks again.

weaver4
5th October 2007, 14:51
I am having no luck with AutoMKV recently. Whenever I do a AppleTV encode or a CQ-H264 encode I get a memory read error (or some other type of error) from BAutoDeint.exe. I don't even know what to look at to try to resolve this problem.

I did use a Linux memory scanner to test my memory (from a Ubuntu startup disk) and my memory is fine.

buzzqw
5th October 2007, 16:04
the manual test (test deint) is working ?

BHH

weaver4
5th October 2007, 18:00
the manual test (test deint) is working ?

BHH


I must have missed something. How do you do the manual test?

edit: Nevermind....I found it. I will test it and get back to you.

kikker
5th October 2007, 19:24
I made mention of it in an earlier post, but I have question regarding the compressibility test. When auto-resize is selected, it is the compressibility test that determines the appropriate resolution for a given bitrate, correct?

Is there a way to do it (as in Staxrip) where you can get out of it some sort of "quality rating" if the resolution and bitrate are held constant? I find it very useful, and I wonder if you could possibly implement it? I'd rather use it to adjust bitrate for a 2-pass encode than have it adjust the resolution. Yes, I could use the --crf parameter, but a 2-pass encode is better for a given bitrate.

3500 Replies!

Nightshiver
5th October 2007, 20:56
This time, I am working with legal video, so there are not problems. I have many problems, so I will lay them all out. First, is a picture of the errors that I recieved when encoding.

Here (http://i231.photobucket.com/albums/ee80/whynotco/help1.jpg)

1. Why the "Error: 2 pass curve failed to converge"?
2. target: 209018 kbits/s, expected: 25661.59 kbits/s, avg QP:10
3. Warning: try reducing the target bitrate or reducing qp_min

Why did those show up? Also, the de-interlacer doesn't work for me. I set it to AUTO and checked the HQ Deint box. Even when I didn't check the HQ box, it still crashes. I don't know why. Also, the reason there are only around 800 frames is because I only took a 27 second clip from the whole movie, that way it wouldn't take 9 hours to encode. Here's the log if needed:

07:38:25 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
07:38:25 Selected Input file: E:\VIDEO_TS\Wishbone.mpg
07:38:25 Selected Output dir: E:\VIDEO_TS\temp\
07:38:25 Selected Final Name: Wishbone Hunchdog
07:38:25 Selected Container type: MKV
07:38:25 Selected Encoder: X264
07:38:25 Selected Size: 1 CD / 1
07:38:25 Selected Profile: 2_Pass_Insane_Quality.xml
07:38:25 Selected Resizer: LanczosResize / Automatic
07:38:25 Selected Filters: RemoveGrain(mode=2)
07:38:25 Selected Deinterlacer: AUTO
07:38:25 Selected Field Order: AUTO
07:38:25 NeroAACEnc.exe: not present
07:38:25 Track Language 1: AC3 Audio Stream 0
07:38:25 Audio Codec 1: Ogg Vorbis
07:38:25 Audio Quality 1: 10
07:38:25 Audio Channel 1: Stereo
07:38:25 Advanced Audio Settings DUMP Track 1
07:38:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
07:38:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
07:38:25 Lame Settings: ABR
07:38:25 Audio Normalization: 1
07:38:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
07:38:25 Advanced Audio Settings DUMP Track 2
07:38:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
07:38:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
07:38:25 Lame Settings: ABR
07:38:25 Audio Normalization: 1
07:38:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
07:38:25
07:38:25 Dgindex CMD: E:\AutoMKV090_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\VIDEO_TS\Wishbone.mpg] -OF=[E:\VIDEO_TS\temp\movie] -exit -minimize
07:38:27 D2V file size: 4060
07:38:27 Starting fixing audio delay on track number 1
07:38:27 DelayCut CMD: E:\AutoMKV090_NORIP\exe\dgindex\Delaycut.exe -auto -out "E:\VIDEO_TS\temp\fixed1.ac3" "E:\VIDEO_TS\temp\movie T01 2_0ch 256Kbps DELAY -29ms.ac3"
07:38:27 Original 1 Audio Size: 880640 bytes
07:38:27 Fixed 1' Audio Size: 879616 bytes
07:38:27 Finished fixing audio delay
07:38:27 Encoding E:\VIDEO_TS\temp\fixed1.ac3 to Ogg with 10 quality
07:38:37 Encoded 1' Audio Track: 1706304 bytes
07:38:43 Number of Frames: 825
07:38:43 Framerate: 29.970030
07:38:43 Movie length in Seconds: 28
07:38:43 Movie Width/Height: 720/480
07:38:43 DgIndex AR: 4:3
07:38:52 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 734003200 bytes
07:38:52 CRF encoding X264: E:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --crf 18 --stats "E:\VIDEO_TS\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\VIDEO_TS\temp\resmovie.mp4" "E:\VIDEO_TS\temp\resmovie.avs"
07:39:39 Finished Autosize procedure
07:39:39 Tested total movie: 5%
07:39:39 AutoResize movie size: 1204662 bytes
07:39:39 Movie Width suggested: 34016 value based on sample size (4724.44% of original width)
07:39:39 Starting X264
07:39:39 Command Line 1' Pass X264: E:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --bitrate 209018 --stats "E:\VIDEO_TS\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --merange 32 --b-pyramid --analyse none --threads auto --thread-input --output NUL "E:\VIDEO_TS\temp\movie.avs"
07:39:39 Command Line 2' Pass X264: E:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 2 --bitrate 209018 --stats "E:\VIDEO_TS\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\VIDEO_TS\temp\movie.mp4" "E:\VIDEO_TS\temp\movie.avs"
07:40:53 Finished 1' Pass X264
08:08:02 Only Movie Size: 83051856 bytes
08:08:02 "E:\AutoMKV090_NORIP\exe\matroska\mkvmerge.exe" -o "E:\VIDEO_TS\temp\Wishbone Hunchdog.mkv" --track-name -1:"Wishbone Hunchdog" --aspect-ratio 1:1.344538 "E:\VIDEO_TS\temp\movie.mp4" --language -1:und --default-track -1:yes "E:\VIDEO_TS\temp\audio.ogg" --title "Done with AutoMKV 0.90 http://forum.doom9.org/showthread.php?p=854221 "
08:08:06 Final Muxed size: 84764008 bytes
08:08:06 Encoding finished: 00:27:13 elapsed time
08:08:06 -----------------------------------------------------------------------
08:08:06 Script AutoCrop.log
08:08:06
08:08:06 Crop(6,2,708,476)
08:08:06 -----------------------------------------------------------------------
08:08:06 Script Resmovie.avs
08:08:06
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\AddGrain.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\autocrop.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\aWarpSharp(Pruned).dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\blockbuster.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\cnr2.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\ColorMatrix.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Convolution3D.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\corrector.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DctFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Decomb.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Deen.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\degrainmedian.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DGDecode.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\EEDI2.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFMpegSource.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFT3DFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FluxSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\frfun7.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\hqdn3d.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\LeakKernelDeint.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MaskTools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\medianblur.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MipSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MSharpen.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mt_masktools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mvtools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\NicAudio.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RemoveGrainS.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RepairS.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SangNom.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SimpleResize.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SoundOut.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TBilateral.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TDeint.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TIVTC.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TomsMoComp.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TTempSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnDot.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\VSFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\warpsharp.dll")
08:08:06 #loadpluginstart
08:08:06
08:08:06 #test1
08:08:06
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\HybridFuPP.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\LanczosPlus.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\Lem.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\LimitedSharpenFaster.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\MCBob_v03c.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\mvbob.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\QMlib.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\seesaw.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\spresso.avsi")
08:08:06 #importstart
08:08:06
08:08:06 #test2
08:08:06
08:08:06 movie = mpeg2source("E:\VIDEO_TS\temp\movie.d2v")
08:08:06 function getOrder(clip c) {
08:08:06 order = GetParity(c) ? 1 : 0
08:08:06 Return order }
08:08:06 #filter1start
08:08:06
08:08:06 #test3
08:08:06
08:08:06 #cropstart
08:08:06
08:08:06 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
08:08:06 fixed_aspect = 0.888889
08:08:06 c_width = width(cropclip)
08:08:06 c_height = Round(height(cropclip) / fixed_aspect)
08:08:06 input_par = float(float(c_width)/float(c_height))
08:08:06 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
08:08:06 out_width = 704
08:08:06 out_height = Round(float(out_width) / input_par)
08:08:06 hmod = out_height - (floor(out_height / 16 ) * 16)
08:08:06 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
08:08:06 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
08:08:06 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
08:08:06
08:08:06 #resizestart
08:08:06
08:08:06 #test4
08:08:06
08:08:06 LanczosResize(out_width,out_height)
08:08:06 #filter2start
08:08:06
08:08:06 #test5
08:08:06
08:08:06 RemoveGrain(mode=2)
08:08:06 function Comptest(clip c, float percent)
08:08:06 {
08:08:06 frange=floor(14./(percent/100.))
08:08:06 Return SelectRangeEvery(c, frange, 14)
08:08:06 }
08:08:06 Comptest(last,5)
08:08:06 ColorMatrix(mode="Rec.709->Rec.601")
08:08:06 -----------------------------------------------------------------------
08:08:06 Script movie.avs
08:08:06
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\AddGrain.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\autocrop.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\aWarpSharp(Pruned).dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\blockbuster.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\cnr2.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\ColorMatrix.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Convolution3D.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\corrector.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DctFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Decomb.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\Deen.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\degrainmedian.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\DGDecode.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\EEDI2.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFMpegSource.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFT3DFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FluxSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\frfun7.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\hqdn3d.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\LeakKernelDeint.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MaskTools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\medianblur.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MipSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\MSharpen.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mt_masktools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\mvtools.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\NicAudio.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RemoveGrainS.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\RepairS.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SangNom.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SimpleResize.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SoundOut.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TBilateral.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TDeint.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TIVTC.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TomsMoComp.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\TTempSmooth.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnDot.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\UnFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\VSFilter.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\warpsharp.dll")
08:08:06 #loadpluginstart
08:08:06
08:08:06 #test1
08:08:06
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\HybridFuPP.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\LanczosPlus.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\Lem.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\LimitedSharpenFaster.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\MCBob_v03c.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\mvbob.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\QMlib.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\seesaw.avsi")
08:08:06 Import("E:\AutoMKV090_NORIP\exe\filter\spresso.avsi")
08:08:06 #importstart
08:08:06
08:08:06 #test2
08:08:06
08:08:06 movie = mpeg2source("E:\VIDEO_TS\temp\movie.d2v")
08:08:06 function getOrder(clip c) {
08:08:06 order = GetParity(c) ? 1 : 0
08:08:06 Return order }
08:08:06 #filter1start
08:08:06
08:08:06 #test3
08:08:06
08:08:06 #cropstart
08:08:06
08:08:06 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
08:08:06 fixed_aspect = 0.888889
08:08:06 c_width = width(cropclip)
08:08:06 c_height = Round(height(cropclip) / fixed_aspect)
08:08:06 input_par = float(float(c_width)/float(c_height))
08:08:06 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
08:08:06 out_width = 704
08:08:06 out_height = Round(float(out_width) / input_par)
08:08:06 hmod = out_height - (floor(out_height / 16 ) * 16)
08:08:06 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
08:08:06 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
08:08:06 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)

Nightshiver
5th October 2007, 20:57
continued post:

08:08:06
08:08:06 #resizestart
08:08:06
08:08:06 #test4
08:08:06
08:08:06 LanczosResize(out_width,out_height)
08:08:06 #filter2start
08:08:06
08:08:06 #test5
08:08:06
08:08:06 RemoveGrain(mode=2)
08:08:06 ColorMatrix(mode="Rec.709->Rec.601")
08:08:06 -----------------------------------------------------------------------
08:08:06 Script mkvmaudio.avs
08:08:06
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\NicAudio.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\SoundOut.dll")
08:08:06 LoadPlugin("E:\AutoMKV090_NORIP\exe\filter\FFmpegSource.dll")
08:08:06 NicAC3Source("E:\VIDEO_TS\temp\fixed1.ac3")
08:08:06 #Applying STEREO downmixing routines
08:08:06 function stereo(clip a)
08:08:06 {
08:08:06 flr = GetChannel(a, 1, 2)
08:08:06 fcc = GetChannel(a, 3)
08:08:06 lfe = GetChannel(a, 4)
08:08:06 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
08:08:06 mix = MergeChannels(lfc, lfc)
08:08:06 lrc = MixAudio(flr, mix, 0.2929, 1.0)
08:08:06 blr = GetChannel(a, 5, 6)
08:08:06 Return MixAudio(lrc, blr, 1.0, 0.2929)
08:08:06 }
08:08:06 #
08:08:06 6==Audiochannels() ? stereo() : last
08:08:06 function addvideo(clip c) {
08:08:06 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
08:08:06 Return audiodub(last,c)
08:08:06 }
08:08:06 Normalize()
08:08:06 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="E:\AutoMKV090_NORIP\exe\besweet\oggenc2.exe",prefilename=" -q 10 - -o audio.ogg",postfilename="",nofilename=true,showoutput=false)
08:08:06 -----------------------------------------------------------------------
08:08:06 Script mkvmaudio.bat
08:08:06 -----------------------------------------------------------------------
08:08:06 Script mkvmaudio2.avs
08:08:06 -----------------------------------------------------------------------
08:08:06 Script mkvmaudio2.bat
08:08:06
08:08:06 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
5th October 2007, 21:51
@kikker

When auto-resize is selected, it is the compressibility test that determines the appropriate resolution for a given bitrate, correct?
that's true

there is an obscure option in automkv , tied to autoresize, that is named (under advanced settings) "Allow Multiple AutoResize".

Basically checking this option and selecting automatic as width, automkv will prompt after each CT and will tell some numbers.
Before clicking redo ct test or click ok, you can change filters, disk settings...

... i will look at staxrip anyway

@Nightshiver

sorry pal.. but for a movie lenght "Number of Frames: 825", "Movie length in Seconds: 28" a "07:38:25 Selected Size: 1 CD / 1" is an overkill.

The "error" (and isn't an error but a warning) say that max quality (qp 10) is achivied and can't go over this quality.

In profile there are two settings about quality, the max and min values where qp can float

Your qp is below min (the lower the better), you have aimed for a bitrate of 209018, but in movie the max possibile was 25661

so... or you set qp min to 0 or ... take this file as one of best encoding you will do

BHH

weaver4
6th October 2007, 00:21
the manual test (test deint) is working ?

BHH

Yes the manual test is working but BAutoDeint fails when it is processing a movie. I am using 90c.

Nightshiver
6th October 2007, 00:43
@buzzqw

What about the autodeint? It doesn't work for me.
Where is the option to change the qp min? Is it in Advanced Profiles Editing or Advanced Settings?
How does 1/4 cd for size sound like?
You also didn't answer about the "Error: 2 pass curve failed to converge"

And thank you for your time :)

buzzqw
6th October 2007, 07:53
@weaver4

thanks, this is a good information

@Nightshiver

What about the autodeint? It doesn't work for me
and for other too.
First of all make sure you have installed xvid build as first post
How does 1/4 cd for size sound like?
are you kiddin' ? for 28 sec movie 5 mb is an overkill!

and for "Error: 2 pass curve failed to converge... :search: , but to make a long story short the message is prompted when the bitrate to apply is too high.
In advanced profile editing edit the qpmin value to 0

BHH

Barleyman
6th October 2007, 12:29
About the CQ profile in .90d - You don't get the adjust CQ -button when you load a profile that has CQ ... Maybe you should make CQ dialog pop up when you select source file also?

..

I've been experimenting a bit with x264 files. I want to make them either xvid or WMV (for Xbox360) .. Basically so far AutoMKV fails spetacularly with access violations and crashes all over the place. For some steps I get this windows "Ding" sound, for others, outright crash. Some work there..

Log has xvid profile but WMV will also fail. If you are making x264 -> x264, that works just fine.

14:21:20 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:21:20 Selected Input file: E:\Movies-E\test\sample.mkv
14:21:20 Selected Output dir: E:\Movies-E\test\temp\
14:21:20 Selected Final Name: sample
14:21:20 Selected Container type: AVI
14:21:20 Selected Encoder: XviD
14:21:20 Selected Size: Unlimited File Size
14:21:20 Selected Profile: Constant_Quality.xml
14:21:20 Selected Resizer: NONE / Original
14:21:20 Selected Filters: RemoveGrain(mode=2)
14:21:20 Selected Deinterlacer: AUTO
14:21:20 Selected Field Order: AUTO
14:21:20 Enabled Constant Quality With Unlimited Size (Q 3)
14:21:20 Enabled CRF/CQ AutoRes at 3 value
14:21:20 Activate PGC Ripping: -1
14:21:20 Using Matrix: Didees SixOfNine-HVS.cqm
14:21:20 Track Language 1: sample.mkv
14:21:20 Audio Codec 1: Lame
14:21:20 Audio Quality 1: 112
14:21:20 Audio Channel 1: Stereo
14:21:20 Advanced Audio Settings DUMP Track 1
14:21:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:21:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:21:20 Lame Settings: ABR
14:21:20 Audio Normalization: 1
14:21:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:21:20 Advanced Audio Settings DUMP Track 2
14:21:20 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:21:20 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:21:20 Lame Settings: ABR
14:21:20 Audio Normalization: 1
14:21:20 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:21:20 Activate Anamorphic Encoding
14:21:20 Selected Unlimited media size
14:21:21 Avi engage mode not corrected, switched to DirectShowSource
14:21:38 !!! WARNING - Trying with FFmpegSource
14:21:39 Aspect ratio: 1.778
14:21:39 Number of Frames: 1473
14:21:39 Framerate: 23.976
14:21:39 Movie length in Seconds: 62
14:21:39 Movie Width/Height: 1280/720
14:21:39 Aspect ratio: 1.778
14:21:39 Number of Frames: 1473
14:21:39 Framerate: 23.976
14:21:39 Movie length in Seconds: 62
14:21:39 Movie Width/Height: 1280/720
14:21:46 Encoding E:\Movies-E\test\temp\ To Mp3 with 112 ABR Preset
14:22:00 Encoded 1' Audio Track: 418915 bytes
14:22:00 Checking script...movie.avs
14:22:07 !!!!ERROR!!!!
14:22:07 !!!!ERROR!!!! - Evaluate: System exception - Access Violation
(E:\Movies-E\test\temp\movie.avs, line 66)
14:22:07 !!!!ERROR!!!!


EDIT:

Ok, I tried x264 profile too and it doesn't actually produce any output file :-)

Yes, I know the output directory points to a weird place but no "sample.mp4"-file there.

14:28:35 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:28:35 Selected Input file: E:\Movies-E\test\sample.mkv
14:28:35 Selected Output dir: E:\Movies-E\Sunshine\temp\
14:28:35 Selected Final Name: sample
14:28:35 Selected Container type: MP4
14:28:35 Selected Encoder: X264
14:28:35 Selected Size: Unlimited File Size
14:28:35 Selected Profile: Constant_Quality.xml
14:28:35 Selected Resizer: NONE / Original
14:28:35 Selected Filters: RemoveGrain(mode=2)
14:28:35 Selected Deinterlacer: Progressive
14:28:35 Selected Field Order: AUTO
14:28:35 Manual Crop: Enabled
14:28:35 Left Crop: 0
14:28:35 Top Crop: 68
14:28:35 Right Crop: 0
14:28:35 Botton Crop: 68
14:28:35 Manual Width: 720
14:28:35 Manual Height: 576
14:28:35 Enabled Constant Quality With Unlimited Size (Q 18)
14:28:35 Enabled CRF/CQ AutoRes at 18 value
14:28:35 Activate PGC Ripping: -1
14:28:35 Track Language 1: sample.mkv
14:28:35 Audio Codec 1: Copy Original
14:28:35 Audio Quality 1: 112
14:28:35 Audio Channel 1: Stereo
14:28:35 Advanced Audio Settings DUMP Track 1
14:28:35 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:28:35 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:28:35 Lame Settings: ABR
14:28:35 Audio Normalization: 1
14:28:35 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:28:35 Advanced Audio Settings DUMP Track 2
14:28:35 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:28:35 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:28:35 Lame Settings: ABR
14:28:35 Audio Normalization: 1
14:28:35 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:28:35 Activate Anamorphic Encoding
14:28:35 Selected Unlimited media size
14:28:36 Avi engage mode not corrected, switched to DirectShowSource
14:28:37 Number of Frames: 1473
14:28:37 Framerate: 23.976044
14:28:37 Movie length in Seconds: 62
14:28:37 Movie Width/Height: 1280/720
14:28:37 Number of Frames: 1473
14:28:37 Framerate: 23.976044
14:28:37 Movie length in Seconds: 62
14:28:37 Movie Width/Height: 1280/720
14:28:37 Extracted Audio with FFmpeg!
14:28:37 Size Audio Extracted: -2
14:28:38 Checking script...movie.avs
14:28:40 Starting X264
14:28:40 CRF encoding X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 1 --crf 18 --stats "E:\Movies-E\Sunshine\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --sar 64:45 --output "E:\Movies-E\Sunshine\temp\movie.mp4" "E:\Movies-E\Sunshine\temp\movie.avs"
14:31:43 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
14:31:43 Got a file of size: 6691957 bytes + audio size -2 bytes (6691955)
14:31:43 Only Movie Size: 6691957 bytes
14:31:43 "C:\Program Files\AutoMKV\exe\matroska\MP4Box.exe" -add "E:\Movies-E\Sunshine\temp\movie.mp4":par=1.777778 -add "E:\Movies-E\Sunshine\temp\:lang=und" -fps 23.976044 -new "E:\Movies-E\Sunshine\temp\sample_full.mp4"
14:31:43 Final Muxed size: -1 bytes
14:31:43 Encoding finished: 00:03:03 elapsed time
14:31:43 -----------------------------------------------------------------------
14:31:43 Script AutoCrop.log
14:31:43 -----------------------------------------------------------------------
14:31:43 Script Resmovie.avs
14:31:43 -----------------------------------------------------------------------
14:31:43 Script movie.avs
14:31:43
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\BicublinResize.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\decomb.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\fft3dfilter.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainSSE3.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairSSE3.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
14:31:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
14:31:43 #loadpluginstart
14:31:43
14:31:43 #test1
14:31:43
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\QMF.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
14:31:43 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
14:31:43 #importstart
14:31:43
14:31:43 #test2
14:31:43
14:31:43 movie = directshowsource("E:\Movies-E\test\sample.mkv",fps=23.976044,convertfps=true,audio=false)
14:31:43 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
14:31:43 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
14:31:43 function getOrder(clip c) {
14:31:43 order = GetParity(c) ? 1 : 0
14:31:43 Return order }
14:31:43 #filter1start
14:31:43
14:31:43 #test3
14:31:43
14:31:43 last = movie
14:31:43 crop(0,68,-0,-68)
14:31:43 #resizestart
14:31:43
14:31:43 #test4
14:31:43
14:31:43 #filter2start
14:31:43
14:31:43 #test5
14:31:43
14:31:43 RemoveGrain(mode=2)
14:31:43 -----------------------------------------------------------------------
14:31:43 Script mkvmaudio.avs
14:31:43 -----------------------------------------------------------------------
14:31:43 Script mkvmaudio.bat
14:31:43 -----------------------------------------------------------------------
14:31:43 Script mkvmaudio2.avs
14:31:43 -----------------------------------------------------------------------
14:31:43 Script mkvmaudio2.bat
14:31:43
14:31:43 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
6th October 2007, 12:49
@Barleyman

thanks fot the button bug

about sample.mkv... you don't have the right decoder installed

14:21:21 Avi engage mode not corrected, switched to DirectShowSource
14:21:38 !!! WARNING - Trying with FFmpegSource

14:22:07 !!!!ERROR!!!! - Evaluate: System exception - Access Violation
(E:\Movies-E\test\temp\movie.avs, line 66)
and your system seems oppose resistence to ffmpegsource...

in second sample directshowsource has worked fro video but not for audio
14:28:35 Audio Codec 1: Copy Original
for a mkv file is done only by ffmpeg.exe AND it has failed. and so the muxing failed too (since audio is missing)

sorry , but this is not a bug of automkv

BHH

Barleyman
6th October 2007, 14:53
about sample.mkv... you don't have the right decoder installed

No? What's "right" decoder in this instance? I can see the video just fine, audio/video decoded by ffdshow..

and your system seems oppose resistence to ffmpegsource...

I get this dialog about sky is falling etc, unless you are desperate enough for ffmpeg cancel now.. So FFMPEG not tried.

for a mkv file is done only by ffmpeg.exe AND it has failed. and so the muxing failed too (since audio is missing)
sorry , but this is not a bug of automkv

Well.. Something is wrong and I don't have a clue as such :rolleyes: What's wrong here exactly? ffdshow audio?

Barleyman
6th October 2007, 15:07
I started working on the ffmpeg angle from your remark (MKV, ffmpeg only) .. and I can get some output! Yay! Avisynth goes kaboom even when I have "use ffmpegsource" ticked.. Is there a way to skip that "avisynth script died, try ffmpeg?"-dialog?

Still going horribly wrong, WVC1 profile (I should use this for X360?) gives me about 1100kbit/s bitrate .. for 720p file! Reminds me of finnish DVB .. ffmpeg only also allows me to use wmv8?

I tried couple other profiles too, but I still end up with horribly over-compressed file for some reason. I have checked 8MB file but get 2.6 ..

Is the advice for 6-channel WMA still valid? (WMApro, 6chnl)

Like so:
17:12:57 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:12:57 Selected Input file: E:\Movies-E\test\sample.mkv
17:12:57 Selected Output dir: E:\Movies-E\test\temp\
17:12:57 Selected Final Name: sample
17:12:57 Selected Container type: WMV
17:12:57 Selected Encoder: WMV
17:12:57 Selected Size: 8 / 1
17:12:57 Selected Profile: 1_Pass_Quality_Quick.xml
17:12:57 Selected Resizer: NONE / Original
17:12:57 Selected Filters: RemoveGrain(mode=2)
17:12:57 Selected Deinterlacer: Progressive
17:12:57 Selected Field Order: AUTO
17:12:57 Enabled FFMPEG Encoding: wmv8
17:12:57 Enabled CRF/CQ AutoRes at 90 value
17:12:57 Activate PGC Ripping: -1
17:12:57 Track Language 1: sample.mkv
17:12:57 Audio Codec 1: WMV
17:12:57 Audio Quality 1: 96
17:12:57 Audio Channel 1: Original
17:12:57 Advanced Audio Settings DUMP Track 1
17:12:57 Audio Track Language: und
17:12:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:12:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:12:57 Lame Settings: ABR
17:12:57 Audio Normalization: 1
17:12:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:12:57 Advanced Audio Settings DUMP Track 2
17:12:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:12:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:12:57 Lame Settings: ABR
17:12:57 Audio Normalization: 1
17:12:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:12:57
17:12:58 Avi engage mode not corrected, switched to DirectShowSource
17:13:10 !!! WARNING - Trying with FFmpegSource
17:13:11 Aspect ratio: 1.778
17:13:11 Number of Frames: 1473
17:13:11 Framerate: 23.976
17:13:11 Movie length in Seconds: 62
17:13:11 Movie Width/Height: 1280/720
17:13:12 Aspect ratio: 1.778
17:13:12 Number of Frames: 1473
17:13:12 Framerate: 23.976
17:13:12 Movie length in Seconds: 62
17:13:12 Movie Width/Height: 1280/720
17:13:12 Checking script...movie.avs
17:13:16 !!!!ERROR!!!!
17:13:16 !!!!ERROR!!!! - Evaluate: System exception - Access Violation
(E:\Movies-E\test\temp\movie.avs, line 66)
17:13:16 !!!!ERROR!!!!
17:13:31 "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "E:\Movies-E\test\sample.mkv" -vcodec wmv2 -b 969000 -s 1280x720 -r 23.976 -acodec wmav2 -ac 2 -ab 112000 -ar 48000 "E:\Movies-E\test\temp\movie.wmv"
17:13:31 Final Muxed size: 2669557 bytes
17:13:31 Encoding finished: 00:00:34 elapsed time
17:13:31 -----------------------------------------------------------------------
17:13:31 Script AutoCrop.log
17:13:31 -----------------------------------------------------------------------
17:13:31 Script Resmovie.avs
17:13:31 -----------------------------------------------------------------------
17:13:31 Script movie.avs
17:13:31
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\BicublinResize.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\decomb.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\fft3dfilter.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainSSE3.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairSSE3.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
17:13:31 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
17:13:31 #loadpluginstart
17:13:31
17:13:31 #test1
17:13:31
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\QMF.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
17:13:31 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
17:13:31 #importstart
17:13:31
17:13:31 #test2
17:13:31
17:13:31 movie = FFmpegSource("E:\Movies-E\test\sample.mkv",vtrack=-1,atrack=-2,seekmode=0,timecodes="Test.timecodes",vcache=true,vcachefile="Test.ffcache")
17:13:31 movie = isRGB(movie) ? ConvertToYV12(movie) : movie
17:13:31 movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
17:13:31 movie = AssumeFPS(movie,24000,1001)
17:13:31 function getOrder(clip c) {
17:13:31 order = GetParity(c) ? 1 : 0
17:13:31 Return order }
17:13:31 #filter1start
17:13:31
17:13:31 #test3
17:13:31
17:13:31 #resizestart
17:13:31
17:13:31 #test4
17:13:31
17:13:31 last = movie
17:13:31 #filter2start
17:13:31
17:13:31 #test5
17:13:31
17:13:31 RemoveGrain(mode=2)
17:13:31 -----------------------------------------------------------------------
17:13:31 Script mkvmaudio.avs
17:13:31 -----------------------------------------------------------------------
17:13:31 Script mkvmaudio.bat
17:13:31 -----------------------------------------------------------------------
17:13:31 Script mkvmaudio2.avs
17:13:31 -----------------------------------------------------------------------
17:13:31 Script mkvmaudio2.bat
17:13:31 -----------------------------------------------------------------------
17:13:31 Script wmv.log
17:13:31
17:13:31 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
6th October 2007, 15:15
Well.. Something is wrong and I don't have a clue as such What's wrong here exactly? ffdshow audio?

you cannot copy audio in mkv/avi/ogm.. via avisynth/ffdshow, a reencoding is always done, but using ffmpeg is possible to extract audio from this kind of media
or you prefer that i deny the possibility of copy audio when working with mkv/avi/ogm/mov... ?

s there a way to skip that "avisynth script died, try ffmpeg?"-dialog?
if avisynth die.. automkv die too
but with last force, automkv will launch ffmpeg.exe for encoding

ffmpeg only also allows me to use wmv8
wmv7 in 1 pass or 2 pass, wmv8 1 pass only

BHH

Nightshiver
6th October 2007, 15:32
Can you answer my other question? Where do I go to change the qp_min to so that the bitrate isn't so high? Also, I do have Xvid installed. But why should that matter? I'm using x264 to encode, not Xvid.

EDIT: I just looked at the advanced profiles editing for the qp min, but can't find it. I even looked at the script itself, but still could not find it. I can see it in the command line, but can't edit it.

Barleyman
6th October 2007, 15:57
you cannot copy audio in mkv/avi/ogm.. via avisynth/ffdshow, a reencoding is always done, but using ffmpeg is possible to extract audio from this kind of media or you prefer that i deny the possibility of copy audio when working with mkv/avi/ogm/mov... ?

Yes..

So with mkv with AC3 audio and target as multi-channel WMV, what should I pick in the "basic settings"-dialog for audio? "WMV" and "Original", advanced audio "wmapro" and "6-channel"? ffdaudio settings are as advised (32bit, raw support on) ..


wmv7 in 1 pass or 2 pass, wmv8 1 pass only
BHH

[with ffmpeg] .. Ok, so if I want to make a WMV9 encode, I'd have to get avisynth play ball one way or another?

buzzqw
6th October 2007, 16:11
@Nightshiver
after selecting the profile go to advanced profile editing and change <MinQuantizer>10</MinQuantizer> to <MinQuantizer>0</MinQuantizer>

so that the bitrate isn't so high
... you have to lower the disk settings! just write 10 and you will get a 10 mb encoding

@Barleyman

So with mkv with AC3 audio and target as multi-channel WMV, what should I pick in the "basic settings"-dialog for audio? "WMV" and "Original", advanced audio "wmapro" and "6-channel"? ffdaudio settings are as advised (32bit, raw support on) ..

yes and use wmv container, wmv video profile and wmv audio settings

Ok, so if I want to make a WMV9 encode, I'd have to get avisynth play ball one way or another
wmv9 isn't supported as codec in ffmpeg.. only wmv8 and wmv7.. so yes... the ball is passing to avisynth and wmcmd.vbs

BHH

Nightshiver
6th October 2007, 17:02
So, can you answer about the deint problem? My video is interlaced, so I do need the deint to work.

buzzqw
6th October 2007, 17:31
if you know that your video is interlaced then you can set in Deinterlacer box "Interlaced" and if know the frame type (BFF/TFF)

the deinterlacer routine will be more stable in next update

BHH

weaver4
6th October 2007, 22:16
Did an Xvid movie with Constant Quality with a quantizer of 3. I got the BAutoDeint error a gain but the processing continued.

But the file size is 2.8g. I tried it on AutoGK and it was less than one half that filesize, so what gives?

Here is the log.

10:08:54 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
10:08:54 Selected Input file: E:\aa-Rips\MainMovie\APL0NNW1\VIDEO_TS\VTS_01_0.IFO
10:08:54 Selected Output dir: J:\Movies\temp\
10:08:54 Selected Final Name: Apocalypto.xmkvq30.avi
10:08:54 Selected Container type: AVI
10:08:54 Selected Encoder: XviD
10:08:54 Selected Size: 1 CD / 1
10:08:54 Selected Profile: Constant_Quality.xml
10:08:54 Selected Resizer: SimpleResize (neutral soft) / 640
10:08:54 Selected Filters: RemoveGrain(mode=2)
10:08:54 Selected Deinterlacer: AUTO
10:08:54 Selected Field Order: AUTO
10:08:54 Enabled Constant Quality With Unlimited Size (Q 3)
10:08:54 Enabled CRF/CQ AutoRes at 3 value
10:08:54 Activate PGC Ripping: 0
10:08:54 Using Matrix: Didees SixOfNine-HVS.cqm
10:08:54 Track Language 1: ??? (AC3 6ch, 0xBD 0x80) [0]
10:08:54 Audio Codec 1: Lame
10:08:54 Audio Quality 1: 128
10:08:54 Audio Channel 1: Stereo
10:08:54 Advanced Audio Settings DUMP Track 1
10:08:55 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:08:55 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:08:55 Lame Settings: ABR
10:08:55 Audio Normalization: 1
10:08:55 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:08:55 Advanced Audio Settings DUMP Track 2
10:08:55 Nero Option Profiles: AUTO --- Encoding Mode: Quality
10:08:55 CCT Option Profiles: AUTO --- Channel Options: AUTO
10:08:55 Lame Settings: ABR
10:08:55 Audio Normalization: 1
10:08:55 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
10:08:55 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
10:08:55 Selected Unlimited media size
10:08:55 Starting SubRipping
10:17:30 Subtitle Size: 1980416 bytes
10:17:30 Finished SubRipping
10:17:30 Activate PGC processing: PGC 1 [2:18:14:16]
10:17:31 Starting Indexing
10:17:31 Dgindex CMD: D:\Downloads\AutoMKV\AutoMKV090\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\aa-Rips\MainMovie\APL0NNW1\VIDEO_TS\VTS_01_1.vob] -OF=[J:\Movies\temp\movie] -exit -minimize
10:22:55 Finished indexing
10:22:55 D2V file size: 1045575
10:22:55 Starting fixing audio delay on track number 1
10:22:55 DelayCut CMD: D:\Downloads\AutoMKV\AutoMKV090\exe\dgindex\Delaycut.exe -auto -out "J:\Movies\temp\fixed1.ac3" "J:\Movies\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
10:22:55 Original 1 Audio Size: 464798208 bytes
10:26:06 Fixed 1' Audio Size: 464798208 bytes
10:26:06 Finished fixing audio delay
10:26:06 Encoding J:\Movies\temp\fixed1.ac3 To Mp3 with 128 ABR Preset
11:16:34 Encoded 1' Audio Track: 126480192 bytes
11:16:34 ForceFilm Detected: 99.900002% FILM found
11:16:36 Field Order Transition Detected. Now using movie-FIXED.d2v
11:16:43 Number of Frames: 248772
11:16:43 Framerate: 29.970030
11:16:43 Movie length in Seconds: 8301
11:16:43 Movie Width/Height: 720/480
11:16:43 DgIndex AR: 16:9
11:54:32 Deinterlace Test: Processing completed. Type is determined to be partly film.
11:54:33 BFF: 496
11:54:33 TFF: 30
11:54:33 NOT Allow Hybrid Order/Pattern, set Pattern to: Film
11:54:33 NOT Allow Hybrid Order/Pattern, set Field Order to: BFF
11:54:35 CQ encoding XviD: D:\Downloads\AutoMKV\AutoMKV090\exe\encoder\xvid_encraw.exe -cq 3 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 100 -bquant_offset 0 -nopacked -nochromame -bvhq -threads 0 -qmatrix "D:\Downloads\AutoMKV\AutoMKV090\profiles\XviD-profiles\matrix\Didees SixOfNine-HVS.cqm" -i "J:\Movies\temp\movie.avs" -type 2 -avi "J:\Movies\temp\movie.avi"
16:40:30 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
16:40:30 Got a file of size: 3577529856 bytes + audio size 126480192 bytes (3705000192)
16:40:30 Only Movie Size: -717437568 bytes
16:40:30 Using VirtualDubMod for Muxing!
16:47:28 Encoding finished: 04:52:53 elapsed time
16:47:28 -----------------------------------------------------------------------
16:47:28 Script AutoCrop.log
16:47:28
16:47:29 Crop(0,10,720,452)
16:47:29 -----------------------------------------------------------------------
16:47:29 Script Resmovie.avs
16:47:29 -----------------------------------------------------------------------
16:47:29 Script movie.avs
16:47:29
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\AddGrain.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\autocrop.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\aWarpSharp(Pruned).dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\blockbuster.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\cnr2.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\ColorMatrix.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\Convolution3D.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\corrector.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\DctFilter.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\Decomb.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\Deen.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\degrainmedian.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\DGDecode.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\EEDI2.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\FFMpegSource.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\FFT3DFilter.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\FluxSmooth.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\frfun7.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\hqdn3d.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\LeakKernelDeint.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\MaskTools.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\medianblur.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\MipSmooth.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\MSharpen.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\mt_masktools.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\mvtools.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\NicAudio.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\RemoveGrainS.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\RepairS.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\SangNom.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\SimpleResize.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\SoundOut.dll")
16:47:29 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\TBilateral.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\TDeint.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\TIVTC.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\TomsMoComp.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\TTempSmooth.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\UnDot.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\UnFilter.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\VSFilter.dll")
16:47:30 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\warpsharp.dll")
16:47:30 #loadpluginstart
16:47:30
16:47:30 #test1
16:47:30
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\BlindDeHalo3_mt2.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\HybridFuPP.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\LanczosPlus.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\Lem.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\LimitedSharpenFaster.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\MCBob_v03c.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\mvbob.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\QMlib.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\seesaw.avsi")
16:47:30 Import("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\spresso.avsi")
16:47:30 #importstart
16:47:30
16:47:30 #test2
16:47:30
16:47:30 movie = mpeg2source("J:\Movies\temp\movie-FIXED.d2v")
16:47:30 function getOrder(clip c) {
16:47:30 order = GetParity(c) ? 1 : 0
16:47:30 Return order }
16:47:30 #filter1start
16:47:30
16:47:30 #test3
16:47:30
16:47:30 movie = tfm(movie,d2v="J:\Movies\temp\movie-FIXED.d2v").tdecimate(hybrid=3)
16:47:30 #cropstart
16:47:31
16:47:31 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
16:47:31 fixed_aspect = 1.185185
16:47:31 c_width = width(cropclip)
16:47:31 c_height = Round(height(cropclip) / fixed_aspect)
16:47:31 input_par = float(float(c_width)/float(c_height))
16:47:31 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
16:47:31 out_width = 640
16:47:31 out_height = Round(float(out_width) / input_par)
16:47:31 hmod = out_height - (floor(out_height / 16 ) * 16)
16:47:31 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
16:47:31 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
16:47:31 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
16:47:31
16:47:31 #resizestart
16:47:31
16:47:31 #test4
16:47:31
16:47:31 SimpleResize(out_width,out_height)
16:47:31 #filter2start
16:47:31
16:47:31 #test5
16:47:31
16:47:31 RemoveGrain(mode=2)
16:47:31 ColorMatrix(mode="Rec.709->Rec.601")
16:47:31 -----------------------------------------------------------------------
16:47:31 Script mkvmaudio.avs
16:47:31
16:47:31 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\NicAudio.dll")
16:47:31 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\SoundOut.dll")
16:47:31 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV090\exe\filter\FFmpegSource.dll")
16:47:31 NicAC3Source("J:\Movies\temp\fixed1.ac3")
16:47:31 #Applying STEREO downmixing routines
16:47:31 function stereo(clip a)
16:47:31 {
16:47:31 flr = GetChannel(a, 1, 2)
16:47:31 fcc = GetChannel(a, 3)
16:47:31 lfe = GetChannel(a, 4)
16:47:32 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
16:47:32 mix = MergeChannels(lfc, lfc)
16:47:32 lrc = MixAudio(flr, mix, 0.2929, 1.0)
16:47:32 blr = GetChannel(a, 5, 6)
16:47:32 Return MixAudio(lrc, blr, 1.0, 0.2929)
16:47:32 }
16:47:32 #
16:47:32 6==Audiochannels() ? stereo() : last
16:47:32 function addvideo(clip c) {
16:47:32 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
16:47:32 Return audiodub(last,c)
16:47:32 }
16:47:32 Normalize()
16:47:32 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=128,showoutput=false,filename="audio.mp3")
16:47:32 -----------------------------------------------------------------------
16:47:32 Script mkvmaudio.bat
16:47:32 -----------------------------------------------------------------------
16:47:32 Script mkvmaudio2.avs
16:47:32 -----------------------------------------------------------------------
16:47:32 Script mkvmaudio2.bat
16:47:32 -----------------------------------------------------------------------
16:47:32 Script VirtualDubMod.vcf
16:47:32
16:47:32 VirtualDub.Open("J:\\Movies\\temp\\movie.avi",0,0);
16:47:32 VirtualDub.RemoveInputStreams();
16:47:32 VirtualDub.stream[0].SetSource("J:\\Movies\\temp\\audio.mp3",0x00000202,1);
16:47:32 VirtualDub.stream[0].DeleteComments(1);
16:47:32 VirtualDub.stream[0].AdjustChapters(1);
16:47:32 VirtualDub.stream[0].SetMode(0);
16:47:32 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
16:47:32 VirtualDub.stream[0].SetClipMode(1,1);
16:47:32 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
16:47:32 VirtualDub.stream[0].SetVolume();
16:47:32 VirtualDub.stream[0].SetCompression();
16:47:32 VirtualDub.stream[0].EnableFilterGraph(0);
16:47:32 VirtualDub.stream[0].filters.Clear();
16:47:32 VirtualDub.video.DeleteComments(1);
16:47:32 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
16:47:33 VirtualDub.video.AdjustChapters(1);
16:47:33 VirtualDub.video.SetDepth(24,24);
16:47:33 VirtualDub.video.SetMode(0);
16:47:33 VirtualDub.video.SetFrameRate(0,1);
16:47:33 VirtualDub.video.SetIVTC(0,0,-1,0);
16:47:33 VirtualDub.video.SetCompression();
16:47:33 VirtualDub.video.filters.Clear();
16:47:33 VirtualDub.SaveAVI("J:\\Movies\\Apocalypto.xmkvq30.avi.avi");
16:47:33 VirtualDub.Close();
16:47:33
16:47:33 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Nightshiver
6th October 2007, 22:23
It might have been this line:

Enabled Constant Quality With Unlimited Size (Q 3)

buzzqw
6th October 2007, 22:54
every frame encoded with automkv is at quant 3 in your encode.. but autogk encode b frames at 5 quant not at 3

BHH

Barleyman
7th October 2007, 17:33
So still about my problem encoding h.264 mkv to something else - In fact the crash is x264 / libavcodec.dll during "computing and analyzing movie parameters" .. I tried downgrading ffdshow (libavcodec..) but no change. Why is x264 invoked? we're not trying to make a x264 encode here!

Last line in log before crash:
19:28:06 Avi engage mode not corrected, switched to DirectShowSource

Also no matter what I select, I always get about 2.7MB file (out of that 8MB snippet) with horrible quality..

buzzqw
7th October 2007, 18:46
@Barleyman
x264 is invoked to launch time.avs, and if you look at time.avs you will see that is used to extract information about media (and so directshowsource)

Also no matter what I select, I always get about 2.7MB file (out of that 8MB snippet) with horrible quality
this file is achivied by 1 pass wmv done by ffmpeg
use the wmv7 , and the file size will be near 8mb

what is your OS ?
in case of Vista please downgrade directshowsource.dll to one present is avisynth 2.5.6

BHH

Barleyman
7th October 2007, 18:58
@Barleyman
x264 is invoked to launch time.avs, and if you look at time.avs you will see that is used to extract information about media (and so directshowsource)

So anything iffy about the time.avs?

LoadPlugin("C:\Program Files\AutoMKV\exe\filter\dgdecode.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
movie = directshowsource("E:\Movies-E\test\sample.mkv")
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
Return order }
filename="E:\Movies-E\test\temp\frame.txt"
sep=" "
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = Round(height(cropclip) / fixed_aspect)
input_par = float(float(c_width)/float(c_height))
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 720
out_height = Round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=2,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
global out_width = out_width
global out_height = out_height
global CHANNELS = Audiochannels(movie)
WriteFile(movie,filename, "Framecount","sep","Framerate","sep","WIDTH","sep","HEIGHT","sep","CHANNELS")
function Comptest(clip c, float percent)
{
frange=floor(14./(percent/100.))
Return SelectRangeEvery(c, frange, 14)
}
Comptest(1)
Comptest(1)



what is your OS ?
in case of Vista please downgrade directshowsource.dll to one present is avisynth 2.5.6
BHH

Yuck, no, XP SP2.

I did try some more experiments with that file. I used mkvextract to get the h264 file out of it on the theory automkv could deal better with separate h264 and ac3 files.. No go, thought. And I can't get MPC (or anything else) to play the h264 file.. Gspot says I do have the codec but render test goes *poof*.

buzzqw
7th October 2007, 19:18
time.avs is ok

I used mkvextract to get the h264
that's raw output.. almost implayable... better to remux the h264 to mp4 (using yamb)

then try feeding this mp4 to automkv! :)

BHH

Barleyman
7th October 2007, 20:17
then try feeding this mp4 to automkv! :)
BHH

Well. Still crashes - cscript.exe dies with modname ffdshow.ax

What's weird is that if I run the command line on cmd, it works OK.

I do get proper size WMV file from the video-only mp4, thought. Yay!


22:13:06 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:13:06 Selected Input file: E:\Movies-E\test\video.mp4
22:13:06 Selected Output dir: E:\Movies-E\test\temp\
22:13:06 Selected Final Name: video
22:13:06 Selected Container type: WMV
22:13:06 Selected Encoder: WMV
22:13:06 Selected Size: 8 / 1
22:13:06 Selected Profile: 2_Pass_Balanced.xml
22:13:06 Selected Resizer: NONE / Original
22:13:06 Selected Filters: RemoveGrain(mode=2)
22:13:06 Selected Deinterlacer: Progressive
22:13:06 Selected Field Order: AUTO
22:13:06 Enabled CRF/CQ AutoRes at 90 value
22:13:06 Activate PGC Ripping: -1
22:13:06 Track Language 1: NONE
22:13:06 Audio Codec 1: WMV
22:13:06 Audio Quality 1: 192
22:13:06 Audio Channel 1: Stereo
22:13:06 Advanced Audio Settings DUMP Track 1
22:13:06 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:13:06 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:13:06 Lame Settings: ABR
22:13:06 Audio Normalization: 1
22:13:06 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:13:06 Advanced Audio Settings DUMP Track 2
22:13:06 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:13:06 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:13:06 Lame Settings: ABR
22:13:06 Audio Normalization: 1
22:13:06 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:13:06
22:13:08 Avi engage mode not corrected, switched to DirectShowSource
22:13:18 Number of Frames: 437
22:13:18 Framerate: 25.000000
22:13:18 Movie length in Seconds: 18
22:13:18 Movie Width/Height: 1280/720
22:13:18 Number of Frames: 437
22:13:18 Framerate: 25.000000
22:13:18 Movie length in Seconds: 18
22:13:18 Movie Width/Height: 1280/720
22:13:18 WMV CMD: cscript.exe "C:\Program Files\AutoMKV\exe\encoder\WMCmd.vbs" -input "E:\Movies-E\test\temp\movie.avs" -output "E:\Movies-E\test\temp\movie.wmv" -v_codec WMV9 -v_mode 3 -v_bitrate 3424493 -s_config "E:\Movies-E\test\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_codec wmapro -a_mode 0 -title "video" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.90d"
22:13:28 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
22:13:28 Switched to FFmpeg for Video Encoding!
22:13:28 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "E:\Movies-E\test\video.mp4" -vcodec wmv1 -b 3596000 -s 1280x720 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.980 -passlogfile wmv_2pass -pass 1 "E:\Movies-E\test\temp\movie.wmv"
22:13:28 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "E:\Movies-E\test\video.mp4" -vcodec wmv1 -b 3596000 -s 1280x720 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.980 -passlogfile wmv_2pass -pass 2 "E:\Movies-E\test\temp\movie.wmv"
22:13:55 Fished FFmpeg Encoding!
22:13:55 Final Muxed size: 7978183 bytes
22:13:55 Encoding finished: 00:00:49 elapsed time
22:13:55 -----------------------------------------------------------------------
22:13:55 Script AutoCrop.log
22:13:55
22:13:55 Crop(18,0,1244,720)
22:13:55 -----------------------------------------------------------------------
22:13:55 Script Resmovie.avs
22:13:55 -----------------------------------------------------------------------
22:13:55 Script movie.avs
22:13:55
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\BicublinResize.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\decomb.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\fft3dfilter.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainSSE3.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairSSE3.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
22:13:55 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
22:13:55 #loadpluginstart
22:13:55
22:13:55 #test1
22:13:55
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\QMF.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
22:13:55 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
22:13:55 #importstart
22:13:55
22:13:55 #test2
22:13:55
22:13:55 movie = directshowsource("E:\Movies-E\test\video.mp4",fps=25.000000,convertfps=true,audio=false)
22:13:55 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
22:13:55 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
22:13:55 function getOrder(clip c) {
22:13:55 order = GetParity(c) ? 1 : 0
22:13:55 Return order }
22:13:55 #filter1start
22:13:55
22:13:55 #test3
22:13:55
22:13:55 #resizestart
22:13:55
22:13:55 #test4
22:13:55
22:13:55 last = movie
22:13:55 #filter2start
22:13:55
22:13:55 #test5
22:13:55
22:13:55 RemoveGrain(mode=2)
22:13:55 -----------------------------------------------------------------------
22:13:55 Script mkvmaudio.avs
22:13:55 -----------------------------------------------------------------------
22:13:55 Script mkvmaudio.bat
22:13:55 -----------------------------------------------------------------------
22:13:55 Script mkvmaudio2.avs
22:13:55 -----------------------------------------------------------------------
22:13:55 Script mkvmaudio2.bat
22:13:55 -----------------------------------------------------------------------
22:13:55 Script wmv.log
22:13:55
22:13:55 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Here's cscript output from command line..

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Ohramies>cscript.exe "C:\Program Files\AutoMKV\exe\enc
oder\WMCmd.vbs" -input "E:\Movies-E\test\temp\movie.avs" -output "E:\Movies-E\te
st\temp\movie.wmv" -v_codec WMV9 -v_mode 3 -v_bitrate 3424493 -s_config "E:\Mov
ies-E\test\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbm
odecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_per
copt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_codec wmapro -a_mode 0 -title "video" -l
og wmv.log -year 2007 -copyright "Done with AutoMKV! 0.90d"
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

Microsoft (R) Windows Media Encoder Command Line Script Utility
Copyright (C) Microsoft Corporation. All rights reserved.

Title: video
Year: 2007
Copyright: Done with AutoMKV! 0.90d

Warning: Encoder failed to retrieve duration attribute from source plug-in.
Trying alternate method now...
Source duration retrieved: 10 seconds.

======== Begin Pass1 ========
Read: 8,7s (87,1%) Elapsed: 00:00:06 Left: 00:00:01 [1,45x]

======== Begin Pass2 ========


======== Encoding Completed ========

Video :
Codec: Windows Media Video 9
Expected bit rate: 3424493 bps
Average bit rate: 61385 bps
Expected fps: 24
Dropped frame count: 0
Total coded frames: 240
Average sample rate: 24,001
Dropped bytes: 0 bytes
Total bytes: 86377 bytes

Overall:
Encoding time: 11 seconds
Average bit rate: 61385 bps
File size: 101251 bytes
File duration: 9,991 seconds

C:\Documents and Settings\Ohramies>

Barleyman
7th October 2007, 21:04
Hmm. I think crash happens when the wmcmd.vbs tosses that encoder failed to bla bla-message, IF it's running from automkv. Run from command line it processes the file, no problem..

buzzqw
7th October 2007, 21:17
Source duration retrieved: 10 seconds.

... this is the duration of error message in avisynth... check the wmv file done

also.. open the movie.avs in virtualdub... any errors ?

BHH

Barleyman
7th October 2007, 21:42
also.. open the movie.avs in virtualdub... any errors ?
BHH

Oh yeah..

unable to load ffmpegsource.dll, line 17

I was not sure if you want virtualdub-virtualdub or virtualdubmod (very interesting placement under automkv folder tree btw) but it gives same error for both. Also for brand new virtualdubmod I just installed..

LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\BicublinResize.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\decomb.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\fft3dfilter.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainSSE3.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairSSE3.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
#loadpluginstart

#test1

Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\QMF.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
#importstart

#test2

movie = directshowsource("E:\Movies-E\test\video.mp4",fps=25.000000,convertfps=true,audio=false)
movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
Return order }
#filter1start

#test3

#resizestart

#test4

last = movie
#filter2start

#test5

RemoveGrain(mode=2)

Barleyman
7th October 2007, 21:56
I tried the classic - Wiped out the entire automkv tree including any leftover ini and xml files sitting around. With fresh 90 distro file (with ripping) and 0.90d.exe I get different results now - no crash on cscript..

Still weird, but progress is progress.
Title: video
Year: 2007
Copyright: Done with AutoMKV! 0.90d

Warning: Encoder failed to retrieve duration attribute from source plug-in.
Trying alternate method now................................

Warning: Encoder failed to retrieve source duration again.
Encode process might not continue or progress report may be inaccurate.

1st pass takes mighty long time for a 18 second clip, too. Let's try if it actually finishes after 5 min or so.

.. virtualdubmod still chokes on all .avs files in the temp folder on ffmpegsource.dll-line..

kikker
8th October 2007, 03:31
Buzzqw, did you by chance change something with mp4box in the .90c version? On my Vista machine, it works fine, but an error occurs in which Vista proclaims that MP4box.exe has stopped responding, and Vista asks me to shut down the program or find a solution online. Naturally, I just shut the program down, and all is fine - that is, the video muxed properly and is playable. It's just a little bit of an annoyance when there are multiple jobs to be encoded, you have to manually shut down mp4box.exe before AutoMKV proceeds to the next job.

When I substitute mp4box.exe with a copy from another GUI, it works fine, but the output name has an "out_" in front of the movie name and ends up in the 'temp' folder instead of the designated output folder.

buzzqw
8th October 2007, 08:54
@Barleyman

copy these dll
avcodec-51.dll
avformat-51.dll
avutil-49.dll
postproc-51.dll
swscale-0.dll
zlib1.dll
libFLAC_dynamic.dll

from \exe\encoder to your \windows\system32 and reopen the movie.avs

@kikker
No. I haven't changed anything in mp4box muxing

what gui/mp4box versions you use now ?

BHH

vazel
8th October 2007, 10:41
I can't choose VBR for Lame only ABR and CBR? Is ABR better than VBR?

And I'm getting this in the log "Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!"

Barleyman
8th October 2007, 10:49
@Barleyman

copy these dll
from \exe\encoder to your \windows\system32 and reopen the movie.avs


I'll check it out after work. By the way, about that cscript crash, it MAY have been just because I sabotaged DEP from boot.ini. I'll try restoring it to opt-in and see if cscript starts falling over again. After all it's considered "core windows component" so..

Barleyman
8th October 2007, 18:27
Loading movie.avs doesn't generate error anymore after copying the dll files into system32. Actually most (maybe all?) of them already were there but not quite the same versions..

I still get 2x complaint about failing to get source duration.. Exactly same messages as before. And slooooow encoding.

Edit:
20:22:57 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
20:22:57 Selected Input file: E:\Movies-E\test\sample.mkv
20:22:57 Selected Output dir: E:\Movies-E\test\temp\
20:22:57 Selected Final Name: sample
20:22:57 Selected Container type: WMV
20:22:57 Selected Encoder: WMV
20:22:57 Selected Size: 8 / 1
20:22:57 Selected Profile: 2_Pass_Balanced.xml
20:22:57 Selected Resizer: NONE / Original
20:22:57 Selected Filters: RemoveGrain(mode=2)
20:22:57 Selected Deinterlacer: Progressive
20:22:57 Selected Field Order: AUTO
20:22:57 NeroAACEnc.exe: not present
20:22:57 Enabled CRF/CQ AutoRes at 90 value
20:22:57 Activate PGC Ripping: -1
20:22:57 Track Language 1: sample.mkv
20:22:57 Audio Codec 1: WMV
20:22:57 Audio Quality 1: 192
20:22:57 Audio Channel 1: Original
20:22:57 Advanced Audio Settings DUMP Track 1
20:22:57 Audio Track Language: und
20:22:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
20:22:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
20:22:57 Lame Settings: ABR
20:22:57 Audio Normalization: 1
20:22:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
20:22:57 Advanced Audio Settings DUMP Track 2
20:22:57 Nero Option Profiles: AUTO --- Encoding Mode: Quality
20:22:57 CCT Option Profiles: AUTO --- Channel Options: AUTO
20:22:57 Lame Settings: ABR
20:22:57 Audio Normalization: 1
20:22:57 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
20:22:57
20:22:58 Avi engage mode not corrected, switched to DirectShowSource
20:23:08 Number of Frames: 434
20:23:08 Framerate: 23.976044
20:23:08 Movie length in Seconds: 19
20:23:08 Movie Width/Height: 1280/720
20:23:08 Number of Frames: 434
20:23:08 Framerate: 23.976044
20:23:08 Movie length in Seconds: 19
20:23:08 Movie Width/Height: 1280/720
20:23:08 Encoding E:\Movies-E\test\temp\ to WAV , as pre-process to WMV
20:23:17 Encoded 1' Audio Track: 10417604 bytes
20:23:17 WMV CMD: cscript.exe "C:\Program Files\AutoMKV\exe\encoder\WMCmd.vbs" -input "E:\Movies-E\test\temp\movie.avs" -output "E:\Movies-E\test\temp\movie.wmv" -v_codec WMV9 -v_mode 3 -v_bitrate 3234388 -s_config "E:\Movies-E\test\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_lookahead 0 -v_mbmodecost 0 -v_mmatch 1 -v_mslevel 1 -v_msrange 1 -v_mvcoding 1 -v_mvcost 1 -v_percopt 1 -v_buffer 10000 -v_bdeltaqp 1 -a_input "E:\Movies-E\test\temp\audio.wav" -a_codec WMAPRO -a_mode 0 -title "sample" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.90d" -a_setting 192_48_6_16
20:31:03 Only Movie Size: 7845775 bytes
20:31:03 Final Muxed size: 7845775 bytes
20:31:03 Encoding finished: 00:08:06 elapsed time

So 8 minutes to encode 18 seconds? Hmm..

buzzqw
8th October 2007, 19:53
I still get 2x complaint about failing to get source duration..

that's is normal, wmvcmd.vbs is unable to extract duration from avs files

and about slowness... sorry ... but automkv just launch the command... is wme that encode..... and btw is a 2 pass encode

BHH

Barleyman
8th October 2007, 23:26
and about slowness... sorry ... but automkv just launch the command... is wme that encode..... and btw is a 2 pass encode

Well, quess I'd have to think about that multi-core box eventually.. h264 is pretty slow after being used to faster-than-realtime xvid encoding at DVD resolution!

So what about relative slowness of the WMV profiles?

I suppose WVC1 is worst (for speed) and WMV7 is fastest? "standard" wmv profiles are all wmv9? wvc1 2-pass fast managed to encode that clip at 320 seconds :rolleyes:

WMV constant quality profile does seem to be constant bitrate? At least at a change of scene you get ugly mosaic etc artifacts. I also did wvc1 1-pass quality but for some reason the logfile got crazy! (just timestamps many times/second)

..

Some results from encoding test, these are both 1-pass quality encoding.. Is there a way to specify quality for 1-pass WMV profiles? they seem to ignore the "disk setting" and there's no quantizer to set, so..

01:31:46 Video :
01:31:46 Codec: Windows Media Video V7
01:31:46 Average bit rate: 1705473 bps
01:31:46 Overall:
01:31:46 Encoding time: 31 seconds
01:31:46 Average bit rate: 1897473 bps
01:31:46 File size: 4342889 bytes
01:31:46 File duration: 18,175 seconds

01:35:06 Video :
01:35:06 Codec: Windows Media Video V8
01:35:06 Average bit rate: 1539651 bps
01:35:06 Expected fps: 23,976
01:35:06 Overall:
01:35:06 Encoding time: 57 seconds
01:35:06 Average bit rate: 1731651 bps
01:35:06 File size: 3895368 bytes
01:35:06 File duration: 18,175 seconds

Barleyman
9th October 2007, 07:11
I re-ran that wvc 1-pass quality test.

10 minutes! Even slower than the 2-pass profile! That's, what, 0.67fps?


09:08:00 ======== Encoding Completed ========
09:08:00
09:08:00 Audio :
09:08:00 Codec: Windows Media Audio 10 Professional
09:08:00 Expected bit rate: 384000 bps
09:08:00 Average bit rate: 384000 bps
09:08:00 Expected sample rate: 5859
09:08:00 Average sample rate: 5859
09:08:00 Dropped byte count: 0 bytes
09:08:00 Dropped sample rate: 0
09:08:00 Total bytes: 884736 bytes
09:08:00
09:08:00 Video :
09:08:00 Codec: Windows Media Video 9 Advanced Profile
09:08:00 Average bit rate: 2951155 bps
09:08:00 Expected fps: 23,976
09:08:00 Dropped frame count: 0
09:08:00 Total coded frames: 434
09:08:00 Average sample rate: 23,975
09:08:00 Dropped bytes: 0 bytes
09:08:00 Total bytes: 6708931 bytes
09:08:00
09:08:00 Overall:
09:08:00 Encoding time: 595 seconds
09:08:00 Average bit rate: 3335155 bps
09:08:00 File size: 7653208 bytes
09:08:00 File duration: 18,175 seconds

buzzqw
9th October 2007, 07:12
Is there a way to specify quality for 1-pass WMV profiles?

after selecting the Constant Quality go in advanced setting and check Specify Quality and choose your value

BHH

leebo
9th October 2007, 21:05
This may be my first question posted here. So far, all the discussion is over my head (mostly). I am relatively new to converting to most of the formats supported by AutoMKV.

I am running a dual core with MCE 2005 rollup2 and Auto MKV 0.90c.
I have not changed any settings after installing except the output size from 1 CD to "don't care".

My source files are HD captures from my cable PVR thru firewire to my PC. ABCHD (channel) 1280X720 .TS files.

My problem is, the output files all play tall and skinny regardless of if I use WMP, Nero showtime or TheaterTEK. Properties for the files all show 1280X720, so I don't know if the players are all doing this (I doubt) or if AutoMKV is adding black bars to the sides of the picture (which would explain why properties shows 1280X720).

I've tried a couple of the previous versions of AutoMKV, but only 0.89a and then 0.90C have had this problem.

The only thing I can think of that has changed is I installed CoreAVC codec for playback.

Would someone please tell me what (if any) setting I should check in auto MKV? :confused:

buzzqw
9th October 2007, 21:27
the encoded file have same width/heght as source file ?

also.. i haven't changed the ar computing between 0.89 and 0.90..

i can suggest to use the advanced settings "Force Muxing AR:" and set it to 16/9 but.. please check in log the AR reported (of previus encoding)

and a log could help :)

BHH

kikker
9th October 2007, 21:36
My source files are HD captures from my cable PVR thru firewire to my PC. ABCHD (channel) 1280X720 .TS files.

My problem is, the output files all play tall and skinny regardless of if I use WMP, Nero showtime or TheaterTEK. Properties for the files all show 1280X720, so I don't know if the players are all doing this (I doubt) or if AutoMKV is adding black bars to the sides of the picture (which would explain why properties shows 1280X720).



So, the .ts files play correctly? The material in the .ts is really 16:9? Sounds like somewhere in the chain, you are specifiying an ITU aspect ratio?

leebo
9th October 2007, 21:40
the encoded file have same width/heght as source file ?

and a log could help :)

BHH


Yes, same size. I will try your suggestion and also post a copy of the log. Thanks.

leebo
9th October 2007, 21:47
Sorry about the long post, but I don't know what part is relevant.
12:11:47 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:11:47 Selected Input file: I:\LOST_S3_EDITED\Lost_18.0 (03).ts
12:11:47 Selected Output dir: E:\temp\
12:11:47 Selected Final Name: Lost_18.0 (03)
12:11:47 Selected Container type: MKV
12:11:47 Selected Encoder: X264
12:11:47 Selected Size: Don't care about size / 1
12:11:47 Selected Profile: 2_Pass_Balanced.xml
12:11:47 Selected Resizer: NONE / Original
12:11:47 Selected Filters: RemoveGrain(mode=2)
12:11:47 Selected Deinterlacer: AUTO
12:11:47 Selected Field Order: AUTO
12:11:47 Enabled CRF/CQ AutoRes at 18 value
12:11:47 Activate PGC Ripping: -1
12:11:47 Track Language 1: PID 0014, Private AC3 Audio Stream 1
12:11:47 Audio Codec 1: Nero AAC
12:11:47 Audio Quality 1: 0.65
12:11:47 Audio Channel 1: Stereo
12:11:47 Advanced Audio Settings DUMP Track 1
12:11:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:11:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:11:47 Lame Settings: ABR
12:11:47 Audio Normalization: 1
12:11:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:11:47 Advanced Audio Settings DUMP Track 2
12:11:47 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:11:47 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:11:47 Lame Settings: ABR
12:11:47 Audio Normalization: 1
12:11:47 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:11:47
12:11:47 Dgindex CMD: H:\Downloads\AutoMKV\084b\exe\dgindex\dgindex.exe -FO=0 -OM=1 -AP=014 -VP=0011 -YR=2 -IF=[I:\LOST_S3_EDITED\Lost_18.0 (03).ts] -OF=[E:\temp\movie] -exit -minimize
12:11:49 D2V file size: 14278
12:11:49 Starting fixing audio delay on track number 1
12:11:49 DelayCut CMD: H:\Downloads\AutoMKV\084b\exe\dgindex\Delaycut.exe -auto -out "E:\temp\fixed1.ac3" "E:\temp\movie PID 014 T01 3_2ch 384Kbps DELAY 32ms.ac3"
12:11:49 Original 1 Audio Size: 2929152 bytes
12:11:49 Fixed 1' Audio Size: 2930688 bytes
12:11:49 Finished fixing audio delay
12:11:49 Encoding E:\temp\fixed1.ac3 to NeroAAC with 0.65 quality
12:11:49 Unable to encode Audio, trying with DirectShowSource!
12:11:49 Encoding E:\temp\fixed1.ac3 to NeroAAC with 0.65 quality
12:11:49 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
12:11:49 FFmpeg Encoding Audio: "H:\Downloads\AutoMKV\084b\exe\BeSweet\ffmpeg.exe" -vn -i "E:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "E:\temp\audio.mp3"
12:11:54 Encoded 1' Audio Track: 976896 bytes
12:11:54 Encoded 1' Audio Track: 976896 bytes
12:11:54 Avi engage mode not corrected, switched to DirectShowSource
12:11:54 !!! WARNING - Trying with FFmpegSource
12:11:55 Aspect ratio: 1.778
12:11:55 Number of Frames: 3680
12:11:55 Framerate: 59.940
12:11:55 Movie length in Seconds: 62
12:11:55 Movie Width/Height: 1280/720
12:11:55 DgIndex AR: 1.778
12:11:56 Aspect ratio: 1.778
12:11:56 Number of Frames: 3680
12:11:56 Framerate: 59.940
12:11:56 Movie length in Seconds: 62
12:11:56 Movie Width/Height: 1280/720
12:11:56 DgIndex AR: 1.778
12:11:58 Starting X264
12:11:58 Command Line 1' Pass X264: H:\Downloads\AutoMKV\084b\exe\encoder\x264.exe --pass 1 --bitrate 4325148 --stats "E:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "E:\temp\movie.avs"
12:11:58 Command Line 2' Pass X264: H:\Downloads\AutoMKV\084b\exe\encoder\x264.exe --pass 2 --bitrate 4325148 --stats "E:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,p4x4 --threads auto --thread-input --output "E:\temp\movie.mp4" "E:\temp\movie.avs"
12:12:01 Finished 1' Pass X264
12:12:04 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
12:12:04 Switched to FFmpeg for Video Encoding!
12:12:04 FFmpeg.exe String: "H:\Downloads\AutoMKV\084b\exe\BeSweet\ffmpeg.exe" -i "I:\LOST_S3_EDITED\Lost_18.0 (03).ts" -vcodec h264 -bf 3 -b 4325148160 -s 1280x720 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 59.940 "E:\temp\movie.mp4"
12:12:04 FFmpeg.exe String: "H:\Downloads\AutoMKV\084b\exe\BeSweet\ffmpeg.exe" -i "I:\LOST_S3_EDITED\Lost_18.0 (03).ts" -vcodec h264 -bf 3 -b 4325148160 -s 1280x720 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 59.940 "E:\temp\movie.mp4"
12:35:00 Fished FFmpeg Encoding!
12:35:00 "H:\Downloads\AutoMKV\084b\exe\matroska\mkvmerge.exe" -o "E:\temp\Lost_18.0 (03).mkv" --track-name -1:"Lost_18.0 (03)" --aspect-ratio 1:1.000000 "E:\temp\movie.mp4" "E:\temp\audio.mp3" --title "Done with AutoMKV 0.90c http://forum.doom9.org/showthread.php?p=854221 "
12:35:01 Final Muxed size: 19782200 bytes
12:35:01 Encoding finished: 00:23:00 elapsed time
12:35:01 -----------------------------------------------------------------------
12:35:01 Script AutoCrop.log
12:35:01 -----------------------------------------------------------------------
12:35:01 Script Resmovie.avs
12:35:01 -----------------------------------------------------------------------
12:35:01 Script movie.avs
12:35:01
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\AddGrain.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\autocrop.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\aWarpSharp.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\blockbuster.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\cnr2.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\ColorMatrix.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\Convolution3D.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\corrector.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\DctFilter.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\Decomb.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\Deen.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\degrainmedian.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\DGDecode.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\EEDI2.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\fft3dfilter.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\FluxSmooth.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\frfun7.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\hqdn3d.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\LeakKernelDeint.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\MaskTools.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\medianblur.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\MipSmooth.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\MSharpen.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\mt_masktools.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\mvtools.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\NicAudio.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\RemoveGrainS.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\RepairS.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\SangNom.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\SimpleResize.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\SoundOut.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\TBilateral.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\TDeint.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\TIVTC.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\TomsMoComp.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\TTempSmooth.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\UnDot.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\UnFilter.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\VSFilter.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\warpsharp.dll")
12:35:01 #loadpluginstart
12:35:01
12:35:01 #test1
12:35:01
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\HybridFuPP.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\LanczosPlus.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\Lem.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\LimitedSharpenFaster.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\MCBob_v03c.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\mvbob.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\seesaw.avsi")
12:35:01 Import("H:\Downloads\AutoMKV\084b\exe\filter\spresso.avsi")
12:35:01 #importstart
12:35:01
12:35:01 #test2
12:35:01
12:35:01 movie = mpeg2source("E:\temp\movie.d2v")
12:35:01 function getOrder(clip c) {
12:35:01 order = GetParity(c) ? 1 : 0
12:35:01 Return order }
12:35:01 #filter1start
12:35:01
12:35:01 #test3
12:35:01
12:35:01 #resizestart
12:35:01
12:35:01 #test4
12:35:01
12:35:01 last = movie
12:35:01 #filter2start
12:35:01
12:35:01 #test5
12:35:01
12:35:01 RemoveGrain(mode=2)
12:35:01 ColorMatrix(mode="Rec.709->Rec.601")
12:35:01 -----------------------------------------------------------------------
12:35:01 Script mkvmaudio.avs
12:35:01
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\NicAudio.dll")
12:35:01 LoadPlugin("H:\Downloads\AutoMKV\084b\exe\filter\SoundOut.dll")
12:35:01 DirectShowSource("E:\temp\fixed1.ac3")
12:35:01 #Applying STEREO downmixing routines
12:35:01 function stereo(clip a)
12:35:01 {
12:35:01 flr = GetChannel(a, 1, 2)
12:35:01 fcc = GetChannel(a, 3)
12:35:01 lfe = GetChannel(a, 4)
12:35:01 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
12:35:01 mix = MergeChannels(lfc, lfc)
12:35:01 lrc = MixAudio(flr, mix, 0.2929, 1.0)
12:35:01 blr = GetChannel(a, 5, 6)
12:35:01 Return MixAudio(lrc, blr, 1.0, 0.2929)
12:35:01 }
12:35:01 #
12:35:01 6==Audiochannels() ? stereo() : last
12:35:01 function addvideo(clip c) {
12:35:01 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
12:35:01 Return audiodub(last,c)
12:35:01 }
12:35:01 Normalize()
12:35:01 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="H:\Downloads\AutoMKV\084b\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.65 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
12:35:01 -----------------------------------------------------------------------
12:35:01 Script mkvmaudio.bat
12:35:01
12:35:01 "H:\Downloads\AutoMKV\084b\exe\BeSweet\ffmpeg.exe" -vn -i "E:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "E:\temp\audio.mp3"
12:35:01 -----------------------------------------------------------------------
12:35:01 Script mkvmaudio2.avs
12:35:01 -----------------------------------------------------------------------
12:35:01 Script mkvmaudio2.bat
12:35:01
12:35:01 - - - - - - - - - - - - FINISHED JOBS - - - - - -

leebo
9th October 2007, 21:58
Here's a new clue (I should have done this b4 posting, sorry).
I copied the output file to another computer (one without the CoreAVC codec) and the file plays in the correct aspect ratio. I guess I need to post over on the Core forum.

leebo
9th October 2007, 22:37
Strike that last post.
Using buzzqw's suggestion, a new test encode displays fine. I don't know why I would have to set it to force 16:9 on encode though.

Also, when I play the other files using WMP classic, they display fine!. But when I set it to full screen, tall and skinny again.

Also, I noticed under the files properties, the problem files say aspect 1:1, but the new test that was forced to 16:9 say aspect 16:9.

What up wit dat???

buzzqw
10th October 2007, 07:04
@leebo

look at log

12:12:04 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
12:12:04 Switched to FFmpeg for Video Encoding!

have you installed avisynth, ffdshow and xvid ? look at first post of this thread

AND since the analysis is failed and done by mediainfo
12:11:54 Avi engage mode not corrected, switched to DirectShowSource
12:11:54 !!! WARNING - Trying with FFmpegSource

the muxing part haven't the right information about AR and mkvmerge is called with AR=1:1
12:35:00 "H:\Downloads\AutoMKV\084b\exe\matroska\mkvmerge.exe" -o "E:\temp\Lost_18.0 (03).mkv" --track-name -1:"Lost_18.0 (03)" --aspect-ratio 1:1.000000 "E:\temp\movie.mp4" "E:\temp\audio.mp3" --title "Done with AutoMKV 0.90c

make sure you have installed all required softwares... and retry :)

BHH

weaver4
10th October 2007, 14:28
Any progress with my BAutoDeint problem? Keeps giving me a memory error after it has run a while. What should I look for?

buzzqw
10th October 2007, 14:37
@weaver4
please download http://www.64k.it/andres/data/a/AutoMKV090d.exe

and "finger crossed"

BHH

Zow
10th October 2007, 15:38
Hi, not sure if there was an answer, but here it is again:

Is there a way to join two or more Video_ts or evo file sets together?

It is useful for when a movie is on two discs and I want to apend part 2 to part 1 and have it all play continuously.

Thanks.

Barleyman
10th October 2007, 16:10
Sorry about the long post, but I don't know what part is relevant.

If you put CODE tags (# icon) around the log, it'll make a scrollable window..

Barleyman
10th October 2007, 23:05
I managed to mess up my codec/decodec setup by trying a media encoder based gui that installed k-lite. Things should be back to normal now :rolleyes:

However, audio normalization always stalls with no error messages but unresponsive "converting file" window. Same thing happens from virtualdubmod. Any ideas on that? Maybe it's ffdshow problem but I did set up the audio settings like the wiki says..

mkvaudio.avs looks like this:

LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
DirectShowSource("E:\Movies-E\test\sample.mkv",fps=23.976,convertfps=true,video=false)
#Applying STEREO downmixing routines
function stereo(clip a)
{
flr = GetChannel(a, 1, 2)
fcc = GetChannel(a, 3)
lfe = GetChannel(a, 4)
lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
mix = MergeChannels(lfc, lfc)
lrc = MixAudio(flr, mix, 0.2929, 1.0)
blr = GetChannel(a, 5, 6)
Return MixAudio(lrc, blr, 1.0, 0.2929)
}
#
6==Audiochannels() ? stereo() : last
function addvideo(clip c) {
blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
Return audiodub(last,c)
}
Normalize()
ConvertAudioTo16bit()
Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)


and that's the log file up to that point..
01:01:23 0.90d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
01:01:23 Selected Input file: E:\Movies-E\test\sample.mkv
01:01:23 Selected Output dir: E:\Movies-E\test\temp\
01:01:23 Selected Final Name: sample
01:01:23 Selected Container type: WMV
01:01:23 Selected Encoder: WMV
01:01:23 Selected Size: Don't care about size / 1
01:01:23 Selected Profile: Constant_Quality.xml
01:01:23 Selected Resizer: NONE / Original
01:01:23 Selected Filters: RemoveGrain(mode=2)
01:01:23 Selected Deinterlacer: Progressive
01:01:23 Selected Field Order: AUTO
01:01:23 Specify Quality: 90
01:01:23 NeroAACEnc.exe: not present
01:01:23 Enabled CRF/CQ AutoRes at 90 value
01:01:23 Activate PGC Ripping: -1
01:01:23 Track Language 1: sample.mkv
01:01:23 Audio Codec 1: WMV
01:01:23 Audio Quality 1: 384
01:01:23 Audio Channel 1: Stereo
01:01:23 Advanced Audio Settings DUMP Track 1
01:01:23 Audio Track Language: und
01:01:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:01:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:01:23 Lame Settings: ABR
01:01:23 Audio Normalization: 1
01:01:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:01:23 Advanced Audio Settings DUMP Track 2
01:01:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
01:01:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
01:01:23 Lame Settings: ABR
01:01:23 Audio Normalization: 1
01:01:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
01:01:23
01:01:23 Avi engage mode not corrected, switched to DirectShowSource
01:01:24 !!! WARNING - Trying with FFmpegSource
01:01:25 Aspect ratio: 1.778
01:01:25 Number of Frames: 1473
01:01:25 Framerate: 23.976
01:01:25 Movie length in Seconds: 62
01:01:25 Movie Width/Height: 1280/720
01:01:25 Aspect ratio: 1.778
01:01:25 Number of Frames: 1473
01:01:25 Framerate: 23.976
01:01:25 Movie length in Seconds: 62
01:01:25 Movie Width/Height: 1280/720
01:01:25 Encoding E:\Movies-E\test\temp\ to WAV , as pre-process to WMV

leebo
11th October 2007, 02:47
@leebo

make sure you have installed all required softwares... and retry :)

BHH

I installed avisynth, and xvid. I'm afraid to instal ffdshow because I'm worried it will mess up my installed codecs.

buzzqw
11th October 2007, 06:54
@Zow
you can use the joining features of dvd2one or some other more evoluted software (like pgcedit)

BUT , personally, i prefere to make 2 movie, so the synch is assured, then join with mkvmerge

@Barleyman
the normalization process could be very long (about 15 min for 2 hour movies)
BUT for 62 sec clip.. is just a matter of seconds...

try this.. open mkvmaudio.avs, remove the soundout line and open the script in media player classic. Is played correctly ?
if not.. there is some issue on decoding part...

BHH

bisdelf
11th October 2007, 16:30
hi, i've some "gui fix" to suggest:

in basic settings, audio, if you choose "copy original" it will look better and more functional if the quality-bar becomes hidden.

log-tab:

the log will appear a lot more easier if all the options that are not used, are not displayed. for example:


17:13:51 Track Language 1: E:\audio.ac3
17:13:51 Audio Codec 1: Copy Original
17:13:51 Audio Quality 1: 0.35
17:13:51 Audio Channel 1: Stereo
17:13:51 Advanced Audio Settings DUMP Track 1
17:13:51 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:13:51 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:13:51 Lame Settings: ABR
17:13:51 Audio Normalization: 1
17:13:51 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:13:51 Advanced Audio Settings DUMP Track 2
17:13:51 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:13:51 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:13:51 Lame Settings: ABR
17:13:51 Audio Normalization: 1
17:13:51 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:

i chose copy original and one track only, all these information are (imho) useless.

tell me what you think ;)

PS: i'll check other "style-issues"

Barleyman
11th October 2007, 18:12
try this.. open mkvmaudio.avs, remove the soundout line and open the script in media player classic. Is played correctly ?
if not.. there is some issue on decoding part...


Actually it's 18 second clip! And yeah, mkvaudio.avs makes mediaplayer classic, gspot and some other things stall. Interesting.

However the audio plays just fine when I play the clip on MPC (with internal filters disabled..)

EDIT: Okey dokey, the bad guy was haali media splitter. Get out of town!

Barleyman
11th October 2007, 19:37
Now some more about wmv encoding (yes yes, I'm still obsessed about figuring out how to make nice wmv's I can play with xbox 360 in 720p!)

.. It'd be nice if there was easier way to define I want "AC3-like" audio, ergo WMAPRO, 384 and 6 channels. With wmv8 2-pass vbr profile it's touch + go because the rate control slider doesn't know about 384 and so on.. I can't figure out how to edit the profiles to make those default either, it doesn't appear the bitrate and channel count are defined in profile..

Also the "constant quality"-profile appears to be WVC1 slooooow profile. How about a nice wmv8/wmv9 1-pass vbr quality-based profiles?

Choosing external subtitles is somewhat deceptive process. After you pick external subtitles, you get dialog that says they're loaded, but the pull-down dialog for the subs remains empty. I'm trying to burn the subs into the encode and I have ticked the "burn subs" box.. let's see if it actually happens..

buzzqw
11th October 2007, 19:53
@Barleyman

glad you found the bad guy!

WMAPRO, 384 and 6 channels
How about a nice wmv8/wmv9 1-pass vbr quality-based profiles?

let's me see if is possible somethings

let's see if it actually happens..

yes.. let's wait :)

BHH

Barleyman
11th October 2007, 20:14
It appears x360 doesn't like WMV8 videos or at least not VBR kind. Stutter stutter..

Not sure if the problem is WMV8 or VBR .. In any case, CBR gives yucky mosaic artifacts when the scene changes.

Let's try WMV9 now. Too bad it's SO slow wrt wmv8..

Edit: Same story with CBR WMV8 files too, so so much for that..

Barleyman
12th October 2007, 16:54
Holy cr*p!

I turned on 2-pass balanced wmv encode for 720p 42min when I went to work. Now, nine hours later it's STILL ON 1st PASS!

You sure there's not something funny in the profile that makes wmv9 run sloooooooooooow?

weaver4
12th October 2007, 23:31
@weaver4
please download http://www.64k.it/andres/data/a/AutoMKV090d.exe

and "finger crossed"

BHH

Did not fix it, anything else I should look at?

buzzqw
13th October 2007, 09:06
@Barleyman

i will look at wmv profiles

@weaver4
Did not fix it, anything else I should look at?

if so bautodeint isn't totally working for you. in linked build the deint analysis is launched in dos mode..

maybe some decoder/splitter filter

try removing haali media splitter (or install it if missing)

BHH

Barleyman
13th October 2007, 13:49
@Barleyman
i will look at wmv profiles


Appreciated.

In my 18-second-sample-clip compression tests the 2-pass balanced was actually a lot slower than "constant quality" wvc1 profile..

Started encode at 9am and it was finished 1am so 15h to encode 42 minutes.. Real shame X360 hates WMV8.

Oh, subs burned just fine. It'd be just nice if the UI gave some feedback what you have actually loaded..

Bigmango
13th October 2007, 16:58
Hi,

The mp4box.exe (v. 0.4.5-dev) which is installed with automkv always crashes when it finishes writing a file.

It "seems" that the mp4 files are written fine. But the problem is that if I queue 20 compression projects, the queue processing hangs at the end of the muxing for each file until I close the windows mp4box crash dialog.

I have replaced mp4box.exe with version 0.4.4 and it now works fine.

PS: I'm on vista x64.

buzzqw
13th October 2007, 17:18
@Bigmango

plase try this build http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.5-dev.zip

and this build too http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.4.zip

just relaung muxing.bat

do you confirm that 0.4.4 linked build doesn't crash ?

BHH

Bigmango
13th October 2007, 18:00
@Bigmango

plase try this build http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.5-dev.zip


This build crashes, same crash as the build supplied with automkv.

and this build too http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.4.zip

just relaung muxing.bat

This is the build I am talking about above. It works fine, I have tried it again after I tried the above 0.4.5.

do you confirm that 0.4.4 linked build doesn't crash ?


Yes, build 0.4.4 does not crash, it works fine.

Bigmango
13th October 2007, 19:11
Is there a memory leak in automkv ? It is using 1.1Gb of ram today.

I have started a 22 files queue encode (22 xvid+mp3 avi files I am converting to avc+aac mp4).

It is now encoding the 15th file:

- the x264.exe process in the middle of the 2nd pass is using about 190Mb and autoMKV090c.exe is using 1.1Gb and seems to be increasing slowly.

I am on vista x64 with 4Gb ram.

buzzqw
13th October 2007, 19:23
leak ? maybe

i think it is due to directshow interface when using mpeg4 files as input...

i think that using ffmpegsource could not cause this issue

i will try to reduce that leak.. but i cannot guarantee

BHH

Barleyman
14th October 2007, 12:58
By the way.. WME based encode360 can do 2-pass WMV9 encode of the same material in about 4-5 hours. So there's something iffy here. In particular it's a 3Mb/s average 5Mb/s peak CBR profile.

Why I'm not using it? Well, because the guys muxing scripts are kaput and give you 6kB file..

Bigmango
15th October 2007, 01:39
There is something fishy with the mp4 output. I have finished my 22 files mp4 encode (started encoding yesterday); using the PS3 profile + nero aac. The files play fine on the PC but the PS3 does not recognize them.

So I started everything over with nero recode, and now the PS3 can play the files.

I don't know if the problem is with the PS3 profile or with mp4box, but something's wrong.

buzzqw
15th October 2007, 06:27
please analyze with avinaptic both files (automkv and nero mp4)

and send me the analysis (mail is written in license.txt)

thanks

BHH

Bigmango
15th October 2007, 10:08
Could you please add nero aac abr 2 pass encoding ?

For 2 pass encoding nero needs a wave file as input. So the audio needs to be saved to a temporary wave file (with bepipe.exe for example).

Then, the options to encode the file are "-br -2pass".

This nice nero aac gui already does this (saving a temp wave with bepipe and encoding in 2 pass); the exe and the source are available here:
http://www.imcold.evilhosting.org/progs/sng/

2 pass is really useful on movie audio (usually has a lot of variations with silences,etc...) and low bitrates.

Thanks.

buzzqw
15th October 2007, 13:20
@Bigmango
Done.

wait next update

BHH

Barleyman
15th October 2007, 14:31
There's a new version of WMCmd.vbs out btw.

I wonder if it's possible somehow to see what settings the encode360 uses? You actually have to set them in the registry so I should be able to read the values during encoding? I just checked the wmv profiles myself and there's no obvious fun stuff there, but some of the settings are bit obscure and maybe have big performance hit.. should run some experiments on sample clip..

Bigmango
15th October 2007, 14:36
@Bigmango
Done.

wait next update

BHH

Wow ! So fast, you are awesome !

Thanks a lot :thanks:

buzzqw
15th October 2007, 14:41
i have redone most of wmv profiles (i hope making better)

the next update will be a full package that will include the new wmv profile AND the new wmcmd.vbs

for a sneak preview and some test (thanks!)

http://www.64k.it/andres/data/a/AutoMKV0.90d-wmv.rar

delete previus wmv profile folder and use the folder in rar package
update the wmcmd.vbs with one in rar package
..

and encode!

thanks for any test!

BHH

Bigmango
15th October 2007, 15:04
http://www.64k.it/andres/data/a/AutoMKV0.90d-wmv.rar


The 2 pass nero aac is there, but no working yet... still encoding in 1 pass even if the check box is set.

buzzqw
15th October 2007, 16:14
you must set also CBR or BR setting not auto (on advanced audio options)

BHH

buzzqw
15th October 2007, 16:31
@Bigmango

ok.. i have EXPLICITED... download this build http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe :)

BHH

Bigmango
15th October 2007, 17:25
please analyze with avinaptic both files (automkv and nero mp4)

and send me the analysis (mail is written in license.txt)


avinaptic crashes on startup:


Exception: STATUS_ACCESS_VIOLATION at eip=67FA76FD
eax=00853C68 ebx=00000000 ecx=00000000 edx=00000000 esi=02B92000 edi=004E5170
ebp=0027EFC8 esp=0027EF50 program=D:\tmp4\avinaptic\avinaptic.exe, pid 8052, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
0027EFC8 67FA76FD (004E5170, 0027F014, 00000064, 0040E841)
0027F008 004E522B (00000001, 100911D8, 100900A8, 00000001)
0027F078 61005F34 (0027F090, FFFFFFFF, 7465EDA0, 510DDFFC)
0027FF58 6100614B (00000000, 00000000, 00000000, 00000000)
End of stack trace



I'm on vista x64

Bigmango
15th October 2007, 17:36
you must set also CBR or BR setting not auto (on advanced audio options)

BHH

This is what I did :) I have set br when selecting 2 passes; but I neither saw it saving a temporary wave file nor encoding a 2nd pass.

BTW:
There also was a bug: after setting the advanced audio options and then closing the window, when opening the options window again the options are lost (everything is set back to auto).

The correct behavior should be to keep the changed settings when opening the audio settings again.


ok.. i have EXPLICITED... download this build http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe

Now with this build, when I select 2 pass, this is what happens:

1. the check box is no checked (after selecting it should be checked)
2. BR is automatically selected, this is good !
3. automkv freezes: the windows freeze and turn grey.

buzzqw
15th October 2007, 19:43
but I neither saw it saving a temporary wave file nor encoding a 2nd pass.

the soundsout start and create audio.wav
then neroaacenc start and do its job
audio.wav is deleted

There also was a bug: after setting the advanced audio options and then closing the window, when opening the options window again the options are lost

that's not a bug but wanted.

I can ASSURE that settings are remembered TILL you reopen the advanced audio settings

1. the check box is no checked (after selecting it should be checked)
again, the flag is remembered, just DON'T reopen the advanced audio settings
3. automkv freezes: the windows freeze and turn grey.
just close the audio settings to free automkv

BHH

Bigmango
15th October 2007, 20:04
the soundsout start and create audio.wav
then neroaacenc start and do its job
audio.wav is deleted


Ahh, ok. Yes I remember when the encoding progress dialog opened, that there was a 10-20 seconds delay before the progress started to move. So this is when the wave is written ?

But while the aac encoding is in process, the wave should still be in the tempd dir, shouldn't it ? I didn't see any wave file there... (while encoding the audio).


that's not a bug but wanted.

I can ASSURE that settings are remembered TILL you reopen the advanced audio settings


From this I understand that if I re-open the advanced audio settings, then the setting is lost ?

In this case that is an unnatural behavior, a user who does not know about this will be lost like I was :) I think it would be a good thing to correct, when you have the time to do it, of course.


again, the flag is remembered, just DON'T reopen the advanced audio settings

Same comment as above :)


just close the audio settings to free automkv
BHH

I can't. As I said, everything freezes (the audio window and the main automkv window). It freezes as soon as the encoding mode is automatically changed to "BR".

Both windows and all of the widgets, except one, turn grey. The only widget that doesn't turn grey is the "BR" widget, but it is frozen too.

The app freezes, I can't close it. The only thing I can do is kill the process.

buzzqw
15th October 2007, 21:59
Ahh, ok. Yes I remember when the encoding progress dialog opened, that there was a 10-20 seconds delay before the progress started to move. So this is when the wave is written ?

at first soundout start (using virtualdubmod) and export audio.wav in temp folder
then start nero on the wav file created, after the encoding the wav file is deleted

I can't. As I said, everything freezes (the audio window and the main automkv window). It freezes as soon as the encoding mode is automatically changed to "BR".

on my win2k3 and winxp is all ok.. what os have you ?

BHH

Bigmango
15th October 2007, 22:01
at first soundout start (using virtualdubmod) and export audio.wav in temp folder
then start nero on the wav file created, after the encoding the wav file is deleted


Ok, I'll need to try some more.


on my win2k3 and winxp is all ok.. what os have you ?


Vista x64.

Barleyman
15th October 2007, 22:37
delete previus wmv profile folder and use the folder in rar package
update the wmcmd.vbs with one in rar package
..


Hmm..

From the top of my head -

Constant quality, you're using FAST profile and WVC1 codec.. Isn't that a bit counterintuitive?

Number of threads.. You're specifying explicitly "1", and the docs say:
[-v_numthreads] <threads>
Forces the encoder to use the specified number of threads for encoding.
Valid values are 1, 2 and 4. If not specified, encoder will match the
number of logical processors reported by the operating system.

Wouldn't it be best to leave it undefined so rich bastards can use their dual and quad-cores to the max?

Barleyman
15th October 2007, 23:27
Some fresh compression test results for new profiles and the same 18-second 720p clip

2 pass balanced, target original size =>
280 seconds (about 0.06x realtime), output video is garbage! Just blocks of noise.

Copied 2 pass balanced to 2-pass CBR peak profile and edited v_preset = false, v_mode = 4 =>
280 seconds (just a coincidence??) output video is garbage

constant quality, quality = 90 (from advanced settings page) =>
108 seconds, 0,167x RT, output looks fine..

made a new copy of cq profile, edited to v_codec= WMV9, v_preset = false =>
165 seconds, OK output ..

Barleyman
15th October 2007, 23:36
Another compression test with CQ profile, quality = 95

<v_codec>WMV9</v_codec>
<v_preset>false</v_preset>
<v_bframedist>1</v_bframedist>
<v_loopfilter>1</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_mslevel>1</v_mslevel>
<v_performance>60</v_performance>


353 seconds! We have a winner!

Second test:

<v_codec>WMV9</v_codec>
<v_preset>false</v_preset>
<v_bframedist>1</v_bframedist>
<v_loopfilter>false</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_mslevel>false</v_mslevel>
<v_performance>60</v_performance>


248 seconds with this profile..

Test 3:

<v_codec>WMV9</v_codec>
<v_preset>false</v_preset>
<v_bframedist>1</v_bframedist>
<v_loopfilter>1</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_mslevel>false</v_mslevel>
<v_performance>60</v_performance>


Also 248 seconds, apparently loop filter is cheap option.. (Or I messed up the profile refresh part..)

test 4:
Second test:

<v_codec>WMV9</v_codec>
<v_preset>false</v_preset>
<v_bframedist>1</v_bframedist>
<v_loopfilter>false</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_mslevel>1</v_mslevel>
<v_performance>60</v_performance>


347 seconds!

Mslevel seems to come with a heavy price tag.

I re-ran test 3 to make sure the profile edit connected and got 241 sec encode time. Seems a bit unlikely loop filter would make things FASTER so probably cache issue or something.

buzzqw
16th October 2007, 07:16
Number of threads.. You're specifying explicitly "1", and the docs say:

do you see "-v_numthreads" in movie_wmv.bat ? :rolleyes:
i don't set it so it can be determined automatically by wmcmd.vbs

Constant quality, you're using FAST profile and WVC1 codec.. Isn't that a bit counterintuitive?

:confused: are you suggesting to use GOOD/BETTER preset ? or use WMV9 ?

output video is garbage
often on my test too :(
but working on "v_performance" usually fix it

also the culprit for slow/fast encoding is (from my test) v_performance, tweaking up and down will make things much faster or slowest...

again feel free to suggest any change :)

BHH

Barleyman
16th October 2007, 08:27
:confused: are you suggesting to use GOOD/BETTER preset ? or use WMV9 ?

Since WVC1 is supposed to be slower than WMV9 it seems bit odd to run WVC1 profile with performance options. On the other hand, I don't know if the WVC1 is actually slower if you do not use the advanced profile options. Guess it'd be pretty easy to try if WMV9 <-> WVC1 makes difference in encoding time if you don't use any of the AP items.

often on my test too :(
but working on "v_performance" usually fix it

(garbage video)

Hmm. From the WME gui boys, it seems WME9 is picky about audio bitrate. Should try to run the clip again with 6-channel and 256kbit to see if it fixes the video. Althought it seems a bit unlikely.

also the culprit for slow/fast encoding is (from my test) v_performance, tweaking up and down will make things much faster or slowest...
again feel free to suggest any change :)


From my compression test it looks like the chroma integer motion search carries a major performance hit. v_mslevel = 1 is about 40% slower than v_mslevel = 0.

from the marketing material:
By default the codec performs motion search only in the luma channel. Including chroma in motion estimation can significantly improve the quality of encoded video. Motion search with luma and true chroma will yield the best quality, but at the highest performance cost. The nearest-integer chroma mode provides reasonable compromise between quality and performance.

I wonder how "significant" the significant improment is here. Let's ask wmcmd guy..

Barleyman
16th October 2007, 23:24
Ok, re-did test 3 above with WVC1 profile - 257 seconds or about 5% slower than WMV9 .. So not a big deal in and of itself.
Let's try wvc1 with v_mslevel and v_performance 40 .. 161 seconds! Interesting. I wonder how subjective visual quality works out if you add advanced profile doo-dahs until you have more or less equal CPU cost as with v_performance 60 and stripped profile..

Not that 0.11 encoding rate is that great on this rig, but at least it allows me to encode one 42 minute show while I'm at work ..

Barleyman
17th October 2007, 19:41
Some more compressibility tests on WMV that has managed to silence this thread. All tests with quality = 95 -

test 5
<v_mode>2</v_mode>
<v_codec>WVC1</v_codec>
<v_dquantoption>2</v_dquantoption>
<v_loopfilter>1</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_mslevel>1</v_mslevel>
<v_bdeltaqp>1</v_bdeltaqp>

161 seconds, apparently dquantoption = 2 is practically free.

test 6
Same as test 5, but

<v_mmatch>0</v_mmatch>


312 seconds! Macroblock motion match method doubles encoding time, more or less. Handle with care.

test 7
v_adz is not supported by latest .90d but lets add it to command line anyways

<v_mmatch>false</v_mmatch> (this is the default)
v_adz 2


168 seconds. Apparently this adaptive deadzone is mainly for reducing filesize, at least I got smaller resulting file (about 15%) with it than without.

buzzqw
17th October 2007, 21:40
Barleymen, thanks for your test! a lot!

could this round of test summarize in new profiles or correcting actual wmv profiles ?

i will be very happy if you could "build"/"improve" the wmv profiles
and feel free to ask or suggest any change in automkv regarding the wmv profile code!

i think to publish the new update at end of next week. Do you think that is reasonalbe as date ?

:thanks:

BHH

Barleyman
18th October 2007, 11:55
Barleymen, thanks for your test! a lot!

could this round of test summarize in new profiles or correcting actual wmv profiles ?

i will be very happy if you could "build"/"improve" the wmv profiles
and feel free to ask or suggest any change in automkv regarding the wmv profile code!

i think to publish the new update at end of next week. Do you think that is reasonalbe as date ?

:thanks:

BHH

Hey, it's your program, you decide the schedule.

For code changes, you should add v_adz parameter. Some other parameter was deprecated as well. It'd be nice to be able to make the 6-channel encoding stick and come up by default. Perhaps a tick-mark in advanced settings? Or "original 5.1" option in the audio drop-down?

As for WMV settings, I think we made pretty good mapping of relative compression speed cost of the different settings.. I'll tweak the CQ profile for my personal use, should give good starting point for wmv profiles in general.

this should be good CQ "fast" profile

<v_mode>2</v_mode>
<v_codec>WVC1</v_codec>
<v_preset>false</v_preset>
<v_dquantoption>2</v_dquantoption>
<v_bframedist>1</v_bframedist>
<v_loopfilter>1</v_loopfilter>
<v_lookahead>16</v_lookahead>
<v_bdeltaqp>1</v_bdeltaqp>
<v_performance>40</v_performance>


Gives decent results for quality 90 to 95.
Add
<v_adz>2</v_adz>
to get extra ~15% smaller files for the same quantizer setting at some cost to detail. (perceptual compression so "should not be noticeable")

"balanced" CQ-profile might be the same thing but with v_performance at 60

lookahead doesn't actually do anything with CQ profile, I think..

buzzqw
18th October 2007, 12:33
about release.. i like to take 1 month between update.. just to be sure that bad bugs will not spread...
if you think that more tweak/work could be done on wmv profiles i will wait.. not a big problem

anyway...
added adz option , but set to false in all profile
removed v_percopt
changed cq profile as suggested
lookahead doesn't work in 2 pass profile.. but in 1 pass .. yes
Or "original 5.1" option in the audio drop-down?

sorry pal.. even if it is very very easy.. i was not able to encode a movie longer then 2 hour in 5.1 audio..
seems that for shorter sample is working.. but for longer movie the audio will crash/break/silence.. :(

EDIT: here the new "beta wmv" package
http://www.64k.it/andres/data/a/AutoMKV_0.90d_wmv2.rar


BHH

Barleyman
18th October 2007, 13:05
sorry pal.. even if it is very very easy.. i was not able to encode a movie longer then 2 hour in 5.1 audio..
seems that for shorter sample is working.. but for longer movie the audio will crash/break/silence.. :(

With 384kbps? It was suggested WME has trouble with multichannel bitrates other than 256kbps..

buzzqw
18th October 2007, 13:07
i will try with less.. but.. i am not so positive...

BHH

weaver4
18th October 2007, 15:19
I just bought a refurbished Zune for $99 from Woot. Works pretty good. I wanted to let you know that I looked at a lot of "paid" programs to convert my avi's to wmv's for the Zune and none of them work as well as your program.

One thing I do have to do is if I have a 640x272 DivX movie and I want to convert it and keep the aspect ration the same I am not able to simple select the width to 320 or I get a stretched 320x240 image. I have to go into the advanced tab and manually select the crop to 0 and the size to 320x136. I am using 1-Pass wmv9 as my profile.

Thought you might want to know since you and Barleyman are working on wmv this week. Don't know if profiles can include something to "keep aspect ratio" or not.

Thanks

Barleyman
18th October 2007, 16:40
By the way.. This version (and the previous wmv version) always complain there's MD5 mismatch on FFMPEGsource and automkv wants to copy liraries to system32.

If I check OK, it says it can't copy, try again?

After I select retry, it goes away but complains next time I start automkv..

weaver4
18th October 2007, 16:51
By the way.. This version (and the previous wmv version) always complain there's MD5 mismatch on FFMPEGsource and automkv wants to copy liraries to system32.

If I check OK, it says it can't copy, try again?

After I select retry, it goes away but complains next time I start automkv..


I found the same problem with "the old" 90d. This is the one you sent me to test the BAutoDeint.exe problem.

buzzqw
18th October 2007, 19:54
about md5... the problem is that in new full package i will include the new ffmpegsource.. and the new ffmpegsource.dll have a md5 different from your..

so don't warry

@weaver4

I have to go into the advanced tab and manually select the crop to 0

... i am unsure of this option... will be easy to implement.. but.. could be dangerous

i can add a "no_crop" option in profile.. but to set width&height... could bring to wrong encode...
you said that have to set width&height... but every movie could have different ar.. and so different height..

no. i don't think to implement this option. but i will glady accept any your future suggestions :)

BHH

weaver4
18th October 2007, 20:24
For some reason the Zune wmv content comes out 320x240 regardless of the input aspect ratio for a avi movie. The log file says something like:

:57:55 Movie Width/Height: 640/272

so it knows the correct original movie size so it should be able to set the output movie size of the Zune to the correct size.

So a avi movie size of 640/272 should be 320/136 on a Zune not 320/240 (as it comes out now).

The only way I can overcome this now is to go into Advance tab and Manually set the size.

Am I missing something?

jefrey
18th October 2007, 20:27
hi buzz im back again ;) can you add an option like "addborders? and how looks about the ps3 profile? some changes been taken? because it still not run, if i encode with automkv,.. but with nero encoded files runs well (but nero suck d***, because it works like a woman ;) ) :devil:
warm regards jefrey

Barleyman
18th October 2007, 21:06
I just tried, the CQ profile will work just fine as a 1-pass (WVC1) CBR profile..

wvc1_1_pass_cbr profile has a typo, <<v_preset> ...

"specifing quality override any encoding mode. profiles values will be used but in quality encoding" -tooltip for the specify quality-box. Not quite sure what that's supposed to mean.. To me it would sound like the "specify quality"-value will be ignored for CQ profiles?

Barleyman
18th October 2007, 21:39
The latest version also seems to leave ffdshow filters (and probably something else too!) open, at least I have a string of them in the tray after some tests. They go away when I close automkv.

Calculating bitrate seems to be broken for the vbr peak (mode 4) profile I made for myself. At least I can't make it work no more. It seems as soon as I touched advanced profile page, things got FUBARred and didn't come back after closing automkv etc.

Also the v_performance tag doesn't seem to be injected into the command line with this profile whether it's 40 or 60 :confused:

I explicitly inserted bitrate and performance with "use this profile" and got proper filesize finally.. I always get garbage for video with the vbr peak mode, thought. Let's give regular 2-pass a try.

Here's the profile in case there's anything interesting
<?xml version="1.0"?>
<VideoProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>2 Pass WVC1 peak VBR</Name>
<Settings xsi:type="WMVSettings">
<v_mode>4</v_mode>
<v_codec>WVC1</v_codec>
<v_preset>false</v_preset>
<v_bitrate>512</v_bitrate>
<v_quality>90</v_quality>
<v_keydist>10</v_keydist>
<v_bframedist>1</v_bframedist>
<v_dquantoption>2</v_dquantoption>
<v_dquantstrength>false</v_dquantstrength>
<v_loopfilter>1</v_loopfilter>
<v_denoise>false</v_denoise>
<v_scaling>false</v_scaling>
<v_edgeremoval>false</v_edgeremoval>
<v_lookahead>16</v_lookahead>
<v_mbmodecost>false</v_mbmodecost>
<v_mmatch>false</v_mmatch>
<v_mslevel>false</v_mslevel>
<v_msrange>false</v_msrange>
<v_mvcoding>false</v_mvcoding>
<v_mvcost>false</v_mvcost>
<v_adz>false</v_adz>
<v_numthreads>1</v_numthreads>
<v_type>false</v_type>
<v_buffer>10000</v_buffer>
<v_peakbitrate>false</v_peakbitrate>
<pixelratio>false</pixelratio>
<v_overlap>false</v_overlap>
<v_bdeltaqp>1</v_bdeltaqp>
<v_median>false</v_median>
<v_rangeredux>false</v_rangeredux>
<v_preproc>false</v_preproc>
<v_peakbuffer>false</v_peakbuffer>
<v_performance>60</v_performance>
<Width>false</Width>
<a_codec>wmapro</a_codec>
<a_mode>0</a_mode>
<title>false</title>
<author>false</author>
<album>false</album>
<year>false</year>
<genre>false</genre>
<copyright>false</copyright>
<description>false</description>
<rating>false</rating>
</Settings>
</VideoProfile>

buzzqw
18th October 2007, 22:00
@weaver4

i think i found the problem: on avi input the application don't know the original AR (16:9 , 4:3 , 1:1...) and so suppose AR as 1:1 ... and then the height come out wrong
please look at loog, what AR is reported ?

@jefrey
Hi! welcome back

about ps3... i think i have some good news (at least for me)... tomorrow i will buy my PS3 :D
and i will do more test (i have also thinked of an application that, using mencoder/ffmpeg, is able to copy video but trancode audio, and mux in ps3 compatiblity mode.. for quick divx->mp4 conversion/remuxing!)

@Barleyman
thanks for the << bug

To me it would sound like the "specify quality"-value will be ignored for CQ profiles
checking specify quality mean for "Constant quality profile" that the quality specified is used as quality in this profile.
example: want a v_quality of 87 ?
select cq profile, go in advanced settings and check specify quality, set it to 87

leave ffdshow
yes , i know :(
on some build of ffdshow this not happen, on other build happen!
lso the v_performance tag doesn't seem to be injected into the command line with this profile whether it's 40 or 60
since 60 is the default value, automkv when found v_performance=60 don't set it in command line
I always get garbage for video with the vbr peak mode,
yes, and i hate it :mad:

BHH

Barleyman
18th October 2007, 22:26
checking specify quality mean for "Constant quality profile" that the quality specified is used as quality in this profile.
example: want a v_quality of 87 ?
select cq profile, go in advanced settings and check specify quality, set it to 87

Yeah, I know what it does, I just think the tooltip is a bit misleading.. Maybe "Specify encoding quality (quantizer) value. Used in quality based profiles and normally ignored in others"

yes, and i hate it :mad:
BHH

(garbage video)

Have you found any pattern to this? All 1-pass profiles seem to work OK and I haven't had any success with 2-pass profiles.. Is it just the VBR peak profile or also the CBR 2-pass and VBR 2-pass? Who does the muxing? wmcmd.vbs? We don't actually get video-only file?

Barleyman
18th October 2007, 22:41
Another profile bug..

You can't use
<v_mode>1</v_mode>
it doesn't go to the command line properly..

buzzqw
19th October 2007, 07:26
You can't use
<v_mode>1</v_mode>

added (http://www.64k.it/andres/data/a/AutoMKV090e-wmv.exe )

Specify encoding quality (quantizer) value. Used in quality based profiles and normally ignored in others

tweaked and odopted as tooltip

Who does the muxing? wmcmd.vbs? We don't actually get video-only file?

wmcmd.vbs does encode both audio and video contemporary, while creting the wmv file.
while i can do wmv video only and wma audio only, i haven't any muxing program !

CBR 2-pass (v_mode=1) seems to not produce garbage...

BHH

jefrey
19th October 2007, 11:34
that sounds very good :) i hope it finally works :cool:

PS: is it possible to make an ts container in the next update or later, with automkv instead of avi/mp4 or mkv?

buzzqw
19th October 2007, 12:53
do you know any command line ts muxer?

BHH

jefrey
19th October 2007, 13:12
mp4 2 ts ?

weaver4
19th October 2007, 22:07
I hate to bring this up again, but I am still having problems with BautoDeint.exe. I get a general error saying it cannot continue and another error that says "Unable to read memory". This is with both 90c and 90d. When I look at the bautodeint log file it shows that it was processing when it got the error. I don't know what to try. Are there anytools outside of the AutoMKV directory that Bautodeint uses that I should try to reinstall?

koolyce
20th October 2007, 13:05
I have a problem with the manual crop. I only want to crop, but it's look like I can't, I need to resize and when I enter some value in the preview window to be sure to keep the same ratio, the number I enter always erase.

I want to resize to 1366 width and get a auto height ti keep the same ratio. Normally, I use the lanczosmtplus and set the height to 1366, but with manual crop, I can't.

Thanks for help

weaver4
20th October 2007, 14:02
I am having a problem with converting files to zune. I am using the Zune_1_Pass_WMV9 profile.

Once the video is complete, the Zune converter still needs to convert it to get it on the Zune unit.

Here are the properties of the video and audio before it is converted.

Audio: Windows Media Audio 44100Hz stereo 96Kbps [Raw Audio 0]
Video: Windows Media Video 9 320x136 23.98fps 9799Kbps [Raw Video 1]

Here are the properties of video that was created by CuCuSoft that did not need to be converted.

Audio: Windows Media Audio 44100Hz stereo 96Kbps [Raw Audio 0]
Video: Windows Media Video 9 320x144 29.97fps 686Kbps [Raw Video 1]

Notice the Framerate is 24fps and not 30fps like the Zune likes. And I have no idea why the video rate is shown as 9799kbs because it is much closer to 700kbs.

buzzqw
20th October 2007, 15:52
@jefrey

using firmware 1.93 on ps3 PAL i have no problem
this file (2mb) http://www.64k.it/andres/data/a/ps3.mp4 created with pse_41 profile is perfectly playable (on my ps3)

@koolyce
First of all Welcome to the Forum!
you can't manual resize BUT set only width. You must set both width and height
use aspect to calculate the right proportion http://aspect.fre3.com/

@weaver4
about deint:
what os you have ? vista or xp ?
have you installed haali media splitter ?
have you installed xvid build ?
autodeint fail on all source or only with not mpeg2 file ?

about the framerate is source file "film" ? take a look at log

BHH

jefrey
20th October 2007, 15:53
and how is it buzz? :D, if you test your ps3 and the mp4 files, dont forget to test some big files, like 1080p and over 4 gb :o:sly:

jefrey
20th October 2007, 15:55
oh:) what a quick reply ;) , hm have you testet the big files too? if they play too, then its something wrong with my settings :(

jefrey
20th October 2007, 16:00
i've tested your file, yes it works fine, and quicktime player accept it too, but if i will play my created automkv mp4 files in quicktime it says that file is not supported or broken <--the ps3 too

buzzqw
20th October 2007, 16:35
remember that ps3 has a limit of 2gb for file (i have read so somewhere on forums)

and ... not i haven't tested hd movie... since my tv is a crt (32' 16/9) ... next tv will by hd for sure

BHH

jefrey
20th October 2007, 16:40
yes i know that there is a limit, but only by playing from hdd (not dvd)If i splitt the file into 3 or 2 files a less than 2 gb, then this still not play :( maybe mp4box make some errors? th streams(h264 and aac) are ok

jefrey
20th October 2007, 16:41
and whats about your idea with mencoder? --->"and i will do more test (i have also thinked of an application that, using mencoder/ffmpeg, is able to copy video but trancode audio, and mux in ps3 compatiblity mode."

weaver4
20th October 2007, 17:05
@jefrey


@weaver4
about deint:
what os you have ? vista or xp ?
have you installed haali media splitter ?
have you installed xvid build ?
autodeint fail on all source or only with not mpeg2 file ?

about the framerate is source file "film" ? take a look at log

BHH

I am using XP
Yes haali media splitter is installed.
XviD 1.1.3 is installed.
autodeint seems to fail on all sources.

My source for the framerate problem is a DivX avi. So I am trying to convert one of my DivX videos to Zune.

buzzqw
20th October 2007, 17:25
@jefrey

i have done some test
coping audio/video (xvid+mp3) into mp4 -> fail
copy video and reencoding audio to aac , into mp4 -> fail
coping audio/video into .vob -> fail
reencoding audio AND video (from xvid+mp4 to x264+aac) into mp4 -> success

i hope for a firmware update (and a better linux support)

i will do anyway more test

@weaver4

change this registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="xvidvfw.dll"

to "VIDC.YV12"="divx.dll"
you must have divx installed

what's the original framerate of divx?

BHH

jefrey
20th October 2007, 17:37
the problem with linus is, that vlc player run on it, but not with so high performance, hdtv and mkv files with high resolution stocks on linux.

have you yellowdog or k/ubuntu on your ps3?

buzzqw
20th October 2007, 19:08
xubuntu 7.10

i have installed (using wireless network) mplayer and vlc and divx play fine .. but ... my main problem is resolution ... a crappy 480i ... (crt tv) :( ... i must change tv (4 years old , i can ear my wife shouting around...)

disable some service like printing, blutooth, and surely other two.. you will gain a little boost in speed

BHH

jefrey
20th October 2007, 19:13
ah thats sounds very good, also if i dissable every shit that i dont need on the ps3, it get some boost. I will try it with xubuntu. I tested around with ubuntu some weeks ago but i got ony errors and errors and erros, and the res. did never match.

i feel with you, about the problem with the tv. but since the full hd samsung hang here around, the shut her mouth up ( or you use duck tape ;) )
(my tv is le 40m86bd )

koolyce
21st October 2007, 01:04
Thanks Buzz, I will check that but It seems that aspect program can't go around 1280 or more.

I ask that because I use this program (automkv) to convert DVD to mkv/x264 with a resolution of 1368*Y and the result is amazing in term of quality.

Thanks

jefrey
21st October 2007, 15:28
hi buzz, i've played around with automkv and the whole hq profiles and found one hd dvd profile. is it possible to add an Bluray Profile, too? or no one knows the preferences for it?

warm regards and have fun with your new black box ;)

mapleleaf
21st October 2007, 17:35
hey buzz, could use a little insight....

i must say this app work great, i'm wondering which settings are best for encoding concerts...example...Up In Smoke Tour or Busta's Everything Remains Raw..

is it better to use a d2v or vob as input?
Which resize filter is best?
Should I leave it on "1 CD" as a size setting or choose my own (i have found that if u pick 1/4 of original size it comes out pretty nice...200MB = 50MB = pretty nice)
out of 2 pass, should i leave on balanced or better or extreme or insane...does it make that much of a difference on quality?...is it worth the time for this??
on Filters, it suggests "Remove Grain(mode 2)"....which is best for concerts or which is best for videos?...(mode 5)???
does it make a difference if i know the the field order and deinterlacer? what about hybrid order pattern??
should i be using the HQ Deint or Custom.Matrix?

all in all program kicks ass and could use some suggestions...im not the most tech knowlegde but i do understand a bit and lamens terms is best...thanks Buzz and anybody else who can put some more insights to concerts and DVD music videos..

buzzqw
21st October 2007, 19:13
@jefrey
blu ray ? ... or do you mean aurora borealis ? ;)

no .. i haven't this profile . but if you know any specs or already done profile.. send me a link!

@mapleleaf

First of all Welcome to the Forum!

i suggest to re-read thee forum rules (about what's best...)

i must admit that i haven't much knowledge compressing concert dvd... sorry

is it better to use a d2v or vob as input?
it's indifferent BUT if you use a d2v be sure to use dgindex bundle with automkv (to be sure of using same version)

about size.. i suggest to first try constant quality profile, it gives a good quality at good speed.
But using constant quality profile is unknow the final movie size

the balanced/extreme/insane profile are quite similar, i suggest the balanced since is a very good tradeoff between quality and speed.

i would pay more attention to audio.. using copy or near maximizing the bitrate!

usually concert dvd are filmed/interlaced... leave deinterlace detection to automatic and look at final result, only if you found remaining trace of interlacing i will go to tweak hybrid/hight quality parameters

.. just try the default settings, then tweak it :)

BHH

jefrey
21st October 2007, 19:38
no i dont have any profiles for blue ray ;), i only know that if i use nero vision->create new AVCHD->then burn to DVD-DL it works on ps3 as a blueray movie. But nero is sooo fucking slow and i cant use my own calculated bitrate (minimum is 12000 in nero :( ) --> file is bigger than 8gb, so i have to split it. If i load an original blueray m2ts/ avc file into avinaptic and send you the infos, cant this help you to create an profile?

mapleleaf
21st October 2007, 21:00
@jefrey
blu ray ? ... or do you mean aurora borealis ? ;)

no .. i haven't this profile . but if you know any specs or already done profile.. send me a link!

@mapleleaf

First of all Welcome to the Forum!

i suggest to re-read thee forum rules (about what's best...)

i must admit that i haven't much knowledge compressing concert dvd... sorry

it's indifferent BUT if you use a d2v be sure to use dgindex bundle with automkv (to be sure of using same version)

about size.. i suggest to first try constant quality profile, it gives a good quality at good speed.
But using constant quality profile is unknow the final movie size

the balanced/extreme/insane profile are quite similar, i suggest the balanced since is a very good tradeoff between quality and speed.

i would pay more attention to audio.. using copy or near maximizing the bitrate!

usually concert dvd are filmed/interlaced... leave deinterlace detection to automatic and look at final result, only if you found remaining trace of interlacing i will go to tweak hybrid/hight quality parameters

.. just try the default settings, then tweak it :)

BHH

thanks fo rreply and i have tried to read almost all posts...some stuff was too "techy" to understand but i keep readin.

1 more question...should i be using manual crop? i find sometimes auto size works real nice but other times i input 624 X 464 as manual crop.

should Direct Show "force" be checked and please explain anamorphing if possible

thank you for ur help and thanks in advance to others how respond and make suggestions...MKV is the shit!

oh and for some reason you r no longer able to download the neroaacenc.exe codec...or is that just me???

weaver4
21st October 2007, 21:25
@weaver4

change this registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="xvidvfw.dll"

to "VIDC.YV12"="divx.dll"
you must have divx installed

what's the original framerate of divx?

BHH

Ill try it, the orginal framerate of divx was 24.

Bigmango
21st October 2007, 22:11
EDIT: here the new "beta wmv" package
http://www.64k.it/andres/data/a/AutoMKV_0.90d_wmv2.rar


Same problem as before. As soon as I click on the "2 pass" checkbox (nero aac advanced options dialog) automkv freezes and the cpu gets loaded to 100% until I kill the process.

buzzqw
22nd October 2007, 08:43
could you please re-download http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe and check for freeze ?

thanks!

Bigmango
22nd October 2007, 09:41
could you please re-download http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe and check for freeze ?

thanks!

The CPU doesn't get busy anymore, but it still freezes in the same way. As soon as I click on the 2 pass checkbox... Strange.

buzzqw
22nd October 2007, 10:05
sorry for these series of builds.. but i got no problem..

could you re download http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe ???

thanks!

BHH

Barleyman
22nd October 2007, 10:14
What's the 2-pass WMV status? Still kaput except for 2-pass CBR? What's that supposed to be anyways, some kind of ABR profile?

Not that I care too much since the 1-pass CQ profile works just fine for me :p

Bigmango
22nd October 2007, 14:11
sorry for these series of builds.. but i got no problem..

could you re download http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe ???

thanks!

BHH

It's working fine with this build ! :) :thanks:

mapleleaf
23rd October 2007, 01:39
anybody have the Neroaacenc.exe codec...its not showing it when u tyr and download through this site...i accidently deleted when i took an update....anybody?...thanks in advanced

buzzqw
23rd October 2007, 07:13
@mapleleaf

google for it, there are many and more mirrors

BHH

fairuza
23rd October 2007, 10:29
first time using automkv.

when i start up automkv it just hangs. i can see the interface but not select anything or switch tabs. it says "not responding" in the title and "parsing profiles" in the bottom left corner of it.

i have ffdshow rev1324, dvdfab 3.2.1.0, avisynth 2.57, xvid 1.1.3 & .net 2.0 installed. using automkv 0.90 package with 0.90c update. winxp pro sp2, latest patches etc. intel p4 2.8ghz, ati radeon x1950 + cat 7.7.

buzzqw
23rd October 2007, 12:58
just download the full package 0.90

unrar it and you will have automkv.exe, some file and a \exe and a \profiles folder

launch automkv.exe

any errors ?

BHH

mapleleaf
23rd October 2007, 18:49
@mapleleaf

google for it, there are many and more mirrors

BHH

thanks, took a while finding it though...i have a little problem,
now when i use automkv, its telling me "Attention - Low Disk Space or Read Only Destination"......arent the temp files deleted after using mkv??? or is there a place on my system that i can go in and delete stuff?...is this normal and how do i get it to stop? Thanks again

Zow
23rd October 2007, 19:16
Two questions:

1. I am encoding all my Video_ts DVD rips to H.264 mkv. I am getting a TV which does 1080p/24 at 72Hz (3:3 pulldown.) Since DVDs are generally encoded in 24fps, should I disable Interlacing in automkv, thus getting rid of an unnecessary processing step and achieving better quality mkv?

2. When ripping movies with subtitles, I set the flag in Advanced Settings to Hide Subtitles by default. Well, when I tried to play some of these rips, I found that the subtitles remain hidden even when I try to bring them on (both in WMP11 and PowerDVD7) Do I also have to check Burn Subtitles, in addition to Hide Subtitles, or is something else wrong? (this may be a stupid question and I'll find out the answer when my re-rip with Burn Subtitles checkedd is finished, but it may help others.)

buzzqw
23rd October 2007, 19:21
@mapleleaf

no, automkv don't put anything around, all the junk is in \temp folder

are you sure your destination have have least 100mb free ?


@Zow

should I disable Interlacing in automkv
if you are sure that isn't needed any deinterlace test or processing , feel free to set deinterlacer to NONE :)

both in WMP11 and PowerDVD7
these aren't the two most "secure" application to test subtitle.
Try with videolanclient or mediaplayer classic

and also.. there isn't need to check burnt in subtitle... otherwise you will have your subtitle "encrusted" in movie

BHH

Zow
23rd October 2007, 19:46
....
these aren't the two most "secure" application to test subtitle.
Try with videolanclient or mediaplayer classic

and also.. there isn't need to check burnt in subtitle... otherwise you will have your subtitle "encrusted" in movie

BHH

I agree, the problem is that I use Vista MCE as a front end, so I am stuck with WM11:-(

When I start ripping, I can see that automkv is processing the subtitles, so they should be there. I'll play with it when I get home, try some other things, including MediaPlayer, to confirm that the subtitles are alive annd well in the mkv. Any ideas of what might be going wrong with WMP11?

TheRyuu
24th October 2007, 02:54
1. I am encoding all my Video_ts DVD rips to H.264 mkv. I am getting a TV which does 1080p/24 at 72Hz (3:3 pulldown.) Since DVDs are generally encoded in 24fps, should I disable Interlacing in automkv, thus getting rid of an unnecessary processing step and achieving better quality mkv?

The DVD's in all likelihood need IVTC, use dgindex to check for the correct "first field" (TFF, BFF). Use decimating or film setting in automkv (they both do the same thing). You should (almost) never encode it interlaced.

2. When ripping movies with subtitles, I set the flag in Advanced Settings to Hide Subtitles by default. Well, when I tried to play some of these rips, I found that the subtitles remain hidden even when I try to bring them on (both in WMP11 and PowerDVD7) Do I also have to check Burn Subtitles, in addition to Hide Subtitles, or is something else wrong? (this may be a stupid question and I'll find out the answer when my re-rip with Burn Subtitles checkedd is finished, but it may help others.)

Use MPC, part of the CCCP (http://www.cccp-project.net/) and try again.
For vista compatibility, I'd suggest trying the latest beta version of CCCP here. (http://www.cccp-project.net/beta/)

Also on the rips, make sure that the subtitle file actually made it into the ripped file (i.e., if your rip is an AVI, I doubt you'd have soft-subs in there).

fairuza
24th October 2007, 09:09
just download the full package 0.90

unrar it and you will have automkv.exe, some file and a \exe and a \profiles folder

launch automkv.exe

any errors ?

BHH

yes, the error is what i described. it hangs.

koolyce
24th October 2007, 11:24
There is have a way to use multiple filters when we convert? I'm only able to use one and I want to use 2-3.

Thanks

buzzqw
24th October 2007, 12:14
the filter bos is editable... just "concatenate" the filters.. like

undot().blur().removegrain(mode=2).degrainmedian().

BHH

spotter
24th October 2007, 15:09
I'm trying to encode superman w/ neroaac, and when it finishes the encode process for the first audio track, it complains about it being invalid (giving me the "do you want to stop" yes/no dialog). I can play the resulting .mp4 file just fine in media player classic, so unsure whats going on.

anyone else seen this?

buzzqw
24th October 2007, 15:17
if you got this message most probably something were wrong in encode

check the log, but i am sure you will see many and more "break file not supported"

install all required software as posted in first post

BHH

P.S the encode was fine at end because it was done by ffmpeg :)

spotter
24th October 2007, 15:51
I see what the problem is now. It's not track 1, it's track 2. For some reason track 2's ac3 file isn't being demuxed by dgindex, so there's nothing to be encoded, so erroring out.

It works fine w/ the dgindex included w/ AutoGknot.

koolyce
24th October 2007, 22:58
the filter bos is editable... just "concatenate" the filters.. like

undot().blur().removegrain(mode=2).degrainmedian().

BHH

Thanks.

Another question, Actually I use 2_pass_insane_quality with lanczosmtplus resize to 1368 and RemoveGrain(Mode=2) filter.

The result is ok, but I'm wondering if I can get a better result with another profile and different filter?

Thanks for your help.

Bigmango
25th October 2007, 00:41
2 pass nero aac encoding still not working ?

I have been trying the 2 pass encoding, this is what happens:

1. In advanced options I click on "2pass", it automatically selects "-br", then I close the advanced window.
2. In the main window I change the bitrate to 64k
3. I start the queue

4. the audio encoding part now starts with the volume normalizing
5. then it encodes 1 pass. It is encoding directly into mp4 (audio.mp4 is written), but I see no temporary wave file in the temp dir. There is no 2nd pass encoding after the 1st pass is done.


Also, when doing 2 passes aac, it would be nice to see the encoding window's title change (1st pass/2nd pass), as it does with the x264 window title.

koolyce
25th October 2007, 00:44
Other question...the fps of my dvd are 29fps and I want to lower that to 23.97fps, it is a good idea and it's possible?

I want to know if it will take less time to encode because encoding and resizing to 1368, it take generally 36 hours on a core2duo computer.

buzzqw
25th October 2007, 07:34
@koolyce
you can try limitedsharpenfaster as resize

the fps of my dvd are 29fps and I want to lower that to 23.97fps

just select "FILM" on interlace settings

@Bigmango
the problem was only using queue, fixed in this build
http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe

thanks! (btw.. i hate the queue :mad:)

BHH

Zow
25th October 2007, 08:01
...Use MPC, part of the CCCP (http://www.cccp-project.net/) and try again....

O.K., tried MPC.

The movie was Amarcord, with English subtitles (not embedded,) ripped to mkv, constant 18.

While playing, in the MPC menu, Subtitles is grayed out.

If I go to Filters and select DirectVobSub (auto-loading version), I can see the following checked: Show Subtitles; Subtitle (embedded); and Original Picture.

So far, with the above checked, NO subtitles are showing up in MPC.

The only way to bring them up, is to go to the MPC menu, then select Filters, and at the bottom of the Filters sub-menu I see a tree with the path to the Amarcord mkv file on my NAS.

The path has a sub-menu, which shows:
V: Amarcord [Undetermined] (checked)
A: [Italian] (checked)
S: [English] (unchecked)
No subtitles (checked)

If I check S: [English], the subtitles appear.

So, the subtitles are in the mkv, but WMP11 doesn't see them. Neither does PowerDVD.

MPC sees them as described above, but that doesn't really help much if I am using Vista MCE:-( Kind of a big issue.

How can I make this work in WMP11, and thus in MCE?

Thanks!

P.S. I'll try ripping Amarcord with "Hide Subtitles" unchecked, since if I remember correctly, this way they showed up in Vista Media Center by default. Then I'll try to disable them with the remote. Will let you know.

koolyce
25th October 2007, 11:10
@buzzqw

limitedsharpenfaster is better than lanczosmtplus?

rlp2955
25th October 2007, 14:13
Hey guys,
I have an Apple TV and a ton of .avi's from my digital camcorder that I would like to transfer over to .mp4. I have used autoMKV .83 successfully in the past to convert these files. I recently downloaded .90 and have yet to make this work.

A couple things that are happening...

1) in some cases, the encoding process is successful and I see a full .mp4 file in the destination folder. When I open it, I see video but no sound.

2) in other cases, I have an error that pops up in the encoding process saying "MP4box.exe" has stopped working.

Another weird thing...typically the only "movie" file I actually get after encoding is inside the "temp" folder. I believe the final video is supposed to stand alone outside the temp folder, correct?

Is there any distinct differences between .83 and .90? I haven't messed much with the Advanced Settings other than to do the anamorphic and set height/width. I also have Vista if that means anything. Would really appreciate some guidance. Thanks.

Bigmango
26th October 2007, 00:50
@Bigmango
the problem was only using queue, fixed in this build
http://www.64k.it/andres/data/a/AutoMKV090d-wmv.exe

thanks! (btw.. i hate the queue :mad:)

BHH

Nero aac 2 pass encoding now works fine !

:thanks:

buzzqw
26th October 2007, 07:39
@Zow

How can I make this work in WMP11, and thus in MCE?
istalling haali media splitter give a good control of subtitle load/play/hide

btw.. Amarcord ("i remember" in english, but "amarcord" is "i remember" in local dialect ) is a very great film!

@koolyce

limitedsharpenfaster is better than lanczosmtplus?
i suggest to try. personally i prefer limitedsharpenfaster

@rlp2955
yes.. the problem is with Vista

in some cases, the encoding process is successful and I see a full .mp4 file in the destination folder. When I open it, I see video but no sound.

the directshowsource of avisynth 2.5.7 seems have some problem with Vista.. try downloading a directshowsource.dll of avisynth 2.5.6

2) in other cases, I have an error that pops up in the encoding process saying "MP4box.exe" has stopped working
fixed in next release. Just download mp4box 0.4.4 and use it

BHH

Zow
26th October 2007, 18:27
...
istalling haali media splitter give a good control of subtitle load/play/hide

btw.. Amarcord ("i remember" in english, but "amarcord" is "i remember" in local dialect ) is a very great film!...
BHH

It sure is a great film, and it looks very good on last year's Criterion edition:-) It's a new transfer and the movie looks better than I've ever seen it.

I do have haali (I use K-Lite Full) and did play a little with the subtitle options. I can set haali so it works for most material, but there are times when I would like to turn on the subtitles even on an English-language movie (like Snatch:-)

I was wondering, if it is possible to rip to H.264 in a standard way, so that the subtitles can be toggled at will with the remote, across players, just like on Video_ts? Don't know if this is even possible with H.264 and mkv, but if it is, it would make the rips perfect.

Thanks!

buzzqw
26th October 2007, 18:41
both mp4 and mkv support graphic subtitle.. as one ripped from dvd

the main problem is that splitter must support also this features, and as far as i know haali support this kind of sub

the only limit i think is on the player... Are you sure you cannot use MediaPlayer Classic ?

BHH

Zow
26th October 2007, 21:20
...the main problem is that splitter must support also this features, and as far as i know haali support this kind of sub

the only limit i think is on the player... Are you sure you cannot use MediaPlayer Classic ?

BHH

Yeah, Vista MCE will only use WMP11:-(

But I am wondering why PowerDVD 7 also has trouble with the subtitles? Both WMP11 and PowerDVD are able to play and toggle the subtitles of the original Viddeo_ts rips, but cannot toggle them when converted to H.264 mkvs. Basically, on either WMP11 or PowerDVD, if I convert with AutoMKV's Hide Subtitle setting, the subtitles are hidden regardless of being turned On or Off in the player.

I am a noob at this, so I may be totally wrong, but I also notice that when playing the mkv in MPC, the subtitle toggling also doesn't work in DirectVobSub. In other words, even when show subtitles is selected in DirectVobSub, they remain hidden. Is DirectVobSub on what the other players are relying as well?

buzzqw
26th October 2007, 21:42
the hidden subtitle are a features of matroska.. so is activated by matroska splitter.

if in the splitter the subtitle is ON -> directvob sub will display it
else ... not

try installing haali media splitter on MCE

BHH

DarkNite
27th October 2007, 08:47
I think his problem would be not having access to filter menus in MCE. The alternative would be to set the Haali splitter to display a tray icon so he can switch subtitles via the tray icons menu, but that would require that mce or wmp11 be windowed. A real solution would be full support of mkv in mce, but we all know microsoft won't do that for us. ;)

I still don't see why installing Media Player Classic would be an issue though... It's not MCE, but it DOES work for everything you want to do.

zacoz
27th October 2007, 13:16
I think it probably comes down to Zow wanting to use the remote from across the room to control the player, including subtitles. That may be why he feels tied to MCE. ;)

Zow
27th October 2007, 18:42
Thanks, everyone.

Yep, I have a dedicated HTPC, which is pretty much always showing MCE, and is operated by a remote virtually all the time, except when I am ripping a DVD or upgrading.

Following buzzqw's suggestion to play with haali, I've set it up so it shows English subtitles automatically, except when the movie language is English, in which case it hides the English subtitles.

This works for 98% of movie-watching situations, so I think I am happy. For the rare instances like Snatch, when I might want to turn on subtitles even though the movie language is English, I guess I'll have to go to windowed mode and force the subtitles On.

I do think you are correct and the problem is that MCE does not support mkv, so perhaps I'll send them a whining message urging such support. Who knows, maybe if they get enough, they'll do it, perhaps in Windows 2020:-)

:thanks:

Zow
27th October 2007, 18:57
On my deinterlacing question. I read wizboy11's message regarding deinterlacing, but I am trying to understand this better.

Most DVD movie files, and thus Video_ts rips of these files, are kept at the original 24fps, progressive.

The way I understand it, the reason why we turn on deinterlace, is so that we can convert the material for NTSC monitors at 59.94Hz, or PAL at 50Hz.

But, if the TV I am getting is capable of 1080p/24 (which basically means that it can do 120Hz, a multiple of 24fps,) then I am wondering why do I need to deinterlace while converting?

If turn deinterlacing Off, then the resulting mkv would remain at 24fps and the monitor, which is capable of showing 1080p/24, would simply do 3/3 pulldown.

The way I am thinking, this would eliminate a processing step, and theoretically, preserve better quality.

Am I wrong?

Encoder888
28th October 2007, 01:32
Hi,

I'm sure someone has asked this already, but I don't wanna have to browse through 200 pages, so here is my question, a quick answer will do.

I have the lastest XVID encoder installed, and yet, whenever I try to encode a movie with XVID on a MKV container, it doesn't work. It encodes the audio and then it just stops. It works with the AVI container, but I want MKV, and with that one it just stops after the audio, like I said. Anyone else had the same problem? Please, help. Thanks.

buzzqw
28th October 2007, 06:50
@Zow

glad you have resolved your subtitle problem!

about your hd setup... i don't know.. better to ask to SeeMoreDigital or Bond...

@Encoder888

:logfile:

also make you sure you have installed avisynth...

BHH

dalihrp
28th October 2007, 08:26
bautodeint error in XP.
any fix?
I only install latest CCCP for my codec+MPC.

Zow
29th October 2007, 09:15
Just tried Media Control:

http://damienbt.free.fr/

It allows one to change subtitles, audio streams, etc. in Vista Media Center, as well as to FF/REW mkvs.

Just in case someone else is using mkvs in Vista Media Center:-)

bisdelf
29th October 2007, 15:20
hi with 90c there is again the 1080 preview bug: width is fixed to the display width, but height is not. The result is that you can not access play/pause etc controls

rantingotaku
30th October 2007, 00:40
Hi,

I'm sure someone has asked this already, but I don't wanna have to browse through 200 pages, so here is my question, a quick answer will do.

I have the lastest XVID encoder installed, and yet, whenever I try to encode a movie with XVID on a MKV container, it doesn't work. It encodes the audio and then it just stops. It works with the AVI container, but I want MKV, and with that one it just stops after the audio, like I said. Anyone else had the same problem? Please, help. Thanks.

mine seems to be doing the same thing, but stops after audio encode, no matter what I choose for other options.. yet I can encode with nero recode or autogk without any problems.

attached is my logfile (I aborted the 2nd audio track, so ignore that part)

19:12:38 0.90c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:12:38 Selected Input file: C:\GitS\VTS_04_0.IFO
19:12:38 Selected Output dir: C:\GitS\temp\
19:12:38 Selected Final Name: VTS_04_0
19:12:38 Selected Container type: MKV
19:12:38 Selected Encoder: X264
19:12:38 Selected Size: 1400 / 1
19:12:38 Selected Profile: 2_Pass_Better_Quality.xml
19:12:38 Selected Resizer: NONE / Original
19:12:38 Selected Filters: NONE
19:12:38 Selected Deinterlacer: AUTO
19:12:38 Selected Field Order: AUTO
19:12:38 Enabled CRF/CQ AutoRes at 18 value
19:12:38 Activate PGC Ripping: 0
19:12:38 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1]
19:12:38 Audio Codec 1: Nero AAC
19:12:38 Audio Quality 1: 0.30
19:12:38 Audio Channel 1: Original
19:12:38 Track Language 2: Japanese (AC3 6ch, 0xBD 0x83) [0,1]
19:12:38 Audio Codec 2: Nero AAC
19:12:38 Audio Quality 2: 0.25
19:12:38 Audio Chennel 2: Original
19:12:38 Advanced Audio Settings DUMP Track 1
19:12:38 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:12:38 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:12:38 Lame Settings: ABR
19:12:38 Audio Normalization: 1
19:12:38 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:12:38 Advanced Audio Settings DUMP Track 2
19:12:38 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:12:38 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:12:38 Lame Settings: ABR
19:12:38 Audio Normalization: 1
19:12:38 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:12:38 Selected 1' Sub tracks: RIP ALL SUBS
19:12:38
19:12:38 Starting SubRipping
19:15:36 Subtitle Size: 9095168 bytes
19:15:36 Finished SubRipping
19:15:36 Activate PGC processing: PGC 1 [2:39:50:15]
19:15:36 Starting Indexing
19:15:36 Dgindex CMD: C:\Users\Preacher\Desktop\AutoMKV090\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1,4 -YR=2 -AIF=[C:\GitS\VTS_04_1.vob] -OF=[C:\GitS\temp\movie] -exit -minimize
19:18:45 Finished indexing
19:18:45 D2V file size: 1224712
19:18:45 Starting fixing audio delay on track number 1
19:18:45 DelayCut CMD: C:\Users\Preacher\Desktop\AutoMKV090\exe\dgindex\Delaycut.exe -auto -out "C:\GitS\temp\fixed1.ac3" "C:\GitS\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
19:18:45 Original 1 Audio Size: 230401536 bytes
19:19:01 Fixed 1' Audio Size: 230401536 bytes
19:19:01 Starting fixing audio delay on track number 2
19:19:01 DelayCut CMD: C:\Users\Preacher\Desktop\AutoMKV090\exe\dgindex\Delaycut.exe -auto -out "C:\GitS\temp\fixed1.ac3" "C:\GitS\temp\movie T04 3_2ch 448Kbps DELAY 0ms.ac3"
19:19:01 Original 2 Audio Size: 537537280 bytes
19:19:31 Fixed 2' Audio Size: 537537280 bytes
19:19:31 Finished fixing audio delay
19:19:31 Encoding C:\GitS\temp\fixed1.ac3 to NeroAAC with 0.30 quality
19:25:54 Encoded 1' Audio Track: 100907325 bytes
19:25:54 Encoding C:\GitS\temp\fixed2.ac3 to NeroAAC with 0.25 quality
19:32:25 Encoded 2' Audio Track: 61706360 bytes
19:32:52 Number of Frames: 287715
19:32:52 Framerate: 29.970030
19:32:52 Movie length in Seconds: 9601
19:32:52 Movie Width/Height: 720/480
19:32:52 DgIndex AR: 16:9
19:38:45 Deinterlace Test: Processing completed. Type is determined to be film.
19:38:45 BFF: 131
19:38:45 TFF: 589
19:38:45 NOT Allow Hybrid Order/Pattern, set Field Order to: TFF
19:38:45 Starting X264
19:38:45 Command Line 1' Pass X264: C:\Users\Preacher\Desktop\AutoMKV090\exe\encoder\x264.exe --pass 1 --bitrate 1082 --stats "C:\GitS\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\GitS\temp\movie.avs"
19:38:45 Command Line 2' Pass X264: C:\Users\Preacher\Desktop\AutoMKV090\exe\encoder\x264.exe --pass 2 --bitrate 1082 --stats "C:\GitS\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 6 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --threads auto --thread-input --output "C:\GitS\temp\movie.mp4" "C:\GitS\temp\movie.avs"
19:38:49 Finished 1' Pass X264
19:38:53 "C:\Users\Preacher\Desktop\AutoMKV090\exe\matroska\mkvmerge.exe" -o "C:\GitS\temp\VTS_04_0.mkv" --track-name -1:"VTS_04_0" --aspect-ratio 1:1.000000 --chapters "C:\Users\Preacher\Desktop\AutoMKV090\exe\chapters.txt" "C:\GitS\temp\movie.mp4" --language -1:eng --default-track -1:yes "C:\GitS\temp\audio.mp4" --language -1:jpn "C:\GitS\temp\audio2.mp4" "C:\GitS\temp\VTS_04_0.idx" --title "Done with AutoMKV 0.90c http://forum.doom9.org/showthread.php?p=854221 "
19:38:54 Final Muxed size: -1 bytes
19:38:54 Encoding finished: 00:00:05 elapsed time
19:38:54 -----------------------------------------------------------------------
19:38:54 Script AutoCrop.log
19:38:54
19:38:54 Crop(6,8,708,468)
19:38:54 -----------------------------------------------------------------------
19:38:54 Script Resmovie.avs
19:38:54 -----------------------------------------------------------------------
19:38:54 Script movie.avs
19:38:54
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\AddGrain.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\autocrop.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\aWarpSharp(Pruned).dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\blockbuster.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\cnr2.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\ColorMatrix.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\Convolution3D.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\corrector.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\DctFilter.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\Decomb.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\Deen.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\degrainmedian.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\DGDecode.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\EEDI2.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFMpegSource.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFT3DFilter.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FluxSmooth.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\frfun7.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\hqdn3d.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\LeakKernelDeint.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\MaskTools.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\medianblur.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\MipSmooth.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\MSharpen.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\mt_masktools.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\mvtools.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\NicAudio.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\RemoveGrainS.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\RepairS.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\SangNom.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\SimpleResize.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\SoundOut.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\TBilateral.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\TDeint.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\TIVTC.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\TomsMoComp.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\TTempSmooth.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\UnDot.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\UnFilter.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\VSFilter.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\warpsharp.dll")
19:38:54 #loadpluginstart
19:38:54
19:38:54 #test1
19:38:54
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\BlindDeHalo3_mt2.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\HybridFuPP.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\LanczosPlus.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\Lem.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\LimitedSharpenFaster.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\MCBob_v03c.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\mvbob.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\QMlib.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\seesaw.avsi")
19:38:54 Import("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\spresso.avsi")
19:38:54 #importstart
19:38:54
19:38:54 #test2
19:38:54
19:38:54 movie = mpeg2source("C:\GitS\temp\movie.d2v")
19:38:54 function getOrder(clip c) {
19:38:54 order = GetParity(c) ? 1 : 0
19:38:54 Return order }
19:38:54 #filter1start
19:38:54
19:38:54 #test3
19:38:54
19:38:54 movie = tfm(movie,d2v="C:\GitS\temp\movie.d2v").tdecimate()
19:38:54 #resizestart
19:38:54
19:38:54 #test4
19:38:54
19:38:54 last = movie
19:38:54 #filter2start
19:38:54
19:38:54 #test5
19:38:54
19:38:54 ColorMatrix(mode="Rec.709->Rec.601")
19:38:54 return last
19:38:54 -----------------------------------------------------------------------
19:38:54 Script mkvmaudio.avs
19:38:54
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\NicAudio.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\SoundOut.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFmpegSource.dll")
19:38:54 NicAC3Source("C:\GitS\temp\fixed1.ac3")
19:38:54 #Applying ORIGINAL downmixing routines
19:38:54
19:38:54 function addvideo(clip c) {
19:38:54 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:38:54 Return audiodub(last,c)
19:38:54 }
19:38:54 Normalize()
19:38:54 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Preacher\Desktop\AutoMKV090\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.30 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
19:38:54 -----------------------------------------------------------------------
19:38:54 Script mkvmaudio.bat
19:38:54 -----------------------------------------------------------------------
19:38:54 Script mkvmaudio2.avs
19:38:54
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\NicAudio.dll")
19:38:54 LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\SoundOut.dll")
19:38:54 NicAC3Source("C:\GitS\temp\fixed2.ac3")
19:38:54 #Applying ORIGINAL downmixing routines
19:38:54
19:38:54 function addvideo(clip c) {
19:38:54 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:38:54 Return audiodub(last,c)
19:38:54 }
19:38:54 Normalize()
19:38:54 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Preacher\Desktop\AutoMKV090\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.25 -if - -of audio2.mp4",postfilename="",nofilename=true,showoutput=false)
19:38:54 -----------------------------------------------------------------------
19:38:54 Script mkvmaudio2.bat
19:38:54
19:38:54 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
30th October 2007, 08:39
@rantingotaku

open the movie.avs with virtualdub

what is the error ?

BHH

neo82
30th October 2007, 11:18
I've tried reading up in this thread to see where I might have went wrong however i can't find it. I've tried on 3 different pcs between xp professional and i can't seem to get this to encode anything (avi/mkv containers). (this is with automkv .90c) I've posted only the avi problem - hoping i just have a setting wrong that i'm doing this wrong with:

It gets up to the Virtualdub:

"Cannot open file "movie.avi":
The system cannot find the file specified.



I have included upto where i think the error might be from:


05:59:23 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
05:59:23 Selected Input file:
05:59:23 Selected Output dir: temp\
05:59:23 Selected Final Name: movie
05:59:23 Selected Container type: AVI
05:59:23 Selected Encoder: XviD
05:59:23 Selected Size: 1/2 CD / 1
05:59:23 Selected Profile: 2_Pass_Extreme_Quality.xml
05:59:23 Selected Resizer: SimpleResize (neutral soft) / Automatic
05:59:23 Selected Filters: MipSmooth(preset = "AnimeHQ")
05:59:23 Selected Deinterlacer: AUTO
05:59:23 Selected Field Order: AUTO
05:59:23 NeroAACEnc.exe: not present
05:59:23 Using Matrix: Sharktooth's EQM v3LR.cqm
05:59:23 Track Language 1: Japanese (AC3 6ch, 0xBD 0x81) [0,1,2,3,4]
05:59:23 Audio Codec 1: Lame
05:59:23 Audio Quality 1: 192
05:59:23 Audio Channel 1: Stereo
05:59:23 Advanced Audio Settings DUMP Track 1
05:59:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
05:59:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
05:59:23 Lame Settings: ABR
05:59:23 Audio Normalization: 1
05:59:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
05:59:23 Advanced Audio Settings DUMP Track 2
05:59:23 Nero Option Profiles: AUTO --- Encoding Mode: Quality
05:59:23 CCT Option Profiles: AUTO --- Channel Options: AUTO
05:59:23 Lame Settings: ABR
05:59:23 Audio Normalization: 1
05:59:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
05:59:23 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1,2,3,4]
05:59:23
05:59:23 Starting ripping from J:\VIDEO_TS\ to temp\
06:03:13 Finished Ripping
06:03:13 Starting SubRipping
06:04:25 Subtitle Size: 16384 bytes
06:04:25 Finished SubRipping
06:04:25 Starting Indexing
06:04:25 Dgindex CMD: C:\Documents and Settings\Ataru\Desktop\New Folder\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=2 -YR=2 -AIF=[C:\Documents and Settings\Ataru\Desktop\New Folder\temp\dvd\video_ts\VTS_01_1.vob] -OF=[C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie] -exit -minimize
06:05:06 Finished indexing
06:05:06 D2V file size: 492499
06:05:06 Starting fixing audio delay on track number 1
06:05:06 DelayCut CMD: C:\Documents and Settings\Ataru\Desktop\New Folder\exe\dgindex\Delaycut.exe -auto -out "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\fixed1.ac3" "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie T02 3_2ch 384Kbps DELAY 0ms.ac3"
06:05:06 Original 1 Audio Size: 158453760 bytes
06:05:08 Fixed 1' Audio Size: 158453760 bytes
06:05:08 Finished fixing audio delay
06:05:08 Encoding C:\Documents and Settings\Ataru\Desktop\New Folder\temp\fixed1.ac3 To Mp3 with 192 ABR Preset
06:05:09 Unable to encode Audio, trying with DirectShowSource!
06:05:09 Encoding C:\Documents and Settings\Ataru\Desktop\New Folder\temp\fixed1.ac3 To Mp3 with 192 ABR Preset
06:05:09 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
06:05:09 FFmpeg Encoding Audio: "C:\Documents and Settings\Ataru\Desktop\New Folder\exe\BeSweet\ffmpeg.exe" -vn -i "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\audio.mp3"
06:07:29 Encoded 1' Audio Track: 52818080 bytes
06:07:29 Encoded 1' Audio Track: 52818080 bytes
06:07:29 Avi engage mode not corrected, switched to DirectShowSource
06:07:29 !!! WARNING - Trying with FFmpegSource
06:07:30 Aspect ratio: 4:3
06:07:30 Number of Frames:
06:07:30 Framerate:
06:07:30 Movie length in Seconds: 1
06:07:30 Movie Width/Height: /
06:07:30 DgIndex AR: 4:3
06:07:30 Aspect ratio: 4:3
06:07:30 Number of Frames:
06:07:30 Framerate:
06:07:30 Movie length in Seconds: 1
06:07:30 Movie Width/Height: /
06:07:30 DgIndex AR: 4:3
06:07:31 Single Pass Encoding XviD: C:\Documents and Settings\Ataru\Desktop\New Folder\exe\encoder\xvid_encraw.exe -cq 2.5 -progress -max_bframes 2 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -bquant_ratio 162 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -qmatrix "C:\Documents and Settings\Ataru\Desktop\New Folder\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\resmovie.avs" -type 2 -avi "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\resmovie.avi"
06:07:34 Finished Autosize procedure
06:07:34 Tested total movie: 5%
06:07:34 AutoResize movie size: -1 bytes
06:07:34 Movie Width suggested: 16 value based on sample size (1.#J% of original width)
06:07:34 FIRST pass XviD: "C:\Documents and Settings\Ataru\Desktop\New Folder\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 2510889 -turbo -progress -max_bframes 1 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -qmatrix "C:\Documents and Settings\Ataru\Desktop\New Folder\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie.avs" -type 2 -avi "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie.avi"
06:07:34 SECOND pass XviD: "C:\Documents and Settings\Ataru\Desktop\New Folder\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 2510889 -progress -max_bframes 1 -imax 16 -qpel -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -qmatrix "C:\Documents and Settings\Ataru\Desktop\New Folder\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie.avs" -type 2 -avi "C:\Documents and Settings\Ataru\Desktop\New Folder\temp\movie.avi"
06:07:37 Starting Second Pass
06:07:40 Using VirtualDubMod for Muxing!
06:16:04 Encoding finished: 00:08:27 elapsed time
06:16:04 -----------------------------------------------------------------------
06:16:04 Script AutoCrop.log
06:16:04 -----------------------------------------------------------------------
06:16:04 Script Resmovie.avs

rantingotaku
30th October 2007, 12:40
@rantingotaku

open the movie.avs with virtualdub

what is the error ?

BHH

"Avisynth open failure:
LoadPlugin: unable to load
AutoMKV090\exe\filter\FFMpegSource.dll"

but when I look in the filter folder, I can see FFMpegSource.dll

I have re-downloaded AutoMKV, same results.

buzzqw
30th October 2007, 13:13
@neo82

be sure you have installed all needed software linked in first post ?

@rantingotaku

open movie.avs and delete the line LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFMpegSource.dll"

then reopen the script in virtualdub

BHH

neo82
30th October 2007, 20:39
@neo82

be sure you have installed all needed software linked in first post ?

BHH

I have no idea what happened but redownloading and installing for the 4th time fixed the problem. thanks for your assistance buzz :)

Barleyman
30th October 2007, 23:11
I've done some 720p transcoding with the WVC1 CQ profile I made. There seems to be real difference in end result with performance 40 vs 60. As in, you notice less artifacts, cleaner picture, etc.. Or it's just the source was better to start with :p

On the other hand, 60 needs about 2.5x more time than 40. Wouldn't try encoding full HD-DVD that way. At least not without quad-core upgrade.

By the way, what about that way to specify WMV 6-channel without going to advanced menu every time?? Shouldn't "original" use 6-channel if the source is 5.1? How about add "multi-channel" or "5.1" option to the audio drop-down?

.91 release would be nice too, if only to get rid of the "copy blabla to system32??"..

rantingotaku
30th October 2007, 23:51
@rantingotaku

open movie.avs and delete the line LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFMpegSource.dll"

then reopen the script in virtualdub

BHH

removed: LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\FFMpegSource.dll"

error on LoadPlugin("C:\Users\Preacher\Desktop\AutoMKV090\exe\filter\warpsharp.dll"

removed it as well. movie.avs loaded fine afterwards.

buzzqw
31st October 2007, 08:03
if you got problem on wharpshap could be due to cpu

what is your cpu / os ?

BHH

buzzqw
31st October 2007, 09:22
update to 0.91 Full Package , link on first post

Changelog

ADDED: Tune CQ button. Is activated only when working with Constant Quality profile
ADDED: 2 pass encoding with Nero AAC Enc. Option avaiable only when using CRB or BR encoding, activable in Advanced Audio Options
ADDED: LAME VBR preset (medium, standard, extreme and insane) (Suggestion by ermenegildo)
ADDED: Again check for ffmpegsource dll in \windows\system32. Too many users complain about not able to open avs script made by automkv in virtualdub.
ADDED: v_adz option for wmv profiles. In Wmv profiles is now set to false
FIXED: Font in log
FIXED: The language list will show only avaiable translation (suggestion by aytin)
FIXED: Autodeint routines are launched in old dos mode
FIXED: When loading a Save Setting with Constant Quality Profile enabled the CQ button will be valid
FIXED: Some log optimizations
FIXED: Reworked all WMV Profile
FIXED: No more need to set 6 ch on Advanced Audio Settings for WMA audio. Selecting ORIGINAL will set 5.1 output. USE ORIGINAL only if your audio source is already 5.1 (suggestion by Bleedingum)
REMOVED: v_percopt from wmv profiles
REGRESSION: MP4Mux 14/09/2007 build, newer build crash on Vista
UPDATE: X264 v680, TIVTC 1.0.3, DGIndex 1.5.0 b10, WMcmd.vbs 11/10/2007

BHH

zacoz
31st October 2007, 11:20
I've encountered issues recently when trying to convert TV Series episodes from a DVD previously ripped in full to the hard drive. The problems occur when the episodes are contained in different PGC's within the one VTS.

I've been selecting "Process this IFO" then selecting the input IFO. Select PGC appears with the drop down to select the PGC you want, but there is no longer a tick box on the Advanced Settings tab to force selecting just the specific PGC (like there used to be).

When processing, all the PGC's are being converted, so I end up with an mkv with very tiny dimensions containing 4 episodes instead of 1 (due to autoresize and a fixed 1/2 CD size).

Not sure which version this started occurring with as it's been a while since I last processed such a DVD.

Anyone else encountering this or did I miss a crucial design change and it's working as intended?

buzzqw
31st October 2007, 11:54
the pgc processing is changed

case one: dvd already ripped:
if you select the first pgc all dvd is processed
if you select not the first pgc ,then only this pgc is processed

case two: dvd to rip
is ripped (and then processed) only the selected pgc

BHH

rantingotaku
31st October 2007, 12:48
CPU: Core 2 Duo E6850
OS: Vista Ultimate 32bit

I'm going to try the 0.91 release you just put out. I tried a quick encode of a 700mb chunk, it looked like it was starting to convert the video.. going to try the full movie now.

will post results when I get off work.

garethccc
31st October 2007, 13:03
Hi all,

I've had success encoding x264/aac .MKV movies from DVD source files with past versions (0.89) but success has been patchy (sometimes it works, sometimes it doesn't!). Will try 0.91 soon, but thought I'd try and figure out what's going on anyways:

I'm using Vista Ultimate 32-bit, and considering I've successfully encoded in the past, that doesn't seem to be the problem. Encoding audio with neroaacenc.exe seems to be problematic - the encoding process breaks down before the video encoding stage. I'll post the a sample .log file so that people that know much more than I do about AutoMKV can spot the problem :-)

CPU: Core Duo T2400 / RAM: 1526Mb

Thanks!!


22:02:38 0.90 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:02:38 Selected Input file: D:\DTS Die hard\VIDEO_TS\VTS_01_0.IFO
22:02:38 Selected Output dir: C:\Users\Gareth\Desktop\temp\
22:02:38 Selected Final Name: die hard 4
22:02:38 Selected Container type: MKV
22:02:38 Selected Encoder: X264
22:02:38 Selected Size: 1/5 DVD-R / 1
22:02:38 Selected Profile: 2_Pass_Balanced.xml
22:02:38 Selected Resizer: NONE / Original
22:02:38 Selected Filters: NONE
22:02:38 Selected Deinterlacer: AUTO
22:02:38 Selected Field Order: AUTO
22:02:38 Enabled CRF/CQ AutoRes at 18 value
22:02:38 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
22:02:38 Audio Codec 1: Nero AAC
22:02:38 Audio Quality 1: 0.50
22:02:38 Audio Channel 1: Stereo
22:02:38 Advanced Audio Settings DUMP Track 1
22:02:38 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:02:38 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:02:38 Lame Settings: ABR
22:02:38 Audio Normalization: 1
22:02:38 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:02:38 Advanced Audio Settings DUMP Track 2
22:02:38 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:02:38 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:02:38 Lame Settings: ABR
22:02:38 Audio Normalization: 1
22:02:38 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:02:38
22:02:38 Starting Indexing
22:02:38 Dgindex CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\DTS Die hard\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Gareth\Desktop\temp\movie] -exit -minimize
22:07:52 Finished indexing
22:07:52 D2V file size: 970505
22:07:52 Starting fixing audio delay on track number 1
22:07:52 DelayCut CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Gareth\Desktop\temp\fixed1.ac3" "C:\Users\Gareth\Desktop\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
22:07:52 Original 1 Audio Size: 414797824 bytes
22:08:28 Fixed 1' Audio Size: 414797824 bytes
22:08:28 Finished fixing audio delay
22:08:28 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
22:31:10 Unable to encode Audio, trying with DirectShowSource!
22:31:10 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
22:31:11 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
22:31:11 FFmpeg Encoding Audio: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "C:\Users\Gareth\Desktop\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "C:\Users\Gareth\Desktop\temp\audio.mp3"
22:40:44 Encoded 1' Audio Track: 118513952 bytes
22:40:44 Encoded 1' Audio Track: 118513952 bytes
22:40:44 Avi engage mode not corrected, switched to DirectShowSource
22:40:44 !!! WARNING - Trying with FFmpegSource
22:40:46 Aspect ratio: 1.778
22:40:46 Number of Frames:
22:40:46 Framerate: 30
22:40:46 Movie length in Seconds: 1
22:40:46 Movie Width/Height: 720/576
22:40:46 DgIndex AR: 1.778
22:40:47 Aspect ratio: 1.778
22:40:47 Number of Frames:
22:40:47 Framerate: 30
22:40:47 Movie length in Seconds: 1
22:40:47 Movie Width/Height: 720/576
22:40:47 DgIndex AR: 1.778
22:40:47 Starting X264
22:40:47 Command Line 1' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 6511231 --stats "C:\Users\Gareth\Desktop\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\Users\Gareth\Desktop\temp\movie.avs"
22:40:47 Command Line 2' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 6511231 --stats "C:\Users\Gareth\Desktop\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "C:\Users\Gareth\Desktop\temp\movie.mp4" "C:\Users\Gareth\Desktop\temp\movie.avs"
22:40:50 Finished 1' Pass X264
22:40:54 "C:\Program Files\Multimedia\Tools\AutoMKV\exe\matroska\mkvmerge.exe" -o "C:\Users\Gareth\Desktop\temp\die hard 4.mkv" --track-name -1:"die hard 4" --aspect-ratio 1:1.000000 --chapters "C:\Program Files\Multimedia\Tools\AutoMKV\exe\chapters.txt" "C:\Users\Gareth\Desktop\temp\movie.mp4" --language -1:eng --default-track -1:yes "C:\Users\Gareth\Desktop\temp\audio.mp3" --title "Done with AutoMKV 0.90 http://forum.doom9.org/showthread.php?p=854221 "
22:40:55 Final Muxed size: -1 bytes
22:40:55 Encoding finished: 00:00:05 elapsed time
22:40:55 -----------------------------------------------------------------------
22:40:55 Script AutoCrop.log
22:40:55 -----------------------------------------------------------------------
22:40:55 Script Resmovie.avs
22:40:55 -----------------------------------------------------------------------
22:40:55 Script movie.avs
22:40:55
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\AddGrain.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\autocrop.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\blockbuster.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\cnr2.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\ColorMatrix.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Convolution3D.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\corrector.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\DctFilter.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Decomb.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Deen.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\degrainmedian.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\DGDecode.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\EEDI2.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFMpegSource.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFT3DFilter.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FluxSmooth.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\frfun7.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\hqdn3d.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LeakKernelDeint.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MaskTools.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\medianblur.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MipSmooth.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MSharpen.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mt_masktools.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mvtools.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\NicAudio.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\RemoveGrainS.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\RepairS.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SangNom.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SimpleResize.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SoundOut.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TBilateral.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TDeint.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TIVTC.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TomsMoComp.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TTempSmooth.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\UnDot.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\UnFilter.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\VSFilter.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\warpsharp.dll")
22:40:55 #loadpluginstart
22:40:55
22:40:55 #test1
22:40:55
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\HybridFuPP.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LanczosPlus.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Lem.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MCBob_v03c.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mvbob.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\QMlib.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\seesaw.avsi")
22:40:55 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\spresso.avsi")
22:40:55 #importstart
22:40:55
22:40:55 #test2
22:40:55
22:40:55 movie = mpeg2source("C:\Users\Gareth\Desktop\temp\movie.d2v")
22:40:55 function getOrder(clip c) {
22:40:55 order = GetParity(c) ? 1 : 0
22:40:55 Return order }
22:40:55 #filter1start
22:40:55
22:40:55 #test3
22:40:55
22:40:55 #resizestart
22:40:55
22:40:55 #test4
22:40:55
22:40:55 last = movie
22:40:55 #filter2start
22:40:55
22:40:55 #test5
22:40:55
22:40:55 ColorMatrix(mode="Rec.709->Rec.601")
22:40:55 return last
22:40:55 -----------------------------------------------------------------------
22:40:55 Script mkvmaudio.avs
22:40:55
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\NicAudio.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SoundOut.dll")
22:40:55 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFmpegSource.dll")
22:40:55 DirectShowSource("C:\Users\Gareth\Desktop\temp\fixed1.ac3")
22:40:55 #Applying STEREO downmixing routines
22:40:55 function stereo(clip a)
22:40:55 {
22:40:55 flr = GetChannel(a, 1, 2)
22:40:55 fcc = GetChannel(a, 3)
22:40:55 lfe = GetChannel(a, 4)
22:40:55 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
22:40:55 mix = MergeChannels(lfc, lfc)
22:40:55 lrc = MixAudio(flr, mix, 0.2929, 1.0)
22:40:55 blr = GetChannel(a, 5, 6)
22:40:55 Return MixAudio(lrc, blr, 1.0, 0.2929)
22:40:55 }
22:40:55 #
22:40:55 6==Audiochannels() ? stereo() : last
22:40:55 function addvideo(clip c) {
22:40:55 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
22:40:55 Return audiodub(last,c)
22:40:55 }
22:40:55 Normalize()
22:40:55 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\Multimedia\Tools\AutoMKV\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.50 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
22:40:55 -----------------------------------------------------------------------
22:40:55 Script mkvmaudio.bat
22:40:55
22:40:55 "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "C:\Users\Gareth\Desktop\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "C:\Users\Gareth\Desktop\temp\audio.mp3"
22:40:55 -----------------------------------------------------------------------
22:40:56 Script mkvmaudio2.avs
22:40:56 -----------------------------------------------------------------------
22:40:56 Script mkvmaudio2.bat
22:40:56
22:40:56 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
31st October 2007, 13:14
that's strange!

audio fails even with mp3/ogg/CCT encoder ?

please try with 0.91 asap

BHH

zacoz
31st October 2007, 13:50
case one: dvd already ripped:
if you select the first pgc all dvd is processed
if you select not the first pgc ,then only this pgc is processed

OK, understand why it's doing it now, and seems I'll be able to process all but first episode. Guess I'll have to rip the first episode on it's own (single PGC) - bit of a hassle.

Can I make an couple of alternate process suggestions - at your discretion (as it is your program and your time).

Have an additional item in the dropdown that shows the total combined time of all the PGC's in the VTS - thus when it is chosen the whole VTS is processed, or if the others are chosen it only processes that specific PGC. So for a VTS with 4 x 45 min episodes, the dropdown will have:
3:00:00
0:45:00
0:45:00
0:45:00
0:45:00

Or have a tick box that appears below the "Select PGC" label with "All" next to it. When ticked, all PGC's in the VTS will be processed, otherwise only the one selected.

I guess there was a reason you changed it from having the PGC tick box on the "Advanced Settings" tab in the first place, but for me, the way it works now is less intuitive and a hassle.

BTW, must say thanks for the amount of time you spend on the program, and also particularly here on the forum. :thanks:

buzzqw
31st October 2007, 14:16
@zacoz

i will look , thanks!

BHH

rantingotaku
31st October 2007, 22:45
0.91 works fine with FFMpegSource.dll now, still has a problem with warpsharp.dll

buzzqw
1st November 2007, 08:26
don't know why wharpsharp crash for you

but if you don't use it (or don't use limitedsharpen) you can safely remove it from filter directory

are you sure you don't have another wharpsharp.dll in your avisynth directory ? (like c:\program files\avisynth2.5\plugins...)

BHH

rantingotaku
1st November 2007, 12:44
nope, it's the only one on the system, and no I don't use it.. just seems strange it would still try to load something that isn't needed... or I missed an option somewhere :P

DD51
1st November 2007, 14:37
This program is absolutely the best I've played with soo far...
Thank you for taking the time to write such a great program.

I'm sorry to bring this up but I have a problem with output.
Utilizing the MKV container and choosing "Disk Setting" 1 and a size of "whatever", it spits out hundreds of 1.XMB files.
If I choose XVID container it NEVER does this.
So my question is WHY?

On my most recent project...
I put in a value of 1800 and it outputted 1151 small files!
If I choose 1/3DVD it outputs 1 file.

Is this a bug?

I would really want to choose the size I want

buzzqw
1st November 2007, 14:53
@rantingotaku

automkv will automatically load all dll present on \filter folder...

@DD51

yea, i know ugly bug. Fixed some week ago

try the 0.91! :) (and be sure to first delete the automkv.ini)

BHH

DD51
1st November 2007, 15:17
@DD51

yea, i know ugly bug. Fixed some week ago

try the 0.91! :) (and be sure to first delete the automkv.ini)

BHH

Thanks for responding...
I had already tried deleting the automkv.ini file and that did NOT work. It still did it.

I will try with version 0.91 and will let you know the outcome...
Thanks again

buzzqw
1st November 2007, 15:50
in automkv.ini there was a split size parameter at 16mb .. try searching 16 in file

but better to work with 0.91 :)

BHH

bisdelf
1st November 2007, 17:24
hi, with 91 there is again the 1080 preview bug: width is fixed to the display width, but height is not. The result is that you can not access play/pause etc controls

DD51
1st November 2007, 19:37
Well I just redid the whole project...
Disk setting "1" Box to the right "1800"

Job finished with 1,181 .mkv files.
This is soo frustrating...What can I do to correct this/or prevent this from happening?

thanks

Here's my automkv.ini file...I don't see anything regarding "SPLIT"
; AutoMKV default parameters
; If AutoMKV.ini is present then specified parameters will be loaded
[AutoMKV]
AutoMKV version = 0.91
Input Folder = G:\VIDEO_TS\
Output Folder = F:\Working Folder\
Source on DVD = 0
Container = MKV
Movie Name = VIDEO_TS
Size = 1 CD
Slice = 1
Resizer = 2
Width = Automatic
Set encoding mode = X264
Allow Expert Profile = 0
Audio Codec 1 = Nero AAC
Audio Bit 1 = 7
Audio Bitrate 1 = 0.35
Audio Channel 1 = Stereo
Audio Codec 2 = Nero AAC
Audio Bit 2 = 7
Audio Bitrate 2 = 0.35
Audio Channel 2 = Stereo
Encoding Profiles = 2_Pass_Balanced.xml
Bitrate Encoding = 0
Bitrate Value = 700
External Sub =
Delete temporary files = 0
Encrust/Burn Subtitles = 0
Enable Shutdown = 0
Allow AVS check = 0
Allow x264 Stats = 1
Process this IFO = 0
PGC to Process = 0
Force ITU Resizing = 0
Anamorphic Encoding = 0
Filter = RemoveGrain(mode=2)
Enable Last Line AVS Script = 0
Last Line AVS Script =
Deinterlacer = AUTO
Field Order = AUTO
HQ Deinterlacer = 0
Allow Hybrid Order/Pattern = 0
Language = eng
Use CRF/CQ for AutoResize = 1
xcrfsplitvalue =
xcrfgounlimited =
xcrfhitmediasize =
xcrfcrfquantitizer =
CRF/CQ Value = 18
Use %Comp Check = 0
Value of %Comp Check = 5
Use ProjectX for TS files = 0
Use custom X.ini = 0
Use DelayCut = 1
Matrix = NONE
Force PAR in XviD = NONE
FFmpeg Encoding = NONE
Use DirectShowSource for Video = 0
Use DirectShowSource for Audio = 0
No Colormatrix = 0
GreyScale = 0
MVDenoise = 0
MVDegrain1 = 0
MVDegrain2 = 0
Limiter = 0
Use FFmpegSource = 0
DGDecode_Deblock(cpu=) = 0
Enable QMtrim = 0
Enable HGAVS = 0
Unsaw Frames = 15
Motion Levels = AUTO
Trim from =
FPS = 0.000000
QMtrim Script = Light_All_around_Denoise.lvl
Hide Subtitle = 0
Enable Manual Crop And Resize = 0
Crop Top =
Crop Left =
Crop Bottom =
Crop Right =
Manual Width =
Manual Height =
Audio Track Name 1 =
Audio Track Desc 1 =
Nero Profiles 1 = AUTO
Nero Encoding Mode 1 = Quality
CCT Profiles 1 = AUTO
Channel Options 1 = AUTO
MP3 Settings 1 = ABR
Windows Media Audio = AUTO
Windows Media Channel = AUTO
Normalize Audio 1 = 1
Frequency 1 = AUTO
Tempo 1 = NONE
Pitch 1 = NONE
OtherADD 1 =
Audio Track Name 2 =
Audio Track Desc 2 =
Nero Profiles 2 = AUTO
Nero Encoding Mode 2 = Quality
CCT Profiles 2 = AUTO
Channel Options 2 = AUTO
MP3 Settings 2 = ABR
Normalize Audio 2 = 1
Frequency 2 = AUTO
Tempo 2 = NONE
Pitch 2 = NONE
OtherADD 2 =
Nero 2 Pass Encoding 1 track =
Nero 2 Pass Encoding 2 track =

buzzqw
1st November 2007, 19:58
Disk setting "1" Box to the right "1800" :eek::eek::eek:

you have asked automkv to do 1800 slice of 1 mb

it is the exact opposite!

write 1800 and 1

BHH

DD51
1st November 2007, 20:27
:eek::eek::eek:

you have asked automkv to do 1800 slice of 1 mb

it is the exact opposite!

write 1800 and 1

BHH

Managia a miseria...are you kidding me?
Man am I stupid or what!

I thought it meant 1 disk setting meaning 1 file and 1800MB file length.

I feel like such a papagalo!

Thanks and sorry to have wasted bandwidth.

buzzqw
1st November 2007, 21:58
your italian is quite funny.. but i suppose my english too :D

here the page on wiki manual

http://automkv.wiki-site.com/index.php/Help:Contents#Step_4_-_Set_Disk_Settings

BHH

rantingotaku
1st November 2007, 23:22
deleted warpsharp, working fine. /cheer

buzzqw
2nd November 2007, 08:16
@rantingotaku

for wharpsharp problem
http://forum.doom9.org/showthread.php?t=124585

BHH

garethccc
2nd November 2007, 10:18
that's strange!

audio fails even with mp3/ogg/CCT encoder ?

please try with 0.91 asap

BHH

Thanks BHH,

I'll try with 0.91, and if AAC doesn't work I'll try MP3 and Ogg. I'll post the outcome :-)

G

andrewwan1980
2nd November 2007, 13:39
(AutoMKV 0.90c)

1. When we change the input file and the output folder is already set by a previous input file, the output folder is still the same. It would be nice to have the output folder automatically set/change to the same folder as the input file.

2. When we change container, the profile resets to 2_Pass_Balanced.xml. This is quite annoying if one first sets the profile.

3. I use the PSP.xml profile. Can the advanced audio setting (lang: eng, nero profile: LC & -CBR, freq: 48000) be stored somewhere?

4. In Advanced Settings TAB, when I click Save Configuration, it doesn't do anything. Then I click Load Configuration and it reset all my Basic Settings TAB.

5. After setting Advanced Audio settings and clicking OK, I go back into Advanced Audio settings and all the settings are reset. Am not sure whether it's been set or not.

6. When I close and restart AutoMKV, my Queued Job TAB retains my queue jobs but the other columns are blank.

buzzqw
2nd November 2007, 14:16
@andrewwan1980

1) every time i change the input/output behavior someone dislike it. i have choosen to no more change how input/output folder are handled.. sorry

2) every container can support different audio and video profile, so i must reset configuration to be sure that some options will be disabled

3) whenever you change the advanced audio options the settings are momorized. BUT every time you open automkv or advanced audio options these settings are lost. This is not to change

4) The save configuration is to use for "custom profile". these profile are loadable only by "load configuration". these options are to be used for creating custom profiles like one for dvd, one for ps3, one for...

5) see 3

6) yes, i know. but working on queue is a pita.. sorry

thanks anyway for your suggestions! :)

BHH

Prospero424
2nd November 2007, 16:26
Quick question: are there any plans to allow automated m4v output for x264/AAC encoding?

Or am I missing an easy way to do this?

TIA

buzzqw
2nd November 2007, 16:57
actually x264 output mp4 and audio if first encoded as aac and then muxed to mp4

any particular reason to output m4v ? (just not understending the question )

BHH

Prospero424
3rd November 2007, 02:17
Ah, thanks, but never mind. I think MP4 will serve my purposes just fine.

neo82
3rd November 2007, 10:35
Sorry Buzz - got another question for you - I can now create mkv files - however i cannot get the subtitles to load. I have the CCCP pack downloaded installed - and when I view the movie using WMC i go down to haali media splitter and see that subtitles are set to show (and english) - when I ripped i chose "rip all subs" yet I can't find them....I can't load them in WMC either...any ideas?

buzzqw
3rd November 2007, 11:03
analyze your mkv with avinaptic or gspot or mediainfo.. just to be sure that subs are present..

second: try playing with mediaplayer classic or videolan client

BHH

avdw
3rd November 2007, 17:04
My 1st encoded AVI doesn't fit set size of 700MB.
It ended creating a 709 MB file that doesn't want to fit my blank CD-R.

Please what did I do wrong ?

murrsturr
3rd November 2007, 17:05
First of all, I'd like to thank you, Buzzqw, very much for this brilliant program and the unbelievable support you offer with it. The quality of encoding I get from this program leads people to believe I know more about this stuff than I actually do. :)

However, I have searched for info on two things that I can't find a decent answer to. Hopefully, you, or some of the veterans here, can help me.

1) I would like to know more about QMTrim and HG Avs but cannot find anything of substance written in English. Can you point me in the right direction if such a thing exist?

2) Is there a way to manipulate\preview the AVS script as you can in Megui? I'm not even sure how the "last line" option works but I would like to be able to mess with the entire script from top to bottom.

Thanks again.

buzzqw
3rd November 2007, 17:44
@avdw

what profile have you selected ? can you post the log ?

@murrsturr
:thanks: for your kind words!

I would like to know more about QMTrim and HG Avs but cannot find anything of substance written in English. Can you point me in the right direction if such a thing exist?

:o ... all italian.. sorry both applications have been developed by italian encoders/programmers

on changelog there are the links to italian forum.. i suggest to use some online translator... also on digital expression forum you can write in english

both applications as you already know are "optimizer".
HGAvs base its algorithm on frame size, frame sequence. It is the oldest but is very very secure and "professional looking" :)

QMTrim base its algorithm on motion of frames (using mvtools). It's developed and manteined by digital expression moderators (hgavs is a ended project), it is more aggressive and "could" apply (in extreme situation) wrong filters (like inverting filters for static image with one of super fast image).

I must admit that i use QMtrim.. but i doubt anyone spot difference on qmtrim/hgavs (well... the people on Digital Expression forum can...)

The "gold" are the lvl scripts, hand made by the finest artists of ripping ;)

BHH

neo82
3rd November 2007, 18:06
analyze your mkv with avinaptic or gspot or mediainfo.. just to be sure that subs are present..

second: try playing with mediaplayer classic or videolan client

BHH

I have been using media player classic - I don't have an option to even select english subs. In VLC i opened it - there was an option for english subs but nothing was coming out (Note there were 2 different types to rip, i've tried individually as well as ripping all, have gotten nothing).

I used media info and this is what it came up with:

General #0
Complete name : C:\Documents and Settings\Ataru\Desktop\New Folder\movie.mkv
Format : Matroska
File size : 699 MiB
PlayTime : 55mn 1s
Bit rate : 1776 Kbps
Movie name : Done with AutoMKV 0.91 http://forum.doom9.org/showthread.php?p=854221
Encoded date : UTC 2007-11-03 03:13:02
Writing application : mkvmerge v2.1.0 ('Another Place To Fall') built on Aug 19 2007 13:40:07
Writing library : libebml v0.7.7 + libmatroska v0.8.1

Video #0
Codec : MPEG-4 AVC
Codec/Info : MPEG4 ISO advanced profile
PlayTime : 54mn 57s
Width : 704 pixels
Height : 528 pixels
Display Aspect ratio : 4/3
Frame rate : 29.970 fps
Title : movie
AspectRatio : 1.333


Text #0
Codec : VobSub
Codec/Info : The same subtitle format used on DVDs
Language : English


(thanks for all your help :) !!!! )

buzzqw
3rd November 2007, 18:19
so.. the subs are in.. have you installed vobsub (gabest filter) ???

BHH

avdw
3rd November 2007, 19:26
@avdw

what profile have you selected ? can you post the log ?


Regarding topic :

My 1st encoded AVI doesn't fit set size of 700MB.
It ended creating a 709 MB file that doesn't want to fit my blank CD-R.
Please what did I do wrong ?

Hi buzzqw, log some posts below.

SCSI
3rd November 2007, 19:43
Thanks for the update buzzqw. It seems like the WVC1 2-pass fast profile was removed which I use.

neo82
4th November 2007, 00:07
so.. the subs are in.. have you installed vobsub (gabest filter) ???

BHH

yep - its installed - its set to show subtitles (english)

Edit:

or I should say "DirectVobSub" is installed.

buzzqw
4th November 2007, 08:55
@avdw

better to post is, the attachment could wait longer...

@SCSI

ops..here is http://www.64k.it/andres/data/a/WVC1_2_Pass_Fast.zip

@neo82
habe you installed haali media splitter ?

and i mean VobSub_2.23.exe

BHH

DIEGO7-5
4th November 2007, 09:01
Hi buzzqw,

please see attachment. I have managed to reproduce this twice since i use 0.91. Always happens when i try to create XVID (Two-Pass SAP profile, Copy Audio). Just to let you know :)

buzzqw
4th November 2007, 13:44
imageshack ?

BHH

neo82
4th November 2007, 15:31
@neo82
habe you installed haali media splitter ?

and i mean VobSub_2.23.exe

BHH

yes both are installed (verified both)

buzzqw
4th November 2007, 15:43
could be a problem of renderer.. check in media player classic what rendere are you using, and try with the default

BHH

avdw
4th November 2007, 18:02
@avdw

better to post is, the attachment could wait longer...


Log is quite big, posted in 2 parts.
14:23:00 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:23:00 OS Version: Windows XP
14:23:00 Selected Input file: N:\My DVDs\Le Gendarme a New York\VTS_02_0.IFO
14:23:00 Selected Output dir: N:\My DVDs\Le Gendarme a New York\temp\
14:23:00 Selected Final Name: testavi-MKV
14:23:00 Selected Container type: AVI
14:23:00 Selected Encoder: XviD
14:23:00 Selected Size: 1 CD / 1
14:23:00 Selected Profile: 2_Pass_Extreme_Quality.xml
14:23:00 Selected Resizer: SimpleResize (neutral soft) / Automatic
14:23:00 Selected Filters: RemoveGrain(mode=2)
14:23:00 Selected Deinterlacer: AUTO
14:23:00 Selected Field Order: AUTO
14:23:00 NeroAACEnc.exe: not present
14:23:00 Activate PGC Ripping: 0
14:23:00 Using Matrix: Sharktooth's EQM v3LR.cqm
14:23:00 Track Language 1: Francais (AC3 2ch, 0xBD 0x80) [0]
14:23:00 Audio Codec 1: Lame
14:23:00 Audio Quality 1: 112
14:23:00 Audio Channel 1: Stereo
14:23:00 Track Language 2: NONE
14:23:00 Audio Codec 2: Lame
14:23:00 Advanced Audio Settings DUMP Track 1
14:23:00 Audio Track Language: und
14:23:00 Nero Option Profiles: AUTO --- Encoding Mode: -CBR
14:23:00 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:23:00 Lame Settings: CBR
14:23:00 Audio Normalization: 1
14:23:00 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:23:00
14:23:00 Activate PGC processing: PGC 1 [1:37:30:23]
14:23:00 Starting Indexing
14:23:00 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[N:\My DVDs\Le Gendarme a New York\VTS_02_1.vob] -OF=[N:\My DVDs\Le Gendarme a New York\temp\movie] -exit -minimize
14:24:24 Finished indexing
14:24:24 D2V file size: 757343
14:24:24 Starting fixing audio delay on track number 1
14:24:24 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "N:\My DVDs\Le Gendarme a New York\temp\fixed1.ac3" "N:\My DVDs\Le Gendarme a New York\temp\movie T01 2_0ch 224Kbps DELAY 0ms.ac3"
14:24:24 Original 1 Audio Size: 163811200 bytes
14:24:28 Fixed 1' Audio Size: 163811200 bytes
14:24:28 Finished fixing audio delay
14:24:28 Encoding N:\My DVDs\Le Gendarme a New York\temp\fixed1.ac3 To Mp3 with 112 CBR Bitrate
14:34:15 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:34:15 OS Version: Windows XP
14:34:15 Selected Input file: N:\My DVDs\Le Gendarme a New York\VTS_02_0.IFO
14:34:15 Selected Output dir: N:\My DVDs\Le Gendarme a New York\temp\
14:34:15 Selected Final Name: testMKV
14:34:15 Selected Container type: AVI
14:34:15 Selected Encoder: XviD
14:34:15 Selected Size: 1 CD / 1
14:34:15 Selected Profile: 2_Pass_SAP.xml
14:34:15 Selected Resizer: SimpleResize (neutral soft) / Automatic
14:34:15 Selected Filters: RemoveGrain(mode=2)
14:34:15 Selected Deinterlacer: AUTO
14:34:15 Selected Field Order: AUTO
14:34:15 NeroAACEnc.exe: not present
14:34:15 Activate PGC Ripping: 0
14:34:15 Track Language 1: Francais (AC3 2ch, 0xBD 0x80) [0]
14:34:15 Audio Codec 1: Lame
14:34:15 Audio Quality 1: 112
14:34:15 Audio Channel 1: Stereo
14:34:15 Track Language 2: NONE
14:34:15 Audio Codec 2: Lame
14:34:15 Advanced Audio Settings DUMP Track 1
14:34:15 Audio Track Language: und
14:34:15 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:34:15 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:34:15 Lame Settings: CBR
14:34:15 Audio Normalization: 1
14:34:15 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:34:15
14:34:15 Activate PGC processing: PGC 1 [1:37:30:23]
14:34:15 Starting Indexing
14:34:15 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[N:\My DVDs\Le Gendarme a New York\VTS_02_1.vob] -OF=[N:\My DVDs\Le Gendarme a New York\temp\movie] -exit -minimize
14:35:33 Finished indexing
14:35:33 D2V file size: 757343
14:35:33 Starting fixing audio delay on track number 1
14:35:33 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "N:\My DVDs\Le Gendarme a New York\temp\fixed1.ac3" "N:\My DVDs\Le Gendarme a New York\temp\movie T01 2_0ch 224Kbps DELAY 0ms.ac3"
14:35:33 Original 1 Audio Size: 163811200 bytes
14:35:37 Fixed 1' Audio Size: 163811200 bytes
14:35:37 Finished fixing audio delay
14:35:37 Encoding N:\My DVDs\Le Gendarme a New York\temp\fixed1.ac3 To Mp3 with 112 CBR Bitrate
14:43:26 Encoded 1' Audio Track: 81906103 bytes
14:43:31 Number of Frames: 146273
14:43:31 Framerate: 25.000000
14:43:31 Movie length in Seconds: 5851
14:43:31 Movie Width/Height: 720/576
14:43:31 DgIndex AR: 16:9
14:44:21 Deinterlace Test: Processing completed. Type is determined to be progressive.
14:44:21 Single Pass Encoding XviD: C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe -cq 2.5 -max_bframes 2 -imax 16 -notrellis -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 162 -odegrade 9 -nopacked -nochromame -threads 0 -i "N:\My DVDs\Le Gendarme a New York\temp\resmovie.avs" -type 2 -avi "N:\My DVDs\Le Gendarme a New York\temp\resmovie.avi"
14:46:24 Finished Autosize procedure
14:46:24 Tested total movie: 5%
14:46:24 AutoResize movie size: 75065130 bytes
14:46:24 Movie Width suggested: 496 value based on sample size (68.89% of original width)
14:46:24 FIRST pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 890 -turbo -max_bframes 2 -imax 16 -notrellis -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 162 -odegrade 9 -nopacked -nochromame -threads 0 -i "N:\My DVDs\Le Gendarme a New York\temp\movie.avs" -type 2 -avi "N:\My DVDs\Le Gendarme a New York\temp\movie.avi"
14:46:24 SECOND pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 890 -max_bframes 2 -imax 16 -notrellis -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 162 -odegrade 9 -nopacked -nochromame -threads 0 -i "N:\My DVDs\Le Gendarme a New York\temp\movie.avs" -type 2 -avi "N:\My DVDs\Le Gendarme a New York\temp\movie.avi"
15:24:33 Starting Second Pass
16:02:46 Only Movie Size: 654371584 bytes
16:02:46 Using VirtualDubMod for Muxing!
16:03:35 Encoding finished: 00:39:01 elapsed time
16:03:35 -----------------------------------------------------------------------
16:03:35 Script AutoCrop.log
16:03:35
16:03:35 Crop(18,72,692,436)
16:03:35 -----------------------------------------------------------------------
16:03:35 Script Resmovie.avs
16:03:35
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
16:03:35 #loadpluginstart
16:03:35
16:03:35 #test1
16:03:35
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
16:03:35 #importstart
16:03:35
16:03:35 #test2
16:03:35
16:03:35 movie = mpeg2source("N:\My DVDs\Le Gendarme a New York\temp\movie.d2v")
16:03:35 function getOrder(clip c) {
16:03:35 order = GetParity(c) ? 1 : 0
16:03:35 Return order }
16:03:35 #filter1start
16:03:35
16:03:35 #test3
16:03:35
16:03:35 #cropstart
16:03:35
16:03:35 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)

avdw
4th November 2007, 18:03
Part 2 :
16:03:35 fixed_aspect = 1.422222
16:03:35 c_width = width(cropclip)
16:03:35 c_height = Round(height(cropclip) / fixed_aspect)
16:03:35 input_par = float(float(c_width)/float(c_height))
16:03:35 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
16:03:35 out_width = 704
16:03:35 out_height = Round(float(out_width) / input_par)
16:03:35 hmod = out_height - (floor(out_height / 16 ) * 16)
16:03:35 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
16:03:35 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
16:03:35 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
16:03:35
16:03:35 #resizestart
16:03:35
16:03:35 #test4
16:03:35
16:03:35 SimpleResize(out_width,out_height)
16:03:35 #filter2start
16:03:35
16:03:35 #test5
16:03:35
16:03:35 RemoveGrain(mode=2)
16:03:35 function Comptest(clip c, float percent)
16:03:35 {
16:03:35 frange=floor(14./(percent/100.))
16:03:35 Return SelectRangeEvery(c, frange, 14)
16:03:35 }
16:03:35 Comptest(last,5)
16:03:35 ColorMatrix(mode="Rec.709->Rec.601")
16:03:35 -----------------------------------------------------------------------
16:03:35 Script movie.avs
16:03:35
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
16:03:35 #loadpluginstart
16:03:35
16:03:35 #test1
16:03:35
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
16:03:35 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
16:03:35 #importstart
16:03:35
16:03:35 #test2
16:03:35
16:03:35 movie = mpeg2source("N:\My DVDs\Le Gendarme a New York\temp\movie.d2v")
16:03:35 function getOrder(clip c) {
16:03:35 order = GetParity(c) ? 1 : 0
16:03:35 Return order }
16:03:35 #filter1start
16:03:35
16:03:35 #test3
16:03:35
16:03:35 #cropstart
16:03:35
16:03:35 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
16:03:35 fixed_aspect = 1.422222
16:03:35 c_width = width(cropclip)
16:03:35 c_height = Round(height(cropclip) / fixed_aspect)
16:03:35 input_par = float(float(c_width)/float(c_height))
16:03:35 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
16:03:35 out_width = 496
16:03:35 out_height = Round(float(out_width) / input_par)
16:03:35 hmod = out_height - (floor(out_height / 16 ) * 16)
16:03:35 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
16:03:35 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
16:03:35 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
16:03:35
16:03:35 #resizestart
16:03:35
16:03:35 #test4
16:03:35
16:03:35 SimpleResize(out_width,out_height)
16:03:35 #filter2start
16:03:35
16:03:35 #test5
16:03:35
16:03:35 RemoveGrain(mode=2)
16:03:35 ColorMatrix(mode="Rec.709->Rec.601")
16:03:35 -----------------------------------------------------------------------
16:03:35 Script mkvmaudio.avs
16:03:35
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
16:03:35 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
16:03:35 NicAC3Source("N:\My DVDs\Le Gendarme a New York\temp\fixed1.ac3")
16:03:35 #Applying STEREO downmixing routines
16:03:35 function stereo(clip a)
16:03:35 {
16:03:35 flr = GetChannel(a, 1, 2)
16:03:35 fcc = GetChannel(a, 3)
16:03:35 lfe = GetChannel(a, 4)
16:03:35 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
16:03:35 mix = MergeChannels(lfc, lfc)
16:03:35 lrc = MixAudio(flr, mix, 0.2929, 1.0)
16:03:35 blr = GetChannel(a, 5, 6)
16:03:35 Return MixAudio(lrc, blr, 1.0, 0.2929)
16:03:35 }
16:03:35 #
16:03:35 6==Audiochannels() ? stereo() : last
16:03:35 function addvideo(clip c) {
16:03:35 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
16:03:35 Return audiodub(last,c)
16:03:35 }
16:03:35 Normalize()
16:03:35 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=2,cbrrate=112,showoutput=false,filename="audio.mp3")
16:03:35 -----------------------------------------------------------------------
16:03:35 Script mkvmaudio.bat
16:03:35 -----------------------------------------------------------------------
16:03:35 Script mkvmaudio2.avs
16:03:35 -----------------------------------------------------------------------
16:03:35 Script mkvmaudio2.bat
16:03:35 -----------------------------------------------------------------------
16:03:35 Script VirtualDubMod.vcf
16:03:35
16:03:35 VirtualDub.Open("N:\\My DVDs\\Le Gendarme a New York\\temp\\movie.avi",0,0);
16:03:35 VirtualDub.RemoveInputStreams();
16:03:35 VirtualDub.stream[0].SetSource("N:\\My DVDs\\Le Gendarme a New York\\temp\\audio.mp3",0x00000202,1);
16:03:35 VirtualDub.stream[0].DeleteComments(1);
16:03:35 VirtualDub.stream[0].AdjustChapters(1);
16:03:35 VirtualDub.stream[0].SetMode(0);
16:03:35 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
16:03:35 VirtualDub.stream[0].SetClipMode(1,1);
16:03:35 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
16:03:35 VirtualDub.stream[0].SetVolume();
16:03:35 VirtualDub.stream[0].SetCompression();
16:03:35 VirtualDub.stream[0].EnableFilterGraph(0);
16:03:35 VirtualDub.stream[0].filters.Clear();
16:03:35 VirtualDub.video.DeleteComments(1);
16:03:35 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
16:03:35 VirtualDub.video.AdjustChapters(1);
16:03:35 VirtualDub.video.SetDepth(24,24);
16:03:35 VirtualDub.video.SetMode(0);
16:03:35 VirtualDub.video.SetFrameRate(0,1);
16:03:35 VirtualDub.video.SetIVTC(0,0,-1,0);
16:03:35 VirtualDub.video.SetCompression();
16:03:35 VirtualDub.video.filters.Clear();
16:03:35 VirtualDub.SaveAVI("N:\\My DVDs\\Le Gendarme a New York\\testMKV.avi");
16:03:35 VirtualDub.Close();
16:03:35
16:03:35 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

SCSI
4th November 2007, 18:23
@SCSI

ops..here is http://www.64k.it/andres/data/a/WVC1_2_Pass_Fast.zip

BHH

Thank you very much sir :)

Is anyone using AutoMKV with Vista and not getting APPCRASH cscript error? VirtualdubMod also gets the APPCRASH error when I manually load the movie.avs which is located in the temp directory. I've been trying to find out what's causing it and I suspect it is either one of the filters or maybe something I might be missing.

I mainly do MKV to WVC1 encodes and don't use any filters. Filters and Resizers are set to none.

I guess I will continue to use AutoMKV in Windows XP since I get no problems in XP.

buzzqw
4th November 2007, 18:52
@avdw

maybe i undesrtud what is happened... till next update
just write 695 and not 1 CD

thanks!

@SCSI

try removing from \exe\filter folder the ffmpegsource.dll (and don't use it in advanced options)

BHH

SCSI
4th November 2007, 19:47
Buzzq,

I removed the ffmpegsource.dll, "Use FFmpegsource" not checked in advanced settings, FFmpeg encoding set to none, and I still get the same error. After I close the error, AutoMKV will continue and process the file. After it finishes the encoding, I only get 2-channel audio instead of 5.1 but video and audio are in sync.

Here is an example cmd window that comes up after the Appcrash error:

F:\HDRips\temp>"C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "F:\HDRips\M
atrix-Trailer-HD.mkv" -vcodec wmv1 -b 10735000 -s 1280x532 -acodec wmav2 -ac 2
-ab 128000 -ar 48000 -r 23.976 -passlogfile wmv_2pass -pass 1 "F:\HDRips\temp\mo
vie.wmv"
FFmpeg version SVN-r9133, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --
enable-liba52 --enable-avisynth --enable-libamr-nb --enable-libamr-wb --enable-l
ibfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --en
able-libogg --enable-libtheora --enable-libvorbis --enable-x264 --enable-xvid --
cpu=i686 --enable-memalign-hack --extra-ldflags=-static --enable-dirac
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on May 27 2007 19:45:44, gcc: 4.2.0
[matroska @ 00ACBEA0]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 00ACBEA0]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 00ACBEA0]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 00ACBEA0]Ignoring seekhead entry for ID=0x1941a469
[matroska @ 00ACBEA0]Unknown entry 0x73a4 in info header
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55aa - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x23314f - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0x55ee - ignoring
[matroska @ 00ACBEA0]Unknown track header entry 0xaa - ignoring
[matroska @ 00ACBEA0]Unknown matroska file header ID 0x1941a469
Input #0, matroska, from 'F:\HDRips\Matrix-Trailer-HD.mkv':
Duration: 00:01:20.8, start: 0.000000, bitrate: N/A
Stream #0.0: Video: h264, yuv420p, 1280x532, 24.39 fps(r)
Stream #0.1: Audio: dca, 48000 Hz, 5:1
Stream #0.2: Audio: vorbis, 48000 Hz, stereo
Stream #0.3: Audio: vorbis, 48000 Hz, stereo
Stream #0.4: Audio: vorbis, 48000 Hz, stereo
Stream #0.5: Audio: vorbis, 48000 Hz, stereo
Output #0, asf, to 'F:\HDRips\temp\movie.wmv':
Stream #0.0: Video: wmv1, yuv420p, 1280x532, q=2-31, pass 1, 10735 kb/s, 23.98
fps(c)
Stream #0.1: Audio: wmav2, 48000 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
[wmv1 @ 00AB2A40]warning, clipping 1 dct coefficients to -255..2557kbits/s
[h264 @ 00AB2A40]AVC: nal size 892743724B time=12.7 bitrate=10863.4kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892809772B time=13.1 bitrate=11046.9kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679468
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
frame= 325 fps= 20 q=2.0 size= 18294kB time=13.6 bitrate=11056.2kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892482604B time=13.6 bitrate=11021.9kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892613932
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[wmv1 @ 00AB2A40]warning, clipping 1 dct coefficients to -255..255
[h264 @ 00AB2A40]AVC: nal size 892810028
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892809516
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679468B time=14.3 bitrate=10759.7kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 859058732
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892743980B time=14.9 bitrate=10441.3kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810284B time=15.3 bitrate=10544.5kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892482860
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 858993196
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892614188
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892809772
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810028
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892743980
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679724
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 859256876
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679724B time=15.8 bitrate=10644.0kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[wmv1 @ 00AB2A40]warning, clipping 1 dct coefficients to -255..2553kbits/s
[h264 @ 00AB2A40]AVC: nal size 892744236B time=16.7 bitrate=10800.1kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[wmv1 @ 00AB2A40]warning, clipping 1 dct coefficients to -255..255
[h264 @ 00AB2A40]AVC: nal size 892810540
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892614444
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810028
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810284
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892744236
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679980
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892679980B time=17.2 bitrate=10768.2kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892744492B time=17.8 bitrate=10588.7kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810796
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892483116B time=18.4 bitrate=10384.7kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892614700
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810284
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 875638828
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810540
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892744492
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 859189292
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892680236
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 859257132
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892680236
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 859058988
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892744748B time=19.6 bitrate=10049.3kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892811052
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892483372
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892614956
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810540
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892810796
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892744748
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892680492B time=20.2 bitrate=9924.3kbits/s
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
[h264 @ 00AB2A40]AVC: nal size 892680492
[h264 @ 00AB2A40]no frame!
Error while decoding stream #0.0
frame= 552 fps= 12 q=2.0 size= 28694kB time=23.0 bitrate=10210.0kbits/s

SCSI
4th November 2007, 19:48
Here is the AutoMKV log file after AutoMKV finishes:
12:31:08 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:31:08 Selected Input file: F:\HDRips\Matrix-Trailer-HD.mkv
12:31:08 Selected Output dir: F:\HDRips\temp\
12:31:08 Selected Final Name: Matrix-Trailer-HD-better
12:31:08 Selected Container type: WMV
12:31:08 Selected Encoder: WMV
12:31:08 Selected Size: 105 / 1
12:31:08 Selected Profile: 2_Pass_Better_Quality.xml
12:31:08 Selected Resizer: NONE / Original
12:31:08 Selected Filters: NONE
12:31:08 Selected Deinterlacer: AUTO
12:31:08 Selected Field Order: AUTO
12:31:08 Enabled CRF/CQ AutoRes at 90 value
12:31:08 Track Language 1: Matrix-Trailer-HD.mkv
12:31:08 Audio Codec 1: WMV
12:31:08 Audio Quality 1: 440
12:31:08 Audio Channel 1: Original
12:31:08 Track Language 2: NONE
12:31:08 Audio Codec 2: WMV
12:31:08 Advanced Audio Settings DUMP Track 1
12:31:08 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:31:08 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:31:08 Lame Settings: ABR
12:31:08 Audio Normalization: 1
12:31:08 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:31:08
12:31:09 Avi engage mode not corrected, switched to DirectShowSource
12:31:56 Number of Frames: 1937
12:31:56 Framerate: 23.976044
12:31:56 Movie length in Seconds: 81
12:31:56 Movie Width/Height: 1280/532
12:31:56 Number of Frames: 1937
12:31:56 Framerate: 23.976044
12:31:56 Movie length in Seconds: 81
12:31:56 Movie Width/Height: 1280/532
12:32:49 Deinterlace Test: Processing completed. Type is determined to be progressive.
12:32:49 Encoding F:\HDRips\temp\ to WAV , as pre-process to WMV
12:33:06 Encoded 1' Audio Track: 46534940 bytes
12:33:06 WMV CMD: cscript.exe "C:\Program Files\AutoMKV\exe\encoder\WMCmd.vbs" -input "F:\HDRips\temp\movie.avs" -output "F:\HDRips\temp\movie.wmv" -v_codec WVC1 -v_mode 3 -v_bitrate 10105292 -s_config "F:\HDRips\temp\wmv_crb" -v_preset good -v_buffer 10000 -a_input "F:\HDRips\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "Matrix-Trailer-HD-better" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 440_48_2_24
12:33:11 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
12:33:11 Switched to FFmpeg for Video Encoding!
12:33:11 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "F:\HDRips\Matrix-Trailer-HD.mkv" -vcodec wmv1 -b 10735000 -s 1280x532 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.976 -passlogfile wmv_2pass -pass 1 "F:\HDRips\temp\movie.wmv"
12:33:11 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "F:\HDRips\Matrix-Trailer-HD.mkv" -vcodec wmv1 -b 10735000 -s 1280x532 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.976 -passlogfile wmv_2pass -pass 2 "F:\HDRips\temp\movie.wmv"
12:36:45 Fished FFmpeg Encoding!
12:36:45 Final Muxed size: 110807528 bytes
12:36:45 Encoding finished: 00:05:37 elapsed time
12:36:45 -----------------------------------------------------------------------
12:36:45 Script AutoCrop.log
12:36:45
12:36:45 Crop(10,0,1260,532)
12:36:45 -----------------------------------------------------------------------
12:36:45 Script Resmovie.avs
12:36:45 -----------------------------------------------------------------------
12:36:45 Script movie.avs
12:36:45
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
12:36:45 #loadpluginstart
12:36:45
12:36:45 #test1
12:36:45
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
12:36:45 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
12:36:45 #importstart
12:36:45
12:36:45 #test2
12:36:45
12:36:45 movie = directshowsource("F:\HDRips\Matrix-Trailer-HD.mkv",fps=23.976044,convertfps=true,audio=false)
12:36:45 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
12:36:45 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
12:36:45 function getOrder(clip c) {
12:36:45 order = GetParity(c) ? 1 : 0
12:36:45 Return order }
12:36:45 #filter1start
12:36:45
12:36:45 #test3
12:36:45
12:36:45 #resizestart
12:36:45
12:36:45 #test4
12:36:45
12:36:45 last = movie
12:36:45 #filter2start
12:36:45
12:36:45 #test5
12:36:45
12:36:45 return last
12:36:45 -----------------------------------------------------------------------
12:36:45 Script mkvmaudio.avs
12:36:45
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
12:36:45 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
12:36:45 DirectShowSource("F:\HDRips\Matrix-Trailer-HD.mkv",fps=23.976044,convertfps=true,video=false)
12:36:45 #Applying ORIGINAL downmixing routines
12:36:45
12:36:45 function addvideo(clip c) {
12:36:45 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
12:36:45 Return audiodub(last,c)
12:36:45 }
12:36:45 Normalize()
12:36:45 ConvertAudioTo16bit()
12:36:45 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
12:36:45 -----------------------------------------------------------------------
12:36:45 Script mkvmaudio.bat
12:36:45 -----------------------------------------------------------------------
12:36:45 Script mkvmaudio2.avs
12:36:45 -----------------------------------------------------------------------
12:36:45 Script mkvmaudio2.bat
12:36:45 -----------------------------------------------------------------------
12:36:45 Script wmv.log
12:36:45
12:36:45 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Thanks for all your help.

Using:
AutoMKV091
Avisynth 2.5.7
K-Lite Codec Pack 3.5.3 Full with ffdshow set as the decoder instead of CoreAVC and AC3Filter for AC3 and DTS.

buzzqw
4th November 2007, 19:58
@SCSI

12:33:11 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!

the wmvcmd.vbs is unable, using the directshowfilters

movie = directshowsource("F:\HDRips\Matrix-Trailer-HD.mkv",fps=23.976044,convertfps=true,audio=false)

to process the encoding and so automkv will
12:33:11 Switched to FFmpeg for Video Encoding!

and so the encoding is done by ffmpeg THAT not support 5.1 wma audio.

try opening the movie.avs in virtualdub, any errors ?

BHH

SCSI
4th November 2007, 22:50
VirtualDubMod crashes when I load movie.avs. Also tried VirtualDub 1.7.6 and I also get the Appcrash error. :(

Any idea why directshow is failing? I'm not sure what is missing in this Vista install that is present in Windows XP.

weaver4
5th November 2007, 01:38
OK, I set <BQuantOffset>100</BQuantOffset> in XviD CQ mode but then I get an error in VirtualDub that says "Cannot open the "movie.avi": The system cannot find the file specified.

Here is the log file.

In the temp directory their is a file called movie.avs but not a file called movie.avi

============================================

16:14:33 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
16:14:33 OS Version: Windows XP
16:14:33 Selected Input file: E:\aa-Rips\RoadWarrior\VIDEO_TS\VTS_01_0.IFO
16:14:33 Selected Output dir: J:\Movies\temp\
16:14:33 Selected Final Name: rw.xamkvq30
16:14:33 Selected Container type: AVI
16:14:33 Selected Encoder: XviD
16:14:33 Selected Size: Unlimited File Size
16:14:34 Selected Profile: Constant_Quality.xml
16:14:34 Selected Resizer: SimpleResize (neutral soft) / 640
16:14:34 Selected Filters: RemoveGrain(mode=2)
16:14:34 Selected Deinterlacer: AUTO
16:14:34 Selected Field Order: AUTO
16:14:34 Enabled Constant Quality With Unlimited Size (Q 3)
16:14:34 Enabled CRF/CQ AutoRes at 3 value
16:14:34 Activate PGC Ripping: 0
16:14:34 Using Matrix: Didees SixOfNine-HVS.cqm
16:14:34 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
16:14:34 Audio Codec 1: Lame
16:14:34 Audio Quality 1: 128
16:14:34 Audio Channel 1: Stereo
16:14:34 Track Language 2: NONE
16:14:34 Audio Codec 2: Lame
16:14:34 Advanced Audio Settings DUMP Track 1
16:14:34 Nero Option Profiles: AUTO --- Encoding Mode: Quality
16:14:34 CCT Option Profiles: AUTO --- Channel Options: AUTO
16:14:34 Lame Settings: ABR
16:14:34 Audio Normalization: 1
16:14:34 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
16:14:34 Selected Unlimited media size
16:14:35 Activate PGC processing: PGC 1 [1:35:09:00]
16:14:35 Starting Indexing
16:14:35 Dgindex CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\aa-Rips\RoadWarrior\VIDEO_TS\VTS_01_1.vob] -OF=[J:\Movies\temp\movie] -exit -minimize
16:18:01 Finished indexing
16:18:01 D2V file size: 705218
16:18:01 Starting fixing audio delay on track number 1
16:18:01 DelayCut CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "J:\Movies\temp\fixed1.ac3" "J:\Movies\temp\movie T01 3_2ch 384Kbps DELAY -28ms.ac3"
16:18:01 Original 1 Audio Size: 274306560 bytes
16:19:42 Fixed 1' Audio Size: 274305024 bytes
16:19:42 Finished fixing audio delay
16:19:42 Encoding J:\Movies\temp\fixed1.ac3 To Mp3 with 128 ABR Preset
16:54:59 Encoded 1' Audio Track: 86850360 bytes
16:54:59 ForceFilm Detected: 99.599998% FILM found
16:55:02 Field Order Transition Detected. Now using movie-FIXED.d2v
16:55:03 Avi engage mode not corrected, switched to DirectShowSource
16:55:05 Field Order Transition Detected. Now using movie-FIXED.d2v
16:55:05 !!! WARNING - Trying with FFmpegSource
16:55:14 Aspect ratio: 1.778
16:55:14 Number of Frames:
16:55:14 Framerate: 25
16:55:14 Movie length in Seconds: 1
16:55:14 Movie Width/Height: 720/480
16:55:14 DgIndex AR: 1.778
16:55:17 Aspect ratio: 1.778
16:55:17 Number of Frames:
16:55:17 Framerate: 25
16:55:17 Movie length in Seconds: 1
16:55:17 Movie Width/Height: 720/480
16:55:17 DgIndex AR: 1.778
16:55:19 CQ encoding XviD: D:\Downloads\AutoMKV\AutoMKV091\exe\encoder\xvid_encraw.exe -cq 3 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 100 -nopacked -nochromame -bvhq -threads 0 -qmatrix "D:\Downloads\AutoMKV\AutoMKV091\profiles\XviD-profiles\matrix\Didees SixOfNine-HVS.cqm" -i "J:\Movies\temp\movie.avs" -type 2 -avi "J:\Movies\temp\movie.avi"
16:55:24 Accepted values are between 31876710400 and 33889976320 bytes (movie+audio)
16:55:24 Got a file of size: -1 bytes + audio size 86850360 bytes (86850360)
16:55:26 Using VirtualDubMod for Muxing!

neo82
5th November 2007, 02:39
could be a problem of renderer.. check in media player classic what rendere are you using, and try with the default

BHH

how do i check the renderer?

buzzqw
5th November 2007, 08:44
@weaver4

Field Order Transition Detected. Now using movie-FIXED.d2v

try this update
http://www.64k.it/andres/data/a/AutoMKV091a.exe

@neo82
in the options of media player classic you will find how to change render to directx7, haali..., system default

BHH

DocMAX
5th November 2007, 10:54
how can i add an external ac3 audio track as second track?

buzzqw
5th November 2007, 13:32
@DocMAX
you can't

only one external track supported

if you want add it, mux later

BHH

DocMAX
5th November 2007, 13:37
yeah, i just want one. the original of the source. and one extra.

buzzqw
5th November 2007, 14:09
then load the external on first track, and select original in second track

BHH

andrewwan1980
5th November 2007, 14:27
During one of my queue jobs I get this:

BAutoDeint.exe

The instruction at "0X027d1468" referenced memory at "0x027d1468". The memory could not be "read".

Please see attached file that was generated as a MS error report...

The output video gets generated, but the audio in it is totally corrupted... just random noises, etc.

weaver4
5th November 2007, 15:02
During one of my queue jobs I get this:

BAutoDeint.exe

The instruction at "0X027d1468" referenced memory at "0x027d1468". The memory could not be "read".

Please see attached file that was generated as a MS error report...

The output video gets generated, but the audio in it is totally corrupted... just random noises, etc.

This is the same problem I have seen. Install "Haali Media Splitter " and see if you have the same problem.

bisdelf
5th November 2007, 19:01
v. 91a: there is still the height preview bug: width is fixed to the display width, but height is not. The result is that you can not access play/pause etc controls.

i'll keep repeating it, 'til is fixed :)

Nightshiver
5th November 2007, 21:42
I have this error for audio: Click (http://i231.photobucket.com/albums/ee80/whynotco/problem.png) It's very frustrating. It did this when I tried to encode in Nero AAC and Ogg Vorbis audio. I don't get it.

buzzqw
5th November 2007, 22:14
@bisdelf

:rolleyes:

@Nightshiver

is audio extracted ? (check for fixed.ac3)

also post the log

BHH

Nightshiver
6th November 2007, 01:38
Yes, the audio was extracted. Heres a pic for proof: Click (http://i231.photobucket.com/albums/ee80/whynotco/problem2.jpg) Preferably, I want to encode in Nero AAC.

My log:

19:36:28 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:36:28 OS Version: Windows XP
19:36:28 Selected Input file: D:\WISHBONE_IMPAWSSIBLEDREAM\VTS_01_1.VOB
19:36:28 Selected Output dir: D:\temp\
19:36:28 Selected Final Name: Wishbone
19:36:28 Selected Container type: MKV
19:36:28 Selected Encoder: X264
19:36:28 Selected Size: 1 CD / 1
19:36:28 Selected Profile: 2_Pass_Insane_Quality.xml
19:36:28 Selected Resizer: LanczosResize / 640
19:36:28 Selected Filters: DeGrainMedian(limitY=5,limitUV=5,mode=3)
19:36:28 Selected Deinterlacer: Decimating
19:36:28 Selected Field Order: AUTO
19:36:28 NeroAACEnc.exe: not present
19:36:28 Enabled CRF/CQ AutoRes at 18 value
19:36:28 Track Language 1: AC3 Audio Stream 0
19:36:28 Audio Codec 1: Ogg Vorbis
19:36:28 Audio Quality 1: 10
19:36:28 Audio Channel 1: Stereo
19:36:28 Track Language 2: NONE
19:36:28 Audio Codec 2: Ogg Vorbis
19:36:28 Advanced Audio Settings DUMP Track 1
19:36:28 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:36:28 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:36:28 Lame Settings: ABR
19:36:28 Audio Normalization: 1
19:36:28 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:36:28
19:36:28 Dgindex CMD: D:\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\WISHBONE_IMPAWSSIBLEDREAM\VTS_01_1.VOB] -OF=[D:\temp\movie] -exit -minimize
19:36:55 D2V file size: 239981
19:36:55 Starting fixing audio delay on track number 1
19:36:55 DelayCut CMD: D:\AutoMKV091_NORIP\exe\dgindex\Delaycut.exe -auto -out "D:\temp\fixed1.ac3" "D:\temp\movie T01 2_0ch 256Kbps DELAY 0ms.ac3"
19:36:55 Original 1 Audio Size: 54510592 bytes
19:36:57 Fixed 1' Audio Size: 54510592 bytes
19:36:57 Finished fixing audio delay
19:36:57 Encoding D:\temp\fixed1.ac3 to Ogg with 10 quality
19:36:57 Unable to encode Audio, trying with DirectShowSource!
19:36:57 Encoding D:\temp\fixed1.ac3 to Ogg with 10 quality
19:36:58 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
19:36:58 FFmpeg Encoding Audio: "D:\AutoMKV091_NORIP\exe\BeSweet\ffmpeg.exe" -vn -i "D:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "D:\temp\audio.mp3"
19:36:58 Unable to encode Audio even with DirectShowSource and FFmpeg!

murrsturr
6th November 2007, 03:33
Hi again, I would love the option to use MCBob or MVBob but when I use it in the deinterlace module I get a broken file. The only time I have been able to use Bobs was when I use them in a script in the input file and selected "none" as options in AutoMKV. Any help would be appreciated. Thanks.

21:31:34 0.91a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
21:31:34 OS Version: Windows XP
21:31:34 Selected Input file: D:\mcbob test\test.mpg
21:31:34 Selected Output dir: D:\mcbob test\temp\
21:31:34 Selected Final Name: test
21:31:34 Selected Container type: MKV
21:31:34 Selected Encoder: X264
21:31:34 Selected Size: 4.5 / 1
21:31:34 Selected Profile: 2_Pass_Balanced.xml
21:31:34 Selected Resizer: SimpleResize (neutral soft) / 512
21:31:34 Selected Filters: RemoveGrain(mode=2)
21:31:34 Selected Deinterlacer: MCBob()
21:31:34 Selected Field Order: TFF
21:31:34 Enabled CRF/CQ AutoRes at 18 value
21:31:34 Track Language 1: MPEG Audio Stream 0
21:31:34 Audio Codec 1: Nero AAC
21:31:34 Audio Quality 1: 0.35
21:31:34 Audio Channel 1: Stereo
21:31:34 Track Language 2: NONE
21:31:34 Audio Codec 2: Nero AAC
21:31:34 Advanced Audio Settings DUMP Track 1
21:31:34 Nero Option Profiles: AUTO --- Encoding Mode: Quality
21:31:34 CCT Option Profiles: AUTO --- Channel Options: AUTO
21:31:34 Lame Settings: ABR
21:31:34 Audio Normalization: 1
21:31:34 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
21:31:34
21:31:34 Dgindex CMD: C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\mcbob test\test.mpg] -OF=[D:\mcbob test\temp\movie] -exit -minimize
21:31:34 D2V file size: 3041
21:31:34 Starting fixing audio delay on track number 1
21:31:34 DelayCut CMD: C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "D:\mcbob test\temp\fixed1.mpa" "D:\mcbob test\temp\movie T01 DELAY -33ms.mpa"
21:31:34 Original 1 Audio Size: 964224 bytes
21:31:34 Fixed 1' Audio Size: 963072 bytes
21:31:34 Finished fixing audio delay
21:31:34 Encoding D:\mcbob test\temp\fixed1.mpa to NeroAAC with 0.35 quality
21:31:45 Encoded 1' Audio Track: 179858 bytes
21:31:50 Number of Frames: 600
21:31:50 Framerate: 29.970030
21:31:50 Movie length in Seconds: 21
21:31:50 Movie Width/Height: 720/480
21:31:50 DgIndex AR: 4:3
21:31:50 Starting X264
21:31:50 Command Line 1' Pass X264: C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\encoder\x264.exe --pass 1 --bitrate 1527 --stats "D:\mcbob test\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "D:\mcbob test\temp\movie.avs"
21:31:50 Command Line 2' Pass X264: C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\encoder\x264.exe --pass 2 --bitrate 1527 --stats "D:\mcbob test\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\mcbob test\temp\movie.mp4" "D:\mcbob test\temp\movie.avs"
21:31:54 Finished 1' Pass X264
21:31:59 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
21:31:59 Switched to FFmpeg for Video Encoding!
21:31:59 FFmpeg.exe String: "C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\BeSweet\ffmpeg.exe" -i "D:\mcbob test\test.mpg" -vcodec h264 -bf 3 -b 1527000 -cropleft 6 -croptop 0 -cropright 6 -cropbottom 4 -s 512x384 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 29.970 "D:\mcbob test\temp\movie.mp4"
21:31:59 FFmpeg.exe String: "C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\BeSweet\ffmpeg.exe" -i "D:\mcbob test\test.mpg" -vcodec h264 -bf 3 -b 1527000 -cropleft 6 -croptop 0 -cropright 6 -cropbottom 4 -s 512x384 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 29.970 "D:\mcbob test\temp\movie.mp4"
21:32:49 Fished FFmpeg Encoding!
21:32:49 "C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\matroska\mkvmerge.exe" -o "D:\mcbob test\temp\test.mkv" --track-name -1:"test" --aspect-ratio 1:1.008403 "D:\mcbob test\temp\movie.mp4" --language -1:und --default-track -1:yes "D:\mcbob test\temp\audio.mp4" --title "Done with AutoMKV 0.91a http://forum.doom9.org/showthread.php?p=854221 "
21:32:49 Final Muxed size: 3963577 bytes
21:32:49 Encoding finished: 00:00:55 elapsed time
21:32:49 -----------------------------------------------------------------------
21:32:49 Script AutoCrop.log
21:32:49
21:32:49 Crop(6,0,708,476)
21:32:49 -----------------------------------------------------------------------
21:32:49 Script Resmovie.avs
21:32:49 -----------------------------------------------------------------------
21:32:49 Script movie.avs
21:32:49
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\AddGrain.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\autocrop.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\bifrost.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\blockbuster.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\ChromaShift.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\cnr2.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\ColorMatrix.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\Convolution3D.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\corrector.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\DctFilter.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\Decomb.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\Deen.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\degrainmedian.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\DGDecode.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\eDeen.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\EEDI2.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FFMpegSource.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FFT3DFilter.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FFT3dGPU.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FixVHSOversharp2_5.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FluxSmooth.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\frfun7.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\GuavaComb.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\hqdn3d.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\LeakKernelDeint.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\MaskTools.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\medianblur.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\MipSmooth.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\MSharpen.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\mt_masktools.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\mvtools.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\NicAudio.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\ReduceFlicker.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\RemoveGrainS.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\RepairS.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\SangNom.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\SimpleResize.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\SmoothD.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\SoundOut.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TBilateral.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TDeint.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TIVTC.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TomsMoComp.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TTempSmooth.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\TweakColor.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\UnDot.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\UnFilter.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\VSFilter.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\warpsharp.dll")
21:32:49 #loadpluginstart
21:32:49
21:32:49 #test1
21:32:49
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\HybridFuPP.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\LanczosPlus.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\Lem.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\MCBob_v03c.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\mvbob.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\QMlib.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\seesaw.avsi")
21:32:49 Import("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\spresso.avsi")
21:32:49 #importstart
21:32:49
21:32:49 #test2
21:32:49
21:32:49 movie = mpeg2source("D:\mcbob test\temp\movie.d2v")
21:32:49 function getOrder(clip c) {
21:32:49 order = GetParity(c) ? 1 : 0
21:32:49 Return order }
21:32:49 #filter1start
21:32:49
21:32:49 #test3
21:32:49
21:32:49 MCBob()
21:32:49 #cropstart
21:32:49
21:32:49 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
21:32:49 fixed_aspect = 0.888889
21:32:49 c_width = width(cropclip)
21:32:49 c_height = Round(height(cropclip) / fixed_aspect)
21:32:49 input_par = float(float(c_width)/float(c_height))
21:32:49 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
21:32:49 out_width = 512
21:32:49 out_height = Round(float(out_width) / input_par)
21:32:49 hmod = out_height - (floor(out_height / 16 ) * 16)
21:32:49 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
21:32:49 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
21:32:49 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
21:32:49
21:32:49 #resizestart
21:32:49
21:32:49 #test4
21:32:49
21:32:49 SimpleResize(out_width,out_height)
21:32:49 #filter2start
21:32:49
21:32:49 #test5
21:32:49
21:32:49 RemoveGrain(mode=2)
21:32:49 ColorMatrix(mode="Rec.709->Rec.601")
21:32:49 -----------------------------------------------------------------------
21:32:49 Script mkvmaudio.avs
21:32:49
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\NicAudio.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\SoundOut.dll")
21:32:49 LoadPlugin("C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\filter\FFmpegSource.dll")
21:32:49 NicMPG123Source("D:\mcbob test\temp\fixed1.mpa")
21:32:49 #Applying STEREO downmixing routines
21:32:49 function stereo(clip a)
21:32:49 {
21:32:49 flr = GetChannel(a, 1, 2)
21:32:49 fcc = GetChannel(a, 3)
21:32:49 lfe = GetChannel(a, 4)
21:32:49 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
21:32:49 mix = MergeChannels(lfc, lfc)
21:32:49 lrc = MixAudio(flr, mix, 0.2929, 1.0)
21:32:49 blr = GetChannel(a, 5, 6)
21:32:49 Return MixAudio(lrc, blr, 1.0, 0.2929)
21:32:49 }
21:32:49 #
21:32:49 6==Audiochannels() ? stereo() : last
21:32:49 function addvideo(clip c) {
21:32:49 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
21:32:49 Return audiodub(last,c)
21:32:49 }
21:32:49 Normalize()
21:32:49 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Documents and Settings\Sean\Desktop\AutoMKV091\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
21:32:49 -----------------------------------------------------------------------
21:32:49 Script mkvmaudio.bat
21:32:49 -----------------------------------------------------------------------
21:32:49 Script mkvmaudio2.avs
21:32:49 -----------------------------------------------------------------------
21:32:49 Script mkvmaudio2.bat
21:32:49
21:32:49 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
6th November 2007, 08:23
@Nightshiver

19:36:58 FFmpeg Encoding Audio: "D:\AutoMKV091_NORIP\exe\BeSweet\ffmpeg.exe" -vn -i "D:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "D:\temp\audio.mp3"
19:36:58 Unable to encode Audio even with DirectShowSource and FFmpeg!

are you sure that fixed.ac3 is playable ? it's quite strange that even ffmpeg is unable to encode it!

@murrsturr

movie = mpeg2source("D:\mcbob test\temp\movie.d2v")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
Return order }
MCBob()

here the culprit, you are calling mcbob... but source is movie...
so write in deinterlacer movie=MCBob(movie)

BHH

buzzqw
6th November 2007, 12:38
update 0.91b

FIXED: Preview of HD files. Note that crop value are referred to the reduced size (thanks to bisdelf)
CHANGED: PGC ripping is now always active. Whenever you select a pgc this pgc will be extracted.

BHH

zacoz
6th November 2007, 14:16
update 0.91b

CHANGED: PGC ripping is now always active. Whenever you select a pgc this pgc will be extracted.

BHH

Appreciate this buzzqw. Am about to leave on 3 day business trip, so won't be able to test straight away. Not that I don't think it will work of course. :thanks:

garethccc
6th November 2007, 14:25
This is a follow up to my first post quoted below. I've just tried an MKV encode with AutoMKV 0.91 and the problem persists. I've tried with both AAC (using two different versions of neroaacenc) and MP3 and both produce problems (re-encoding of AC3 stream always falls back to ffmpeg). Now at least finished MKV files are being output, but the resolutions are wrong and the playback choppy. I'll post the AAC-MKV encode log first, followed by the MP3-MKV encode. Hopefully someone can spot what's wrong! Thanks again --

System: Dell Inspiron 6400: Core Duo T2400, Intel 945GM chipset, 1524 Mb RAM, Windows Vista Ultimate 32-bit

Source: ripped from DVD using DVD Encrypter in IFO mode

Nero AAC encoded audio track:
17:53:12 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:53:12 Selected Input file: D:\DTS Die hard\VIDEO_TS\VTS_01_2.VOB
17:53:12 Selected Output dir: C:\Users\Gareth\Desktop\temp\
17:53:12 Selected Final Name: VTS_01_2
17:53:12 Selected Container type: MKV
17:53:12 Selected Encoder: X264
17:53:12 Selected Size: 220 / 1
17:53:12 Selected Profile: 2_Pass_Balanced.xml
17:53:12 Selected Resizer: NONE / Original
17:53:12 Selected Filters: NONE
17:53:12 Selected Deinterlacer: AUTO
17:53:12 Selected Field Order: AUTO
17:53:12 Enabled CRF/CQ AutoRes at 18 value
17:53:12 Track Language 1: AC3 Audio Stream 0
17:53:12 Audio Codec 1: Nero AAC
17:53:12 Audio Quality 1: 0.50
17:53:12 Audio Channel 1: Stereo
17:53:12 Track Language 2: NONE
17:53:12 Audio Codec 2: Nero AAC
17:53:12 Advanced Audio Settings DUMP Track 1
17:53:12 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:53:12 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:53:12 Lame Settings: ABR
17:53:12 Audio Normalization: 1
17:53:12 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:53:12
17:53:12 Dgindex CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\DTS Die hard\VIDEO_TS\VTS_01_2.VOB] -OF=[C:\Users\Gareth\Desktop\temp\movie] -exit -minimize
17:56:04 D2V file size: 746962
17:56:04 Starting fixing audio delay on track number 1
17:56:04 DelayCut CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Gareth\Desktop\temp\fixed1.ac3" "C:\Users\Gareth\Desktop\temp\movie T01 3_2ch 448Kbps DELAY -216ms.ac3"
17:56:04 Original 1 Audio Size: 318008320 bytes
17:56:34 Fixed 1' Audio Size: 317995776 bytes
17:56:34 Finished fixing audio delay
17:56:34 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
17:56:35 Unable to encode Audio, trying with DirectShowSource!
17:56:35 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
17:56:36 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
17:56:36 FFmpeg Encoding Audio: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "C:\Users\Gareth\Desktop\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "C:\Users\Gareth\Desktop\temp\audio.mp3"
18:03:59 Encoded 1' Audio Track: 90855968 bytes
18:03:59 Encoded 1' Audio Track: 90855968 bytes
18:04:00 Avi engage mode not corrected, switched to DirectShowSource
18:04:00 !!! WARNING - Trying with FFmpegSource
...


Lame MP3 encoded audio track:
17:53:12 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:53:12 Selected Input file: D:\DTS Die hard\VIDEO_TS\VTS_01_2.VOB
17:53:12 Selected Output dir: C:\Users\Gareth\Desktop\temp\
17:53:12 Selected Final Name: VTS_01_2
17:53:12 Selected Container type: MKV
17:53:12 Selected Encoder: X264
17:53:12 Selected Size: 220 / 1
17:53:12 Selected Profile: 2_Pass_Balanced.xml
17:53:12 Selected Resizer: NONE / Original
17:53:12 Selected Filters: NONE
17:53:12 Selected Deinterlacer: AUTO
17:53:12 Selected Field Order: AUTO
17:53:12 Enabled CRF/CQ AutoRes at 18 value
17:53:12 Track Language 1: AC3 Audio Stream 0
17:53:12 Audio Codec 1: Nero AAC
17:53:12 Audio Quality 1: 0.50
17:53:12 Audio Channel 1: Stereo
17:53:12 Track Language 2: NONE
17:53:12 Audio Codec 2: Nero AAC
17:53:12 Advanced Audio Settings DUMP Track 1
17:53:12 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:53:12 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:53:12 Lame Settings: ABR
17:53:12 Audio Normalization: 1
17:53:12 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:53:12
17:53:12 Dgindex CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\DTS Die hard\VIDEO_TS\VTS_01_2.VOB] -OF=[C:\Users\Gareth\Desktop\temp\movie] -exit -minimize
17:56:04 D2V file size: 746962
17:56:04 Starting fixing audio delay on track number 1
17:56:04 DelayCut CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Gareth\Desktop\temp\fixed1.ac3" "C:\Users\Gareth\Desktop\temp\movie T01 3_2ch 448Kbps DELAY -216ms.ac3"
17:56:04 Original 1 Audio Size: 318008320 bytes
17:56:34 Fixed 1' Audio Size: 317995776 bytes
17:56:34 Finished fixing audio delay
17:56:34 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
17:56:35 Unable to encode Audio, trying with DirectShowSource!
17:56:35 Encoding C:\Users\Gareth\Desktop\temp\fixed1.ac3 to NeroAAC with 0.50 quality
17:56:36 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
17:56:36 FFmpeg Encoding Audio: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "C:\Users\Gareth\Desktop\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "C:\Users\Gareth\Desktop\temp\audio.mp3"
18:03:59 Encoded 1' Audio Track: 90855968 bytes
18:03:59 Encoded 1' Audio Track: 90855968 bytes
18:04:00 Avi engage mode not corrected, switched to DirectShowSource
18:04:00 !!! WARNING - Trying with FFmpegSource
...


Original Post:
Hi all,

I've had success encoding x264/aac .MKV movies from DVD source files with past versions (0.89) but success has been patchy (sometimes it works, sometimes it doesn't!). Will try 0.91 soon, but thought I'd try and figure out what's going on anyways:

I'm using Vista Ultimate 32-bit, and considering I've successfully encoded in the past, that doesn't seem to be the problem. Encoding audio with neroaacenc.exe seems to be problematic - the encoding process breaks down before the video encoding stage. I'll post the a sample .log file so that people that know much more than I do about AutoMKV can spot the problem :-)

CPU: Core Duo T2400 / RAM: 1526Mb

Thanks!!

andrewwan1980
6th November 2007, 14:27
This is the same problem I have seen. Install "Haali Media Splitter " and see if you have the same problem.

Yep, I installed Haali Media Splitter and still got the problem. The thing is, AutoMKV 0.90c used to work perfectly. Possibly before I upgrade my K-Lite Codec Pack to 3.50 (previously it was 3.30 and may have worked with AutoMKV).

Now I uninstalled EVERYTHING: K-Lite Codec Pack, AVISynth, ffdshow, Koepi XviD, and reinstalled AutoMKV 0.90c, AVISynth 2.5.7, ffdshow b3 r1324, Koepi XviD 1.1.3 final. Trying again, but this time WITHOUT K-Lite Codec Pack installed..... crap! ... I still get the bautodeint.exe error.

weaver4
6th November 2007, 17:28
buzzqw: I change the <BQuantOffset> to 100 and still my xvid files are 50%-60% larger than when I do them with autogk, avi.net and StaxRip. I am using cq quantizer of 3.0.

weaver4
6th November 2007, 17:30
Yep, I installed Haali Media Splitter and still got the problem. The thing is, AutoMKV 0.90c used to work perfectly. Possibly before I upgrade my K-Lite Codec Pack to 3.50 (previously it was 3.30 and may have worked with AutoMKV).

Now I uninstalled EVERYTHING: K-Lite Codec Pack, AVISynth, ffdshow, Koepi XviD, and reinstalled AutoMKV 0.90c, AVISynth 2.5.7, ffdshow b3 r1324, Koepi XviD 1.1.3 final. Trying again, but this time WITHOUT K-Lite Codec Pack installed..... crap! ... I still get the bautodeint.exe error.

the other thing I did was uninstall avisynth and install the correct version again.

andrewwan1980
6th November 2007, 17:40
the other thing I did was uninstall avisynth and install the correct version again.

Currently am on 2nd pass... so it's looking good so far. I installed K-Lite Codec Pack 3.30 (the first version that I remember worked with AutoMKV).

Will let you know...

PS: K-Lite Codec Pack contains AVISynth, ffdshow, Xvid, already, so not sure whether it's good/bad.

Barleyman
6th November 2007, 21:39
.91a is MKV happy. I asked for xvid AVI, got xvid MKV instead. What gives?


22:32:08 0.91a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:32:08 OS Version: Windows XP
22:32:08 Selected Input file: E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_0.IFO
22:32:08 Selected Output dir: E:\Movies-E\Death Proof\temp\
22:32:08 Selected Final Name: Death_Proof
22:32:08 Selected Container type: AVI
22:32:08 Selected Encoder: XviD
22:32:08 Selected Size: Unlimited File Size
22:32:08 Selected Profile: Constant_Quality.xml
22:32:08 Selected Resizer: NONE / Original
22:32:08 Selected Filters: RemoveGrain(mode=2)
22:32:08 Selected Deinterlacer: AUTO
22:32:08 Selected Field Order: AUTO
22:32:08 Manual Crop: Enabled
22:32:08 Left Crop: 0
22:32:08 Top Crop: 68
22:32:08 Right Crop: 0
22:32:08 Botton Crop: 72
22:32:08 Manual Width: 1024
22:32:08 Manual Height: 436
22:32:08 NeroAACEnc.exe: not present
22:32:08 Enabled Constant Quality With Unlimited Size (Q 3)
22:32:08 Enabled CRF/CQ AutoRes at 3 value
22:32:08 Activate PGC Ripping: 0
22:32:08 Using Matrix: Didees SixOfNine-HVS.cqm
22:32:08 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
22:32:08 Audio Codec 1: Copy Original
22:32:08 Track Language 2: NONE
22:32:08 Audio Codec 2: Lame
22:32:08 Activate Anamorphic Encoding
22:32:08 Selected Unlimited media size
22:32:08 Activate PGC processing: PGC 1 [1:48:58:00]
22:32:08 Starting Indexing
22:32:08 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies-E\Death Proof\temp\movie] -exit -minimize
22:33:45 Finished indexing
22:33:45 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
22:33:45 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies-E\Death Proof\temp\movie] -exit -minimize
22:35:56 Finished FULL indexing
22:35:56 D2V file size: 836070
22:35:56 Starting fixing audio delay on track number 1
22:35:56 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "E:\Movies-E\Death Proof\temp\fixed1.dts" "E:\Movies-E\Death Proof\temp\movie T02 DELAY 72ms.dts"
22:35:56 Original 1 Audio Size: 616105586 bytes
22:36:14 Fixed 1' Audio Size: 616112628 bytes
22:36:14 Finished fixing audio delay
22:36:14 Renamed file fixed1.dts to audio.dts
22:36:14 Encoded 1' Audio Track: 616112628 bytes
22:36:16 Number of Frames: 163397
22:36:16 Framerate: 25.000000
22:36:16 Movie length in Seconds: 6536
22:36:16 Movie Width/Height: 720/576
22:36:16 DgIndex AR: 16:9
18:53:08 0.91a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:53:08 OS Version: Windows XP
18:53:08 Selected Input file: E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_0.IFO
18:53:08 Selected Output dir: E:\Movies-E\Death Proof\temp\
18:53:08 Selected Final Name: Death_Proof
18:53:08 Selected Container type: MKV
18:53:08 Selected Encoder: XviD
18:53:08 Selected Size: Unlimited File Size
18:53:08 Selected Profile: Constant_Quality.xml
18:53:08 Selected Resizer: NONE / Original
18:53:08 Selected Filters: RemoveGrain(mode=2)
18:53:08 Selected Deinterlacer: Progressive
18:53:08 Selected Field Order: AUTO
18:53:08 Manual Crop: Enabled
18:53:08 Left Crop: 0
18:53:08 Top Crop: 68
18:53:08 Right Crop: 0
18:53:08 Botton Crop: 72
18:53:08 Manual Width: 1024
18:53:08 Manual Height: 436
18:53:08 NeroAACEnc.exe: not present
18:53:08 Enabled Constant Quality With Unlimited Size (Q 3)
18:53:08 Enabled CRF/CQ AutoRes at 3 value
18:53:08 Activate PGC Ripping: 0
18:53:08 Using Matrix: Didees SixOfNine-HVS.cqm
18:53:08 Track Language 1: English (DTS 6ch, 0xBD 0x89) [0]
18:53:08 Audio Codec 1: Copy Original
18:53:08 Track Language 2: NONE
18:53:08 Audio Codec 2: Lame
18:53:08 Activate Anamorphic Encoding
18:53:08 Selected Unlimited media size
18:53:08 Activate PGC processing: PGC 1 [1:48:58:00]
18:53:08 Starting Indexing
18:53:08 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies-E\Death Proof\temp\movie] -exit -minimize
18:54:40 Finished indexing
18:54:40 On selected tracks Dgindex isn't able to demux any audio tracks, now rerunning dgindex in demux all tracks mode
18:54:40 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=2 -YR=2 -AIF=[E:\Movies-E\Death Proof\MainMovie\DEATH PROOF DISC 1\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies-E\Death Proof\temp\movie] -exit -minimize
18:56:44 Finished FULL indexing
18:56:44 D2V file size: 836070
18:56:44 Starting fixing audio delay on track number 1
18:56:44 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "E:\Movies-E\Death Proof\temp\fixed1.dts" "E:\Movies-E\Death Proof\temp\movie T02 DELAY 72ms.dts"
18:56:44 Original 1 Audio Size: 616105586 bytes
18:56:52 Fixed 1' Audio Size: 616112628 bytes
18:56:52 Finished fixing audio delay
18:56:52 Renamed file fixed1.dts to audio.dts
18:56:52 Encoded 1' Audio Track: 616112628 bytes
18:56:54 Number of Frames: 163397
18:56:54 Framerate: 25.000000
18:56:54 Movie length in Seconds: 6536
18:56:54 Movie Width/Height: 720/576
18:56:54 DgIndex AR: 16:9
18:56:54 Checking script...movie.avs
18:56:57 CQ encoding XviD: C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe -cq 3 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 100 -bquant_offset 0 -nopacked -nochromame -bvhq -threads 0 -par 4 -qmatrix "C:\Program Files\AutoMKV\profiles\XviD-profiles\matrix\Didees SixOfNine-HVS.cqm" -i "E:\Movies-E\Death Proof\temp\movie.avs" -type 2 -mkv "E:\Movies-E\Death Proof\temp\movie.mkv"
22:04:53 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
22:04:53 Got a file of size: 3638529536 bytes + audio size 616112628 bytes (4254642176)
22:04:53 Only Movie Size: -656437696 bytes
22:04:53 C:\Program Files\AutoMKV\exe\matroska\mkvmerge.exe" -o "E:\Movies-E\Death Proof\temp\Death_Proof.mkv_pre" --track-name -1:"Death_Proof" --aspect-ratio 0:1.#INF00 --chapters "C:\Program Files\AutoMKV\exe\chapters.txt" "E:\Movies-E\Death Proof\temp\movie.mkv" --language -1:eng --default-track -1:yes "E:\Movies-E\Death Proof\temp\audio.dts" --title "Done with AutoMKV 0.91a http://forum.doom9.org/showthread.php?p=854221 "
22:11:21 Final Muxed size: 4255319040 bytes
22:11:21 Encoding finished: 03:14:24 elapsed time
22:11:21 -----------------------------------------------------------------------
22:11:21 Script AutoCrop.log
22:11:21 -----------------------------------------------------------------------
22:11:21 Script Resmovie.avs
22:11:21 -----------------------------------------------------------------------
22:11:21 Script movie.avs
22:11:21
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
22:11:21 #loadpluginstart
22:11:21
22:11:21 #test1
22:11:21
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
22:11:21 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
22:11:21 #importstart
22:11:21
22:11:21 #test2
22:11:21
22:11:21 movie = mpeg2source("E:\Movies-E\Death Proof\temp\movie.d2v")
22:11:21 function getOrder(clip c) {
22:11:21 order = GetParity(c) ? 1 : 0
22:11:21 Return order }
22:11:21 #filter1start
22:11:21
22:11:21 #test3
22:11:21
22:11:21 last = movie
22:11:21 crop(0,68,-0,-72)
22:11:21 #resizestart
22:11:21
22:11:21 #test4
22:11:21
22:11:21 #filter2start
22:11:21
22:11:21 #test5
22:11:21
22:11:21 RemoveGrain(mode=2)
22:11:21 -----------------------------------------------------------------------
22:11:21 Script mkvmaudio.avs
22:11:21
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
22:11:21 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
22:11:21 NicDTSSource("E:\Movies-E\Death Proof\temp\fixed1.dts")
22:11:21 #Applying STEREO downmixing routines
22:11:21 function stereo(clip a)
22:11:21 {
22:11:21 flr = GetChannel(a, 1, 2)
22:11:21 fcc = GetChannel(a, 3)
22:11:21 lfe = GetChannel(a, 4)
22:11:21 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
22:11:21 mix = MergeChannels(lfc, lfc)
22:11:21 lrc = MixAudio(flr, mix, 0.2929, 1.0)
22:11:21 blr = GetChannel(a, 5, 6)
22:11:21 Return MixAudio(lrc, blr, 1.0, 0.2929)
22:11:21 }
22:11:21 #
22:11:21 6==Audiochannels() ? stereo() : last
22:11:21 function addvideo(clip c) {
22:11:21 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
22:11:21 Return audiodub(last,c)
22:11:21 }
22:11:21 Normalize()
22:11:21 -----------------------------------------------------------------------
22:11:21 Script mkvmaudio.bat
22:11:21 -----------------------------------------------------------------------
22:11:21 Script mkvmaudio2.avs
22:11:21 -----------------------------------------------------------------------
22:11:21 Script mkvmaudio2.bat
22:11:21
22:11:21 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


Edit: Meh, looks like the PAL DVD *is* actually interlaced. Well, once more from the top..

Nightshiver
6th November 2007, 22:13
I still can't encode the audio. Yes, the fixed ac3 audio is playable. For more info, I don't have avisynth installed if that matters. I do have the ogg codec installed though, both the video and audio.

buzzqw
6th November 2007, 22:17
@andrewwan1980

codec pack are know for being evil.. and know you know why...

@Barleyman

18:53:08 Selected Container type: MKV
18:53:08 Selected Encoder: XviD
:confused:

@Nightshiver
Triple DOH! (put homer simpson here)

INSTALL AVISYNTH RIGHT NOW!

(me spanking Nightshiver ;) )

BHH

Nightshiver
6th November 2007, 22:38
INSTALL AVISYNTH RIGHT NOW!

(me spanking Nightshiver ;) )

BHH

http://imagecache2.allposters.com/images/pic/EUR/1155-1374~Sorry-Posters.jpg

Barleyman
6th November 2007, 22:52
@Barleyman
:confused:


Hmm. Didn't notice the 2nd job, yup. I had some strange problems with automkv doing strange things. For example, I got this file in the target dir:
"Click on INPUT for choosing FILE to ENCODE.log"

BobGray
7th November 2007, 07:48
Hi all,
I wanted to reencode an avi file, I got the expected size 200MB.
I set up this value, but the result was 200MB+the size of the audio stream.
(Should I always know, how big will be the audio??)
What made I wrong?

:thanks:

buzzqw
7th November 2007, 08:25
@Barleyman

automkv doing strange things

yea.. i am adding A.I. to AutoMKV ;)

I got this file in the target dir:
"Click on INPUT for choosing FILE to ENCODE.log"

that's not correct, are you able to replicate and tell me how ? THANKS!

@BobGray

First of all Welcome to the Forum!

automkv take in account audio when computing size.
Can you post the log ?

BHH

andrewwan1980
7th November 2007, 10:25
Currently am on 2nd pass... so it's looking good so far. I installed K-Lite Codec Pack 3.30 (the first version that I remember worked with AutoMKV).

Will let you know...

PS: K-Lite Codec Pack contains AVISynth, ffdshow, Xvid, already, so not sure whether it's good/bad.

Apparently it worked! K-Lite Mega Codec Pack 3.30 + AutoMKV 0.90c solved the BAutoDeint.exe (The instruction at "0X027d1468" referenced memory at "0x027d1468". The memory could not be "read".) problem. I was able to encode a couple more videos 100% with no problem.

Then a new error sprang up (on a different video file):

VirtualDub Program Failure

Oops -- virtualDub has crashed. Details are listed below which may help you pinpoint the problem. If a third party driver is implicated, try using another driver and see if the problem goes away. For reproducible problems in VirtualDub itself, use "Save..." and email the problem report to <phaeron@virtualdub.org> along with a description of what you were doing.

Crash details (best guess as to cause)
An out-of-bounds memory access (access violation) occurred in module 'SoundOut'.

Please see attachment for more details:

andrewwan1980
7th November 2007, 10:36
@andrewwan1980

codec pack are know for being evil.. and know you know why...


BHH

I just checked, K-Lite Mega Codec Pack 3.30 (old version) actually contains nearly the same versions of the recommend ffdshow, Xvid, etc. that you state/linked to on your first/front page post, your linked versions in brackets:

Xvid 1.1.3 (1.1.3)
ffdshow r1371 (r1324)

So AutoMKV 0.90c worked better.
Whilst the latest version of the codec pack has Xvid 1.2.0 & ffdshow 1576, which never worked with AutoMKV.

acrespo
7th November 2007, 12:19
I set NeroAACenc to do 2pass and put the job on queue list. After nero finish the job and x264 build fame.txt (x264 crash everytime in this step but make the file with a few lines), automkv make the 2 .bat files for 2pass x264 and start the first pass, but AutoMKV exits without message and the last log line is:

10:14:33 Command Line 1' Pass X264: C:\encodes\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 850 --stats "H:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter 0,0 --subme 2 --direct auto --vbv-maxrate 4000 --me dia --no-ssim --level 3.0 --analyse none --threads auto --thread-input --output NUL "H:\temp\movie.avs"
10:14:33 Command Line 2' Pass X264: C:\encodes\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 850 --stats "H:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 2 --filter 0,0 --direct auto --vbv-maxrate 4000 --me umh --no-ssim --level 3.0 --weightb --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "H:\temp\movie.mp4" "H:\temp\movie.avs"

If I start the job directly (not from queue) everything occurs ok but at the end of the job MP4Box is not muxing as you can see the log below:

02:27:50 "C:\encodes\AutoMKV\exe\matroska\MP4Box.exe" -psp -add "H:\temp\movie.mp4":par=1.000000 -add "H:\temp\audio.mp4:lang=und" -fps 23.976025 -new "H:\temp\Dragon Ball Z 098_full.mp4"
02:27:50 Final Muxed size: -1 bytes
02:27:50 Encoding finished: 01:25:20 elapsed time

andrewwan1980
7th November 2007, 12:55
I set NeroAACenc to do 2pass and put the job on queue list. After nero finish the job and x264 build fame.txt (x264 crash everytime in this step but make the file with a few lines), automkv make the 2 .bat files for 2pass x264 and start the first pass, but AutoMKV exits without message and the last log line is:
--snip--

That's what I get all the time with AutoMKV 0.91b. So I reverted back to AutoMKV 0.90c and it works fine.

simplekid
7th November 2007, 12:59
A problem makes me crazy:the auto deinterlacer works sometimes and doesn't work at all sometimes, can anybody help?

Is AutoMKV not "auto" enough so that I have to analyze the media
myself sometimes?

DarkZell666
7th November 2007, 15:08
simplekid : 1st, welcome to doom9. Let's hope you have a good time here.

2nd, would you mind giving us more details about what source video's AutoMKV chokes on ? Maybe try uploading a sample somewhere and posting the logfile for everyone to have a look at ? Chances are some of your DVD's/video's have something particular that hasn't been handled correctly yet. It's just the sort of thing that happens. If you're kind enough to provide some info that would help track the problem down faster, everyone will be able to profit from it :)

machser
7th November 2007, 16:26
Hello,
what is the correct setting of AutoMKV to encode a whole disc separated by its PGCs ? Is there a chapter-setting or PGC-setting ? So at the end there are as many files (MKVs) as there are PGCs or Chapters on the disc ?

buzzqw
7th November 2007, 16:41
@andrewwan1980

An out-of-bounds memory access (access violation) occurred in module 'SoundOut'.

that's can occur when input audio is corrupted
be sure to do a correct rip

@acrespo

need to know source file and settings used

@simplekid @ALL

i am working on deinterlacer rountines

i will drop bautodeint and use a "home made" routine

@machser

you must select each pgc to encode

BHH

acrespo
7th November 2007, 16:47
If I start the job directly (not from queue) everything occurs ok but at the end of the job MP4Box is not muxing as you can see the log below:

02:27:50 "C:\encodes\AutoMKV\exe\matroska\MP4Box.exe" -psp -add "H:\temp\movie.mp4":par=1.000000 -add "H:\temp\audio.mp4:lang=und" -fps 23.976025 -new "H:\temp\Dragon Ball Z 098_full.mp4"
02:27:50 Final Muxed size: -1 bytes
02:27:50 Encoding finished: 01:25:20 elapsed time

About this problem, I run other job and receive the same problem. Then, I execute the command in a DOS prompt and receive this message:

H:\>"C:\encodes\AutoMKV\exe\matroska\MP4Box.exe" -psp -add "H:\temp\movie.mp4":par=1.000000 -add "H:\temp\audio.mp4:lang=und" -fps 23.976025 -new "H:\temp\dbz98_full.mp4"
Option -psp unknown. Please check usage

buzzqw
7th November 2007, 17:31
thanks , fixed

BHH

acrespo
7th November 2007, 20:23
But How can I fix this problem?

murrsturr
7th November 2007, 23:00
Thanks with the MCBob routine Buzzqw. It's working like a charm.

simplekid
7th November 2007, 23:44
to DarkZell666: Thanks, I wonder if the problem has something to do with the unicode folder name of my source media or output folder, now testing

to buzzqw: Thank you for your great tool~

acrespo
8th November 2007, 04:18
@andrewwan1980

@acrespo

need to know source file and settings used



I miss that. The source file AVS script with MPEG2Source filter from a VOB. Audio file is AC3 2.0

Feature request:
MeGui has an option to increase volume in audio conversion. Can you incluse something to increase volume too? A option to set the amplify filter when you use soundout plugin will be great.

simplekid
8th November 2007, 05:13
Feature request:
Can you add an option to stop the current working job or stop after the current job? Sometimes there are several jobs queued but after the first one done I find the settings of them are not correct and need to be modified, but to stop the queue is not so easy~

Adub
8th November 2007, 05:46
I second that request.

garethccc
8th November 2007, 10:02
Hi guys,

After trying a bunch more stuff, including uninstalling all codec packs and trying different codec packs, I'm still running into the same problem: audio and video encoding is falling back to using ffmpeg and ffmpegsource. I'm not sure why!

I'm using 0.91b under Vista x86 (Core Duo T2400, 1536Mb RAM) and have tried encoding with no codec packs installed, then the latest CCCP release, then with the latest k-Lite pack.

I've played fixed.ac3 and there seems to be no problems with it.

To save time I've been testing with a smaller (300Mb) VOB file from a larger IFO DVD rip. I ran into the same problems attempting to encode the full IFO rip.

The following log lines may shed some light on the issue, but I'll post the full log separately as well.

15:02:45 Avi engage mode not corrected, switched to DirectShowSource

15:02:53 Starting X264
15:02:53 Command Line 1' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 1717 --stats "D:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "D:\temp\movie.avs"
15:02:53 Command Line 2' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 1717 --stats "D:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\temp\movie.mp4" "D:\temp\movie.avs"
15:02:56 Finished 1' Pass X264
15:03:04 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!

small
8th November 2007, 10:03
I have a strange problem with AutoMKV 0.91b.

When I Queue the processing I get the error message from pgcdemux: "Invalid input file!"

When I use the same settings but start the processing right away without queueing, it works without a problem.

Queue file contents:

; AutoMKV queue parameters
[AutoMKV]
Input File = D:\Test\Test\VTS_01_0.IFO
Input Folder = D:\Test\Test\
Output Folder = D:\Test\Test\
Source on DVD = 0
Container = MKV
Movie Name = Test
Size = 373
Slice = 1
Resizer = 13
Width = Original
Set encoding mode = X264
Allow Expert Profile = 0
Audio Track 1 = English (AC3 6ch, 0xBD 0x80) [0,1,2,3,4,5]
Audio Codec 1 = Nero AAC
Audio Bit 1 = 7
Audio Bitrate 1 = 0.35
Audio Channel 1 = DPL II
Audio Track 2 = Deutsch (AC3 6ch, 0xBD 0x81) [0,1,2,3,4,5]
Audio Codec 2 = Nero AAC
Audio Bit 2 = 7
Audio Bitrate 2 = 0.35
Audio Channel 2 = DPL II
Sub Track 1 = English 0 (0xBD 0x20) [0,1,2,3,4,5] wide
Sub Track 2 = Deutsch 1 (0xBD 0x21) [0,1,2,3,4] wide
External Sub =
Encoding Profiles = 2_Pass_Extreme_Quality.xml
Hit Media/Go Unlimited =
xcrfsplitvalue =
xcrfgounlimited =
xcrfhitmediasize =
xcrfcrfquantitizer =
Use CRF/CQ for AutoResize = 1
CRF/CQ Value = 18
Use %Comp Check = 0
Value of %Comp Check = 5
Bitrate Encoding = 0
Bitrate Value = 700
Quality Encoding = 0
Quality Value = 75
Delete temporary files = 1
Encrust/Burn Subtitles = 0
Enable Shutdown = 0
Allow AVS check = 0
Allow x264 Stats = 1
Process this IFO = 1
PGC to Process = 2
Force ITU Resizing = 0
Anamorphic Encoding = 1
Filter = RemoveGrain(mode=2)
Enable Last Line AVS Script = 0
Last Line AVS Script =
Deinterlacer = AUTO
Field Order = AUTO
Language = eng
Use ProjectX for TS files = 0
Use custom X.ini = 0
Use DelayCut = 1
HQ Deinterlacer = 1
Allow Hybrid Order/Pattern = 1
Matrix = NONE
Force PAR in XviD = AUTO
FFmpeg Encoding = NONE
Use DirectShowSource for Video = 0
Use DirectShowSource for Audio = 0
No Colormatrix = 0
GreyScale = 0
MVDenoise = 0
MVDegrain1 = 0
MVDegrain2 = 0
Limiter = 0
Use FFmpegSource = 0
DGDecode_Deblock(cpu=) = 0
Trim from =
FPS = 0.000000
Enable QMtrim = 0
Enable HGAVS = 0
Unsaw Frames = 15
Motion Levels = AUTO
QMtrim Script = Light_All_around_Denoise.lvl
Hide Subtitle = 1
Enable Manual Crop And Resize = 0
Crop Top =
Crop Left =
Crop Bottom =
Crop Right =
Manual Width =
Manual Height =
Audio Track Name 1 =
Movie Title Name =
Audio Track Desc 1 =
Nero Profiles 1 = AUTO
Nero Encoding Mode 1 = Quality
CCT Profiles 1 = AUTO
Channel Options 1 = AUTO
MP3 Settings 1 = ABR
Windows Media Audio = AUTO
Windows Media Channel = AUTO
Normalize Audio 1 = 1
Frequency 1 = AUTO
Tempo 1 = NONE
Pitch 1 = NONE
OtherADD 1 =
Audio Track Name 2 =
Audio Track Desc 2 =
Nero Profiles 2 = AUTO
Nero Encoding Mode 2 = Quality
CCT Profiles 2 = AUTO
Channel Options 2 = AUTO
MP3 Settings 2 = ABR
Normalize Audio 2 = 1
Frequency 2 = AUTO
Tempo 2 = NONE
Pitch 2 = NONE
OtherADD 2 =
Nero 2 Pass Encoding 1 track =
Nero 2 Pass Encoding 2 track =


Log file:

09:55:56 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
09:55:56 OS Version: Windows XP
09:55:56 Selected Input file: D:\Test\Test\VTS_01_0.IFO
09:55:56 Selected Output dir: D:\Test\Test\temp\
09:55:56 Selected Final Name: Test
09:55:56 Selected Container type: MKV
09:55:56 Selected Encoder: X264
09:55:56 Selected Size: 373 / 1
09:55:56 Selected Profile: 2_Pass_Extreme_Quality.xml
09:55:56 Selected Resizer: NONE / Original
09:55:56 Selected Filters: RemoveGrain(mode=2)
09:55:56 Selected Deinterlacer: AUTO
09:55:56 Selected Field Order: AUTO
09:55:56 Enabled CRF/CQ AutoRes at 18 value
09:55:56 Activate PGC Ripping: 2
09:55:56 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0,1,2,3,4,5]
09:55:56 Audio Codec 1: Nero AAC
09:55:56 Audio Quality 1: 0.35
09:55:56 Audio Channel 1: DPL II
09:55:56 Track Language 2: Deutsch (AC3 6ch, 0xBD 0x81) [0,1,2,3,4,5]
09:55:56 Audio Codec 2: Nero AAC
09:55:56 Audio Quality 2: 0.35
09:55:56 Audio Channel 2: DPL II
09:55:56 Advanced Audio Settings DUMP Track 1
09:55:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:55:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:55:56 Lame Settings: ABR
09:55:56 Audio Normalization: 1
09:55:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:55:56 Advanced Audio Settings DUMP Track 2
09:55:56 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:55:56 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:55:56 Lame Settings: ABR
09:55:56 Audio Normalization: 1
09:55:56 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:55:56 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0,1,2,3,4,5] wide
09:55:56 Selected 2' Sub tracks: Deutsch 1 (0xBD 0x21) [0,1,2,3,4] wide
09:55:56 Activate Anamorphic Encoding
09:55:56
09:55:56 Starting SubRipping
09:58:39 Subtitle Size: 3618816 bytes
09:58:39 Finished SubRipping
09:58:39 Activate PGC processing: PGC 3 [0:41:57:18]
09:58:39 Activate PGC processing: PGC 3 [0:41:57:18]
09:58:39 D:\Program Files\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 3 -nocellt -nolog -noaud -nosub -nom2v -vob "" "D:\Test\Test\temp"


Could somebody please point out to me what I am doing wrong?
I really love this programm, but the queue would be so useful!

garethccc
8th November 2007, 10:03
15:01:37 0.91b - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:01:37 Selected Input file: D:\DTS Die hard\VIDEO_TS\VTS_01_5.VOB
15:01:37 Selected Output dir: D:\temp\
15:01:37 Selected Final Name: done
15:01:37 Selected Container type: MKV
15:01:37 Selected Encoder: X264
15:01:37 Selected Size: 120 / 1
15:01:37 Selected Profile: 2_Pass_Balanced.xml
15:01:37 Selected Resizer: NONE / Original
15:01:37 Selected Filters: NONE
15:01:37 Selected Deinterlacer: AUTO
15:01:37 Selected Field Order: AUTO
15:01:37 Enabled CRF/CQ AutoRes at 18 value
15:01:37 Track Language 1: AC3 Audio Stream 0
15:01:37 Audio Codec 1: Nero AAC
15:01:37 Audio Quality 1: 0.40
15:01:37 Audio Channel 1: Stereo
15:01:37 Track Language 2: NONE
15:01:37 Audio Codec 2: Nero AAC
15:01:37 Advanced Audio Settings DUMP Track 1
15:01:37 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:01:37 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:01:37 Lame Settings: ABR
15:01:37 Audio Normalization: 1
15:01:37 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
15:01:37
15:01:37 Dgindex CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\DTS Die hard\VIDEO_TS\VTS_01_5.VOB] -OF=[D:\temp\movie] -exit -minimize
15:01:54 D2V file size: 71123
15:01:54 Starting fixing audio delay on track number 1
15:01:54 DelayCut CMD: C:\Program Files\Multimedia\Tools\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "D:\temp\fixed1.ac3" "D:\temp\movie T01 3_2ch 448Kbps DELAY -224ms.ac3"
15:01:54 Original 1 Audio Size: 30489088 bytes
15:01:58 Fixed 1' Audio Size: 30476544 bytes
15:01:58 Finished fixing audio delay
15:01:58 Encoding D:\temp\fixed1.ac3 to NeroAAC with 0.40 quality
15:01:59 Unable to encode Audio, trying with DirectShowSource!
15:01:59 Encoding D:\temp\fixed1.ac3 to NeroAAC with 0.40 quality
15:02:00 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
15:02:00 FFmpeg Encoding Audio: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "D:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "D:\temp\audio.mp3"
15:02:45 Encoded 1' Audio Track: 8707616 bytes
15:02:45 Encoded 1' Audio Track: 8707616 bytes
15:02:45 Avi engage mode not corrected, switched to DirectShowSource
15:02:45 !!! WARNING - Trying with FFmpegSource
15:02:49 Aspect ratio: 1.778
15:02:49 Number of Frames: 13603
15:02:49 Framerate: 25.000
15:02:49 Movie length in Seconds: 545
15:02:49 Movie Width/Height: 720/576
15:02:49 DgIndex AR: 1.778
15:02:53 Aspect ratio: 1.778
15:02:53 Number of Frames: 13603
15:02:53 Framerate: 25.000
15:02:53 Movie length in Seconds: 545
15:02:53 Movie Width/Height: 720/576
15:02:53 DgIndex AR: 1.778
15:02:53 Starting X264
15:02:53 Command Line 1' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 1717 --stats "D:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "D:\temp\movie.avs"
15:02:53 Command Line 2' Pass X264: C:\Program Files\Multimedia\Tools\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 1717 --stats "D:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\temp\movie.mp4" "D:\temp\movie.avs"
15:02:56 Finished 1' Pass X264
15:03:04 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
15:03:04 Switched to FFmpeg for Video Encoding!
15:03:04 FFmpeg.exe String: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\DTS Die hard\VIDEO_TS\VTS_01_5.VOB" -vcodec h264 -bf 3 -b 1717000 -s 720x576 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 25.000 "D:\temp\movie.mp4"
15:03:04 FFmpeg.exe String: "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\DTS Die hard\VIDEO_TS\VTS_01_5.VOB" -vcodec h264 -bf 3 -b 1717000 -s 720x576 -an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 25.000 "D:\temp\movie.mp4"
15:04:26 Fished FFmpeg Encoding!
15:04:26 "C:\Program Files\Multimedia\Tools\AutoMKV\exe\matroska\mkvmerge.exe" -o "D:\temp\done.mkv" --track-name -1:"done" --aspect-ratio 1:1.778000 "D:\temp\movie.mp4" --language -1:und --default-track -1:yes "D:\temp\audio.mp3" --title "Done with AutoMKV 0.91b http://forum.doom9.org/showthread.php?p=854221 "
15:04:27 Final Muxed size: -1 bytes
15:04:27 Encoding finished: 00:01:31 elapsed time
15:04:27 -----------------------------------------------------------------------
15:04:27 Script AutoCrop.log
15:04:27 -----------------------------------------------------------------------
15:04:27 Script Resmovie.avs
15:04:27 -----------------------------------------------------------------------
15:04:27 Script movie.avs
15:04:27
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\AddGrain.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\autocrop.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\blockbuster.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\cnr2.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\ColorMatrix.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Convolution3D.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\corrector.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\DctFilter.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Decomb.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Deen.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\degrainmedian.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\DGDecode.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\EEDI2.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFMpegSource.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFT3DFilter.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FluxSmooth.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\frfun7.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\hqdn3d.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LeakKernelDeint.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MaskTools.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\medianblur.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MipSmooth.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MSharpen.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mt_masktools.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mvtools.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\NicAudio.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\RemoveGrainS.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\RepairS.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SangNom.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SimpleResize.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SoundOut.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TBilateral.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TDeint.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TIVTC.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TomsMoComp.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\TTempSmooth.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\UnDot.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\UnFilter.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\VSFilter.dll")
15:04:27 #loadpluginstart
15:04:27
15:04:27 #test1
15:04:27
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\HybridFuPP.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LanczosPlus.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\Lem.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\MCBob_v03c.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\mvbob.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\QMlib.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\seesaw.avsi")
15:04:27 Import("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\spresso.avsi")
15:04:27 #importstart
15:04:27
15:04:27 #test2
15:04:27
15:04:27 movie = mpeg2source("D:\temp\movie.d2v")
15:04:27 function getOrder(clip c) {
15:04:27 order = GetParity(c) ? 1 : 0
15:04:27 Return order }
15:04:27 #filter1start
15:04:27
15:04:27 #test3
15:04:27
15:04:27 #resizestart
15:04:27
15:04:27 #test4
15:04:27
15:04:27 last = movie
15:04:27 #filter2start
15:04:27
15:04:27 #test5
15:04:27
15:04:27 ColorMatrix(mode="Rec.709->Rec.601")
15:04:27 return last
15:04:27 -----------------------------------------------------------------------
15:04:27 Script mkvmaudio.avs
15:04:27
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\NicAudio.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\SoundOut.dll")
15:04:27 LoadPlugin("C:\Program Files\Multimedia\Tools\AutoMKV\exe\filter\FFmpegSource.dll")
15:04:27 DirectShowSource("D:\temp\fixed1.ac3")
15:04:27 #Applying STEREO downmixing routines
15:04:27 function stereo(clip a)
15:04:27 {
15:04:27 flr = GetChannel(a, 1, 2)
15:04:27 fcc = GetChannel(a, 3)
15:04:27 lfe = GetChannel(a, 4)
15:04:27 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
15:04:27 mix = MergeChannels(lfc, lfc)
15:04:27 lrc = MixAudio(flr, mix, 0.2929, 1.0)
15:04:27 blr = GetChannel(a, 5, 6)
15:04:27 Return MixAudio(lrc, blr, 1.0, 0.2929)
15:04:27 }
15:04:27 #
15:04:27 6==Audiochannels() ? stereo() : last
15:04:27 function addvideo(clip c) {
15:04:27 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
15:04:27 Return audiodub(last,c)
15:04:27 }
15:04:27 Normalize()
15:04:27 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\Multimedia\Tools\AutoMKV\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.40 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
15:04:27 -----------------------------------------------------------------------
15:04:27 Script mkvmaudio.bat
15:04:27
15:04:27 "C:\Program Files\Multimedia\Tools\AutoMKV\exe\BeSweet\ffmpeg.exe" -vn -i "D:\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "D:\temp\audio.mp3"
15:04:27 -----------------------------------------------------------------------
15:04:27 Script mkvmaudio2.avs
15:04:27 -----------------------------------------------------------------------
15:04:27 Script mkvmaudio2.bat
15:04:27
15:04:27 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
8th November 2007, 13:41
update to 0.91c , link in first post

FIXED: Usage of psp/ipod muxing (thanks to acrespo)
CHANGED: Autodeinterlacer routines now use a different approach. Made by myself
REMOVED: Bautodeint.exe support

@garethccc

open mkvmaudio.avs and movie.avs in virtualdub... got errors ?

@small

First of all Welcome to the Forum!

... i am sorry but i was unable to replicate your problem

anyway i have added a "sanity check" :) , please try with 0.91c

BHH

acrespo
8th November 2007, 15:08
I just start a job with 0.91c and I still have the same problem reported here: http://forum.doom9.org/showthread.php?p=1063044#post1063044

After create a new job and put in queue when start the queue after the first x264 call to build frame.txt (Why do you need this?) AutoMKV start the x264 first pass and exits without any message. X264 is running in my computer but AutoMKV not. Here is my automkv.ini:

; AutoMKV default parameters
; If AutoMKV.ini is present then specified parameters will be loaded
[AutoMKV]
AutoMKV version = 0.91c
Input Folder = H:\
Output Folder = H:\
Source on DVD = 0
Container = MP4
Movie Name = Dragon Ball Z 098
Size = 150
Slice = 1
Resizer = 13
Width = Original
Set encoding mode = X264
Allow Expert Profile = 1
Audio Codec 1 = Nero AAC
Audio Bit 1 = 8
Audio Bitrate 1 = 128
Audio Channel 1 = Stereo
Audio Codec 2 = Nero AAC
Audio Bit 2 = 7
Audio Bitrate 2 = 0.35
Audio Channel 2 = Stereo
Encoding Profiles = 2_Pass_Balanced.xml
Bitrate Encoding = 0
Bitrate Value = 700
External Sub =
Delete temporary files = 0
Encrust/Burn Subtitles = 1
Enable Shutdown = 0
Allow AVS check = 0
Allow x264 Stats = 1
Process this IFO = 1
PGC to Process = -1
Force ITU Resizing = 0
Anamorphic Encoding = 0
Filter = NONE
Enable Last Line AVS Script = 0
Last Line AVS Script =
Deinterlacer = NONE
Field Order = TFF
HQ Deinterlacer = 1
Allow Hybrid Order/Pattern = 0
Language = eng
Use CRF/CQ for AutoResize = 0
xcrfsplitvalue =
xcrfgounlimited =
xcrfhitmediasize =
xcrfcrfquantitizer =
CRF/CQ Value = 18
Use %Comp Check = 0
Value of %Comp Check = 5
Use ProjectX for TS files = 0
Use custom X.ini = 0
Use DelayCut = 0
Matrix = NONE
Force PAR in XviD = NONE
FFmpeg Encoding = NONE
Use DirectShowSource for Video = 0
Use DirectShowSource for Audio = 0
No Colormatrix = 0
GreyScale = 0
MVDenoise = 0
MVDegrain1 = 0
MVDegrain2 = 0
Limiter = 0
Use FFmpegSource = 0
DGDecode_Deblock(cpu=) = 0
Enable QMtrim = 0
Enable HGAVS = 0
Unsaw Frames = 15
Motion Levels = AUTO
Trim from =
FPS = 0.000000
QMtrim Script = Light_All_around_Denoise.lvl
Hide Subtitle = 0
Enable Manual Crop And Resize = 0
Crop Top =
Crop Left =
Crop Bottom =
Crop Right =
Manual Width =
Manual Height =
Audio Track Name 1 =
Audio Track Desc 1 =
Nero Profiles 1 = AUTO
Nero Encoding Mode 1 = -BR
CCT Profiles 1 = AUTO
Channel Options 1 = AUTO
MP3 Settings 1 = ABR
Windows Media Audio = AUTO
Windows Media Channel = AUTO
Normalize Audio 1 = 1
Frequency 1 = AUTO
Tempo 1 = NONE
Pitch 1 = NONE
OtherADD 1 =
Audio Track Name 2 =
Audio Track Desc 2 =
Nero Profiles 2 = AUTO
Nero Encoding Mode 2 = Quality
CCT Profiles 2 = AUTO
Channel Options 2 = AUTO
MP3 Settings 2 = ABR
Normalize Audio 2 = 1
Frequency 2 = AUTO
Tempo 2 = NONE
Pitch 2 = NONE
OtherADD 2 =
Nero 2 Pass Encoding 1 track = s
Nero 2 Pass Encoding 2 track =

andrewwan1980
8th November 2007, 15:56
I use Nero AAC with Advanced Audio Options:

Track Language: eng
Nero Options
- Profiles: LC
- Encoding Mode: -CBR
Global Audio Options
- Normalize Audio (CHECKED)
- Frequency: 48000
(everything else default)

Do you know any other options in the command-line other than these above that are used in AutoMKV?

Can you tell me the command-line that would be generated from the above options please.

buzzqw
8th November 2007, 16:35
@acrespo

post full log

BHH

BobGray
8th November 2007, 18:12
@Barleyman

automkv take in account audio when computing size.
Can you post the log ?

BHH

I used:
AutoMKV091.exe 582CE7DF

GSpot says:

*** prison.break.s02e03.mp4 ***
AUDiO......[ 48000 Hz mp4a: MPEG-4 AAC LC 85 kb/s (2 chnls)]
ViDEO......[ 569 kbps H.264/MPEG-4 AVC (Q.F.:0.161 bits/pixel)]
RESOLUTiON.[ 512 x 288 (1.778)]

Length: 42:57.452
Type: Undetermined MP4 (.MP4) file /
Size: 210,864,656 B

Thx.

SCSI
9th November 2007, 05:20
Hi guys,

After trying a bunch more stuff, including uninstalling all codec packs and trying different codec packs, I'm still running into the same problem: audio and video encoding is falling back to using ffmpeg and ffmpegsource. I'm not sure why!

I'm using 0.91b under Vista x86 (Core Duo T2400, 1536Mb RAM) and have tried encoding with no codec packs installed, then the latest CCCP release, then with the latest k-Lite pack.


I've been having the same problem with Vista and AutoMKV falling back to using ffmpeg and ffmpegsource which causes Automkv to crash. When loading movie.avs in VirtualDub, it will crash VirtualDub also.

acrespo
9th November 2007, 11:51
@acrespo

post full log

BHH


14:56:07 0.91c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:56:07 OS Version: Windows XP
14:56:07 Selected Input file: H:\db1.avs
14:56:07 Selected Output dir: H:\temp\
14:56:07 Selected Final Name: Dragon Ball Z 098
14:56:07 Selected Container type: MP4
14:56:07 Selected Encoder: X264
14:56:07 Selected Size: 150 / 1
14:56:07 Selected Profile: PSP Max.xml
14:56:07 Selected Resizer: NONE / Original
14:56:07 Selected Filters: NONE
14:56:07 Selected Deinterlacer: NONE
14:56:07 Selected Field Order: TFF
14:56:07 Enabled CRF/CQ AutoRes at 18 value
14:56:07 Using Queue: automkv.ini of 0 works
14:56:07 Track Language 1: H:\2007-03-21\dbz98.ac3
14:56:07 Audio Codec 1: Nero AAC
14:56:07 Audio Quality 1: 128
14:56:07 Audio Channel 1: Stereo
14:56:07 Track Language 2: NONE
14:56:07 Audio Codec 2: Nero AAC
14:56:07 Advanced Audio Settings DUMP Track 1
14:56:07 Audio Track Language: und
14:56:07 Nero Option Profiles: LC --- Encoding Mode: -BR
14:56:07 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:56:07 Lame Settings: ABR
14:56:07 Audio Normalization: 1
14:56:07 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:56:07
14:56:16 Copied file H:\2007-03-21\dbz98.ac3 to H:\temp\fixed1.ac3
14:56:16 Encoding H:\temp\fixed1.ac3 to NeroAAC with custom command line
14:57:14 2 Pass encoding Audio 1 track: C:\encodes\AutoMKV\exe\BeSweet\neroaacenc.exe -br 128 -2pass -if audio.wav -of audio.mp4
14:58:35 Encoded 1' Audio Track: 3170958 bytes
14:59:02 Number of Frames: 34719
14:59:02 Framerate: 23.976025
14:59:02 Movie length in Seconds: 1449
14:59:02 Movie Width/Height: 720/480
14:59:03 Starting X264
14:59:03 Command Line 1' Pass X264: C:\encodes\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 850 --stats "H:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter 0,0 --subme 2 --direct auto --vbv-maxrate 4000 --me dia --no-ssim --level 3.0 --analyse none --threads auto --thread-input --output NUL "H:\temp\movie.avs"
14:59:03 Command Line 2' Pass X264: C:\encodes\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 850 --stats "H:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 2 --filter 0,0 --direct auto --vbv-maxrate 4000 --me umh --no-ssim --level 3.0 --weightb --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "H:\temp\movie.mp4" "H:\temp\movie.avs"

buzzqw
9th November 2007, 12:16
... try adding a convert to yv12 to end of your script

frame.txt is used for extracting information

.. is your avs file playable in virtualdub ?

since is x264 that's break encoding ... try encoding your file with x264

and tell me any errors

BHH

zacoz
9th November 2007, 14:29
@BobGray

Due to delays in attachments being approved by moderators, it's generally better to paste log into body of the message - between CODE tags (e.g. as acrespo has done). Note that you may have to split it across two posts sometimes.

avdw
10th November 2007, 20:49
Just a newbie question, but how can you add your ows Avisynth lines before the encoding ?

Also, Is SimpleResize a good resizer for DVD -> 700MB AVI ?

acrespo
11th November 2007, 00:43
... try adding a convert to yv12 to end of your script

frame.txt is used for extracting information

.. is your avs file playable in virtualdub ?

since is x264 that's break encoding ... try encoding your file with x264

and tell me any errors

BHH

I don't have any problems when encoding with MeGui or AutoMKV 0.90. This problem have introducing in 0.91 but I have the problem with crash x264 during frame.txt creation since the first version of AutoMKV I tried (i guess it was 0.87).
When AutoMKV exits without message, x264 already started and run the first pass and finish. If I start the second .bat x264 start the second pass and create the final raw file and I can create the final MP4 with YAMB and MP4Box.

MichaelAnders
11th November 2007, 01:13
I've been playing around with this cool program just since two days. I compress VOB's to x264 / MKV files, and using two audio streams (uncompressed).

Sometimes Automkv091c would just finish and I'd have a file, or there would be only a partial file. I never understood why.

Now I just looked while the 2nd pass was being processed (65% done), and Automkv091c.exe had 1 Gb (!) of memory in use acc. to task manager! And every second 16 kb would be added to it. Then for some reason x264.exe would die away, automkv091c.exe is still in memory but doesn't react to input anymore - I had to kill the process manually.

buzzqw
11th November 2007, 01:45
@avdw

yes. since you downscale , simpleresize is a good choice!

@MichaelAnders
first of all Welcome to the Forum!

is your input file an avi/mov/mkv... or mpeg4 in generis ?

BHH

MichaelAnders
11th November 2007, 08:23
@buzzqw: Thanks :)

The input file is the DVDs (MPEG-2) ".ifo" file. Output file was x264 in an MKV container ("2_pass_extreme_quality").

Now I just had it running over night with "2_pass_better_quality", and there was no problem. AutoMKV091c.exe was at 140 Mb right now after the complete process was finished.

I don't know if it's really related to the quality that I chose, it could just be a bug that occurs sometimes as well... But if it does it's nasty ;)

I still have tons (120?) DVDs to convert, so if you want me to try some special build of automkv to find the issue: I'd be more than happy to!

buzzqw
11th November 2007, 09:46
found the leaky

it's the encoding window!, the xvid/x264 display of encoding stats

temporary i suggest to de-check in advanced profiles editing "Show Enc. Stats"

i will look at this issue ..but ... i haven't big ideas... :(

BHH

avdw
11th November 2007, 19:05
AutoMKV suffers from the same problem as AutoGK, cutting of movie contents horizontally.
Only 2 frontends keep them intact : avi.NET & StaxRip.

http://forum.doom9.org/showthread.php?p=1062575#post1062575

SCSI
11th November 2007, 19:11
Buzzqw, I found that autocrop.dll was causing the Appcrash error in Vista and it is also responsible for the switching to FFmpeg. After I deleted autocrop.dll, AutoMKV is now working although I get this error just before Pass1:


F:\HDRips\temp>cscript.exe "C:\Program Files\AutoMKV\exe\encoder\WMCmd.vbs" -inp
ut "F:\HDRips\temp\movie.avs" -output "F:\HDRips\temp\movie.wmv" -v_codec WVC1
-v_mode 3 -v_bitrate 7072144 -s_config "F:\HDRips\temp\wmv_crb" -v_preset better
-v_buffer 10000 -v_performance 80 -a_input "F:\HDRips\temp\audio.wav" -a_codec
wmapro -a_mode 1 -title "Matrix-Trailer-HD" -log wmv.lo
g -year 2007 -copyright "Done with AutoMKV! 0.91c" -a_setting 440_48_6_24
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
Microsoft (R) Windows Media Encoder Command Line Script Utility
Copyright (C) Microsoft Corporation. All rights reserved.

Title: cars.2006.720p.bluray.x264-reveille-sample
Year: 2007
Copyright: Done with AutoMKV! 0.91c

Warning: Encoder failed to retrieve duration attribute from source plug-in.
Trying alternate method now...[matroska @ 6C33151C]Ignoring seekhead en
try for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
..
Source duration retrieved: 64.565 seconds.

======== Begin Pass1 ========
Read: 64.6s (100%) Elapsed: 00:01:28 Left: 00:00:00 [0.73x]

The output file is OK though.

Update: With AutoMKV 0.91c, I always get 2 channels in the coded WMV even though I choose "Original" in Audio Track 1. I checked the logs and has -a_setting 440_48_2_24 which is 2 channels. AutoMKV 0.90c works fine but I still get "[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b" errors like I do with 0.91c.

buzzqw
11th November 2007, 20:34
@avdw

use the manual crop

@SCSI

autocrop: weird.. but i think is the directshowsource that cause autocrop to crash...

Update: With AutoMKV 0.91c, I always get 2 channels in the coded WMV even though I choose "Original"
make sure the directshow audio decoder is set to not downmix

the errors are due to interface (dss) not able to parse correctly the source

BHH

BleedingGums
11th November 2007, 20:57
Pgcdemux is causing an "Invalid input file" error as of 0.91c when selecting an .ifo file.
Is there a reason why pgcdemux is forced?

avdw
11th November 2007, 22:19
@avdw

use the manual crop


I did, manual crop, and crop left and right = 0

Result = same. Contents removed horizontally.

buzzqw
12th November 2007, 08:28
@avdw

if you manual crop and resize the image will be as you have requested.

You can open the movie.avs in virtualdub and check it

BHH

dalihrp
12th November 2007, 15:54
How about creating something like AutoWMV . :p

DIEGO7-5
12th November 2007, 18:38
@dalihrp

In AutoMKV Main Window, choose container -> WMV :-)

garethccc
13th November 2007, 09:28
buzzqw: I cant find those script files! Am I missing something? I don't have Avisynth installed at the moment - could that be affecting things?!

update to 0.91c , link in first post

FIXED: Usage of psp/ipod muxing (thanks to acrespo)
CHANGED: Autodeinterlacer routines now use a different approach. Made by myself
REMOVED: Bautodeint.exe support

@garethccc

open mkvmaudio.avs and movie.avs in virtualdub... got errors ?

@small

First of all Welcome to the Forum!

... i am sorry but i was unable to replicate your problem

anyway i have added a "sanity check" :) , please try with 0.91c

BHH

zacoz
13th November 2007, 09:53
buzzqw: ... I don't have Avisynth installed at the moment - could that be affecting things?!
Considering Avisynth 2.5.7 or higher is a requirement, it's not a bad bet

Wiki - Software Requirements and Installation (http://automkv.wiki-site.com/index.php/Help:Contents#Software_Requirements_and_Installation)

zacoz
13th November 2007, 09:59
Has anyone else experienced the "Prepare Phase Only" flag not working properly in 0.91c.

I've got a problematic capture that I've used ProjectX on to remove commercials, cleanup, and demux. The audio isn't encoding properly with Nero ACC.
I've tried encoding it instead using Lame, and with the "Prepare Phase Only" flag ticked it doesn't stop after prepare but goes onto encode the video with FFMPEG instead.

18:24:02 0.91c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:24:02 OS Version: Windows XP
18:24:02 Selected Input file: D:\Capture\Heroes 206 The Line.m2v
18:24:02 Selected Output dir: D:\Capture\temp\
18:24:02 Selected Final Name: Heroes 206 The Line
18:24:02 Selected Container type: MKV
18:24:02 Selected Encoder: X264
18:24:02 Selected Size: 1 CD / 1
18:24:02 Selected Profile: 2_Pass_Balanced.xml
18:24:02 Selected Resizer: NONE / Original
18:24:02 Selected Filters: NONE
18:24:02 Selected Deinterlacer: NONE
18:24:02 Selected Field Order: AUTO
18:24:02 Enabled CRF/CQ AutoRes at 18 value
18:24:02 Enabled Prepare Phase Only
18:24:02 Track Language 1: D:\Capture\Heroes 206 The Line.mp2
18:24:02 Audio Codec 1: Lame
18:24:02 Audio Quality 1: 128
18:24:02 Audio Channel 1: Stereo
18:24:02 Track Language 2: NONE
18:24:02 Audio Codec 2: Nero AAC
18:24:02 Advanced Audio Settings DUMP Track 1
18:24:02 Audio Track Language: und
18:24:02 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:24:02 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:24:02 Lame Settings: ABR
18:24:02 Audio Normalization: 1
18:24:02 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:24:02
18:24:02 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -YR=2 -If=[D:\Capture\Heroes 206 The Line.m2v] -OF=[D:\Capture\temp\movie] -exit -minimize
18:24:34 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "D:\Capture\temp\fixed1.mp2" "D:\Capture\Heroes 206 The Line.mp2"
18:24:40 Encoding D:\Capture\temp\fixed1.mp2 To Mp3 with 128 ABR Preset
18:29:03 Encoded 1' Audio Track: 35868624 bytes
18:29:08 Number of Frames: 59263
18:29:08 Framerate: 25.000000
18:29:08 Movie length in Seconds: 2371
18:29:08 Movie Width/Height: 720/576
18:29:08 DgIndex AR: 16:9
18:29:08 Starting X264
18:29:08 Command Line 1' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 2353 --stats "D:\Capture\temp\.stats" --ref 1
--progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid
--analyse none --threads auto --thread-input --output NUL "D:\Capture\temp\movie.avs"
18:29:08 Command Line 2' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 2353 --stats "D:\Capture\temp\.stats" --progress
--keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim
--weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\Capture\temp\movie.mp4" "D:\Capture\temp\movie.avs"
18:29:10 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
18:29:10 Switched to FFmpeg for Video Encoding!
18:29:10 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\Capture\Heroes 206 The Line.m2v" -vcodec h264 -bf 3 -b 2353000 -s 720x576
-an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 25.000 "D:\Capture\temp\movie.mp4"
18:29:10 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\Capture\Heroes 206 The Line.m2v" -vcodec h264 -bf 3 -b 2353000 -s 720x576
-an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 25.000 "D:\Capture\temp\movie.mp4"
18:30:37 Fished FFmpeg Encoding!
18:30:37 "C:\Program Files\AutoMKV\exe\matroska\mkvmerge.exe" -o "D:\Capture\temp\Heroes 206 The Line.mkv" --track-name -1:"Heroes 206 The Line"
--aspect-ratio 1:1.778000 "D:\Capture\temp\movie.mp4" --language -1:und --default-track -1:yes "D:\Capture\temp\audio.mp3"
--title "Done with AutoMKV 0.91c http://forum.doom9.org/showthread.php?p=854221 "
18:30:37 Encoding finished: 00:06:35 elapsed time
18:30:37 -----------------------------------------------------------------------
18:30:37 Script AutoCrop.log
18:30:37
18:30:37 Crop(2,6,716,564)
18:30:37 -----------------------------------------------------------------------
18:30:37 Script Resmovie.avs
18:30:37 -----------------------------------------------------------------------
18:30:37 Script movie.avs
18:30:37
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
18:30:37 #loadpluginstart
18:30:37
18:30:37 #test1
18:30:37
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
18:30:37 #importstart
18:30:37
18:30:37 #test2
18:30:37
18:30:37 movie = mpeg2source("D:\Capture\temp\movie.d2v")
18:30:37 function getOrder(clip c) {
18:30:37 order = GetParity(c) ? 1 : 0
18:30:37 Return order }
18:30:37 #filter1start
18:30:37
18:30:37 #test3
18:30:37
18:30:37 #resizestart
18:30:37
18:30:37 #test4
18:30:37
18:30:37 last = movie
18:30:37 #filter2start
18:30:37
18:30:37 #test5
18:30:37
18:30:37 return last
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio.avs
18:30:37
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
18:30:37 NicMPG123Source("D:\Capture\temp\fixed1.mp2")
18:30:37 #Applying STEREO downmixing routines
18:30:37 function stereo(clip a)
18:30:37 {
18:30:37 flr = GetChannel(a, 1, 2)
18:30:37 fcc = GetChannel(a, 3)
18:30:37 lfe = GetChannel(a, 4)
18:30:37 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
18:30:37 mix = MergeChannels(lfc, lfc)
18:30:37 lrc = MixAudio(flr, mix, 0.2929, 1.0)
18:30:37 blr = GetChannel(a, 5, 6)
18:30:37 Return MixAudio(lrc, blr, 1.0, 0.2929)
18:30:37 }
18:30:37 #
18:30:37 6==Audiochannels() ? stereo() : last
18:30:37 function addvideo(clip c) {
18:30:37 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
18:30:37 Return audiodub(last,c)
18:30:37 }
18:30:37 Normalize()
18:30:37 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=128,showoutput=false,filename="audio.mp3")
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio.bat
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio2.avs
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio2.bat
18:30:37
18:30:37 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
13th November 2007, 13:58
@BleedingGums

pass me the pgcrip.bat

@zacoz

FIXED: Prepare only pahse was broken (thanks to zacoz)

thanks! fixed!

http://www.64k.it/andres/data/a/AutoMKV091d.exe

about nero failing.. i suppose could be a problem of decoding.. is audio encoded correctly with mp3/ogg ?

BHH

weaver4
13th November 2007, 14:56
I was encoding a h264 movie last night and no mp4 file was created. I checked the temp folder and it appears the following files are there: movie.mp4, audio.mp4, App.aamkvq22.avi.idx (even though it says app.aamkvq22.avi.idx#1) but App.aamkvq22.avi_full.mp4 was never generated.

=====================================

19:46:58 0.91c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:46:58 OS Version: Windows XP
19:46:58 Selected Input file: E:\aa-Rips\app\VIDEO_TS\VTS_01_0.IFO
19:46:58 Selected Output dir: E:\Movies-H264\temp\
19:46:58 Selected Final Name: app.aamkvq22.avi
19:46:58 Selected Container type: MP4
19:46:58 Selected Encoder: X264
19:46:58 Selected Size: Unlimited File Size
19:46:58 Selected Profile: Constant_Quality.xml
19:46:58 Selected Resizer: SimpleResize (neutral soft) / 640
19:46:58 Selected Filters: RemoveGrain(mode=2)
19:46:58 Selected Deinterlacer: AUTO
19:46:58 Selected Field Order: AUTO
19:46:58 Enabled Constant Quality With Unlimited Size (Q 22)
19:46:58 Enabled CRF/CQ AutoRes at 22 value
19:46:58 Activate PGC Ripping: 1
19:46:58 Track Language 1: ??? (AC3 6ch, 0xBD 0x80) [0]
19:46:58 Audio Codec 1: Nero AAC
19:46:58 Audio Quality 1: 0.35
19:46:58 Audio Channel 1: Stereo
19:46:58 Track Language 2: NONE
19:46:58 Audio Codec 2: Nero AAC
19:46:58 Advanced Audio Settings DUMP Track 1
19:46:58 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:46:58 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:46:58 Lame Settings: ABR
19:46:58 Audio Normalization: 1
19:46:58 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:46:58 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
19:46:58 Selected Unlimited media size
19:46:58 Starting SubRipping
19:48:54 Subtitle Size: 1980416 bytes
19:48:54 Finished SubRipping
19:48:54 Activate PGC processing: PGC 1 [2:18:14:16]
19:48:54 D:\Downloads\AutoMKV\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "E:\aa-Rips\app\VIDEO_TS\VTS_01_0.IFO" "E:\Movies-H264\temp"
19:54:49 Dgindex CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-H264\temp\VTS_01_1.VOB] -OF=[E:\Movies-H264\temp\movie] -exit -minimize
19:57:04 D2V file size: 1045624
19:57:04 Starting fixing audio delay on track number 1
19:57:04 DelayCut CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "E:\Movies-H264\temp\fixed1.ac3" "E:\Movies-H264\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
19:57:04 Original 1 Audio Size: 464798208 bytes
19:57:34 Fixed 1' Audio Size: 464798208 bytes
19:57:34 Finished fixing audio delay
19:57:34 Encoding E:\Movies-H264\temp\fixed1.ac3 to NeroAAC with 0.35 quality
20:52:25 Encoded 1' Audio Track: 98177850 bytes
20:52:25 ForceFilm Detected: 99.900002% FILM found
20:52:38 Number of Frames: 248804
20:52:38 Framerate: 29.970030
20:52:38 Movie length in Seconds: 8302
20:52:38 Movie Width/Height: 720/480
20:52:38 DgIndex AR: 16:9
21:05:36 Source is declared bff by a margin of 161 to 4.
21:05:36 Advanced Deinterlace Routines Log
21:05:36 Analyzed 1141 sections of five frames
21:05:36 Found Interlace Sections: 38 3.33%
21:05:36 Found Progressive Sections:92 8.06%
21:05:36 Found Telecined Sections: 1011 88.61%
21:05:36 Found Zero Mov: 8.06% 92
21:05:36 Found One Mov: 3.33% 38
21:05:36 Found Two Mov: 88.61% 1011
21:05:36 Found Three Mov: 0.00% 0
21:05:36 Found Four Mov: 0.00% 0
21:05:36 Found Five Comb: 0.00% 0
21:05:36 The Movie is declared to telecined
21:05:36 Starting X264
21:05:36 CRF encoding X264: D:\Downloads\AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 22 --stats "E:\Movies-H264\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\Movies-H264\temp\movie.mp4" "E:\Movies-H264\temp\movie.avs"
06:08:42 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
06:08:42 Got a file of size: 1010969984 bytes + audio size 98182054 bytes (1110142208)
06:08:42 Only Movie Size: 1010969984 bytes
06:08:42 "D:\Downloads\AutoMKV\AutoMKV091\exe\matroska\MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"
06:10:56 Final Muxed size: -1 bytes
06:10:56 Encoding finished: 09:05:20 elapsed time
06:10:56 -----------------------------------------------------------------------
06:10:56 Script AutoCrop.log
06:10:56
06:10:56 Crop(0,10,720,452)
06:10:56 -----------------------------------------------------------------------
06:10:56 Script Resmovie.avs
06:10:56 -----------------------------------------------------------------------
06:10:56 Script movie.avs
06:10:56
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\AddGrain.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\autocrop.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\blockbuster.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\cnr2.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\ColorMatrix.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Convolution3D.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\corrector.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\DctFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Decomb.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Deen.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\degrainmedian.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\DGDecode.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\EEDI2.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFMpegSource.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFT3DFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FluxSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\frfun7.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\hqdn3d.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LeakKernelDeint.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MaskTools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\medianblur.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MipSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MSharpen.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mt_masktools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mvtools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\RemoveGrainS.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\RepairS.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SangNom.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SimpleResize.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TBilateral.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TDeint.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TIVTC.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TomsMoComp.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TTempSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\UnDot.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\UnFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\VSFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\warpsharp.dll")
06:10:56 #loadpluginstart
06:10:56
06:10:56 #test1
06:10:56
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\HybridFuPP.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LanczosPlus.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Lem.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MCBob_v03c.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mvbob.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\QMlib.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\seesaw.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\spresso.avsi")
06:10:56 #importstart
06:10:56
06:10:56 #test2
06:10:56
06:10:56 movie = mpeg2source("E:\Movies-H264\temp\movie.d2v")
06:10:56 function getOrder(clip c) {
06:10:56 order = GetParity(c) ? 1 : 0
06:10:56 Return order }
06:10:56 #filter1start
06:10:56
06:10:56 #test3
06:10:56
06:10:56 movie = tfm(movie,d2v="E:\Movies-H264\temp\movie.d2v").tdecimate()
06:10:56 #cropstart
06:10:56
06:10:56 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
06:10:56 fixed_aspect = 1.185185
06:10:56 c_width = width(cropclip)
06:10:56 c_height = Round(height(cropclip) / fixed_aspect)
06:10:56 input_par = float(float(c_width)/float(c_height))
06:10:56 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
06:10:56 out_width = 640
06:10:56 out_height = Round(float(out_width) / input_par)
06:10:56 hmod = out_height - (floor(out_height / 16 ) * 16)
06:10:56 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
06:10:56 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
06:10:56 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
06:10:56
06:10:56 #resizestart
06:10:56
06:10:56 #test4
06:10:56
06:10:56 SimpleResize(out_width,out_height)
06:10:56 #filter2start
06:10:56
06:10:56 #test5
06:10:56
06:10:56 RemoveGrain(mode=2)
06:10:56 ColorMatrix(mode="Rec.709->Rec.601")
06:10:56 -----------------------------------------------------------------------
06:10:56 Script mkvmaudio.avs
06:10:57
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFmpegSource.dll")
06:10:57 NicAC3Source("E:\Movies-H264\temp\fixed1.ac3")
06:10:57 #Applying STEREO downmixing routines
06:10:57 function stereo(clip a)
06:10:57 {
06:10:57 flr = GetChannel(a, 1, 2)
06:10:57 fcc = GetChannel(a, 3)
06:10:57 lfe = GetChannel(a, 4)
06:10:57 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
06:10:57 mix = MergeChannels(lfc, lfc)
06:10:57 lrc = MixAudio(flr, mix, 0.2929, 1.0)
06:10:57 blr = GetChannel(a, 5, 6)
06:10:57 Return MixAudio(lrc, blr, 1.0, 0.2929)
06:10:57 }
06:10:57 #
06:10:57 6==Audiochannels() ? stereo() : last
06:10:57 function addvideo(clip c) {
06:10:57 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
06:10:57 Return audiodub(last,c)
06:10:57 }
06:10:57 Normalize()
06:10:57 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="D:\Downloads\AutoMKV\AutoMKV091\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio.bat
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio2.avs
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio2.bat
06:10:57
06:10:57 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
13th November 2007, 15:07
@weaver4

lanch from dos

MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"

what error have ?

BHH

Barleyman
13th November 2007, 23:48
There's a problem with saving settings. You SEE in the UI that you have got 384 / original selected (for wmv) but actually you get 192-stereo. Until you move the slider by yourself the interface and actual setting does not match.

Does "save settings" save the external subtitle also? There's no indication in the UI that you actually have anything loaded so you could get nice mishmash of burned subs after encoding..

weaver4
14th November 2007, 01:40
@weaver4

lanch from dos

MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"

what error have ?

BHH

I did and I got the following Error

==================================
Error importing E:\Movies-H264\temp\App.aamkvq22.avi.idx#1: Requested URL
is not valid or cannot be found
==================================

Where did the "#1" come from, that is what is broken.

BobGray
14th November 2007, 07:44
I noticed, that if I select an external audio track, after the selecting dialog I have to select it extra in the dropdown listbox, it appears NONE.
+ there are two NONE items in the first subtitle listbox. What should it mean?

thx,
BobGray

buzzqw
14th November 2007, 08:23
@weaver4
update to lastest mp4box build
http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.5-dev.zip

@Barleyman
Does "save settings" save the external subtitle also?

yes

There's no indication in the UI that you actually have anything loaded so you could get nice mishmash of burned
you get a nice pop-up after loading a subs
(but not if loaded by settings)

@BobGray
it's a normal behavior
don't warry

BHH

garethccc
14th November 2007, 12:48
Wow,

I guess it pays to read the 'readme' :(


Considering Avisynth 2.5.7 or higher is a requirement, it's not a bad bet

Wiki - Software Requirements and Installation (http://automkv.wiki-site.com/index.php/Help:Contents#Software_Requirements_and_Installation)

BobGray
14th November 2007, 16:04
The load of the queue seems to be not correct.
I saved a job, loaded it, and saved again. (without any changes)
There were several differences in the two ini files:

1nd ini:
Output Folder = D:\temp\
Audio Track 1 = D:\temp\a1.mp3
Audio Track 2 = D:\temp\a2.mp3

2nd ini:
Output Folder = M:\!_no_archive\install\movStuff\AutoMVK\AutoMKV091\
Audio Track 1 = gc2007.avi
Audio Track 2 = NONE

Comment:
Input File = D:\temp\gc2007.avi
AutoMKV091
path: M:\!_no_archive\install\movStuff\AutoMVK\AutoMKV091\
version: AutoMKV091d.exe

:thanks:
BobGray

BleedingGums
15th November 2007, 02:09
@buzzqw

here is the content of pgcrip.bat

C:\utils\Automkv\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "" "C:\Documents and Settings\Bob\Desktop\Dest\temp"

canlin
16th November 2007, 04:03
Dear buzzqw :

Although AutoMKV doesn't install itself, but in the first use, it will install some .dlls to the windows system folder.

Is there anyway I could uninstall these .dlls and make my PC as clean as I never run the Automkv?

thank you

garethccc
16th November 2007, 08:44
All is working well under 0.91d - the problem was that I had uninstalled AutoGK and AviSynth along with it - I appreciate the assistance nonetheless (buzzqw).

A new question, however: I tried transcoding a 720x304 XviD AVI I'd encoded a few months back to x264/MKV and all worked well, but upon playback in Media Player Classic the resolution was something like 720x400 or thereabouts. The properties of the file, however, showed frame dimensions of 720x308 so I'm wondering what's responsible for the vertical stretching - anyone have any ideas?

Thanks again,
G

buzzqw
16th November 2007, 09:34
@BobGray

thanks.. but queue is a little sensitive.. please don't be so rude!

@BleedingGums

the input file is ifo ?
the ifo file is on hd or dvd ?
are you woriking on queue or direct input
the ifo you selected is the biggest one or are present bigger ifo (in kb) files?

@canlin

First of all Welcome to the Forum!

the dll that automkv copy (in c:\windows\system32) are
fftw3.dll
libsndfile-1.dll
FFMpegSource.dll
avcodec-51.dll
avformat-51.dll
avutil-49.dll
libFLAC_dynamic.dll
postproc-51.dll
swscale-0.dll
zlib1.dll

automkv don't write in registry, so after deleting automkv folder and these dlls you are "clean" :)

@garethccc
The properties of the file, however, showed frame dimensions of 720x308 so I'm wondering what's responsible for the vertical stretching - anyone have any ideas
it's called aspect ratio.
In the mkv container is written that your file as an aspect ratio of ...
for modifing it open that file with mmg.exe (part of mkvtoolnix) and change the dar, then resave (it's a matter of minutes)

BHH

garethccc
16th November 2007, 10:29
aspect ratio, that's the term I was looking for :-) thanks for the tip!

g



@garethccc

it's called aspect ratio.
In the mkv container is written that your file as an aspect ratio of ...
for modifing it open that file with mmg.exe (part of mkvtoolnix) and change the dar, then resave (it's a matter of minutes)

morgankane
16th November 2007, 19:03
Strange problem... pgcdemux does not do anything. I started queue ( 5 jobs), and pgcdemux just flashes on screen and then quits. After that dgindex is staying on screen forever. What is wrong? I have tried three latest versions.

Pgcrip.bat:

C:\AutoMKV\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "E:\temp\accept\VIDEO_TS.IFO" "D:\temp\temp"

If I run that on dosbox, it does not do anything. Not even error messages.

buzzqw
16th November 2007, 20:35
@morgankane and @Bleeding Gum

please try this build http://www.64k.it/andres/data/a/AutoMKV091e.exe

BHH

P.S. i am quite convinced to totaly remove ifo support and queue support from automkv

BHH

morgankane
16th November 2007, 23:19
@morgankane and @Bleeding Gum

please try this build http://www.64k.it/andres/data/a/AutoMKV091e.exe

BHH

P.S. i am quite convinced to totaly remove ifo support and queue support from automkv

BHH

It doesn't help to my problem. Still pgcdemux does nothing. Maybe there is a bug in the pgcdemux.exe?

Please, do not left us alone.. AutoMKV is the one and the best tool to convert dvd's to mkv. :thanks:

delacroixp
17th November 2007, 00:39
Please, do not left us alone.. AutoMKV is the one and the best tool to convert dvd's to mkv. :thanks:
Quite right... buzzqw, you're the best !!!

I haven't done any encoding in months but the latest encarnation of AutoMKV is certainly doing some interesting stuff...
Firstly, the double 32x32 matrix array test is pretty awesome... though I must confess that I really don't know what it's doing... but it looks really impressive !!!

My problem though, has to do with the automkv.ini and saving routine...
I only encode using the H264 CQ-CRF profile...
If I'm encoding at Q19 and then close AutoMKV while encoding... Q19 gets locked into the system and I can't use a different quantizer next time round... even if I physically change the Constant_Quality.xml profile in Wordpad...

It seams that the 'xcrfcrfquantizer = ' variable is to blame...
The 'CRF/CQ Value = ' variable changes quite happily but the xcrfcrfquantizer var remains hardcoded...
If I physically change the figure inside automkv.ini and then resave the file, all is well...
I suppose deleting the entire file would also work but all the settings would be lost...

Does "Save Settings" on the front page also save to the automkv.ini file ?


:):devil::D
Pascal

delacroixp
17th November 2007, 02:41
Does H264 have the option to display the selected quantizer... when a Constant_Quality_CRF profile is chosen ?


:):devil::D
Pascal

zacoz
17th November 2007, 07:15
...automkv don't write in registry, so after deleting automkv folder and these dlls you are "clean" :)
On the assumption that I'm not stepping on anyone toes, I've added this into the wiki (http://automkv.wiki-site.com/index.php/Installation), as it is a question I've seen come up from time to time.

zacoz
17th November 2007, 07:37
P.S. i am quite convinced to totaly remove ifo support and queue support from automkv
I was enjoying my day until seeing your post. This would be such a shame. I currently use the queue quite a bit, and accept that being a PITA from your side (http://forum.doom9.org/showthread.php?p=1061193#post1061193)I just have to live with it's ideosyncasies and occassional hiccups. This is much preferable than having to do without it at all. I also use ifo input with enough regularity that I'd likely stop updating to the latest version so I could continue to use it - personally I've had very few issues with ifo input.

I'm hoping your comment is to "test the waters" about removing these components, and that those who use them politely speak up.

buzzqw
17th November 2007, 10:36
@morgankane
on direct ifo input (so no queue) is pgcdemux working ?

@delacroixp
Firstly, the double 32x32 matrix array test is pretty awesome :confused: :eek:.

My problem though, has to do with the automkv.ini and saving routine...
in automkv.ini is saved you settings for constant quantitizer encoding.
AutoMKV.ini is saved only when hitting SAVE SETTING

So, if you do a quality encoding AND click save setting the value you select for crf is SAVED.

For removing it just delete the automkv.ini

I strongly suggest you to remove automkv.ini AND , after selecting all your crf /video/audio options to use , in Advanced Settings the Save Configuration.
In that way you can build several encoding profile that will be loaded only when you hit "load configuration"

@zacoz
Thanks for your support (on wiki too!)

i will recheck again queue and ifo.

BHH

buzzqw
17th November 2007, 12:39
@ALL

for anyone using ifo as input and use/not use queue

please try this build http://www.64k.it/andres/data/a/AutoMKV091f.exe

i have tested both queuing on dvd to rip and dvd already ripped. i have even tested add to queue and restart automkv

Anyone that want make some test is MORE then Welcomed!!!

:thanks:

BHH

zacoz
17th November 2007, 15:06
Have just run some quick tests on 0.91e and 0.91f and both seem to work fine, no hangs on pgcdemux or dgindex when using VTS_xx_0.IFO as input.

I note however that morgankane has used VIDEO_TS.IFO as input. On trying a VIDEO_TS.IFO input on a disc I have ripped to hard drive already, I found that dgindex hangs.

I believe what may be happening is that when choosing the VIDEO_TS.IFO as input, AutoMKV displays the Title PGC's from VTS_01 (or maybe from the largest VTS, not sure) for you to choose from in the dropdown list to the right, but then pgcrip.bat is generated to rip the selected pgc number from the VIDEO_TS menu domain (which is quite possibly a dummy pgc).

Solution is to NOT select the VIDEO_TS.IFO, but the actual VTS_xx_0.IFO that contains the PGC you wish to encode.

I can't say I can recall off hand anything much of value in a VIDEO_TS menu domain that I'd want to rip and convert with AutoMKV, so not sure that it's worth the hassle of adjusting AutoMKV to do so. But that's just my 2 cents/lire/etc.

BleedingGums problem was with 0.91c, with the input file listed in pgcrip.bat as "". I can reproduce that in 0.91c, but seems to be fixed in both 0.91e and 0.91f.

buzzqw
17th November 2007, 15:15
@zacoz AND @morgankane

thanks zacoz for pointing me video_ts.ifo.


automkv for "finding" the correct ifo, do a simple research: find the biggest ifo. The biggest is the longest.

Automkv will select video_ts ONLY IF

1) the video_ts.ifo is the biggest ifo file in dvd (never happened to me)
2) it's the only ifo
3) users have selected "use this ifo" in advanced settings AND then selected the video_ts.ifo

so.. it's surely needed some more information from morgankane :)

BHH

morgankane
17th November 2007, 17:37
@morgankane
on direct ifo input (so no queue) is pgcdemux working ?

I tried it without queue, with new build and running pgcdemux directly. It cannot process this ifo correctly.

When I open ifo direct to pgcdemux, I can see a bunch of short pgc:s, but not the longest "main" movie. So the problem is clearly in ifo file. video_ts.ifo is biggest ifo on folder, and autoMKV selects it by default.

I have tested other ifos with recent build, and they seem to work correctly. Thanks! :)

Sorry about not checking my file better before posting problem.

I have seen other problem with queue jobs. When I run for example two jobs, first 2h long, second 1,5h long, I get first movie end joined to the second movie's end. I think autoMKV doesnot empty temp directory after job, and then old vob's stay, and get joined to next movie, if it is shorter than first one.

I didn't test this with recent build, so maybe it is already corrected.

Again, thanks for this great tool.

buzzqw
17th November 2007, 17:46
...Hint: remove the video_ts.ifo from folder..

so automkv will select other ifo.. ot use the "Process this ifo" options

BHH

trott
17th November 2007, 17:59
when trying to run mkvextract on an .mkv file converted from a vob, I get :
Error: extraction of track number 1 with the codecid 'V_MPEG4/ISO/ASP is not supported.

After looking around a bit it seems this is 'native mpeg-4' instead of 'normal mpeg-4'. The latter is supported by mkvtoolnix, the former isn't.

I'm using xvid in CQ-mode. Any ideas why this could be?

buzzqw
17th November 2007, 18:05
this problem isn't related to automkv...

anyway.. automkv use the mkvmerge 2.0.2 .. are you using the correct version of mkvextract ?

BHH

trott
17th November 2007, 18:12
I'm using 2.1.0. I would just like to know whether it's possible to create a video stream using the CQ profile which is compliant with the standard matroska tools...(apparantly it can be muxed but not extracted).

edit: I really want an mp4 file as final output but need to be able to pass along the font type and size to the mp4 muxer so the subtitles can be selected by language when playing back the final file. So I'm using mkv as an inbetween, extract all streams from the mkv and mux them by hand to mp4 using mp4box. This way I can set the language for the audio and subs as well as specify the font type.

buzzqw
17th November 2007, 18:22
automkv use the standard mkvmerge tool.
the muxing string is avaiable on log

if you look in \temp folder you will find all file BEFORE muxing.

mux it as you want ;)

BHH

BleedingGums
17th November 2007, 20:29
Just tested 0.91f and it seems to have fixed my problem. Yay!

buzzqw
17th November 2007, 22:22
Just tested 0.91f and it seems to have fixed my problem. Yay!

i hope...

BHH

delacroixp
17th November 2007, 23:21
I strongly suggest that you remove automkv.ini AND after selecting all your crf /video/audio options to use , in Advanced Settings, Save the Configuration.
In that way you can build several encoding profiles that will be loaded only when you hit "load configuration".

Sounds good to me... and it possibly negates the necessity to display (http://forum.doom9.org/showthread.php?p=1066187#post1066187) the selected quantizer during encoding...


:):devil::D
Pascal

buzzqw
18th November 2007, 08:26
if you don't want the encodign display just de-check on advanced profile editing "show enc stat"

BHH

delacroixp
18th November 2007, 08:51
if you don't want the encodign display just de-check on advanced profile editing "show enc stat"

Sorry (my language is poor)... the original query was for the "H264 DOS box" to display the quatizer that I had selected (eg Q18)... for CQ_CRF profile encodes.

I actually enjoy the DOS box since I grew up with DOS and had my first PC in '89 with 640kb RAM and a 20 MB HDD...


:):devil::D
Pascal

buzzqw
18th November 2007, 08:59
i love dos to.. but my fist pc isn't even x86 (an Acorn basic platform..)

do you want something like this ?

http://img105.imageshack.us/img105/2598/clipboard01zo1.th.png (http://img105.imageshack.us/my.php?image=clipboard01zo1.png)

BHH

delacroixp
18th November 2007, 10:17
i love dos to.. but my fist pc isn't even x86 (an Acorn basic platform..)

do you want something like this ?

http://img105.imageshack.us/img105/2598/clipboard01zo1.th.png (http://img105.imageshack.us/my.php?image=clipboard01zo1.png)

Not quite... I did use AVInaptic (http://forum.doom9.org/showthread.php?p=973478#post973478) once and do realise that any quantizer chosen for a CQ-CRF encode is merely an average of a very wide range of quantizers used during the encode... creating a bell curve.

My issue was much more stupid... to instantly see what H264 thinks my quantizer-choice was.
I'm really getting into this profile thing and it's especially usefull when working with a series like BBC - The Planets (http://www.bbcshop.com/invt/bbcdvd1003&bklist=icat,3,,274) ... which I'm working on at present...

New question:
I prefer encoding at roughly half the original video filesize...
Is there any way that AutoMKV can auto-detect the optimal resolution, based on detail (eg anime/superReal)... and suggest a suitable resolution and quantizer ...
I've been experimenting with resolutions from 1024x576 to 848x480 and quantizers from Q18 to Q22...
(I chose 848x480 since it has the same number of pixels as 720x576 but rearranged into a DAR shape)

This BBC production of "The Planets" is fairly low quality with quite a bit of black&white and low-res footage from the 60's and 70's...
It is a 720x576 16:9 PAL release with possibly half the bitrate of Band of Brothers (http://en.wikipedia.org/wiki/Band_of_Brothers) at the same resolution.

I would be nice to find the optimal resolution/quantizer combination to satisfy each...


:):devil::D
Pascal

buzzqw
18th November 2007, 10:29
Is there any way that AutoMKV can auto-detect the optimal resolution, based on detail (eg anime/superReal)... and suggest a suitable resolution and quantizer ...
if you select automatic on width , automkv will automagically compute the better width for you. BUT this is on 1 pass or 2 pass bitrate encoding

what you want is the second option on constant quality window

http://img205.imageshack.us/img205/8608/clipboard01zm2.th.png (http://img205.imageshack.us/my.php?image=clipboard01zm2.png)

in this case you can select automatic as width and fix a maximal final size

the result isn't guarantee... but worth a try

BHH

delacroixp
18th November 2007, 11:59
if you select automatic on width , automkv will automagically compute the better width for you. BUT this is on 1 pass or 2 pass bitrate encoding

Perhaps a 2-pass strategy might save time since I often re-encode a few times to finetune the result...
If I specify a very high bitrate (Mpeg2 16:9 PAL) will AutoMKV upscale or specify a width greater than 800 or 900 pixels ?

Suggestion:
I do quite a lot of tweeking and finetuning (eg, manually muxing with MKVmerge).
Would it be possible to rename the audio-only-mp4 files as m4a and the video-only-mp4 files as m4v ?
It's easier to see which files are audio-only and video-only mp4's...


:):devil::D
Pascal

buzzqw
18th November 2007, 15:04
If I specify a very high bitrate (Mpeg2 16:9 PAL) will AutoMKV upscale or specify a width greater than 800 or 900 pixels ?

Never.

only using xvid AND if the autoresize will lead to compression test over 120% , then automkv will use high quality matrixes (at different ct automkv will apply different matrixes)

about audio and video.. audio is audio.xxx, video is movie.xxx
nothing impossible...

BHH

delacroixp
18th November 2007, 16:31
about audio and video.. audio is audio.xxx, video is movie.xxx
nothing impossible...

You're quite right as usual...

It never ceases to amaze how many kranky ideas have emerged from the general public... but you always seam to sift out the good from the bad... and maintain what's best for all the users consistently !!!


:):devil::D
Pascal

Krayzie
18th November 2007, 19:33
Hi, I am new to this forum. At first, I would like to say that when I used AutoMKV for the first time I was really impressed. It was version 0.65 or so.
I have been using the program to convert my existing DVD collection into X264/MKV to have the movies ready for my new HTPC. I never cared much about the size, therefore I have always used the constant quality profile with deafault settings. I used to get movies with various size (1.3-2.2 GB) always with the original audio (ac3 or DTS). I do not remember the exact version number, but suddenly the movies started to be extremely large (over 3 GB). I have never played with the X264 settings previously. So I asked GOOGLE and I found that I was supposed to change the quantitizer value. Like I said, previously I always used the default value and if I recall it correctly, it was 18. So I tried using 20 and 22. The result is perfect but I have troubles saving these values for next use. The constant quality dialogue box always comes up with 18 and to use a number different from 18 I always have to manualy change the actual profiles in the x264-profiles directory for the custom value to take effect. Also if I save the defaults and set the copy opriginal option for audio, it always comes up with the lame option.
Does anybody else have the problems? If yes, is it possible to fix these bugs, if they are bugs? I would also like to know whether the x264 encoder was changed so dramatically with the quantitizer value as quite a while ago I was getting movies cca 1.6 GB and now I'm getting cca 2.8 GB with the quantitizer set to 18 in both cases?
Thanx for any replies and best wishes with new releases.

delacroixp
18th November 2007, 20:58
I tried using (Q)20 and (Q)22. The result is perfect but I have troubles saving these values for next use. The constant quality dialogue box always comes up with 18 and to use a number different from 18 I always have to manualy change the actual profiles in the x264-profiles directory for the custom value to take effect.

I would also like to know whether the x264 encoder was changed so dramatically with the quantitizer value as quite a while ago I was getting movies cca 1.6 GB and now I'm getting cca 2.8 GB with the quantitizer set to 18 in both cases?

I don't think I've ever used version 0.65 but they're all beta untill we hit the magic 1.0 ...

That said, I take it you are using the latest version (0.91 f) right now.
As to modifying the quantizer (I had the same problem)... you should save your prefered profile (including, let's say, Q20) in the Advanced Settings... eg, Q20.ini and reload as required.
If you save your settings (on the Basic Settings page), the quantizer becomes hardcoded and you have to delete the automkv.ini file completely to reset the works.

As to your issue on the huge swing in filesize between the old-Q18 and the new-Q18... have you used the same resolution ?
Q18 @ 1024x576 is going to be a whole lot bigger than Q18 @ 720x400 or 640x360 ...


:):devil::D
Pascal

delacroixp
18th November 2007, 21:56
I have a strange problem with AutoMKV 0.91b.

When I Queue the processing I get the error message from pgcdemux: "Invalid input file!"



Just tested 0.91f and it seems to have fixed my problem. Yay!
i hope...


I have a similar problem...

19:30:54 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[G:\Emperor\_ENCODE\temp\VTS_01_1.VOB] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
19:31:29 D2V file size: 379918
19:31:29 Starting fixing audio delay on track number 1
19:31:29 DelayCut CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "G:\Emperor\_ENCODE\temp\fixed1.ac3" "G:\Emperor\_ENCODE\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
19:31:29 Original 1 Audio Size: 70621440 bytes
19:31:31 Fixed 1' Audio Size: 70621440 bytes
19:31:31 Finished fixing audio delay
19:31:31 Encoding G:\Emperor\_ENCODE\temp\fixed1.ac3 to NeroAAC with 0.45 quality
19:35:07 Encoded 1' Audio Track: 46941671 bytes
19:35:08 Number of Frames: 73563
19:35:08 Framerate: 25.000000
19:35:08 Movie length in Seconds: 2943
19:35:08 Movie Width/Height: 720/576
19:35:08 DgIndex AR: 4:3
19:37:22 Source is declared tff by a margin of 51 to 19.
19:37:22 Advanced Deinterlace Routines Log
19:37:22 Analyzed 310 sections of five frames
19:37:22 Found Interlace Sections: 58 18.71%
19:37:22 Found Progressive Sections:242 78.06%
19:37:22 Found Telecined Sections: 10 3.23%
19:37:22 Found Zero Mov: 78.06% 242
19:37:22 Found One Mov: 4.19% 13
19:37:22 Found Two Mov: 3.23% 10
19:37:22 Found Three Mov: 2.58% 8
19:37:22 Found Four Mov: 3.55% 11
19:37:22 Found Five Mov: 8.39% 26
19:37:22 Checking script...movie.avs
19:37:24 Starting X264
19:37:24 CRF encoding X264: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 20 --stats "G:\Emperor\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "G:\Emperor\_ENCODE\temp\movie.mp4" "G:\Emperor\_ENCODE\temp\movie.avs"
21:08:37 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
21:08:37 Got a file of size: 762476416 bytes + audio size 46945875 bytes (810344960)
21:08:37 Only Movie Size: 762476416 bytes
21:08:37 "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\matroska\mkvmerge.exe" -o "G:\Emperor\_ENCODE\temp\The Planets - 3) Giants.mkv" --display-dimensions 1:832x480 --track-name -1:"The Planets - 3) Giants" --chapters "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\chapters.txt" "G:\Emperor\_ENCODE\temp\movie.mp4" --language -1:eng --default-track -1:yes "G:\Emperor\_ENCODE\temp\audio.mp4" --default-track -1:no "G:\Emperor\_ENCODE\temp\The Planets - 3) Giants.idx" --title "The Planets - 3) Giants"
21:09:25 Final Muxed size: 810224960 bytes
21:09:25 Encoding finished: 01:32:01 elapsed time
21:09:25 -----------------------------------------------------------------------
21:09:25 Script AutoCrop.log
21:09:25 -----------------------------------------------------------------------
21:09:25 Script Resmovie.avs
21:09:25 -----------------------------------------------------------------------
21:09:25 Script movie.avs
21:09:25
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\AddGrain.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\autocrop.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\blockbuster.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\cnr2.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\ColorMatrix.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Convolution3D.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\corrector.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\DctFilter.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Decomb.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Deen.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\degrainmedian.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\DGDecode.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\EEDI2.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFMpegSource.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFT3DFilter.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FluxSmooth.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\frfun7.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\hqdn3d.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LeakKernelDeint.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MaskTools.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\medianblur.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MipSmooth.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MSharpen.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mt_masktools.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mvtools.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RemoveGrainSSE2.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RepairSSE2.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RSharpenSSE2.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SangNom.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SimpleResize.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TBilateral.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TDeint.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TIVTC.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TomsMoComp.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TTempSmooth.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\UnDot.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\UnFilter.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\VSFilter.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\warpsharp.dll")
21:09:25 #loadpluginstart
21:09:25
21:09:25 #test1
21:09:25
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\HybridFuPP.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LanczosPlus.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Lem.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MCBob_v03c.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mvbob.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\QMlib.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\seesaw.avsi")
21:09:25 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\spresso.avsi")
21:09:25 #importstart
21:09:25
21:09:25 #test2
21:09:25
21:09:25 movie = mpeg2source("G:\Emperor\_ENCODE\temp\movie.d2v")
21:09:25 function getOrder(clip c) {
21:09:25 order = GetParity(c) ? 1 : 0
21:09:25 Return order }
21:09:25 #filter1start
21:09:25
21:09:25 #test3
21:09:25
21:09:25 last = movie
21:09:25 crop(10,0,-8,-0)
21:09:25 #resizestart
21:09:25
21:09:25 #test4
21:09:25
21:09:25 LanczosResize(832,480)
21:09:25 #filter2start
21:09:25
21:09:25 #test5
21:09:25
21:09:25 -----------------------------------------------------------------------
21:09:25 Script mkvmaudio.avs
21:09:25
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
21:09:25 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFmpegSource.dll")
21:09:25 NicAC3Source("G:\Emperor\_ENCODE\temp\fixed1.ac3")
21:09:25 #Applying STEREO downmixing routines
21:09:25 function stereo(clip a)
21:09:25 {
21:09:25 flr = GetChannel(a, 1, 2)
21:09:25 fcc = GetChannel(a, 3)
21:09:25 lfe = GetChannel(a, 4)
21:09:25 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
21:09:25 mix = MergeChannels(lfc, lfc)
21:09:25 lrc = MixAudio(flr, mix, 0.2929, 1.0)
21:09:25 blr = GetChannel(a, 5, 6)
21:09:25 Return MixAudio(lrc, blr, 1.0, 0.2929)
21:09:25 }
21:09:25 #
21:09:25 6==Audiochannels() ? stereo() : last
21:09:25 function addvideo(clip c) {
21:09:25 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
21:09:25 Return audiodub(last,c)
21:09:25 }
21:09:25 Normalize()
21:09:25 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.45 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
21:09:25 -----------------------------------------------------------------------
21:09:25 Script mkvmaudio.bat
21:09:25 -----------------------------------------------------------------------
21:09:25 Script mkvmaudio2.avs
21:09:25 -----------------------------------------------------------------------
21:09:25 Script mkvmaudio2.bat
21:09:25
21:09:25 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


21:20:29 0.91f - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
21:20:29 OS Version: Windows XP
21:20:29 Selected Input file: G:\Emperor\_ENCODE\temp\VTS_01_1.VOB
21:20:29 Selected Output dir: G:\Emperor\_ENCODE\temp\
21:20:29 Selected Final Name: The Planets - 3) The Moon
21:20:29 Selected Container type: MKV
21:20:29 Selected Encoder: X264
21:20:29 Selected Size: 1 CD / 1
21:20:29 Selected Profile: Constant_Quality.xml
21:20:29 Selected Resizer: LanczosResize / Automatic
21:20:29 Selected Filters: NONE
21:20:29 Selected Deinterlacer: AUTO
21:20:29 Selected Field Order: AUTO
21:20:29 Manual Crop: Enabled
21:20:29 Left Crop: 10
21:20:29 Top Crop: 0
21:20:29 Right Crop: 8
21:20:29 Botton Crop: 0
21:20:29 Manual Width: 832
21:20:29 Manual Height: 480
21:20:29 Enabled Constant Quality With Unlimited Size (Q 20)
21:20:29 Activate PGC Ripping: 8
21:20:29 Track Language 1: English (AC3 2ch, 0xBD 0x80) [1,2,3,4,5,6,7,8,9]
21:20:29 Audio Codec 1: Nero AAC
21:20:29 Audio Quality 1: 0.45
21:20:29 Audio Channel 1: Stereo
21:20:29 Track Language 2: NONE
21:20:29 Audio Codec 2: Nero AAC
21:20:29 Movie title Name: The Planets - 3) The Moon
21:20:29 Advanced Audio Settings DUMP Track 1
21:20:29 Nero Option Profiles: AUTO --- Encoding Mode: Quality
21:20:29 CCT Option Profiles: AUTO --- Channel Options: AUTO
21:20:29 Lame Settings: ABR
21:20:29 Audio Normalization: 1
21:20:29 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
21:20:29 Selected 1' Sub tracks: English 0 (0xBD 0x20) [1,2,3,4,5,6,7,8] wide
21:20:29
21:20:29 Starting SubRipping
21:20:50 Subtitle Size: 1724416 bytes
21:20:50 Finished SubRipping
21:20:50 Activate PGC processing: PGC 8 [0:49:10:13]
21:20:50 E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 8 -nocellt -nolog -noaud -nosub -nom2v -vob "G:\Emperor\_ENCODE\temp\VTS_01_1.VOB" "G:\Emperor\_ENCODE\temp"
21:20:53 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[G:\Emperor\_ENCODE\temp\VTS_01_1.VOB] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize

I generally work from decrypted ISO images.

I've been encoding the several chapters of "BBC -The Planets" series... one after the other...
I experimented a lot with the first episode and when I had the setup correct, I saved the profile and encoded chp 1...
When it completed I merely selected the 2nd chp and all hell broke loose... eventually reporting "Invalid input file!".
I rebooted, re-selected the 2nd chp, re-loaded my profile the encode ran smoothly...

But when I immediately tried to select the 3rd chp and encode... same problem... I logged off, back on, all well !!!


:):devil::D
Pascal


PS
DGIndex classed the movie as 4:3 (actually 16:9) and only by using MKV could I force the signalling to 832x480 as it should be.

Krayzie
18th November 2007, 21:56
Thanx for the reply. The thing about the profiles is that I select the constant quality profile for x264/mkv, the program comes up with a dialogue box to set the quantizer. I use always only one set of settings (audio - copy original, video - no resize, just crop, no filter, constant quality), saved once in the main window. To be honest I do not know a lot about the advanced encoding settings, I only found out that the optimal value for quantizer is 20-22. The thing is that when I start AutoMKV, it always comes up with the quantizer dialogue box with the quantizer set to 18, which is quite a bit confusing as the program will use 22 (in my case) anyway. But thanx again, as I just saved it in the advanced settings once and it seems to work even though the dialogue box still show 18 whenever I start AutoMKV. Maybe it would be nice to have just one settings file instead of saving 2 (maybe more) different ones, or at least make this more clear. Anyway, I still think it is a very nice piece of software.
To the question whether I used a different resolution with previous versions of the x264 encoder, no I did not. Like I wrote couple of lines before, I always use the same resolution as the source (DVD in 99% of the cases), no resize. I do not remember the version number from when I started using it, but I just downloaded it, unpacked it, started it up, changed it to constant quality x264/mkv, selected the audio and subtitles and let it run. I used to be very happy with the results until I suddenly started getting a lot larger files. After that I found out about the quantizer. This is no big deal, as I can change it, I was just curious about what caused the files to end up larger.

buzzqw
18th November 2007, 22:12
@delacroixp

have you used queue or just selcted the pgc, encoded it, then selected another pgc.. encoded it ?

EDIT: why your source file is a vob and not a ifo ?

@Krayzie

welcome to automkv!

BHH

delacroixp
18th November 2007, 22:12
I was just curious about what caused the files to end up larger.
You've certainly got me going...


:):devil::D
Pascal

buzzqw
18th November 2007, 22:34
@delacroixp

found the error, will appear only when not queueing (dam't queue!)

http://www.64k.it/andres/data/a/AutoMKV091g.exe

BHH

canlin
19th November 2007, 10:52
since 0.91 version, I meet this problem and cant encode.
I tried delete all dlls in system32 folder and use 0.91g version again.
IT STILL NOT WORK~!

Please help me and tell me how to solve it.
thank you.

[here is the log]

17:12:00 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:12:00 OS Version: Windows Server 2003
17:12:00 Selected Input file: G:\VIDEO_TS\VTS_01_0.IFO
17:12:00 Selected Output dir: F:\rip\temp\
17:12:00 Selected Final Name: movie
17:12:00 Selected Container type: MP4
17:12:00 Selected Encoder: X264
17:12:00 Selected Size: 1/3 DVD-R / 1
17:12:00 Selected Profile: 2_Pass_Insane_Quality.xml
17:12:00 Selected Resizer: LanczosResize / Automatic
17:12:00 Selected Filters: NONE
17:12:00 Selected Deinterlacer: AUTO
17:12:00 Selected Field Order: AUTO
17:12:00 NeroAACEnc.exe: not present
17:12:00 Activate PGC Ripping: 2
17:12:00 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1]
17:12:00 Audio Codec 1: Ogg Vorbis
17:12:00 Audio Quality 1: 4
17:12:00 Audio Channel 1: Stereo
17:12:00 Track Language 2: NONE
17:12:00 Audio Codec 2: Ogg Vorbis
17:12:00 Advanced Audio Settings DUMP Track 1
17:12:00 Nero Option Profiles: AUTO --- Encoding Mode: Quality
17:12:00 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:12:00 Lame Settings: ABR
17:12:00 Audio Normalization: 1
17:12:00 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:12:00
17:12:00 Starting ripping from G:\VIDEO_TS\ to F:\rip\temp\
17:21:12 Finished Ripping
17:21:12 Activate PGC processing: PGC 2 [3:59:17:06]
17:21:12 Dgindex CMD: F:\g\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[F:\rip\temp\DVD\VIDEO_TS\VTS_01_1.vob] -OF=[F:\rip\temp\movie] -exit -minimize
17:24:23 D2V file size: 2063998
17:24:23 Starting fixing audio delay on track number 1
17:24:23 DelayCut CMD: F:\g\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "F:\rip\temp\fixed1.ac3" "F:\rip\temp\movie T01 2_0ch 192Kbps DELAY -173ms.ac3"
17:24:23 Original 1 Audio Size: 344921088 bytes
17:24:57 Fixed 1' Audio Size: 344917248 bytes
17:24:57 Finished fixing audio delay
17:24:57 Encoding F:\rip\temp\fixed1.ac3 to Ogg with 4 quality
17:24:58 Unable to encode Audio, trying with DirectShowSource!
17:24:58 Encoding F:\rip\temp\fixed1.ac3 to Ogg with 4 quality
17:24:58 Unable to encode Audio, even with DirectShowSource!, trying with FFmpeg!
17:24:58 FFmpeg Encoding Audio: "F:\g\AutoMKV091\exe\BeSweet\ffmpeg.exe" -vn -i "F:\rip\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "F:\rip\temp\audio.mp3"
17:39:41 Encoded 1' Audio Track: 229944992 bytes
17:39:41 Encoded 1' Audio Track: 229944992 bytes
17:39:42 Avi engage mode not corrected, switched to DirectShowSource
17:39:42 !!! WARNING - Trying with FFmpegSource
17:39:46 Aspect ratio: 1.333
17:39:46 Number of Frames: 430703
17:39:46 Framerate: 29.970
17:39:46 Movie length in Seconds: 14372
17:39:46 Movie Width/Height: 720/480
17:39:46 DgIndex AR: 1.333
17:39:49 Aspect ratio: 1.333
17:39:49 Number of Frames: 430703
17:39:49 Framerate: 29.970
17:39:49 Movie length in Seconds: 14372
17:39:49 Movie Width/Height: 720/480
17:39:49 DgIndex AR: 1.333
17:39:49 Source is hybrid bff and tff at 0 bff and 0 tff.
17:39:49 Advanced Deinterlace Routines Log
17:39:49 Analyzed 0 sections of five frames
17:39:49 Found Interlace Sections: 0 -1.#J%
17:39:49 Found Progressive Sections:0 -1.#J%
17:39:49 Found Telecined Sections: 0 -1.#J%
17:39:49 Found Zero Mov: -1.#J% 0
17:39:49 Found One Mov: -1.#J% 0
17:39:49 Found Two Mov: -1.#J% 0
17:39:49 Found Three Mov: -1.#J% 0
17:39:49 Found Four Mov: -1.#J% 0
17:39:49 Found Five Mov: -1.#J% 0
17:39:49 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 1557135360 bytes
17:39:49 CRF encoding X264: F:\g\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 18 --stats "F:\rip\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads 2 --output "F:\rip\temp\resmovie.mp4" "F:\rip\temp\resmovie.avs"
17:39:52 Finished Autosize procedure
17:39:52 Tested total movie: 5%
17:39:52 AutoResize movie size: 0 bytes
17:39:52 Movie Width suggested: 0 value based on sample size (0.00% of original width)
17:39:52 Warning !!! - Too low resolution. Set witdh to 240
17:39:52 Starting X264
17:39:52 Command Line 1' Pass X264: F:\g\AutoMKV091\exe\encoder\x264.exe --pass 1 --bitrate 738 --stats "F:\rip\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads 2 --output NUL "F:\rip\temp\movie.avs"
17:39:52 Command Line 2' Pass X264: F:\g\AutoMKV091\exe\encoder\x264.exe --pass 2 --bitrate 738 --stats "F:\rip\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --merange 32 --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads 2 --output "F:\rip\temp\movie.mp4" "F:\rip\temp\movie.avs"
17:39:55 Finished 1' Pass X264
17:40:01 "F:\g\AutoMKV091\exe\matroska\MP4Box.exe" -add "F:\rip\temp\movie.mp4":par=1.#INF00 -chap "F:\g\AutoMKV091\exe\chapters.txt" -add "F:\rip\temp\audio.mp3:lang=eng" -fps 29.970 -new "F:\rip\temp\movie_full.mp4"
17:40:01 Final Muxed size: -1 bytes
17:40:01 Encoding finished: 00:00:06 elapsed time
17:40:01 -----------------------------------------------------------------------
17:40:01 Script AutoCrop.log
17:40:01 -----------------------------------------------------------------------
17:40:01 Script Resmovie.avs
17:40:01
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\AddGrain.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\autocrop.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\blockbuster.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\cnr2.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\ColorMatrix.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\Convolution3D.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\corrector.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\DctFilter.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\Decomb.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\Deen.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\degrainmedian.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\DGDecode.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\EEDI2.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\FFMpegSource.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\FFT3DFilter.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\FluxSmooth.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\frfun7.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\hqdn3d.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\LeakKernelDeint.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\MaskTools.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\medianblur.dll")
17:40:01 LoadPlugin("F:\g\AutoMKV091\exe\filter\MipSmooth.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\MSharpen.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\mt_masktools.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\mvtools.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\NicAudio.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\RemoveGrainS.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\RepairS.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SangNom.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SimpleResize.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SoundOut.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TBilateral.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TDeint.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TIVTC.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TomsMoComp.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TTempSmooth.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\UnDot.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\UnFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\VSFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\warpsharp.dll")
17:40:02 #loadpluginstart
17:40:02

canlin
19th November 2007, 10:53
17:40:02 #test1
17:40:02
17:40:02 Import("F:\g\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\HybridFuPP.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\LanczosPlus.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\Lem.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\MCBob_v03c.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\mvbob.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\QMlib.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\seesaw.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\spresso.avsi")
17:40:02 #importstart
17:40:02
17:40:02 #test2
17:40:02
17:40:02 movie = mpeg2source("F:\rip\temp\movie.d2v")
17:40:02 function getOrder(clip c) {
17:40:02 order = GetParity(c) ? 1 : 0
17:40:02 Return order }
17:40:02 #filter1start
17:40:02
17:40:02 #test3
17:40:02
17:40:02 #cropstart
17:40:02
17:40:02 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
17:40:02 fixed_aspect = 1
17:40:02 c_width = width(cropclip)
17:40:02 c_height = Round(height(cropclip) / fixed_aspect)
17:40:02 input_par = float(float(c_width)/float(c_height))
17:40:02 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
17:40:02 out_width = 704
17:40:02 out_height = Round(float(out_width) / input_par)
17:40:02 hmod = out_height - (floor(out_height / 16 ) * 16)
17:40:02 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
17:40:02 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
17:40:02 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
17:40:02
17:40:02 #resizestart
17:40:02
17:40:02 #test4
17:40:02
17:40:02 LanczosResize(out_width,out_height)
17:40:02 #filter2start
17:40:02
17:40:02 #test5
17:40:02
17:40:02 function Comptest(clip c, float percent)
17:40:02 {
17:40:02 frange=floor(14./(percent/100.))
17:40:02 Return SelectRangeEvery(c, frange, 14)
17:40:02 }
17:40:02 Comptest(last,5)
17:40:02 ColorMatrix(mode="Rec.709->Rec.601")
17:40:02 -----------------------------------------------------------------------
17:40:02 Script movie.avs
17:40:02
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\AddGrain.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\autocrop.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\blockbuster.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\cnr2.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\ColorMatrix.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\Convolution3D.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\corrector.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\DctFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\Decomb.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\Deen.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\degrainmedian.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\DGDecode.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\EEDI2.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\FFMpegSource.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\FFT3DFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\FluxSmooth.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\frfun7.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\hqdn3d.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\LeakKernelDeint.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\MaskTools.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\medianblur.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\MipSmooth.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\MSharpen.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\mt_masktools.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\mvtools.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\NicAudio.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\RemoveGrainS.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\RepairS.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SangNom.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SimpleResize.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SoundOut.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TBilateral.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TDeint.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TIVTC.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TomsMoComp.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\TTempSmooth.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\UnDot.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\UnFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\VSFilter.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\warpsharp.dll")
17:40:02 #loadpluginstart
17:40:02
17:40:02 #test1
17:40:02
17:40:02 Import("F:\g\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\HybridFuPP.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\LanczosPlus.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\Lem.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\MCBob_v03c.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\mvbob.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\QMlib.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\seesaw.avsi")
17:40:02 Import("F:\g\AutoMKV091\exe\filter\spresso.avsi")
17:40:02 #importstart
17:40:02
17:40:02 #test2
17:40:02
17:40:02 movie = mpeg2source("F:\rip\temp\movie.d2v")
17:40:02 function getOrder(clip c) {
17:40:02 order = GetParity(c) ? 1 : 0
17:40:02 Return order }
17:40:02 #filter1start
17:40:02
17:40:02 #test3
17:40:02
17:40:02 #cropstart
17:40:02
17:40:02 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
17:40:02 fixed_aspect = 1
17:40:02 c_width = width(cropclip)
17:40:02 c_height = Round(height(cropclip) / fixed_aspect)
17:40:02 input_par = float(float(c_width)/float(c_height))
17:40:02 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
17:40:02 out_width = 240
17:40:02 out_height = Round(float(out_width) / input_par)
17:40:02 hmod = out_height - (floor(out_height / 16 ) * 16)
17:40:02 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
17:40:02 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
17:40:02 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
17:40:02
17:40:02 #resizestart
17:40:02
17:40:02 #test4
17:40:02
17:40:02 LanczosResize(out_width,out_height)
17:40:02 #filter2start
17:40:02
17:40:02 #test5
17:40:02
17:40:02 ColorMatrix(mode="Rec.709->Rec.601")
17:40:02 -----------------------------------------------------------------------
17:40:02 Script mkvmaudio.avs
17:40:02
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\NicAudio.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\SoundOut.dll")
17:40:02 LoadPlugin("F:\g\AutoMKV091\exe\filter\FFmpegSource.dll")
17:40:02 DirectShowSource("F:\rip\temp\fixed1.ac3")
17:40:02 #Applying STEREO downmixing routines
17:40:02 function stereo(clip a)
17:40:02 {
17:40:02 flr = GetChannel(a, 1, 2)
17:40:02 fcc = GetChannel(a, 3)
17:40:02 lfe = GetChannel(a, 4)
17:40:02 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
17:40:02 mix = MergeChannels(lfc, lfc)
17:40:02 lrc = MixAudio(flr, mix, 0.2929, 1.0)
17:40:02 blr = GetChannel(a, 5, 6)
17:40:02 Return MixAudio(lrc, blr, 1.0, 0.2929)
17:40:02 }
17:40:02 #
17:40:02 6==Audiochannels() ? stereo() : last
17:40:02 function addvideo(clip c) {
17:40:02 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
17:40:02 Return audiodub(last,c)
17:40:02 }
17:40:02 Normalize()
17:40:02 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="F:\g\AutoMKV091\exe\besweet\oggenc2.exe",prefilename=" -q 4 - -o audio.ogg",postfilename="",nofilename=true,showoutput=false)
17:40:02 -----------------------------------------------------------------------
17:40:02 Script mkvmaudio.bat
17:40:02
17:40:02 "F:\g\AutoMKV091\exe\BeSweet\ffmpeg.exe" -vn -i "F:\rip\temp\fixed1.ac3" -f mp3 -ac 2 -ab 128 "F:\rip\temp\audio.mp3"
17:40:02 -----------------------------------------------------------------------
17:40:02 Script mkvmaudio2.avs
17:40:02 -----------------------------------------------------------------------
17:40:02 Script mkvmaudio2.bat
17:40:02
17:40:02 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
19th November 2007, 13:25
@canlin

you have some problem with your avisynth installation

open movie.avs with virtualdub, what is the error ?

BHH

canlin
19th November 2007, 13:47
I tried to open movie.avs with VirtualDubMod in the AUTOMkv folder.
then i cant open it and pops up "AVI import filter error: (Unknown)(80040154)"

buzzqw
19th November 2007, 13:56
reistall xvid (link in first post) and avisynth

should fix your problem :)

------------------

I am very happy to see on ANANDTECH ( http://www.anandtech.com/cpuchipsets/showdoc.aspx?i=3153&p=7 ) that AutoMKV is used as BenchMark!!!
:eek::eek::eek: :) :) :)

YES!

(well.. is x264 benchmarked.. but .. have used AutoMKV!)

BHH

canlin
19th November 2007, 15:30
but here comes a problem again
during the audio encoding, AA3 to ogg, it stops at 22% everytime without a reason.

[here is the log]
22:06:44 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:06:44 OS Version: Windows Server 2003
22:06:44 Selected Input file: G:\VIDEO_TS\VTS_01_0.IFO
22:06:44 Selected Output dir: F:\rip\temp\
22:06:44 Selected Final Name: movie
22:06:44 Selected Container type: MP4
22:06:44 Selected Encoder: X264
22:06:44 Selected Size: 1/3 DVD-R / 1
22:06:44 Selected Profile: 2_Pass_Insane_Quality.xml
22:06:44 Selected Resizer: LanczosResize / Automatic
22:06:44 Selected Filters: NONE
22:06:44 Selected Deinterlacer: AUTO
22:06:44 Selected Field Order: AUTO
22:06:44 NeroAACEnc.exe: not present
22:06:44 Activate PGC Ripping: 2
22:06:44 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0,1]
22:06:44 Audio Codec 1: Ogg Vorbis
22:06:44 Audio Quality 1: 4
22:06:44 Audio Channel 1: Stereo
22:06:44 Track Language 2: NONE
22:06:44 Audio Codec 2: Ogg Vorbis
22:06:44 Advanced Audio Settings DUMP Track 1
22:06:44 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:06:44 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:06:44 Lame Settings: ABR
22:06:44 Audio Normalization: 1
22:06:44 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:06:44
22:06:44 Starting ripping from G:\VIDEO_TS\ to F:\rip\temp\
22:16:09 Finished Ripping
22:16:09 Activate PGC processing: PGC 2 [3:59:17:06]
22:16:09 Dgindex CMD: F:\g\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[F:\rip\temp\DVD\VIDEO_TS\VTS_01_1.vob] -OF=[F:\rip\temp\movie] -exit -minimize
22:19:25 D2V file size: 2063998
22:19:25 Starting fixing audio delay on track number 1
22:19:25 DelayCut CMD: F:\g\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "F:\rip\temp\fixed1.ac3" "F:\rip\temp\movie T01 2_0ch 192Kbps DELAY -173ms.ac3"
22:19:25 Original 1 Audio Size: 344921088 bytes
22:19:57 Fixed 1' Audio Size: 344917248 bytes
22:19:57 Finished fixing audio delay
22:19:57 Encoding F:\rip\temp\fixed1.ac3 to Ogg with 4 quality

buzzqw
19th November 2007, 15:36
try encoding with other audio engine (lame, nero ,aac...)

and make sure your audio if playable
(you can also look at audio log someting like movie t01 3_2ch 384kbps delay 0ms_log.txt ...)

BHH

canlin
19th November 2007, 15:53
is there any possible reason i can not use ogg to encode?

will it help if I reinstall the whole OS ?

by the way, Do I need to install any kind of codec package such as k-lite, cccp, GKnot......etc. before I start to use AutoMkv?

buzzqw
19th November 2007, 15:56
The only software needed are linked in first post

avisynth 2.5.7
xvid 1.2 koepi build's
ffdshow , a recent build

BHH

Kockroach
19th November 2007, 16:04
Not sure why, but I am not getting an actual MKV output when trying to process a movie I have ripped. All I have are a bunch of files in a "Temp" folder in the directory that the movie should be created. The files include the ripped VOBs, encoded audio, d2v, BAT files, AVS files, etc. There are no MKV files at all.

I have tried to re-install everything from scratch, but I still get a similar result. Any help would be appreciated.

Here is the log:
08:19:16 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
08:19:16 OS Version: Windows XP
08:19:16 Selected Input file: \\Dlink-ec25de\volume_2\FullDisc\Wedding Crashers\VIDEO_TS\VTS_02_0.IFO
08:19:16 Selected Output dir: C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\
08:19:16 Selected Final Name: Wedding_Crashers
08:19:16 Selected Container type: MKV
08:19:16 Selected Encoder: XviD
08:19:16 Selected Size: 1024 / 1
08:19:16 Selected Profile: 2_Pass_Better_Quality.xml
08:19:16 Selected Resizer: SimpleResize (neutral soft) / Automatic
08:19:16 Selected Filters: RemoveGrain(mode=2)
08:19:16 Selected Deinterlacer: AUTO
08:19:16 Selected Field Order: AUTO
08:19:16 Manual Crop: Enabled
08:19:16 Left Crop: 5
08:19:16 Top Crop: 55
08:19:16 Right Crop: 5
08:19:16 Botton Crop: 61
08:19:16 Manual Width: 720
08:19:16 Manual Height: 240
08:19:16 Activate PGC Ripping: 1
08:19:16 Using Matrix: Sharktooth's EQM v3LR.cqm
08:19:16 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0,1,2,3,4,6,7,11,12,
08:19:16 Audio Codec 1: Nero AAC
08:19:16 Audio Quality 1: 0.50
08:19:16 Audio Channel 1: Original
08:19:16 Track Language 2: NONE
08:19:16 Audio Codec 2: Nero AAC
08:19:16 Advanced Audio Settings DUMP Track 1
08:19:16 Nero Option Profiles: AUTO --- Encoding Mode: Quality
08:19:16 CCT Option Profiles: AUTO --- Channel Options: AUTO
08:19:16 Lame Settings: ABR
08:19:16 Audio Normalization: 1
08:19:16 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
08:19:16
08:19:16 Activate PGC processing: PGC 1 [2:06:51:21]
08:19:16 C:\Program Files\AutoMKV\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "\\Dlink-ec25de\volume_2\FullDisc\Wedding Crashers\VIDEO_TS\VTS_02_0.IFO" "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp"
08:27:14 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\VTS_01_1.VOB] -OF=[C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie] -exit -minimize
08:29:46 D2V file size: 941540
08:29:46 Starting fixing audio delay on track number 1
08:29:46 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\fixed1.ac3" "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie T01 3_2ch 448Kbps DELAY -33ms.ac3"
08:29:46 Original 1 Audio Size: 426682368 bytes
08:29:57 Fixed 1' Audio Size: 426680576 bytes
08:29:57 Finished fixing audio delay
08:29:58 Encoding C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\fixed1.ac3 to NeroAAC with 0.50 quality
08:47:33 Encoded 1' Audio Track: 530943417 bytes
08:47:33 ForceFilm Detected: 100.000000% FILM found
08:47:36 Number of Frames: 228337
08:47:36 Framerate: 29.970030
08:47:36 Movie length in Seconds: 7619
08:47:36 Movie Width/Height: 720/480
08:47:36 DgIndex AR: 16:9
08:52:30 Source is declared tff by a margin of 156 to 1.
08:52:30 Advanced Deinterlace Routines Log
08:52:30 Analyzed 703 sections of five frames
08:52:30 Found Interlace Sections: 6 0.85%
08:52:30 Found Progressive Sections:63 8.96%
08:52:30 Found Telecined Sections: 634 90.18%
08:52:30 Found Zero Mov: 8.96% 63
08:52:30 Found One Mov: 0.85% 6
08:52:30 Found Two Mov: 90.18% 634
08:52:30 Found Three Mov: 0.00% 0
08:52:30 Found Four Mov: 0.00% 0
08:52:30 Found Five Mov: 0.00% 0
08:52:30 The Movie is declared to telecined
08:52:30 FIRST pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 569 -turbo -max_bframes 2 -imax 16 -qpel -quality 6 -vhqmode 3 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -qmatrix "C:\Program Files\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.avs" -type 2 -mkv "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.mkv"
08:52:30 SECOND pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 569 -max_bframes 2 -imax 16 -qpel -quality 6 -vhqmode 3 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -qmatrix "C:\Program Files\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.avs" -type 2 -mkv "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.mkv"
08:52:34 Starting Second Pass
08:52:42 C:\Program Files\AutoMKV\exe\matroska\mkvmerge.exe" -o "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\Wedding_Crashers.mkv_pre" --track-name -1:"Wedding_Crashers" --aspect-ratio 0:1.#INF00 --chapters "C:\Program Files\AutoMKV\exe\chapters.txt" "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.mkv" --language -1:eng --default-track -1:yes "C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\audio.mp4" --title "Done with AutoMKV 0.91g http://forum.doom9.org/showthread.php?p=854221 "
08:52:43 Final Muxed size: -1 bytes
08:52:43 Encoding finished: 00:00:09 elapsed time
08:52:43 -----------------------------------------------------------------------
08:52:43 Script AutoCrop.log
08:52:43 -----------------------------------------------------------------------
08:52:43 Script Resmovie.avs
08:52:43 -----------------------------------------------------------------------
08:52:43 Script movie.avs
08:52:43
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
08:52:43 #loadpluginstart
08:52:43
08:52:43 #test1
08:52:43
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
08:52:43 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
08:52:43 #importstart
08:52:43
08:52:43 #test2
08:52:43
08:52:43 movie = mpeg2source("C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.d2v")
08:52:43 function getOrder(clip c) {
08:52:43 order = GetParity(c) ? 1 : 0
08:52:43 Return order }
08:52:43 #filter1start
08:52:43
08:52:43 #test3
08:52:43
08:52:43 movie = tfm(movie,d2v="C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\movie.d2v").tdecimate()
08:52:43 last = movie
08:52:43 crop(5,55,-5,-61)
08:52:43 #resizestart
08:52:43
08:52:43 #test4
08:52:43
08:52:43 SimpleResize(720,240)
08:52:43 #filter2start
08:52:43
08:52:43 #test5
08:52:43
08:52:43 RemoveGrain(mode=2)
08:52:43 ColorMatrix(mode="Rec.709->Rec.601")
08:52:43 -----------------------------------------------------------------------
08:52:43 Script mkvmaudio.avs
08:52:43
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
08:52:43 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
08:52:43 NicAC3Source("C:\Documents and Settings\Kockroach II\My Documents\My Videos\temp\fixed1.ac3")
08:52:43 #Applying ORIGINAL downmixing routines
08:52:43
08:52:43 function addvideo(clip c) {
08:52:43 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
08:52:43 Return audiodub(last,c)
08:52:43 }
08:52:43 Normalize()
08:52:43 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\AutoMKV\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.50 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
08:52:43 -----------------------------------------------------------------------
08:52:43 Script mkvmaudio.bat
08:52:43 -----------------------------------------------------------------------
08:52:43 Script mkvmaudio2.avs
08:52:43 -----------------------------------------------------------------------
08:52:43 Script mkvmaudio2.bat
08:52:43
08:52:43 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
19th November 2007, 16:25
First of all Welcome to the Forum!

08:19:16 Manual Crop: Enabled
08:19:16 Left Crop: 5
08:19:16 Top Crop: 55
08:19:16 Right Crop: 5
08:19:16 Botton Crop: 61

you cannot crop by odd values, only mod2 (at least)

BHH

jellyfish2002
19th November 2007, 16:49
Hi,

Having problem with AutoMKV after updating to 0.91.
The problem would just freeze at checking movie.avs


23:04:30 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
23:04:30 Selected Input file: C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO
23:04:30 Selected Output dir: C:\Users\Alpha\Desktop\New_Folder\temp\
23:04:30 Selected Final Name: VIDEO_TS
23:04:30 Selected Container type: MP4
23:04:30 Selected Encoder: X264
23:04:30 Selected Size: 2 CD / 1
23:04:30 Selected Profile: 2_Pass_Better_Quality.xml
23:04:30 Selected Resizer: Spline36Resize (neutral sharp) / Automatic
23:04:30 Selected Filters: RemoveGrain(mode=2)
23:04:30 Selected Deinterlacer: Film
23:04:30 Selected Field Order: AUTO
23:04:30 Activate PGC Ripping: 0
23:04:30 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
23:04:30 Audio Codec 1: Nero AAC
23:04:30 Audio Quality 1: 0.35
23:04:30 Audio Channel 1: Stereo
23:04:30 Track Language 2: NONE
23:04:30 Audio Codec 2: Nero AAC
23:04:30 Advanced Audio Settings DUMP Track 1
23:04:30 Nero Option Profiles: AUTO --- Encoding Mode: Quality
23:04:30 CCT Option Profiles: AUTO --- Channel Options: AUTO
23:04:30 Lame Settings: ABR
23:04:30 Audio Normalization: 1
23:04:30 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
23:04:30 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
23:04:30
23:04:30 Starting SubRipping
23:05:47 Subtitle Size: 4896768 bytes
23:05:47 Finished SubRipping
23:05:48 Activate PGC processing: PGC 1 [2:30:33:22]
23:05:48 Starting Indexing
23:05:48 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
23:07:19 Finished indexing
23:07:19 D2V file size: 1139491
23:07:19 Starting fixing audio delay on track number 1
23:07:19 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T01 3_2ch 384Kbps DELAY -49ms.ac3"
23:07:19 Original 1 Audio Size: 433946112 bytes
23:07:36 Fixed 1' Audio Size: 433943040 bytes
23:07:36 Finished fixing audio delay
23:07:36 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
23:28:12 Encoded 1' Audio Track: 103011013 bytes
23:28:12 ForceFilm Detected: 99.900002% FILM found
23:28:27 Number of Frames: 270999
23:28:27 Framerate: 29.970030
23:28:27 Movie length in Seconds: 9043
23:28:27 Movie Width/Height: 720/480
23:28:27 DgIndex AR: 16:9
23:28:27 Checking script...resmovie.avs
23:28:42 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 1468006400 bytes
23:28:42 CRF encoding X264: C:\Users\Alpha\Desktop\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 18 --stats "C:\Users\Alpha\Desktop\New_Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 6 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New_Folder\temp\resmovie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\resmovie.avs"
23:40:26 Finished Autosize procedure
23:40:26 Tested total movie: 5%
23:40:26 AutoResize movie size: 95206633 bytes
23:40:26 Movie Width suggested: 816 value based on sample size (113.33% of original width)
23:40:26 Checking script...movie.avs

weaver4
19th November 2007, 16:53
canlin: I think you may be having the same problem I was having. In this statement:

17:40:01 "F:\g\AutoMKV091\exe\matroska\MP4Box.exe" -add "F:\rip\temp\movie.mp4"ar=1.#INF00 -chap "F:\g\AutoMKV091\exe\chapters.txt" -add "F:\rip\temp\audio.mp3:lang=eng" -fps 29.970 -new "F:\rip\temp\movie_full.mp4"

There appears to be an incorrect character of some sort after the statement "F:\rip\temp\movie.mp4" and before the ar=1. I believe I had the same problem and the char showed up as a #1.

You may want to go back and see if all the files that are made refrence too in this statement exist; movie.mp4, audio.mp3, chapters.txt. If they all exist then it is a problem with this statement or MP4box.exe.

If these files exist you can cut this statement and then run it from a command line and see what error you get.

buzzqw
19th November 2007, 17:02
@jellyfish2002

freeze ?

autoresize gone good.. so movie.avs should not freeze!

can you open movie.avs with virtualdub and check for error ?

BHH

buzzqw
19th November 2007, 17:32
@weaver4

17:40:01 "F:\g\AutoMKV091\exe\matroska\MP4Box.exe" -add "F:\rip\temp\movie.mp4"ar=1.#INF00 -chap "F:\g\AutoMKV091\exe\chapters.txt" -add "F:\rip\temp\audio.mp3:lang=eng" -fps 29.970 -new "F:\rip\temp\movie_full.mp4"

please re download the 0.91g , i have done a "silent update" to fix "1.#INF00" (or i hope to have fixed it!)

BHH

canlin
20th November 2007, 04:31
To waver4 :

thanks for your reply~!

I tried many ways ......, run it on fresh and clean WinXP with or without any codec pack, with or without the three programs AutoMkV need and mentioned in the first post.

all the same result, stop at 22% of audio encoding. in some test situation even stop earlier without any reason.

I am not a programmer or professional encoder, it is the reason I choose AutoMKV to encode my video files.
so I am barely able to read , even modify, the avs or any files during the encoding process.

AutoMkv works before while I was using the 0.90 or older version with lame and x264 setting. I am very frustrated to run into this problem.
since this problem not be ported by many other users, I guess it is because of I or my PC and OS. I think i have not stop the encoding before I have more free time and COULD figure out how to solve it.

But thanks to buzzqw and waver4 anyway, at least you are willing to help~!

avdw
20th November 2007, 06:42
Hi buzz,

2 small questions :

1) Is there an option to keep popping up the help contents when hovering over an option, and perhaps adding a bit more info to the popup-help. Right now, it only opens up for about 2 seconds, way to much to actually read what's get popped up. Also the help file is very limited, especially about the "Advanced Settings" tab

2) Also, perhaps an immediate check to see the manual crop values are correct, directly after the "Start Encoding" button is pressed ? (This spares the user a lot of time, since non MOD/2 MOD/4 MOD/8 MOD/16 values, result in an error and encoding-abort anyway)

buzzqw
20th November 2007, 08:26
@canlin
you have not answer at my questions

are other audio engine (lame/aac/nero..) working on this audio file?

Are other input file working ?

i also asked about delaycut log

@avdw
Right now, it only opens up for about 2 seconds
sorry pal.. it's a limit of OS Microsoft Window

Also the help file is very limited, especially about the "Advanced Settings" tab
if i found any time i will try to expand the help. But remember that advanced settings can be used only if undertud..

Also, perhaps an immediate check to see the manual crop values are correct
what about "check values" button ?

BHH

avdw
20th November 2007, 08:41
Hi buzz,

Using 0.91g,, I'm (once again) getting Undersized encodings, wanted 1CD (= 700MB ) , got encoded AVI file of 625 MB.

06:36:55 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
06:36:55 OS Version: Windows XP
06:36:55 Selected Input file: N:\My DVDs\Midnight Express 16-9\VTS_01_1.VOB
06:36:55 Selected Output dir: N:\My DVDs\Midnight Express 16-9\temp\
06:36:55 Selected Final Name: automkv091g
06:36:55 Selected Container type: AVI
06:36:55 Selected Encoder: XviD
06:36:55 Selected Size: 1 CD / 1
06:36:55 Selected Profile: 2_Pass_Insane_Quality.xml
06:36:55 Selected Resizer: BilinearResize (soft) / Automatic
06:36:55 Selected Filters: RemoveGrain(mode=2)
06:36:55 Selected Deinterlacer: AUTO
06:36:55 Selected Field Order: AUTO
06:36:55 Manual Crop: Enabled
06:36:55 Left Crop: 0
06:36:55 Top Crop: 8
06:36:55 Right Crop: 0
06:36:55 Botton Crop: 12
06:36:55 Manual Width: 624
06:36:55 Manual Height: 336
06:36:55 NeroAACEnc.exe: not present
06:36:55 Track Language 1: AC3 Audio Stream 0
06:36:55 Audio Codec 1: Lame
06:36:55 Audio Quality 1: 112
06:36:55 Audio Channel 1: Stereo
06:36:55 Track Language 2: NONE
06:36:55 Audio Codec 2:
06:36:55 Advanced Audio Settings DUMP Track 1
06:36:55 Audio Track Language: und
06:36:55 Nero Option Profiles: AUTO --- Encoding Mode: Quality
06:36:55 CCT Option Profiles: AUTO --- Channel Options: AUTO
06:36:55 Lame Settings: CBR
06:36:55 Audio Normalization: 1
06:36:55 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
06:36:55
06:36:55 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[N:\My DVDs\Midnight Express 16-9\VTS_01_1.VOB] -OF=[N:\My DVDs\Midnight Express 16-9\temp\movie] -exit -minimize
06:38:25 D2V file size: 906061
06:38:26 Starting fixing audio delay on track number 1
06:38:26 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "N:\My DVDs\Midnight Express 16-9\temp\fixed1.ac3" "N:\My DVDs\Midnight Express 16-9\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
06:38:26 Original 1 Audio Size: 167183616 bytes
06:38:37 Fixed 1' Audio Size: 167183616 bytes
06:38:37 Finished fixing audio delay
06:38:37 Encoding N:\My DVDs\Midnight Express 16-9\temp\fixed1.ac3 To Mp3 with 112 CBR Bitrate
06:47:56 Encoded 1' Audio Track: 97524297 bytes
06:47:57 Number of Frames: 174150
06:47:57 Framerate: 25.000000
06:47:57 Movie length in Seconds: 6967
06:47:57 Movie Width/Height: 720/576
06:47:57 DgIndex AR: 16:9
06:51:44 Source is declared tff by a margin of 112 to 115.
06:51:44 Advanced Deinterlace Routines Log
06:51:44 Analyzed 1203 sections of five frames
06:51:44 Found Interlace Sections: 0 0.00%
06:51:44 Found Progressive Sections:1203 100.00%
06:51:44 Found Telecined Sections: 0 0.00%
06:51:44 Found Zero Mov: 100.00% 1203
06:51:44 Found One Mov: 0.00% 0
06:51:44 Found Two Mov: 0.00% 0
06:51:44 Found Three Mov: 0.00% 0
06:51:44 Found Four Mov: 0.00% 0
06:51:44 Found Five Mov: 0.00% 0
06:51:44 The Movie is declared to progressive
06:51:44 FIRST pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 730 -turbo -max_key_interval 250 -max_bframes 3 -imax 16 -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -i "N:\My DVDs\Midnight Express 16-9\temp\movie.avs" -type 2 -avi "N:\My DVDs\Midnight Express 16-9\temp\movie.avi"
06:51:44 SECOND pass XviD: "C:\Program Files\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 730 -max_key_interval 250 -max_bframes 3 -imax 16 -quality 6 -vhqmode 4 -pmax 16 -bmax 16 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -i "N:\My DVDs\Midnight Express 16-9\temp\movie.avs" -type 2 -avi "N:\My DVDs\Midnight Express 16-9\temp\movie.avi"
07:16:29 Starting Second Pass
08:19:33 Only Movie Size: 553756032 bytes
08:19:33 Using VirtualDubMod for Muxing!
08:20:10 Encoding finished: 01:03:41 elapsed time
08:20:10 -----------------------------------------------------------------------
08:20:10 Script AutoCrop.log
08:20:10 -----------------------------------------------------------------------
08:20:10 Script Resmovie.avs
08:20:10 -----------------------------------------------------------------------
08:20:10 Script movie.avs
08:20:10
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
08:20:10 #loadpluginstart
08:20:10
08:20:10 #test1
08:20:10
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
08:20:10 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
08:20:10 #importstart
08:20:10
08:20:10 #test2
08:20:10
08:20:10 movie = mpeg2source("N:\My DVDs\Midnight Express 16-9\temp\movie.d2v")
08:20:10 function getOrder(clip c) {
08:20:10 order = GetParity(c) ? 1 : 0
08:20:10 Return order }
08:20:10 #filter1start
08:20:10
08:20:10 #test3
08:20:10
08:20:10 last = movie
08:20:10 crop(0,8,-0,-12)
08:20:10 #resizestart
08:20:10
08:20:10 #test4
08:20:10
08:20:10 BilinearResize(624,336)
08:20:10 #filter2start
08:20:10
08:20:10 #test5
08:20:10
08:20:10 RemoveGrain(mode=2)
08:20:10 ColorMatrix(mode="Rec.709->Rec.601")
08:20:10 -----------------------------------------------------------------------
08:20:10 Script mkvmaudio.avs
08:20:10
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
08:20:10 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
08:20:10 NicAC3Source("N:\My DVDs\Midnight Express 16-9\temp\fixed1.ac3")
08:20:10 #Applying STEREO downmixing routines
08:20:10 function stereo(clip a)
08:20:10 {
08:20:10 flr = GetChannel(a, 1, 2)
08:20:10 fcc = GetChannel(a, 3)
08:20:10 lfe = GetChannel(a, 4)
08:20:10 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
08:20:10 mix = MergeChannels(lfc, lfc)
08:20:10 lrc = MixAudio(flr, mix, 0.2929, 1.0)
08:20:10 blr = GetChannel(a, 5, 6)
08:20:10 Return MixAudio(lrc, blr, 1.0, 0.2929)
08:20:10 }
08:20:10 #
08:20:10 6==Audiochannels() ? stereo() : last
08:20:10 function addvideo(clip c) {
08:20:10 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
08:20:10 Return audiodub(last,c)
08:20:10 }
08:20:10 Normalize()
08:20:10 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=2,cbrrate=112,showoutput=false,filename="audio.mp3")
08:20:10 -----------------------------------------------------------------------
08:20:10 Script mkvmaudio.bat
08:20:10 -----------------------------------------------------------------------
08:20:10 Script mkvmaudio2.avs
08:20:10 -----------------------------------------------------------------------
08:20:10 Script mkvmaudio2.bat
08:20:10 -----------------------------------------------------------------------
08:20:10 Script VirtualDubMod.vcf
08:20:10
08:20:10 VirtualDub.Open("N:\\My DVDs\\Midnight Express 16-9\\temp\\movie.avi",0,0);
08:20:10 VirtualDub.RemoveInputStreams();
08:20:10 VirtualDub.stream[0].SetSource("N:\\My DVDs\\Midnight Express 16-9\\temp\\audio.mp3",0x00000202,1);
08:20:10 VirtualDub.stream[0].DeleteComments(1);
08:20:10 VirtualDub.stream[0].AdjustChapters(1);
08:20:10 VirtualDub.stream[0].SetMode(0);
08:20:10 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
08:20:10 VirtualDub.stream[0].SetClipMode(1,1);
08:20:10 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
08:20:10 VirtualDub.stream[0].SetVolume();
08:20:10 VirtualDub.stream[0].SetCompression();
08:20:10 VirtualDub.stream[0].EnableFilterGraph(0);
08:20:10 VirtualDub.stream[0].filters.Clear();
08:20:10 VirtualDub.video.DeleteComments(1);
08:20:10 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
08:20:10 VirtualDub.video.AdjustChapters(1);
08:20:10 VirtualDub.video.SetDepth(24,24);
08:20:10 VirtualDub.video.SetMode(0);
08:20:10 VirtualDub.video.SetFrameRate(0,1);
08:20:10 VirtualDub.video.SetIVTC(0,0,-1,0);
08:20:10 VirtualDub.video.SetCompression();
08:20:10 VirtualDub.video.filters.Clear();
08:20:10 VirtualDub.SaveAVI("N:\\My DVDs\\Midnight Express 16-9\\automkv091g.avi");
08:20:10 VirtualDub.Close();
08:20:10
08:20:10 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
20th November 2007, 08:50
could be several reason for undersize

try analyzing your file with avinaptic, you could have saturated

try using a sharper resize (lanczos)

or use the "automatic" width

BHH

trott
20th November 2007, 09:20
When using versions e, f or g I have a problem with selecting files. I have an episodic dvd with 6 episodes and 3 short studio clips (do not copy, bla bla bla).
When I select an IFO file, mkvmagic does some things and then changes my selection to the ifo file of the first episode.
When putting each set of vob's and ifo file into its own subfolder, the correct file gets selected.
When selecting the episodes by using the vob files instead of the ifo files, they are correctly transcoded but none of them has subtitles except the last episode, which has the subs of the first episode.

buzzqw
20th November 2007, 10:07
are you referring to AutoMKV.. not mkvmagic...

the behavior you descrived is correct BUT if you want select a specific ifo you must

1) launch automkv
2) go in advanced settings AND check "process this ifo"
3) select your ifo as usual input

doing so you will see only the pgcs belonging to specified ifo

BHH

Kockroach
20th November 2007, 15:10
First of all Welcome to the Forum!

08:19:16 Manual Crop: Enabled
08:19:16 Left Crop: 5
08:19:16 Top Crop: 55
08:19:16 Right Crop: 5
08:19:16 Botton Crop: 61

you cannot crop by odd values, only mod2 (at least)

BHH
Thanks. Got it working....sort of. Still can't find a good group of settings yet for a clean, distortion free, encoding. Trying a different one right now.

One question though, if you need even numbers when cropping, how is it not valid crop settings when Left Crop and Right Crop together are even, and Top Crop and Bottom Crop together are even? Just wondering.

Thanks!

buzzqw
20th November 2007, 15:13
you cannot sum crop value, every single crop must be even

(i hope i have understud your doubt well..)

BHH

canlin
20th November 2007, 16:26
@buzzqw

I try to use lame and x264 to encode now, the audio encoding goes fine and finish the process. now, it is on the video encodng and it may need 48 hours to complete the whole encoding.
I will test the encoded mp4 file and report to you.
With the result, I could say that the few problems I mentioned before is not coused by my OS.
only ogg encoding crash, lame works fine.
It will be great if it could be fixed because encoding via ogg is better than mp3 in my opinion.

buzzqw
20th November 2007, 16:35
i am OGG fan too and it's strange that it crash..

don't know why.. could be interesting decoding the ac3 file to wav and then encoding it to ogg .. just for testing

BHH

delacroixp
21st November 2007, 01:25
I'm working on a "NASA Space Trek" ISO (PAL 720x576 4:3).
It has an LCPM audio track which is a first for me since I've never come across a WAV quality audio on a movie DVD.
Anyway, the audio encoding took forever and when the video got going I realised that I had made a mistake and
knew that there would still be a lot of trial and error...

Ripped the video-only with DVD decrypter -> "Invalid input file!".
Ripped the complete PGC -> DGIndex crashes (recreated @ 2:03)
Encoded the video only from the ISO -> no processing but only encodes 1 (of the 3 VOB's).
Ticked "Process this IFO" -> no processing (the first encode did process the VOB's).
The "Check DVD" option is greyed out...

Finally
Encoded video and audio - > success (no processing, VOB encoded directly from ISO).



02:03:28 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
02:03:28 OS Version: Windows XP
02:03:28 Selected Input file: G:\Emperor\Done\NASA Space Trek\NASA Space Trek.IFO
02:03:28 Selected Output dir: G:\Emperor\_ENCODE\temp\
02:03:28 Selected Final Name: NASA Space Trek
02:03:28 Selected Container type: MKV
02:03:28 Selected Encoder: X264
02:03:28 Selected Size: 1 CD / 1
02:03:28 Selected Profile: Constant_Quality.xml
02:03:28 Selected Resizer: LanczosResize / Automatic
02:03:28 Selected Filters: NONE
02:03:28 Selected Deinterlacer: AUTO
02:03:28 Selected Field Order: AUTO
02:03:28 Manual Crop: Enabled
02:03:28 Left Crop: 12
02:03:28 Top Crop: 2
02:03:28 Right Crop: 12
02:03:28 Botton Crop: 0
02:03:28 Manual Width: 720
02:03:28 Manual Height: 560
02:03:28 Enabled Constant Quality With Unlimited Size (Q 18)
02:03:28 Activate PGC Ripping: 1
02:03:28 Track Language 1: NONE
02:03:28 Audio Codec 1: Nero AAC
02:03:28 Track Language 2: NONE
02:03:28 Audio Codec 2: Nero AAC
02:03:28 Movie title Name: NASA Space Trek
02:03:28
02:03:28 Activate PGC processing: PGC 1 [1:03:52:24]
02:03:28 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -IF=[G:\Emperor\Done\NASA Space Trek\ace Tr_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize


00:51:02 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
00:51:02 OS Version: Windows XP
00:51:02 Selected Input file: J:\VIDEO_TS\VTS_03_0.IFO
00:51:02 Selected Output dir: G:\Emperor\_ENCODE\temp\
00:51:02 Selected Final Name: NASA Space Trek
00:51:02 Selected Container type: MKV
00:51:02 Selected Encoder: X264
00:51:02 Selected Size: 1 CD / 1
00:51:02 Selected Profile: Constant_Quality.xml
00:51:02 Selected Resizer: Lanczosmtplus / Automatic
00:51:02 Selected Filters: NONE
00:51:02 Selected Deinterlacer: AUTO
00:51:02 Selected Field Order: AUTO
00:51:02 Manual Crop: Enabled
00:51:02 Left Crop: 12
00:51:02 Top Crop: 2
00:51:02 Right Crop: 12
00:51:02 Botton Crop: 0
00:51:02 Manual Width: 768
00:51:02 Manual Height: 592
00:51:02 Enabled Constant Quality With Unlimited Size (Q 18)
00:51:02 Activate PGC Ripping: 1
00:51:02 Track Language 1: NONE
00:51:02 Audio Codec 1: Nero AAC
00:51:02 Track Language 2: NONE
00:51:02 Audio Codec 2: Nero AAC
00:51:02 Movie title Name: NASA Space Trek
00:51:02
00:51:02 Activate PGC processing: PGC 1 [1:03:52:24]
00:51:02 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -IF=[J:\VIDEO_TS\VTS_03_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
00:51:13 D2V file size: 165767
00:51:13 Finished fixing audio delay
00:51:13 Number of Frames: 32573
00:51:13 Framerate: 25.000000
00:51:13 Movie length in Seconds: 1303 *** (21.71 minutes) ***
00:51:13 Movie Width/Height: 720/576
00:51:13 DgIndex AR: 4:3
00:51:57 Source is declared bff by a margin of 64 to 4.
00:51:57 Advanced Deinterlace Routines Log
00:51:57 Analyzed 380 sections of five frames
00:51:57 Found Interlace Sections: 247 65.00%
00:51:57 Found Progressive Sections:82 21.58%
00:51:57 Found Telecined Sections: 51 13.42%
00:51:57 Found Zero Mov: 21.58% 82
00:51:57 Found One Mov: 7.89% 30
00:51:57 Found Two Mov: 13.42% 51
00:51:57 Found Three Mov: 11.58% 44
00:51:57 Found Four Mov: 11.84% 45
00:51:57 Found Five Mov: 33.68% 128
00:51:57 The Movie is declared to interlaced
00:51:57 Checking script...movie.avs
00:51:58 Starting X264
00:51:58 CRF encoding X264: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 18 --stats "G:\Emperor\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "G:\Emperor\_ENCODE\temp\movie.mp4" "G:\Emperor\_ENCODE\temp\movie.avs"


01:14:53 0.91g - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
01:14:53 OS Version: Windows XP
01:14:53 Selected Input file: J:\VIDEO_TS\VTS_03_0.IFO
01:14:53 Selected Output dir: G:\Emperor\_ENCODE\temp\
01:14:53 Selected Final Name: NASA Space Trek
01:14:53 Selected Container type: MKV
01:14:53 Selected Encoder: X264
01:14:53 Selected Size: 1 CD / 1
01:14:53 Selected Profile: Constant_Quality.xml
01:14:53 Selected Resizer: LanczosResize / Automatic
01:14:53 Selected Filters: NONE
01:14:53 Selected Deinterlacer: AUTO
01:14:53 Selected Field Order: AUTO
01:14:53 Manual Crop: Enabled
01:14:53 Left Crop: 12
01:14:53 Top Crop: 2
01:14:53 Right Crop: 12
01:14:53 Botton Crop: 0
01:14:53 Manual Width: 720
01:14:53 Manual Height: 560
01:14:53 Enabled Constant Quality With Unlimited Size (Q 18)
01:14:53 Activate PGC Ripping: 1
01:14:53 Track Language 1: ??? (LPCM 2ch, 0xBD 0xA0) [0]
01:14:53 Audio Codec 1: Copy Original
01:14:53 Track Language 2: NONE
01:14:53 Audio Codec 2: Nero AAC
01:14:53 Movie title Name: NASA Space Trek
01:14:53
01:14:53 Activate PGC processing: PGC 1 [1:03:52:24]
01:14:53 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[J:\VIDEO_TS\VTS_03_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
01:16:11 D2V file size: 487058
01:16:11 Starting fixing audio delay on track number 1
01:16:11 DelayCut CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "G:\Emperor\_ENCODE\temp\fixed1.wav" "G:\Emperor\_ENCODE\temp\movie T01 48K 16bit 2ch.wav"
01:16:11 Original 1 Audio Size: 735928364 bytes
01:22:31 Fixed 1' Audio Size: 735928364 bytes
01:22:31 Finished fixing audio delay
01:22:31 Renamed file fixed1.wav to audio.wav
01:22:31 Encoded 1' Audio Track: 735928364 bytes
01:22:32 Number of Frames: 95824
01:22:32 Framerate: 25.000000
01:22:32 Movie length in Seconds: 3833 *** (1:03:52:24) ***
01:22:32 Movie Width/Height: 720/576
01:22:32 DgIndex AR: 4:3
01:24:57 Source is declared bff by a margin of 81 to 4.
01:24:57 Advanced Deinterlace Routines Log
01:24:57 Analyzed 561 sections of five frames
01:24:57 Found Interlace Sections: 363 64.71%
01:24:57 Found Progressive Sections:102 18.18%
01:24:57 Found Telecined Sections: 96 17.11%
01:24:57 Found Zero Mov: 18.18% 102
01:24:57 Found One Mov: 12.83% 72
01:24:57 Found Two Mov: 17.11% 96
01:24:57 Found Three Mov: 13.37% 75
01:24:57 Found Four Mov: 12.66% 71
01:24:57 Found Five Mov: 25.85% 145
01:24:57 The Movie is declared to interlaced
01:24:57 Checking script...movie.avs
01:24:59 Starting X264
01:24:59 CRF encoding X264: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 18 --stats "G:\Emperor\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "G:\Emperor\_ENCODE\temp\movie.mp4" "G:\Emperor\_ENCODE\temp\movie.avs"



:):devil::D
Pascal

buzzqw
21st November 2007, 08:25
UPDATE 0.92 -> http://www.64k.it/andres/data/a/AutoMKV092.exe
(assorted fix from 0.91c)
ADDED: Support for ipod muxing
ADDED: Support for MP4Mux 04/11/2007 build
FIXED: Prepare only phase was broken (thanks to zacoz)
FIXED: PGC selection
FIXED: Case of wrong dar passed to MP4box.exe
FIXED: no audio selection on ifo input (thanks to delacroixp)

@delacroixp

Ripped the video-only with DVD decrypter -> "Invalid input file!".

NASA Space Trek.IFO

this ifo isn't standard.. should be something like vts_01_0.ifo
so it's correct that dgindex fail
ace Tr_1.vob] i doubt of this existing vob

Ripped the complete PGC -> DGIndex crashes (recreated @ 2:03)

00:51:02 Activate PGC processing: PGC 1 [1:03:52:24]
00:51:02 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -IF=[J:\VIDEO_TS\VTS_03_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize

(in bold the problem) should be AIF not IF!

fixed in 0.92 (this error was present only when no audio is selected)

BHH

weaver4
21st November 2007, 13:38
Again I am having problems with mp4box. All the files are there but when I run mp4box I get back a -1.

What other programs need to be installed for mp4box to run? When I run this statement from my command line it says "The system cannot execute the specified program."

Here is a portion of my log file.

===================================

01:32:32 "C:\Tools\AutoMKV\AutoMKV091\exe\matroska\MP4Box.exe" -add "D:\Movies-H264\temp\movie.mp4":par=2.397004 -chap "C:\Tools\AutoMKV\AutoMKV091\exe\chapters.txt" -add "D:\Movies-H264\temp\audio.mp4:lang=eng" -fps 29.9700 -new "D:\Movies-H264\temp\Transformers.zamkvq22.mp4_full.mp4"
01:32:32 Final Muxed size: -1 bytes
01:32:32 Encoding finished: 01:58:11 elapsed time

buzzqw
21st November 2007, 13:42
01:32:32 "C:\Tools\AutoMKV\AutoMKV091\exe\matroska\MP4Box.exe" -add "D:\Movies-H264\temp\movie.mp4"ar=2.397004 -chap "C:\Tools\AutoMKV\AutoMKV091\exe\chapters.txt" -add "D:\Movies-H264\temp\audio.mp4:lang=eng" -fps 29.9700 -new "D:\Movies-H264\temp\Transformers.zamkvq22.mp4_full.mp4"

... i think that problem could be the double point (see the bold/red in quote)

modify the string to this

"C:\Tools\AutoMKV\AutoMKV091\exe\matroska\MP4Box.exe" -add "D:\Movies-H264\temp\movie.mp4":par=2.397004 -chap "C:\Tools\AutoMKV\AutoMKV091\exe\chapters.txt" -add "D:\Movies-H264\temp\audio.mp4:lang=eng" -fps 29.9700 -new "D:\Movies-H264\temp\Transformers.mp4"

BHH

delacroixp
21st November 2007, 14:42
UPDATE 0.92 -> AutoMKV 0.92 (http://www.64k.it/andres/data/a/AutoMKV092.exe) (assorted fix from 0.91c)
FIXED: no audio selection on ifo input (thanks to delacroixp)
Awesome !!!

@delacroixp
NASA Space Trek.IFO
this ifo isn't standard.. should be something like vts_01_0.ifo
so it's correct that dgindex fail
i doubt of this existing vob

Your'e quite right... I usually decrypt all the 1GB VOB's into a single file and then rename the VOB and IFO to more meaningfull labels...

(I guess it's my programming background at varsity... where "egoless programming" was the in thing...
"Programme so that anybody else can easily read, understand and maintain your programme when you're no longer around to update and maintain..."
Maintaining software costs more than writing it...)

The audio and video usually encode just fine but "subtitle" encodes fail everytime...


:):devil::D
Pascal

canlin
22nd November 2007, 03:06
@buzzqw

Does the latest automkv fix the ogg encoding problem?

buzzqw
22nd November 2007, 08:12
@canlin

No, since isn't a automkv.exe problem.

As i suggested try with other source files, from my test ogg encoding is working well

BHH

modifiedbears
22nd November 2007, 20:12
I'm trying to convert one of my DVDs to a WMV file with 5.1 audio so I can stream it to my Xbox 360. I read online that selecting "original" in the audio track section would preserve the 5.1 audio, but the file I converted has no audio. I hear nothing on my PC or Xbox 360. I've attached my log. Thanks for any help you can give.

icrf
22nd November 2007, 23:43
I am very happy to see on ANANDTECH ( http://www.anandtech.com/cpuchipsets/showdoc.aspx?i=3153&p=7 ) that AutoMKV is used as BenchMark!!!
:eek::eek::eek: :) :) :)

YES!

(well.. is x264 benchmarked.. but .. have used AutoMKV!)

BHH
Just wanted to say I hadn't heard of AutoMKV, and after I read that, I came here to try it out. I've been using AutoGK for awhile now (various others before that), but was looking for some H.264 support. So far, I really like the app.

I'm tinkering with some autocrop/aspect issues, but I just grabbed 0.92, so we'll go again. I don't quite know enough to articulate my problem yet, but for now it just looks like it's not auto cropping. I'll holler later if I can't figure it out. (actually, I just looked at movie.avs and it looks like it's in there now, as it wasn't before, so I'm probably fine, thanks!)

Thanks for the program!

delacroixp
23rd November 2007, 00:50
Thanks for the program!
Feel free to recommend it to all your friends and family... and even a few enemies if they happen to use MeGUI (http://forum.doom9.org/showthread.php?t=96032)... we're like wayyy beter than that crowd !!!


:):devil::D:
Pascal

delacroixp
23rd November 2007, 01:34
This encodes from the ISO and while it does process the PGC... DGIndex immediately exits...
I did notice that an extra 'temp' folder was added to my destination path... after deleting this on the next run all went well...

I'm curious to know what causes AutoMKV to process the movie...
AutoMKV encoded directly from the ISO with a few documentaries last night...
Also, I didn't tick "Process this IFO"...

Sometimes it does, othertimes not ?


00:07:10 0.92 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
00:07:10 OS Version: Windows XP
00:07:10 Selected Input file: J:\VIDEO_TS\VTS_01_0.IFO
00:07:10 Selected Output dir: G:\Emperor\_ENCODE\temp\temp\
00:07:10 Selected Final Name: The Great Escape
00:07:10 Selected Container type: MKV
00:07:10 Selected Encoder: X264
00:07:10 Selected Size: 1 CD / 1
00:07:10 Selected Profile: Constant_Quality.xml
00:07:10 Selected Resizer: LanczosResize / Automatic
00:07:10 Selected Filters: NONE
00:07:10 Selected Deinterlacer: AUTO
00:07:10 Selected Field Order: AUTO
00:07:10 Manual Crop: Enabled
00:07:10 Left Crop: 0
00:07:10 Top Crop: 128
00:07:10 Right Crop: 2
00:07:10 Botton Crop: 128
00:07:10 Manual Width: 752
00:07:10 Manual Height: 320
00:07:10 Enabled Constant Quality With Unlimited Size (Q 18)
00:07:10 Activate PGC Ripping: 2
00:07:10 Track Language 1: NONE
00:07:10 Audio Codec 1: Nero AAC
00:07:10 Track Language 2: NONE
00:07:10 Audio Codec 2: Nero AAC
00:07:10 Movie title Name: The Great Escape
00:07:10
00:07:10 Activate PGC processing: PGC 2 [2:45:01:15]
00:07:10 E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 2 -nocellt -nolog -noaud -nosub -nom2v -vob "J:\VIDEO_TS\VTS_01_0.IFO" "G:\Emperor\_ENCODE\temp\temp"
00:11:06 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[G:\Emperor\_ENCODE\temp\temp\VTS_01_1.VOB] -OF=[G:\Emperor\_ENCODE\temp\temp\movie] -exit -minimize




I ripped the movie in IFO mode to the HDD and while AutoMKV does process the file... it only processed 535 MB out of the 5.47 GB...
I found it odd that it didn't even process 1 complete 1GB VOB...

The movie is "The Great Escape (http://en.wikipedia.org/wiki/The_Great_Escape)" and is interesting not only because it's released on wide-angle 4:3 PAL @ 766x320 DAR
but also, the audio is MONO.
Anyway, it was quite fortuitous since I managed to test a few different Quantiser/Resolution settings to zone in on
50% filesize without encoding the entire movie.

It's all good !


00:15:05 0.92 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
00:15:05 OS Version: Windows XP
00:15:05 Selected Input file: G:\Emperor\Done\The Great Escape\Video only\VTS_01_0.IFO
00:15:05 Selected Output dir: G:\Emperor\_ENCODE\temp\
00:15:05 Selected Final Name: The Great Escape
00:15:05 Selected Container type: MKV
00:15:05 Selected Encoder: X264
00:15:05 Selected Size: 1 CD / 1
00:15:05 Selected Profile: Constant_Quality.xml
00:15:05 Selected Resizer: LanczosResize / Automatic
00:15:05 Selected Filters: NONE
00:15:05 Selected Deinterlacer: AUTO
00:15:05 Selected Field Order: AUTO
00:15:05 Manual Crop: Enabled
00:15:05 Left Crop: 0
00:15:05 Top Crop: 128
00:15:05 Right Crop: 2
00:15:05 Botton Crop: 128
00:15:05 Manual Width: 752
00:15:05 Manual Height: 320
00:15:05 Enabled Constant Quality With Unlimited Size (Q 18)
00:15:05 Activate PGC Ripping: 2
00:15:05 Track Language 1: NONE
00:15:05 Audio Codec 1: Nero AAC
00:15:05 Track Language 2: NONE
00:15:05 Audio Codec 2: Nero AAC
00:15:05 Movie title Name: The Great Escape
00:15:05
00:15:05 Activate PGC processing: PGC 2 [2:45:01:15]
00:15:06 E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 2 -nocellt -nolog -noaud -nosub -nom2v -vob "G:\Emperor\Done\The Great Escape\Video only\VTS_01_0.IFO" "G:\Emperor\_ENCODE\temp"
00:16:19 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=0 -YR=2 -AIF=[G:\Emperor\_ENCODE\temp\VTS_01_1.VOB] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
00:16:28 D2V file size: 117618
00:16:28 Finished fixing audio delay
00:16:31 Number of Frames: 23195
00:16:31 Framerate: 25.000000
00:16:31 Movie length in Seconds: 928 *** (15 minutes ) ***
00:16:31 Movie Width/Height: 720/576
00:16:31 DgIndex AR: 4:3
00:17:07 Source is declared bff by a margin of 7 to 2.
00:17:07 Advanced Deinterlace Routines Log
00:17:07 Analyzed 90 sections of five frames
00:17:07 Found Interlace Sections: 0 0.00%
00:17:07 Found Progressive Sections:90 100.00%
00:17:07 Found Telecined Sections: 0 0.00%
00:17:07 Found Zero Mov: 100.00% 90
00:17:07 Found One Mov: 0.00% 0
00:17:07 Found Two Mov: 0.00% 0
00:17:07 Found Three Mov: 0.00% 0
00:17:07 Found Four Mov: 0.00% 0
00:17:07 Found Five Mov: 0.00% 0
00:17:07 The Movie is declared to progressive
00:17:07 Checking script...movie.avs
00:17:09 Starting X264
00:17:09 CRF encoding X264: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 18 --stats "G:\Emperor\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "G:\Emperor\_ENCODE\temp\movie.mp4" "G:\Emperor\_ENCODE\temp\movie.avs"
00:38:54 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
00:38:54 Got a file of size: 313738272 bytes + audio size -2 bytes (313738272)
00:38:54 Only Movie Size: 313738272 bytes
00:38:54 "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\matroska\mkvmerge.exe" -o "G:\Emperor\_ENCODE\temp\The Great Escape.mkv" --display-dimensions 1:766x320 --track-name -1:"The Great Escape" --chapters "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\chapters.txt" "G:\Emperor\_ENCODE\temp\movie.mp4" --title "The Great Escape"
00:39:00 Final Muxed size: 313795040 bytes
00:39:00 Encoding finished: 00:21:51 elapsed time
00:39:00 -----------------------------------------------------------------------
00:39:00 Script AutoCrop.log
00:39:00 -----------------------------------------------------------------------
00:39:00 Script Resmovie.avs
00:39:00 -----------------------------------------------------------------------
00:39:00 Script movie.avs
00:39:00
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\AddGrain.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\autocrop.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\blockbuster.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\cnr2.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\ColorMatrix.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Convolution3D.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\corrector.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\DctFilter.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Decomb.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Deen.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\degrainmedian.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\DGDecode.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\EEDI2.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFMpegSource.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFT3DFilter.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FluxSmooth.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\frfun7.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\hqdn3d.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LeakKernelDeint.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MaskTools.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\medianblur.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MipSmooth.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MSharpen.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mt_masktools.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mvtools.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RemoveGrainSSE2.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RepairSSE2.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\RSharpenSSE2.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SangNom.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SimpleResize.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TBilateral.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TDeint.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TIVTC.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TomsMoComp.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\TTempSmooth.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\UnDot.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\UnFilter.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\VSFilter.dll")
00:39:00 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\warpsharp.dll")
00:39:00 #loadpluginstart
00:39:00
00:39:00 #test1
00:39:00
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\HybridFuPP.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LanczosPlus.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Lem.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MCBob_v03c.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mvbob.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\QMlib.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\seesaw.avsi")
00:39:00 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\spresso.avsi")
00:39:00 #importstart
00:39:00
00:39:00 #test2
00:39:00
00:39:00 movie = mpeg2source("G:\Emperor\_ENCODE\temp\movie.d2v")
00:39:00 function getOrder(clip c) {
00:39:00 order = GetParity(c) ? 1 : 0
00:39:00 Return order }
00:39:00 #filter1start
00:39:00
00:39:00 #test3
00:39:00
00:39:00 last = movie
00:39:00 crop(0,128,-2,-128)
00:39:00 #resizestart
00:39:00
00:39:00 #test4
00:39:00
00:39:00 LanczosResize(752,320)
00:39:00 #filter2start
00:39:00
00:39:00 #test5
00:39:00
00:39:00 -----------------------------------------------------------------------
00:39:00 Script mkvmaudio.avs
00:39:00 -----------------------------------------------------------------------
00:39:00 Script mkvmaudio.bat
00:39:00 -----------------------------------------------------------------------
00:39:00 Script mkvmaudio2.avs
00:39:00 -----------------------------------------------------------------------
00:39:00 Script mkvmaudio2.bat
00:39:00
00:39:00 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -



:thanks: for a Gr8 app !!!


:):devil:D
Pascal

icrf
23rd November 2007, 04:50
Feel free to recommend it to all your friends and family... and even a few enemies if they happen to use MeGUI (http://forum.doom9.org/showthread.php?t=96032)... we're like wayyy beter than that crowd !!!


:):devil::D:
Pascal

I used GordianKnot and AutoGK with much success, and considering MeGUI was written by the same, I had high hopes. Unfortunately, I could never get the hang of it. AutoMKV at 0.92 worked perfectly for me (cropped and AR'd like it should), so it's definitely going on the reccomended list.

I tried getting a friend to use AutoGK, but something's screwed up on his computer, and it doesn't work at all. AutoMKV, using just a directory and not any real installation or VFW codecs means it's simpler and should run easier. I shall evangelize and spread the word!

:thanks:

buzzqw
23rd November 2007, 08:24
@modifiedbears

your attachmenr could wait days.. please post is in [CODE] tag

@icrf

First of all Welcome to the Forum!

but for now it just looks like it's not auto cropping
autocrop is "triggered" if you select the width in main panel AND don't use the manual crop/resize in advanced settings
you can also look at movie.avs ans search for a "autocrop"...
you can read more on AutoMKV Wiki :)

@delacroixp
it's strange that even if pgc 2 is 2h and more when extracting it will be reduced to 15 minutes...

you have 3 solutions
1) mount the iso in a virtualdrive and let automkv with dvddecrypter extract it
2) rip in one big vob and select as input the vob AND not the ifo
3) do yourself the d2v

can you mail me the ifo ?

thanks!

BHH

red5goahead
23rd November 2007, 10:29
Hi Buzzqw.

I'm try to convert a double dvd in an mkv in x264.
First dvd was converted fine. Probably it's flagged as film. Final result is amazing . a dvd9 in a 2.5GB mkv 720x416 with ac3 multichannel. It work fine with my zoomplayer with a haali splitter+coreavc+ac3filter filtergraph.
With second dvd I'm in trouble... :D I attach the log file.

the result is not deinterlaced correctly for most of chapter.

http://img519.imageshack.us/img519/422/23215410cv8.th.png (http://img519.imageshack.us/my.php?image=23215410cv8.png)

probably the chapters are both interlaced. progressive and telecined

11:17:26 Source is declared tff by a margin of 174 to 75.
11:17:26 Advanced Deinterlace Routines Log
11:17:26 Analyzed 910 sections of five frames
11:17:26 Found Interlace Sections: 333 36.59%
11:17:26 Found Progressive Sections:543 59.67%
11:17:26 Found Telecined Sections: 34 3.74%
11:17:26 Found Zero Mov: 59.67% 543
11:17:26 Found One Mov: 2.42% 22
11:17:26 Found Two Mov: 3.74% 34
11:17:26 Found Three Mov: 3.85% 35
11:17:26 Found Four Mov: 4.62% 42
11:17:26 Found Five Mov: 25.71% 234

another problem is the audio hastes. I've tried ac3 (copy original) , aac and vorbis. ever video lag for about 700 ms (I correct it with ac3filter sync)

buzzqw
23rd November 2007, 10:34
the log could wait days.. post it in [code] tag or mail me it

BHH

red5goahead
23rd November 2007, 11:56
11:06:46 Dgindex CMD: D:\utility\AutoMKV092\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\temp\VTS_01_1.VOB] -OF=[D:\temp\movie] -exit -minimize
11:09:31 D2V file size: 1074584
11:09:31 Starting fixing audio delay on track number 1
11:09:31 DelayCut CMD: D:\utility\AutoMKV092\exe\dgindex\Delaycut.exe -auto -out "D:\temp\fixed1.ac3" "D:\temp\movie T01 2_0ch 320Kbps DELAY 0ms.ac3"
11:09:31 Original 1 Audio Size: 328311040 bytes
11:09:59 Fixed 1' Audio Size: 328311040 bytes
11:09:59 Finished fixing audio delay
11:09:59 Renamed file fixed1.ac3 to audio.ac3
11:09:59 Encoded 1' Audio Track: 328311040 bytes
11:10:10 Number of Frames: 205221
11:10:10 Framerate: 25.000000
11:10:10 Movie length in Seconds: 8209
11:10:10 Movie Width/Height: 720/576
11:10:10 DgIndex AR: 16:9
11:17:26 Source is declared tff by a margin of 174 to 75.
11:17:26 Advanced Deinterlace Routines Log
11:17:26 Analyzed 910 sections of five frames
11:17:26 Found Interlace Sections: 333 36.59%
11:17:26 Found Progressive Sections:543 59.67%
11:17:26 Found Telecined Sections: 34 3.74%
11:17:26 Found Zero Mov: 59.67% 543
11:17:26 Found One Mov: 2.42% 22
11:17:26 Found Two Mov: 3.74% 34
11:17:26 Found Three Mov: 3.85% 35
11:17:26 Found Four Mov: 4.62% 42
11:17:26 Found Five Mov: 25.71% 234
11:17:26 Starting X264
11:17:26 Command Line 1' Pass X264: D:\utility\AutoMKV092\exe\encoder\x264.exe --pass 1 --bitrate 1196 --stats "D:\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "D:\temp\movie.avs"
11:17:27 Command Line 2' Pass X264: D:\utility\AutoMKV092\exe\encoder\x264.exe --pass 2 --bitrate 1196 --stats "D:\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\temp\movie.mp4" "D:\temp\movie.avs"
13:26:19 Finished 1' Pass X264
17:53:35 Only Movie Size: 1229512832 bytes
17:53:36 "D:\utility\AutoMKV092\exe\matroska\mkvmerge.exe" -o "D:\temp\dg_2.mkv" --track-name -1:"dg_2" --aspect-ratio 1:1.777778 --chapters "D:\utility\AutoMKV092\exe\chapters.txt" "D:\temp\movie.mp4" --language -1:eng --default-track -1:yes "D:\temp\audio.ac3" --title "Done with AutoMKV 0.92 http://forum.doom9.org/showthread.php?p=854221 "
17:57:12 Final Muxed size: 1558739456 bytes
17:57:12 Encoding finished: 04:30:53 elapsed time
17:57:12 -----------------------------------------------------------------------
17:57:12 Script AutoCrop.log
17:57:12
17:57:12 Crop(10,0,700,576)
17:57:12 -----------------------------------------------------------------------
17:57:12 Script Resmovie.avs
17:57:12 -----------------------------------------------------------------------
17:57:12 Script movie.avs
17:57:12
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\AddGrain.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\autocrop.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\aWarpSharp(Pruned).dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\blockbuster.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\cnr2.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\ColorMatrix.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\Convolution3D.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\corrector.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\DctFilter.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\Decomb.dll")
17:57:12 LoadPlugin("D:\utility\AutoMKV092\exe\filter\Deen.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\degrainmedian.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\DGDecode.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\EEDI2.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\FFMpegSource.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\FFT3DFilter.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\FluxSmooth.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\frfun7.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\hqdn3d.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\LeakKernelDeint.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\MaskTools.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\medianblur.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\MipSmooth.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\MSharpen.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\mt_masktools.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\mvtools.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\NicAudio.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\RemoveGrainS.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\RepairS.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\SangNom.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\SimpleResize.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\SoundOut.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\TBilateral.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\TDeint.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\TIVTC.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\TomsMoComp.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\TTempSmooth.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\UnDot.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\UnFilter.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\VSFilter.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\warpsharp.dll")
17:57:13 #loadpluginstart
17:57:13
17:57:13 #test1
17:57:13
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\BlindDeHalo3_mt2.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\Deblock_QED_MT2.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\HybridFuPP.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\LanczosPlus.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\Lem.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\LimitedSharpenFaster.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\MCBob_v03c.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\mvbob.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\QMlib.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\seesaw.avsi")
17:57:13 Import("D:\utility\AutoMKV092\exe\filter\spresso.avsi")
17:57:13 #importstart
17:57:13
17:57:13 #test2
17:57:13
17:57:13 movie = mpeg2source("D:\temp\movie.d2v")
17:57:13 function getOrder(clip c) {
17:57:13 order = GetParity(c) ? 1 : 0
17:57:13 Return order }
17:57:13 #filter1start
17:57:13
17:57:13 #test3
17:57:13
17:57:13 #cropstart
17:57:13
17:57:13 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
17:57:13 fixed_aspect = 1.422222
17:57:13 c_width = width(cropclip)
17:57:13 c_height = Round(height(cropclip) / fixed_aspect)
17:57:13 input_par = float(float(c_width)/float(c_height))
17:57:13 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
17:57:13 out_width = 720
17:57:13 out_height = Round(float(out_width) / input_par)
17:57:13 hmod = out_height - (floor(out_height / 16 ) * 16)
17:57:13 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
17:57:13 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
17:57:13 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
17:57:13
17:57:13 #resizestart
17:57:13
17:57:13 #test4
17:57:13
17:57:13 SimpleResize(out_width,out_height)
17:57:13 #filter2start
17:57:13
17:57:13 #test5
17:57:13
17:57:13 ColorMatrix(mode="Rec.709->Rec.601")
17:57:13 -----------------------------------------------------------------------
17:57:13 Script mkvmaudio.avs
17:57:13
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\NicAudio.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\SoundOut.dll")
17:57:13 LoadPlugin("D:\utility\AutoMKV092\exe\filter\FFmpegSource.dll")
17:57:13 NicAC3Source("D:\temp\fixed1.ac3")
17:57:13 #Applying STEREO downmixing routines
17:57:13 function stereo(clip a)
17:57:13 {
17:57:13 flr = GetChannel(a, 1, 2)
17:57:13 fcc = GetChannel(a, 3)
17:57:13 lfe = GetChannel(a, 4)
17:57:13 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
17:57:13 mix = MergeChannels(lfc, lfc)
17:57:13 lrc = MixAudio(flr, mix, 0.2929, 1.0)
17:57:13 blr = GetChannel(a, 5, 6)
17:57:13 Return MixAudio(lrc, blr, 1.0, 0.2929)
17:57:13 }
17:57:13 #
17:57:13 6==Audiochannels() ? stereo() : last
17:57:13 function addvideo(clip c) {
17:57:13 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
17:57:13 Return audiodub(last,c)
17:57:13 }
17:57:13 Normalize()
17:57:13 -----------------------------------------------------------------------
17:57:13 Script mkvmaudio.bat
17:57:13 -----------------------------------------------------------------------
17:57:13 Script mkvmaudio2.avs
17:57:13 -----------------------------------------------------------------------
17:57:13 Script mkvmaudio2.bat
17:57:13
17:57:13 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

buzzqw
23rd November 2007, 12:38
11:17:26 Found Interlace Sections: 333 36.59%
11:17:26 Found Progressive Sections:543 59.67%
11:17:26 Found Telecined Sections: 34 3.74%
11:17:26 Found Zero Mov: 59.67% 543
11:17:26 Found One Mov: 2.42% 22
11:17:26 Found Two Mov: 3.74% 34
11:17:26 Found Three Mov: 3.85% 35
11:17:26 Found Four Mov: 4.62% 42
11:17:26 Found Five Mov: 25.71% 234

automkv is unable to detect source type (and me too..)

try forcing Interlaced, tff AND HQ Deint

BHH

icrf
23rd November 2007, 14:33
@icrf

First of all Welcome to the Forum!

autocrop is "triggered" if you select the width in main panel AND don't use the manual crop/resize in advanced settings
you can also look at movie.avs ans search for a "autocrop"...
you can read more on AutoMKV Wiki :)

I was pretty sure I had "AutoCrop Only" selected, but I was pretty sure I had AAC/Original channels selected, too, but apparently not, according to my output. This is only the ninth or tenth time I've encoded this movie in the last three days (few times with HandBrake, too), so I'm apparently not all that good at remembering to do all the steps that should stay the same while changing the ones I want to mess with. :rolleyes:

According to my join date, I've been lurking for nearly two years. Finally got around to that first post thing. ;)

Is this an open source app, or something you've made yourself and released? If source is available, and it's another .NET app, I'd like to take a look. I've managed to crash it a couple times and wouldn't mind looking into it (I think it's queue related). If all your variables are in Italian, that'd make it extra challenging. :)

buzzqw
23rd November 2007, 15:35
@icrf

from log file is possibile to see near all settings used.. next time post it ;)

Is this an open source app, or something you've made yourself and released?

AutoMKV is a free application, actually near open source.. it's near because source code is quite a messy.. and not all in italian, not commented, and posted when requested

the programming language is Purebasic www.purebasic.com , so not .NET involved at all

if you want the source code , just drop a line

BHH

icrf
23rd November 2007, 15:45
My day job is writing VB.NET code, so I'm very familiar with Visual Studio, and C# isn't far off, either. If I ever look at Purebasic (it does look kind of interresting), I'll come back and ask.

I thought I looked at the log before, and saw cropping in there, but it came after the video was encoded, which confused the hell out of me. Anyway, if I see it again I'll take more note of things. For now, I'm writing if off as pilot error.

buzzqw
23rd November 2007, 15:55
if I see it again I'll take more note of things

thanks!

costructive users is more then welcome!

BHH

modifiedbears
23rd November 2007, 23:54
- - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
09:53:39 OS Version: Windows XP
09:53:39 Selected Input file: D:\Night Watch\VTS_05_0.IFO
09:53:39 Selected Output dir: D:\Night Watch\New Folder\temp\
09:53:39 Selected Final Name: VTS_05_0
09:53:39 Selected Container type: WMV
09:53:39 Selected Encoder: WMV
09:53:39 Selected Size: 2 CD / 1
09:53:39 Selected Profile: WVC1_2_Pass_Best.xml
09:53:39 Selected Resizer: SimpleResize (neutral soft) / Automatic
09:53:39 Selected Filters: NONE
09:53:39 Selected Deinterlacer: AUTO
09:53:39 Selected Field Order: AUTO
09:53:39 Activate PGC Ripping: 0
09:53:39 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
09:53:39 Audio Codec 1: WMV
09:53:39 Audio Quality 1: 192
09:53:39 Audio Channel 1: Original
09:53:39 Track Language 2: NONE
09:53:39 Audio Codec 2: WMV
09:53:39 Advanced Audio Settings DUMP Track 1
09:53:39 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:53:39 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:53:39 Lame Settings: ABR
09:53:39 Audio Normalization: 1
09:53:39 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:53:39
09:53:39 Activate PGC processing: PGC 1 [1:54:43:19]
09:53:39 Starting Indexing
09:53:39 Dgindex CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\Night Watch\VTS_05_1.vob] -OF=[D:\Night Watch\New Folder\temp\movie] -exit -minimize
09:58:02 Finished indexing
09:58:02 D2V file size: 883914
09:58:02 Starting fixing audio delay on track number 1
09:58:02 DelayCut CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\Delaycut.exe -auto -out "D:\Night Watch\New Folder\temp\fixed1.ac3" "D:\Night Watch\New Folder\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
09:58:02 Original 1 Audio Size: 384160000 bytes
09:58:26 Fixed 1' Audio Size: 384160000 bytes
09:58:27 Finished fixing audio delay
09:58:27 Encoding D:\Night Watch\New Folder\temp\fixed1.ac3 to WAV , as pre-process to WMV
10:05:52 Encoded 1' Audio Track: -343607228 bytes
10:05:52 ForceFilm Detected: 100.000000% FILM found
10:06:03 Number of Frames: 205598
10:06:03 Framerate: 29.970030
10:06:03 Movie length in Seconds: 6861
10:06:03 Movie Width/Height: 720/480
10:06:03 DgIndex AR: 16:9
10:14:58 Deinterlace Test: Processing completed. Type is determined to be film.
10:14:58 BFF: 15
10:14:58 TFF: 437
10:14:58 NOT Allow Hybrid Order/Pattern, set Field Order to: TFF
10:14:58 Autoresize CMD: cscript.exe "D:\Documents and Settings\nate v\My Documents\automkv\exe\encoder\WMCmd.vbs" -input "D:\Night Watch\New Folder\temp\resmovie.avs" -output "D:\Night Watch\New Folder\temp\resmovie.wmv" -v_codec WVC1 -v_mode 2 -v_quality 90 -s_config "D:\Night Watch\New Folder\temp\wmv_crb" -v_preset best -v_buffer 10000 -v_performance 80 -a_input "D:\Night Watch\New Folder\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "VTS_05_0" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 192_48_6_16
11:11:44 Finished Autosize procedure
11:11:44 Tested total movie: 5%
11:11:44 AutoResize movie size: 43600010 bytes
11:11:44 Movie Width suggested: 1888 value based on sample size (262.22% of original width)
11:11:44 WMV CMD: cscript.exe "D:\Documents and Settings\nate v\My Documents\automkv\exe\encoder\WMCmd.vbs" -input "D:\Night Watch\New Folder\temp\movie.avs" -output "D:\Night Watch\New Folder\temp\movie.wmv" -v_codec WVC1 -v_mode 3 -v_bitrate 1470826 -s_config "D:\Night Watch\New Folder\temp\wmv_crb" -v_preset best -v_buffer 10000 -v_performance 80 -a_input "D:\Night Watch\New Folder\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "VTS_05_0" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 192_48_6_16
03:42:29 Only Movie Size: 1269510912 bytes
03:42:30 Final Muxed size: 1269510912 bytes
03:42:30 Encoding finished: 17:48:51 elapsed time
03:42:30 -----------------------------------------------------------------------
03:42:30 Script AutoCrop.log
03:42:30
03:42:30 Crop(6,4,708,468)
03:42:30 -----------------------------------------------------------------------
03:42:30 Script Resmovie.avs
03:42:30
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\AddGrain.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\autocrop.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\aWarpSharp(Pruned).dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\blockbuster.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\cnr2.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\ColorMatrix.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Convolution3D.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\corrector.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DctFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Decomb.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deen.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\degrainmedian.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DGDecode.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\EEDI2.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFMpegSource.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFT3DFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FluxSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\frfun7.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\hqdn3d.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LeakKernelDeint.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MaskTools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\medianblur.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MipSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MSharpen.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mt_masktools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvtools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RemoveGrainS.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RepairS.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SangNom.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SimpleResize.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TBilateral.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TDeint.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TIVTC.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TomsMoComp.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TTempSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnDot.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\VSFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\warpsharp.dll")
03:42:30 #loadpluginstart
03:42:30
03:42:30 #test1
03:42:30
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\BlindDeHalo3_mt2.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deblock_QED_MT2.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\HybridFuPP.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LanczosPlus.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Lem.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LimitedSharpenFaster.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MCBob_v03c.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvbob.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\QMlib.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\seesaw.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\spresso.avsi")
03:42:30 #importstart
03:42:30
03:42:30 #test2
03:42:30
03:42:30 movie = mpeg2source("D:\Night Watch\New Folder\temp\movie.d2v")
03:42:30 function getOrder(clip c) {
03:42:30 order = GetParity(c) ? 1 : 0
03:42:30 Return order }
03:42:30 #filter1start
03:42:30
03:42:30 #test3
03:42:30
03:42:30 movie = tfm(movie,d2v="D:\Night Watch\New Folder\temp\movie.d2v").tdecimate()
03:42:30 #cropstart
03:42:30
03:42:30 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
03:42:30 fixed_aspect = 1.185185
03:42:30 c_width = width(cropclip)
03:42:30 c_height = Round(height(cropclip) / fixed_aspect)
03:42:30 input_par = float(float(c_width)/float(c_height))
03:42:30 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
03:42:30 out_width = 704
03:42:30 out_height = Round(float(out_width) / input_par)
03:42:30 hmod = out_height - (floor(out_height / 16 ) * 16)
03:42:30 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
03:42:30 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
03:42:30 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
03:42:30
03:42:30 #resizestart
03:42:30
03:42:30 #test4
03:42:30
03:42:30 SimpleResize(out_width,out_height)
03:42:30 #filter2start
03:42:30
03:42:30 #test5
03:42:30
03:42:30 function Comptest(clip c, float percent)
03:42:30 {
03:42:30 frange=floor(14./(percent/100.))
03:42:30 Return SelectRangeEvery(c, frange, 14)
03:42:30 }
03:42:30 Comptest(last,5)
03:42:30

modifiedbears
23rd November 2007, 23:55
-----------------------------------------------------------------------
03:42:30 Script movie.avs
03:42:30
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\AddGrain.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\autocrop.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\aWarpSharp(Pruned).dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\blockbuster.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\cnr2.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\ColorMatrix.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Convolution3D.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\corrector.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DctFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Decomb.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deen.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\degrainmedian.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DGDecode.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\EEDI2.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFMpegSource.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFT3DFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FluxSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\frfun7.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\hqdn3d.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LeakKernelDeint.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MaskTools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\medianblur.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MipSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MSharpen.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mt_masktools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvtools.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RemoveGrainS.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RepairS.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SangNom.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SimpleResize.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TBilateral.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TDeint.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TIVTC.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TomsMoComp.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TTempSmooth.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnDot.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\VSFilter.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\warpsharp.dll")
03:42:30 #loadpluginstart
03:42:30
03:42:30 #test1
03:42:30
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\BlindDeHalo3_mt2.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deblock_QED_MT2.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\HybridFuPP.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LanczosPlus.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Lem.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LimitedSharpenFaster.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MCBob_v03c.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvbob.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\QMlib.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\seesaw.avsi")
03:42:30 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\spresso.avsi")
03:42:30 #importstart
03:42:30
03:42:30 #test2
03:42:30
03:42:30 movie = mpeg2source("D:\Night Watch\New Folder\temp\movie.d2v")
03:42:30 function getOrder(clip c) {
03:42:30 order = GetParity(c) ? 1 : 0
03:42:30 Return order }
03:42:30 #filter1start
03:42:30
03:42:30 #test3
03:42:30
03:42:30 movie = tfm(movie,d2v="D:\Night Watch\New Folder\temp\movie.d2v").tdecimate()
03:42:30 #cropstart
03:42:30
03:42:30 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
03:42:30 fixed_aspect = 1.185185
03:42:30 c_width = width(cropclip)
03:42:30 c_height = Round(height(cropclip) / fixed_aspect)
03:42:30 input_par = float(float(c_width)/float(c_height))
03:42:30 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
03:42:30 out_width = 704
03:42:30 out_height = Round(float(out_width) / input_par)
03:42:30 hmod = out_height - (floor(out_height / 16 ) * 16)
03:42:30 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
03:42:30 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
03:42:30 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
03:42:30
03:42:30 #resizestart
03:42:30
03:42:30 #test4
03:42:30
03:42:30 SimpleResize(out_width,out_height)
03:42:30 #filter2start
03:42:30
03:42:30 #test5
03:42:30
03:42:30 -----------------------------------------------------------------------
03:42:30 Script mkvmaudio.avs
03:42:30
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
03:42:30 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFmpegSource.dll")
03:42:30 NicAC3Source("D:\Night Watch\New Folder\temp\fixed1.ac3")
03:42:30 #Applying ORIGINAL downmixing routines
03:42:30
03:42:30 function addvideo(clip c) {
03:42:30 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:42:30 Return audiodub(last,c)
03:42:30 }
03:42:30 Normalize()
03:42:30 ConvertAudioTo16bit()
03:42:30 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
03:42:30 -----------------------------------------------------------------------
03:42:30 Script mkvmaudio.bat
03:42:30 -----------------------------------------------------------------------
03:42:30 Script mkvmaudio2.avs
03:42:30 -----------------------------------------------------------------------
03:42:30 Script mkvmaudio2.bat
03:42:30 -----------------------------------------------------------------------
03:42:30 Script wmv.log
03:42:30
03:42:30 Microsoft (R) Windows Media Encoder Command Line Script Utility
03:42:30 Copyright (C) Microsoft Corporation. All rights reserved.
03:42:30
03:42:30 Title: VTS_05_0
03:42:30 Year: 2007
03:42:30 Copyright: Done with AutoMKV! 0.91
03:42:30
03:42:30 Warning: Encoder failed to retrieve duration attribute from source plug-in.
03:42:30 .
03:42:30
03:42:30 Warning: Encoder failed to retrieve source duration again.
03:42:30 Encode process might not continue or progress report may be inaccurate.
03:42:30
03:42:30 ======== Begin Pass1 ========
03:42:30
03:42:30
03:42:30 ======== Begin Pass2 ========
03:42:30
03:42:30
03:42:30 ======== Encoding Completed ========
03:42:30
03:42:30 Audio :
03:42:30 Codec: Windows Media Audio 10 Professional
03:42:30 Expected bit rate: 192000 bps
03:42:30 Average bit rate: 192000 bps
03:42:30 Expected sample rate: 5859
03:42:30 Average sample rate: 0
03:42:30 Dropped byte count: 0 bytes
03:42:30 Dropped sample rate: 0
03:42:30 Total bytes: 0 bytes
03:42:30
03:42:30 Video :
03:42:30 Codec: Windows Media Video 9 Advanced Profile
03:42:30 Expected bit rate: 1470826 bps
03:42:30 Average bit rate: 1470730 bps
03:42:30 Expected fps: 23.976
03:42:30 Dropped frame count: 0
03:42:30 Total coded frames: 164478
03:42:30 Average sample rate: 23.976
03:42:30 Dropped bytes: 0 bytes
03:42:30 Total bytes: 1261164301 bytes
03:42:30
03:42:30 Overall:
03:42:30 Encoding time: 59382 seconds
03:42:30 Average bit rate: 1662730 bps
03:42:30 File size: 1269510862 bytes
03:42:30 File duration: 6860.095 seconds
03:42:30
03:42:30 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

icrf
24th November 2007, 02:09
11:11:44 WMV CMD: cscript.exe "D:\Documents and Settings\nate v\My Documents\automkv\exe\encoder\WMCmd.vbs" -input "D:\Night Watch\New Folder\temp\movie.avs" -output "D:\Night Watch\New Folder\temp\movie.wmv" -v_codec WVC1 -v_mode 3 -v_bitrate 1470826 -s_config "D:\Night Watch\New Folder\temp\wmv_crb" -v_preset best -v_buffer 10000 -v_performance 80 -a_input "D:\Night Watch\New Folder\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "VTS_05_0" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 192_48_6_16
03:42:29 Only Movie Size: 1269510912 bytes
03:42:30 Final Muxed size: 1269510912 bytes
03:42:30 Encoding finished: 17:48:51 elapsed time
03:42:30 -----------------------------------------------------------------------
03:42:30 Script AutoCrop.log
03:42:30
03:42:30 Crop(6,4,708,468)
03:42:30 -----------------------------------------------------------------------
That's the kind of thing I remember seeing in the log. Is that normal? All the video encoding time obviously happens after that first line, if nothing else, due to timestamps, but the AutoCrop log is after? Cropping would have to come before encoding.

buzzqw
24th November 2007, 08:11
@modifiedbears

your log is ok. don't be afraid of
Encoded 1' Audio Track: -343607228 bytes

the audio was extracted... is just a problem of log

just a doubt, since wmcmd.vbs use the directshowaudio approach to audio, BE SURE that your AUDIO DECODER (ac3filter, ffdshow) is set to output 5.1 and not to downmix to stereo (when encoding)

@icrf
it's ok
the first part of log is reporting varius settings, timings and command line, the second part all the scripts

BHH

modifiedbears
24th November 2007, 18:54
can you explain why when I run this I end up with a 6kb file

12:22:46 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
12:22:46 OS Version: Windows XP
12:22:46 Selected Input file: D:\Night Watch\VTS_05_0.IFO
12:22:46 Selected Output dir: D:\Night Watch\New Folder\temp\
12:22:46 Selected Final Name: night watch
12:22:46 Selected Container type: WMV
12:22:46 Selected Encoder: WMV
12:22:46 Selected Size: 2 CD / 1
12:22:46 Selected Profile: WVC1_1_Pass_Fast.xml
12:22:46 Selected Resizer: NONE / Original
12:22:46 Selected Filters: NONE
12:22:46 Selected Deinterlacer: AUTO
12:22:46 Selected Field Order: AUTO
12:22:46 Enabled CRF/CQ AutoRes at 90 value
12:22:46 Activate PGC Ripping: 0
12:22:46 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
12:22:46 Audio Codec 1: WMV
12:22:46 Audio Quality 1: 192
12:22:46 Audio Channel 1: Original
12:22:46 Track Language 2: NONE
12:22:46 Audio Codec 2: WMV
12:22:46 Advanced Audio Settings DUMP Track 1
12:22:46 Nero Option Profiles: AUTO --- Encoding Mode: Quality
12:22:46 CCT Option Profiles: AUTO --- Channel Options: AUTO
12:22:46 Lame Settings: ABR
12:22:46 Audio Normalization: 1
12:22:46 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
12:22:46
12:22:46 Activate PGC processing: PGC 1 [1:54:43:19]
12:22:46 Starting Indexing
12:22:46 Dgindex CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\Night Watch\VTS_05_1.vob] -OF=[D:\Night Watch\New Folder\temp\movie] -exit -minimize
12:26:08 Finished indexing
12:26:08 D2V file size: 883914
12:26:08 Starting fixing audio delay on track number 1
12:26:08 DelayCut CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\Delaycut.exe -auto -out "D:\Night Watch\New Folder\temp\fixed1.ac3" "D:\Night Watch\New Folder\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
12:26:08 Original 1 Audio Size: 384160000 bytes
12:26:29 Fixed 1' Audio Size: 384160000 bytes
12:26:29 Finished fixing audio delay
12:26:29 Encoding D:\Night Watch\New Folder\temp\fixed1.ac3 to WAV , as pre-process to WMV
12:33:48 Encoded 1' Audio Track: -343607228 bytes
12:33:48 ForceFilm Detected: 100.000000% FILM found
12:34:03 Number of Frames: 205598
12:34:04 Framerate: 29.970030
12:34:04 Movie length in Seconds: 6861
12:34:04 Movie Width/Height: 720/480
12:34:04 DgIndex AR: 16:9
12:42:27 Deinterlace Test: Processing completed. Type is determined to be film.
12:42:27 BFF: 15
12:42:27 TFF: 437
12:42:27 NOT Allow Hybrid Order/Pattern, set Field Order to: TFF
12:42:27 WMV CMD: cscript.exe "D:\Documents and Settings\nate v\My Documents\automkv\exe\encoder\WMCmd.vbs" -input "D:\Night Watch\New Folder\temp\movie.avs" -output "D:\Night Watch\New Folder\temp\movie.wmv" -v_codec WVC1 -v_mode 0 -v_bitrate 1470826 -s_config "D:\Night Watch\New Folder\temp\wmv_crb" -v_preset fast -v_buffer 10000 -a_input "D:\Night Watch\New Folder\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "night watch" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 192_48_2_16
12:47:58 Only Movie Size: 5604 bytes
12:48:04 Final Muxed size: 5604 bytes
12:48:04 Encoding finished: 00:25:18 elapsed time
12:48:04 -----------------------------------------------------------------------
12:48:04 Script AutoCrop.log
12:48:04
12:48:04 Crop(6,4,708,468)
12:48:04 -----------------------------------------------------------------------
12:48:04 Script Resmovie.avs
12:48:04 -----------------------------------------------------------------------
12:48:04 Script movie.avs
12:48:04
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\AddGrain.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\autocrop.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\aWarpSharp(Pruned).dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\blockbuster.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\cnr2.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\ColorMatrix.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Convolution3D.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\corrector.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DctFilter.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Decomb.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deen.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\degrainmedian.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DGDecode.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\EEDI2.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFMpegSource.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFT3DFilter.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FluxSmooth.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\frfun7.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\hqdn3d.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LeakKernelDeint.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MaskTools.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\medianblur.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MipSmooth.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MSharpen.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mt_masktools.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvtools.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RemoveGrainS.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RepairS.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SangNom.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SimpleResize.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TBilateral.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TDeint.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TIVTC.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TomsMoComp.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TTempSmooth.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnDot.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnFilter.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\VSFilter.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\warpsharp.dll")
12:48:04 #loadpluginstart
12:48:04
12:48:04 #test1
12:48:04
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\BlindDeHalo3_mt2.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deblock_QED_MT2.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\HybridFuPP.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LanczosPlus.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Lem.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LimitedSharpenFaster.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MCBob_v03c.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvbob.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\QMlib.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\seesaw.avsi")
12:48:04 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\spresso.avsi")
12:48:04 #importstart
12:48:04
12:48:04 #test2
12:48:04
12:48:04 movie = mpeg2source("D:\Night Watch\New Folder\temp\movie.d2v")
12:48:04 function getOrder(clip c) {
12:48:04 order = GetParity(c) ? 1 : 0
12:48:04 Return order }
12:48:04 #filter1start
12:48:04
12:48:04 #test3
12:48:04
12:48:04 movie = tfm(movie,d2v="D:\Night Watch\New Folder\temp\movie.d2v").tdecimate()
12:48:04 #resizestart
12:48:04
12:48:04 #test4
12:48:04
12:48:04 last = movie
12:48:04 #filter2start
12:48:04
12:48:04 #test5
12:48:04
12:48:04 return last
12:48:04 -----------------------------------------------------------------------
12:48:04 Script mkvmaudio.avs
12:48:04
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
12:48:04 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFmpegSource.dll")
12:48:04 NicAC3Source("D:\Night Watch\New Folder\temp\fixed1.ac3")
12:48:04 #Applying ORIGINAL downmixing routines
12:48:04
12:48:04 function addvideo(clip c) {
12:48:04 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
12:48:04 Return audiodub(last,c)
12:48:04 }
12:48:04 Normalize()
12:48:04 ConvertAudioTo16bit()
12:48:04 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
12:48:04 -----------------------------------------------------------------------
12:48:04 Script mkvmaudio.bat
12:48:04 -----------------------------------------------------------------------
12:48:04 Script mkvmaudio2.avs
12:48:04 -----------------------------------------------------------------------
12:48:04 Script mkvmaudio2.bat
12:48:04 -----------------------------------------------------------------------
12:48:04 Script wmv.log
12:48:04
12:48:04 Microsoft (R) Windows Media Encoder Command Line Script Utility
12:48:04 Copyright (C) Microsoft Corporation. All rights reserved.
12:48:04
12:48:04 Title: night watch
12:48:04 Year: 2007
12:48:04 Copyright: Done with AutoMKV! 0.91
12:48:04
12:48:04 Warning: Encoder failed to retrieve duration attribute from source plug-in.
12:48:04 .
12:48:04 Source duration retrieved: 6860.103 seconds.
12:48:04
12:48:04 ======== Begin Pass1 ========
12:48:04
12:48:04 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Barleyman
24th November 2007, 20:43
Hmh. Been a week away .. Which reminds me, maybe start a new thread at post 4096? ;-)

Just my bit on the IFO/Queue support thing - I do not care about IFO, but if you nuke queue it will make episodic DVDs and TV-rips gargantuan PITA. I do not have a problem how AutoMKV does queues at the moment, maybe you have to baby-sit it a bit here and there but mostly it works OK.

Without queue, I have to baby-sit my computer all day to check if the encoding is done already so to start a new one. Yuck. Yuck.

As a case in point, south park DVD.. It's ONLY available as NTSC DVD and you have to do some hard-core processing to get the closed captions converted to proper subs but there are 10-14 episodes per season of about 20-25 min /each..

So puh-leeze keep the queue support in!!11!!

buzzqw
24th November 2007, 21:06
@modifiedbears

open movie.avs in virtualdub
do you have any error ?

@Barleyman

the queue has been always a pita. As automkv is coded the queue must save a lot of parameters (and btw in automen have learned the lesson).. and sometime those parameters conflict each other :mad:

actually queue "is working". don't know how well, i don't use it, but from my little tests is working.

about 4096.. after 2 year the title of topic cannot be changed.. so there is enough time .. again ;)

BHH

delacroixp
25th November 2007, 00:52
On Friday night I decided to encode and burn a DVD simultaneously... during verification, AutoMKV crashed !!!
Since then it refuses to close normally... I have to nuke-it with the Task Manager...
It will close normally if I haven't done any work with it...


In this log AutoMKV wouldn't encode though it did finish the de-interlace procedure and apparently, also finished the job...
I rebooted, started over... all good (I may have forgotten to set the filter)...
Perhaps, it's an idea to have long, medium and short-term saving options... it's often a problem to remember each setting,
especially if automkv.ini has been deleted...

I did notice that a profile saved in Advanced Settings wont save your choice for "Show Enc. Stats".
If you load up a profile you have to remember to de-activate 'Encoding Stats'.

22:08:09 0.92 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:08:09 OS Version: Windows XP
22:08:09 Selected Input file: J:\VIDEO_TS\VTS_03_0.IFO
22:08:09 Selected Output dir: G:\Emperor\_ENCODE\temp\
22:08:09 Selected Final Name: The Ascent of Man - 1) Shaper of the Landscape
22:08:09 Selected Container type: MKV
22:08:09 Selected Encoder: X264
22:08:09 Selected Size: 1 CD / 1
22:08:09 Selected Profile: Constant_Quality.xml
22:08:09 Selected Resizer: NONE / Automatic
22:08:09 Selected Filters: NONE
22:08:09 Selected Deinterlacer: AUTO
22:08:09 Selected Field Order: AUTO
22:08:09 Manual Crop: Enabled
22:08:09 Left Crop: 12
22:08:09 Top Crop: 4
22:08:09 Right Crop: 14
22:08:09 Botton Crop: 6
22:08:09 Manual Width: 512
22:08:09 Manual Height: 416
22:08:09 Enabled Constant Quality With Unlimited Size (Q 20)
22:08:09 Activate PGC Ripping: 1
22:08:09 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0]
22:08:09 Audio Codec 1: Nero AAC
22:08:09 Audio Quality 1: 0.35
22:08:09 Audio Channel 1: Stereo
22:08:09 Track Language 2: NONE
22:08:09 Audio Codec 2: Nero AAC
22:08:09 Movie title Name: The Ascent of Man - 1) Shaper of the Landscape
22:08:09 Advanced Audio Settings DUMP Track 1
22:08:09 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:08:09 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:08:09 Lame Settings: ABR
22:08:09 Audio Normalization: 1
22:08:09 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:08:09 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0]
22:08:09
22:08:09 Starting SubRipping
22:08:35 Subtitle Size: 2512896 bytes
22:08:35 Finished SubRipping
22:08:35 Activate PGC processing: PGC 1 [0:49:27:23]
22:08:35 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[J:\VIDEO_TS\VTS_03_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
22:09:21 D2V file size: 377007
22:09:21 Starting fixing audio delay on track number 1
22:09:21 DelayCut CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "G:\Emperor\_ENCODE\temp\fixed1.ac3" "G:\Emperor\_ENCODE\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
22:09:21 Original 1 Audio Size: 71229696 bytes
22:09:23 Fixed 1' Audio Size: 71229696 bytes
22:09:23 Finished fixing audio delay
22:09:23 Encoding G:\Emperor\_ENCODE\temp\fixed1.ac3 to NeroAAC with 0.35 quality
22:12:42 Encoded 1' Audio Track: 29629061 bytes
22:12:42 Number of Frames: 74198
22:12:42 Framerate: 25.000000
22:12:42 Movie length in Seconds: 2968
22:12:42 Movie Width/Height: 720/576
22:12:42 DgIndex AR: 4:3
22:14:23 Source is declared tff by a margin of 84 to 81.
22:14:23 Advanced Deinterlace Routines Log
22:14:23 Analyzed 1286 sections of five frames
22:14:23 Found Interlace Sections: 133 10.34%
22:14:23 Found Progressive Sections:1130 87.87%
22:14:23 Found Telecined Sections: 23 1.79%
22:14:23 Found Zero Mov: 87.87% 1130
22:14:23 Found One Mov: 3.89% 50
22:14:23 Found Two Mov: 1.79% 23
22:14:23 Found Three Mov: 1.24% 16
22:14:23 Found Four Mov: 1.63% 21
22:14:23 Found Five Mov: 3.58% 46
22:14:23 Checking script...movie.avs
22:14:25 Starting X264
22:14:25 CRF encoding X264: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 20 --stats "G:\Emperor\_ENCODE\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "G:\Emperor\_ENCODE\temp\movie.mp4" "G:\Emperor\_ENCODE\temp\movie.avs"
22:14:28 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
22:14:28 Got a file of size: 0 bytes + audio size 29629061 bytes (30885508)
22:14:31 "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\matroska\mkvmerge.exe" -o "G:\Emperor\_ENCODE\temp\The Ascent of Man - 1) Shaper of the Landscape.mkv" --track-name -1:"The Ascent of Man - 1) Shaper of the Landscape" --aspect-ratio 1:1.02 --chapters "E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\chapters.txt" "G:\Emperor\_ENCODE\temp\movie.mp4" --language -1:eng --default-track -1:yes "G:\Emperor\_ENCODE\temp\audio.mp4" --default-track -1:no "G:\Emperor\_ENCODE\temp\The Ascent of Man - 1) Shaper of the Landscape.idx" --title "The Ascent of Man - 1) Shaper of the Landscape"
22:14:32 Final Muxed size: -1 bytes
22:14:32 Encoding finished: 00:00:07 elapsed time
22:14:32 -----------------------------------------------------------------------
22:14:32 Script AutoCrop.log
22:14:32 -----------------------------------------------------------------------
22:14:32 Script Resmovie.avs
22:14:32 -----------------------------------------------------------------------
22:14:32 Script movie.avs
22:14:32
22:14:32 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\AddGrain.dll")
...
...
...
22:14:32 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\warpsharp.dll")
22:14:32 #loadpluginstart
22:14:32
22:14:32 #test1
22:14:32
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\HybridFuPP.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LanczosPlus.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\Lem.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\MCBob_v03c.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\mvbob.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\QMlib.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\seesaw.avsi")
22:14:32 Import("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\spresso.avsi")
22:14:32 #importstart
22:14:32
22:14:32 #test2
22:14:32
22:14:32 movie = mpeg2source("G:\Emperor\_ENCODE\temp\movie.d2v")
22:14:32 function getOrder(clip c) {
22:14:32 order = GetParity(c) ? 1 : 0
22:14:32 Return order }
22:14:32 #filter1start
22:14:32
22:14:32 #test3
22:14:32
22:14:32 last = movie
22:14:32 crop(12,4,-14,-6)
22:14:32 #resizestart
22:14:32
22:14:32 #test4
22:14:32
22:14:32 #filter2start
22:14:32
22:14:32 #test5
22:14:32
22:14:32 ColorMatrix(mode="Rec.709->Rec.601")
22:14:32 return last
22:14:32 -----------------------------------------------------------------------
22:14:32 Script mkvmaudio.avs
22:14:32
22:14:32 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
22:14:32 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
22:14:32 LoadPlugin("E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\filter\FFmpegSource.dll")
22:14:32 NicAC3Source("G:\Emperor\_ENCODE\temp\fixed1.ac3")
22:14:32 #Applying STEREO downmixing routines
22:14:32 function stereo(clip a)
22:14:32 {
22:14:32 flr = GetChannel(a, 1, 2)
22:14:32 fcc = GetChannel(a, 3)
22:14:32 lfe = GetChannel(a, 4)
22:14:32 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
22:14:32 mix = MergeChannels(lfc, lfc)
22:14:32 lrc = MixAudio(flr, mix, 0.2929, 1.0)
22:14:32 blr = GetChannel(a, 5, 6)
22:14:32 Return MixAudio(lrc, blr, 1.0, 0.2929)
22:14:32 }
22:14:32 #
22:14:32 6==Audiochannels() ? stereo() : last
22:14:32 function addvideo(clip c) {
22:14:32 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
22:14:32 Return audiodub(last,c)
22:14:32 }
22:14:32 Normalize()
22:14:32 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
22:14:32 -----------------------------------------------------------------------
22:14:32 Script mkvmaudio.bat
22:14:32 -----------------------------------------------------------------------
22:14:32 Script mkvmaudio2.avs
22:14:32 -----------------------------------------------------------------------
22:14:32 Script mkvmaudio2.bat
22:14:32
22:14:32 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -




I tried to encode a second episode of The Ascent of Man (http://en.wikipedia.org/wiki/The_Ascent_of_Man) immediately after the previous episode...
All settings are the same except for the choice of chapter...
This time AutoMKV froze at... 23:51:48 Checking script...movie.avs

23:45:27 0.92 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
23:45:27 OS Version: Windows XP
23:45:27 Selected Input file: J:\VIDEO_TS\VTS_03_0.IFO
23:45:27 Selected Output dir: G:\Emperor\_ENCODE\temp\
23:45:27 Selected Final Name: The Ascent of Man - 13) The Long Childhood
23:45:27 Selected Container type: MKV
23:45:27 Selected Encoder: X264
23:45:27 Selected Size: 1 CD / 1
23:45:27 Selected Profile: Constant_Quality.xml
23:45:27 Selected Resizer: LanczosResize / Automatic
23:45:27 Selected Filters: NONE
23:45:27 Selected Deinterlacer: AUTO
23:45:27 Selected Field Order: AUTO
23:45:27 Manual Crop: Enabled
23:45:27 Left Crop: 12
23:45:27 Top Crop: 4
23:45:27 Right Crop: 14
23:45:27 Botton Crop: 6
23:45:27 Manual Width: 512
23:45:27 Manual Height: 416
23:45:27 Enabled Constant Quality With Unlimited Size (Q 21)
23:45:27 Activate PGC Ripping: 1
23:45:27 Track Language 1: English (AC3 2ch, 0xBD 0x80) [0]
23:45:27 Audio Codec 1: Nero AAC
23:45:27 Audio Quality 1: 0.35
23:45:27 Audio Channel 1: Stereo
23:45:27 Track Language 2: NONE
23:45:27 Audio Codec 2: Nero AAC
23:45:27 Movie title Name: The Ascent of Man - 13) The Long Childhood
23:45:27 Advanced Audio Settings DUMP Track 1
23:45:27 Nero Option Profiles: AUTO --- Encoding Mode: Quality
23:45:27 CCT Option Profiles: AUTO --- Channel Options: AUTO
23:45:27 Lame Settings: ABR
23:45:27 Audio Normalization: 1
23:45:27 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
23:45:27 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0]
23:45:27
23:45:27 Starting SubRipping
23:45:55 Subtitle Size: 3215360 bytes
23:45:55 Finished SubRipping
23:45:55 Activate PGC processing: PGC 1 [0:49:54:14]
23:45:55 Dgindex CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[J:\VIDEO_TS\VTS_03_1.vob] -OF=[G:\Emperor\_ENCODE\temp\movie] -exit -minimize
23:46:37 D2V file size: 380384
23:46:37 Starting fixing audio delay on track number 1
23:46:37 DelayCut CMD: E:\Encoding\_ENCODING FILES\_H264 Program Files\_AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "G:\Emperor\_ENCODE\temp\fixed1.ac3" "G:\Emperor\_ENCODE\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
23:46:37 Original 1 Audio Size: 71868672 bytes
23:46:40 Fixed 1' Audio Size: 71868672 bytes
23:46:40 Finished fixing audio delay
23:46:40 Encoding G:\Emperor\_ENCODE\temp\fixed1.ac3 to NeroAAC with 0.35 quality
23:50:06 Encoded 1' Audio Track: 29057563 bytes
23:50:07 Number of Frames: 74864
23:50:07 Framerate: 25.000000
23:50:07 Movie length in Seconds: 2995
23:50:07 Movie Width/Height: 720/576
23:50:07 DgIndex AR: 4:3
23:51:48 Source is declared tff by a margin of 40 to 38.
23:51:48 Advanced Deinterlace Routines Log
23:51:48 Analyzed 864 sections of five frames
23:51:48 Found Interlace Sections: 272 31.48%
23:51:48 Found Progressive Sections:521 60.30%
23:51:48 Found Telecined Sections: 71 8.22%
23:51:48 Found Zero Mov: 60.30% 521
23:51:48 Found One Mov: 9.14% 79
23:51:48 Found Two Mov: 8.22% 71
23:51:48 Found Three Mov: 7.18% 62
23:51:48 Found Four Mov: 5.21% 45
23:51:48 Found Five Mov: 9.95% 86
23:51:48 Checking script...movie.avs




I finished encoding The Commitments (http://en.wikipedia.org/wiki/The_Commitments_(film)) this afternoon.
I included a direct copy of the 6ch-surround-AC3 and also an m4a-stereo encode of the same track...
Zoom Player reports a "Pointer Conflict" error when I change audio tracks...
If I manually encode a 6ch-surround-m4a and mux with MKVmerge... there's no problem.

AC3, MKV and MP4 are not entirely bosom buddies...



:):devil::D
Pascal

buzzqw
25th November 2007, 11:17
about frozen check of movie.avs

could you post it ?

thanks!

BHH

weaver4
25th November 2007, 22:07
buzzqw: For the last couple of years XviD has been very stagnant but the people at DivX have been working hard. In my opinion the DivX codec has better picture quality now than XviD and it encodes much faster than XviD.

But DivX's tools are awful, they crash, they die, they don't do interlace right, etc.

You can encode DivX from the command line (now) so you don't need to use the windows interface.

Any chance you could support DivX in AutoMKV? It would make many of us DivX fans very happy.

buzzqw
25th November 2007, 22:17
support for divx through command line is quite limited... SINCE AutoMKV has already full support of divx :)

(the changelog.. the changelog!!!)

lauch automkv, click CTRL+F9

now in codec you will see VFW 1 pass (for 1 pass encoding or ) VFW 2 pass (for 2 pass encoding)

select your codec, and your settings then click start!

BHH

delacroixp
25th November 2007, 22:21
about frozen check of movie.avs

could you post it ?

Unfortunately I've deleted everything but I did discover that if I untick "Allow AVS check" ... AutoMKV closes normally after an encode.
I'm eager to test whether It's possible to do 2 consecutive encodes without incident !!!

The Ascent of Man (http://en.wikipedia.org/wiki/The_Ascent_of_Man) by Jacob Bronowski (http://www.youtube.com/watch?v=8mIfatdNqBA) is a little wierd in that each episode has it's own IFO...
I only discovered this after encoding the same episode 4 times... no matter which ifo I select, AutoMKV always reverts to the same one (so too for each disc).

I manually ripped each episode... and AutoMKV happily encodes the subtitles too... (I didn't rename each VOB/IFO as previously).


:):devil::D
Pascal

buzzqw
26th November 2007, 08:11
AutoMKV always reverts to the same one (so too for each disc).

the "process this ifo" option is due to this case..

about allow avs check.. is UNticked by default

BHH

sillKotscha
26th November 2007, 19:54
as FLV1 already made it into AutoMen what about FLV4 (http://sh0dan.blogspot.com/2006/09/command-line-flash-8-flv-encoding.html) in AutoMKV :)

yeah, it is a VFW codec, I know...

buzzqw
26th November 2007, 20:08
@sillKotscha
look here

http://forum.doom9.org/showthread.php?p=1069546#post1069546

BHH

sillKotscha
26th November 2007, 20:36
I don't get it... why you are referring to divx??

buzzqw
26th November 2007, 20:43
i was referring to generic vfw support

automkv using avs2avi is able to encode with vfw codec

BHH

sillKotscha
26th November 2007, 20:50
ahh cool, so you mean it could be possible to implement On2's VP6.2 VFW codec / FLV4 support ?... that would rock :)

at least for those who have On2 VP6.2 VFW codec installed ;)

modifiedbears
26th November 2007, 21:15
@modifiedbears

open movie.avs in virtualdub
do you have any error ?



[i] Starting up: VirtualDubMod build 2542/release

AVI: Opening file "D:\Night Watch\New Folder\temp\movie.avs"

[i] AVI: Avisynth detected. Extended error handling enabled.

Beginning preview operation.


I didn't see anything pop up.

buzzqw
26th November 2007, 22:32
@sillKotscha

i tested on vp7, divx, xvid, x264 vfw without problem.. so.. try :)

@modifiedbears
install xvid build linked in first post

BHH

delacroixp
27th November 2007, 00:23
about allow avs check.. is UNticked by default

At some point I unticked "Allow AVS check" and everytime I load up a personal .ini profile... it stays ticked...
Also, it would be nice if the profile could remember Hide Subs, Title and Force Mux W*H for MKV encodes...

If I'm encoding a series, the DAR generally remains the same and I would prefer to Hide Subs for every encode...


:):devil::D
Pascal

dantexaiver
27th November 2007, 04:00
i downloaded automkv to encode a dvd to x264 which i have in the past just fine on another computer but when i go to encode a dvd now it says can not encode crf not found download latest build of x264 codec

i do that and stil the same problem whats going on

buzzqw
27th November 2007, 08:31
@delacroixp

note taken

@dantexaiver

use the cef's build

BHH

red5goahead
27th November 2007, 12:02
11:17:26 Found Interlace Sections: 333 36.59%
11:17:26 Found Progressive Sections:543 59.67%
11:17:26 Found Telecined Sections: 34 3.74%
11:17:26 Found Zero Mov: 59.67% 543
11:17:26 Found One Mov: 2.42% 22
11:17:26 Found Two Mov: 3.74% 34
11:17:26 Found Three Mov: 3.85% 35
11:17:26 Found Four Mov: 4.62% 42
11:17:26 Found Five Mov: 25.71% 234

automkv is unable to detect source type (and me too..)

try forcing Interlaced, tff AND HQ Deint

BHH

I tried forcing Interlaced, tff AND HQ Deint but doesn't work. no deinterlace and video lag.
The problem is on David Gilmour's Remberer that night dvd #2.

jellyfish2002
27th November 2007, 12:07
15:18:58 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
15:20:27 D2V file size: 705292
15:20:27 Starting fixing audio delay on track number 1
15:20:27 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T01 3_2ch 448Kbps DELAY -20ms.ac3"
15:20:27 Original 1 Audio Size: 323077888 bytes
15:20:43 Fixed 1' Audio Size: 323076096 bytes
15:20:43 Finished fixing audio delay
15:20:43 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
15:34:25 Encoded 1' Audio Track: 58487313 bytes
15:34:25 ForceFilm Detected: 100.000000% FILM found
15:34:31 Number of Frames: 172905
15:34:31 Framerate: 29.970030
15:34:31 Movie length in Seconds: 5770
15:34:31 Movie Width/Height: 720/480
15:34:31 DgIndex AR: 16:9
15:34:31 Checking script...movie.avs
15:55:05 !!!!ERROR!!!!
15:55:05 !!!!ERROR!!!! - VobSub: Can't open "C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0.idx"
(C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs, line 96)
15:55:05 !!!!ERROR!!!!
15:57:31 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
15:58:46 D2V file size: 705292
15:58:46 Starting fixing audio delay on track number 1
15:58:46 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T01 3_2ch 448Kbps DELAY -20ms.ac3"
15:58:46 Original 1 Audio Size: 323077888 bytes
15:59:01 Fixed 1' Audio Size: 323076096 bytes
15:59:01 Finished fixing audio delay
15:59:01 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
16:12:41 Unable to encode Audio, trying with DirectShowSource!
16:12:41 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
16:44:08 Encoded 1' Audio Track: 58487313 bytes
16:44:08 Encoded 1' Audio Track: 58487313 bytes
16:44:08 ForceFilm Detected: 100.000000% FILM found
16:44:14 Number of Frames: 172905
16:44:14 Framerate: 29.970030
16:44:14 Movie length in Seconds: 5770
16:44:14 Movie Width/Height: 720/480
16:44:14 DgIndex AR: 16:9
16:44:14 Checking script...movie.avs
16:49:38 !!!!ERROR!!!!
16:49:38 !!!!ERROR!!!! - VobSub: Can't open "C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0.idx"
(C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs, line 96)
16:49:38 !!!!ERROR!!!!
17:07:38 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
17:09:58 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
17:11:18 D2V file size: 705292
17:11:18 Starting fixing audio delay on track number 1
17:11:18 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T01 3_2ch 448Kbps DELAY -20ms.ac3"
17:11:18 Original 1 Audio Size: 323077888 bytes
17:11:32 Fixed 1' Audio Size: 323076096 bytes
17:11:32 Finished fixing audio delay
17:11:32 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
17:25:11 Encoded 1' Audio Track: 58486588 bytes
17:25:12 ForceFilm Detected: 100.000000% FILM found
17:25:26 Number of Frames: 172905
17:25:26 Framerate: 29.970030
17:25:26 Movie length in Seconds: 5770
17:25:26 Movie Width/Height: 720/480
17:25:26 DgIndex AR: 16:9
17:25:26 Checking script...movie.avs
18:34:46 !!!!ERROR!!!!
18:34:46 !!!!ERROR!!!! - VobSub: Can't open "C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0.idx"
(C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs, line 96)
18:34:46 !!!!ERROR!!!!18:34:52 "C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\matroska\MP4Box.exe" -add "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4"par=2.424242 -chap "C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\chapters.txt" -add "C:\Users\Alpha\Desktop\New_Folder\temp\audio.mp4:lang=eng" -fps 29.9700 -new "C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0_full.mp4"
18:34:52 Final Muxed size: -1 bytes
18:34:52 Encoding finished: 01:26:10 elapsed time
18:34:52 -----------------------------------------------------------------------
18:34:52 Script AutoCrop.log
18:34:52
18:34:52 Crop(6,62,708,352)
18:34:52 -----------------------------------------------------------------------
18:34:52 Script Resmovie.avs
18:34:52 -----------------------------------------------------------------------
18:34:52 Script movie.avs
18:34:52
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\AddGrain.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\autocrop.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\aWarpSharp(Pruned).dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\blockbuster.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\cnr2.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\ColorMatrix.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Convolution3D.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\corrector.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\DctFilter.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Decomb.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Deen.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\degrainmedian.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\DGDecode.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\EEDI2.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFMpegSource.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFT3DFilter.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FluxSmooth.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\frfun7.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\hqdn3d.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LeakKernelDeint.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MaskTools.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\medianblur.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MipSmooth.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MSharpen.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mt_masktools.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mvtools.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\NicAudio.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\RemoveGrainS.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\RepairS.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SangNom.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SimpleResize.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SoundOut.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TBilateral.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TDeint.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TIVTC.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TomsMoComp.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TTempSmooth.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\UnDot.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\UnFilter.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\VSFilter.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\warpsharp.dll")
18:34:52 #loadpluginstart
18:34:52
18:34:52 #test1
18:34:52
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Deblock_QED_MT2.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\HybridFuPP.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LanczosPlus.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Lem.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LimitedSharpenFaster.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MCBob_v03c.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mvbob.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\QMlib.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\seesaw.avsi")
18:34:52 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\spresso.avsi")
18:34:52 #importstart
18:34:52
18:34:52 #test2
18:34:52
18:34:52 movie = mpeg2source("C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v")
18:34:52 function getOrder(clip c) {
18:34:52 order = GetParity(c) ? 1 : 0
18:34:52 Return order }
18:34:52 #filter1start
18:34:52
18:34:52 #test3
18:34:52
18:34:52 movie = tfm(movie,d2v="C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v").tdecimate()
18:34:52 #cropstart
18:34:52
18:34:52 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
18:34:52 fixed_aspect = 1.185185
18:34:52 c_width = width(cropclip)
18:34:52 c_height = Round(height(cropclip) / fixed_aspect)
18:34:52 input_par = float(float(c_width)/float(c_height))
18:34:52 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
18:34:52 out_width = 720
18:34:52 out_height = Round(float(out_width) / input_par)
18:34:52 hmod = out_height - (floor(out_height / 16 ) * 16)
18:34:52 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
18:34:52 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
18:34:52 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
18:34:52
18:34:52 #resizestart
18:34:52
18:34:52 #test4
18:34:52
18:34:52 Spline36Resize(out_width,out_height)
18:34:52 #filter2start
18:34:52
18:34:52 #test5
18:34:52
18:34:52 RemoveGrain(mode=2)
18:34:52 VobSub("C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0.idx")ColorMatrix(mode="Rec.709->Rec.601")
18:34:52 -----------------------------------------------------------------------
18:34:52 Script mkvmaudio.avs
18:34:52
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\NicAudio.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SoundOut.dll")
18:34:52 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFmpegSource.dll")
18:34:52 NicAC3Source("C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3")
18:34:52 #Applying STEREO downmixing routines
18:34:52 function stereo(clip a)
18:34:52 {
18:34:52 flr = GetChannel(a, 1, 2)
18:34:52 fcc = GetChannel(a, 3)
18:34:52 lfe = GetChannel(a, 4)
18:34:52 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
18:34:52 mix = MergeChannels(lfc, lfc)
18:34:52 lrc = MixAudio(flr, mix, 0.2929, 1.0)
18:34:52 blr = GetChannel(a, 5, 6)
18:34:52 Return MixAudio(lrc, blr, 1.0, 0.2929)
18:34:52 }
18:34:52 #
18:34:52 6==Audiochannels() ? stereo() : last
18:34:52 function addvideo(clip c) {
18:34:52 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
18:34:52 Return audiodub(last,c)
18:34:52 }
18:34:52 Normalize()
18:34:52 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
18:34:52 -----------------------------------------------------------------------
18:34:52 Script mkvmaudio.bat
18:34:52 -----------------------------------------------------------------------
18:34:52 Script mkvmaudio2.avs
18:34:52 -----------------------------------------------------------------------
18:34:52 Script mkvmaudio2.bat
18:34:52
18:34:52 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

First time hitting this error.

delacroixp
27th November 2007, 12:47
I tried forcing Interlaced, tff AND HQ Deint but doesn't work. no deinterlace and video lag.
The problem is on David Gilmour's Remberer That Night (http://www.davidgilmour.com/dvd.htm) dvd #2.
Interesting case... I take it, it's not a Blue-Ray or HD-DVD release !!!


@ jellyfish2002
If you choose [CODE] wrap instead of [QUOTE] wrap ... your post will be very much shorter...

Keep it pretty... make pretty posts... lol !!!


:):devil::D
Pascal

buzzqw
27th November 2007, 13:53
UPDATE 0.92a http://www.64k.it/andres/data/a/AutoMKV092a.exe
FIXED: Wrong reported size of demuxed wav audio file
FIXED: Hardcoded subtitle wasn't working (thansk to jellyfish2002)
ADDED: "Allow AVS check" to Save Configuration in Advanced Setting (suggestion by delacroix)
ADDED: "Allow x264 Stats" to Save Configuration in Advanced Setting (suggestion by delacroix)
ADDED: "Hide Subtitle" to Save Configuration in Advanced Setting (suggestion by delacroix)

@red5goahead

no deinterlace and video lag.
so the video has been deinterlaced correctly BUT audio isn't in syncro ?

bad syncro is often due to bad rip
try using ripit4me/fixvts

@jellyfish2002

try with 0.92a :)

BHH

modifiedbears
27th November 2007, 17:45
@sillKotscha

@modifiedbears
install xvid build linked in first post

BHH

It actually encodes now, but I don't have any audio. For the FFDShow Audio Setting in the CCCP settings I've tried "Same as input" and "3/2+LFE 5.1 channels". Here's a log.

00:15:35 0.91 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
00:15:35 OS Version: Windows XP
00:15:35 Selected Input file: D:\Night Watch\VTS_05_0.IFO
00:15:35 Selected Output dir: D:\Night Watch\New Folder\temp\
00:15:35 Selected Final Name: night watch
00:15:35 Selected Container type: WMV
00:15:35 Selected Encoder: WMV
00:15:35 Selected Size: 2 CD / 1
00:15:35 Selected Profile: WVC1_1_Pass_Fast.xml
00:15:35 Selected Resizer: NONE / Original
00:15:35 Selected Filters: NONE
00:15:35 Selected Deinterlacer: AUTO
00:15:35 Selected Field Order: AUTO
00:15:35 Enabled CRF/CQ AutoRes at 90 value
00:15:35 Activate PGC Ripping: 0
00:15:35 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
00:15:35 Audio Codec 1: WMV
00:15:35 Audio Quality 1: 192
00:15:35 Audio Channel 1: Original
00:15:35 Track Language 2: NONE
00:15:35 Audio Codec 2: WMV
00:15:35 Advanced Audio Settings DUMP Track 1
00:15:35 Nero Option Profiles: AUTO --- Encoding Mode: Quality
00:15:35 CCT Option Profiles: AUTO --- Channel Options: AUTO
00:15:35 Lame Settings: ABR
00:15:35 Audio Normalization: 1
00:15:35 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
00:15:35
00:15:36 Activate PGC processing: PGC 1 [1:54:43:19]
00:15:36 Starting Indexing
00:15:36 Dgindex CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\Night Watch\VTS_05_1.vob] -OF=[D:\Night Watch\New Folder\temp\movie] -exit -minimize
00:19:21 Finished indexing
00:19:21 D2V file size: 883914
00:19:21 Starting fixing audio delay on track number 1
00:19:21 DelayCut CMD: D:\Documents and Settings\nate v\My Documents\automkv\exe\dgindex\Delaycut.exe -auto -out "D:\Night Watch\New Folder\temp\fixed1.ac3" "D:\Night Watch\New Folder\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
00:19:21 Original 1 Audio Size: 384160000 bytes
00:19:39 Fixed 1' Audio Size: 384160000 bytes
00:19:39 Finished fixing audio delay
00:19:39 Encoding D:\Night Watch\New Folder\temp\fixed1.ac3 to WAV , as pre-process to WMV
00:26:10 Encoded 1' Audio Track: -343607228 bytes
00:26:11 ForceFilm Detected: 100.000000% FILM found
00:26:30 Number of Frames: 205598
00:26:30 Framerate: 29.970030
00:26:30 Movie length in Seconds: 6861
00:26:30 Movie Width/Height: 720/480
00:26:30 DgIndex AR: 16:9
00:26:41 WMV CMD: cscript.exe "D:\Documents and Settings\nate v\My Documents\automkv\exe\encoder\WMCmd.vbs" -input "D:\Night Watch\New Folder\temp\movie.avs" -output "D:\Night Watch\New Folder\temp\movie.wmv" -v_codec WVC1 -v_mode 0 -v_bitrate 1470826 -s_config "D:\Night Watch\New Folder\temp\wmv_crb" -v_preset fast -v_buffer 10000 -a_input "D:\Night Watch\New Folder\temp\audio.wav" -a_codec wmapro -a_mode 1 -title "night watch" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.91" -a_setting 192_48_2_16
05:56:14 Only Movie Size: 1252070784 bytes
05:56:14 Final Muxed size: 1252070784 bytes
05:56:14 Encoding finished: 05:40:39 elapsed time
05:56:14 -----------------------------------------------------------------------
05:56:14 Script AutoCrop.log
05:56:14
05:56:14 Crop(6,4,708,468)
05:56:14 -----------------------------------------------------------------------
05:56:14 Script Resmovie.avs
05:56:14 -----------------------------------------------------------------------
05:56:14 Script movie.avs
05:56:14
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\AddGrain.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\autocrop.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\aWarpSharp(Pruned).dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\blockbuster.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\cnr2.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\ColorMatrix.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Convolution3D.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\corrector.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DctFilter.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Decomb.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deen.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\degrainmedian.dll")
05:56:14 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\DGDecode.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\EEDI2.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFMpegSource.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFT3DFilter.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FluxSmooth.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\frfun7.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\hqdn3d.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LeakKernelDeint.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MaskTools.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\medianblur.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MipSmooth.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MSharpen.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mt_masktools.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvtools.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RemoveGrainS.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\RepairS.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SangNom.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SimpleResize.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TBilateral.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TDeint.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TIVTC.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TomsMoComp.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\TTempSmooth.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnDot.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\UnFilter.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\VSFilter.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\warpsharp.dll")
05:56:15 #loadpluginstart
05:56:15
05:56:15 #test1
05:56:15
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\BlindDeHalo3_mt2.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Deblock_QED_MT2.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\HybridFuPP.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LanczosPlus.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\Lem.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\LimitedSharpenFaster.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\MCBob_v03c.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\mvbob.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\QMlib.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\seesaw.avsi")
05:56:15 Import("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\spresso.avsi")
05:56:15 #importstart
05:56:15
05:56:15 #test2
05:56:15
05:56:15 movie = mpeg2source("D:\Night Watch\New Folder\temp\movie.d2v")
05:56:15 function getOrder(clip c) {
05:56:15 order = GetParity(c) ? 1 : 0
05:56:15 Return order }
05:56:15 #filter1start
05:56:15
05:56:15 #test3
05:56:15
05:56:15 #resizestart
05:56:15
05:56:15 #test4
05:56:15
05:56:15 last = movie
05:56:15 #filter2start
05:56:15
05:56:15 #test5
05:56:15
05:56:15 return last
05:56:15 -----------------------------------------------------------------------
05:56:15 Script mkvmaudio.avs
05:56:15
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\NicAudio.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\SoundOut.dll")
05:56:15 LoadPlugin("D:\Documents and Settings\nate v\My Documents\automkv\exe\filter\FFmpegSource.dll")
05:56:15 NicAC3Source("D:\Night Watch\New Folder\temp\fixed1.ac3")
05:56:15 #Applying ORIGINAL downmixing routines
05:56:15
05:56:15 function addvideo(clip c) {
05:56:15 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
05:56:15 Return audiodub(last,c)
05:56:15 }
05:56:15 Normalize()
05:56:15 ConvertAudioTo16bit()
05:56:15 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
05:56:15 -----------------------------------------------------------------------
05:56:15 Script mkvmaudio.bat
05:56:15 -----------------------------------------------------------------------
05:56:15 Script mkvmaudio2.avs
05:56:15 -----------------------------------------------------------------------
05:56:15 Script mkvmaudio2.bat
05:56:15 -----------------------------------------------------------------------
05:56:15 Script wmv.log
05:56:15
05:56:15 Microsoft (R) Windows Media Encoder Command Line Script Utility
05:56:15 Copyright (C) Microsoft Corporation. All rights reserved.
05:56:15
05:56:15 Title: night watch
05:56:15 Year: 2007
05:56:15 Copyright: Done with AutoMKV! 0.91
05:56:15
05:56:15 Warning: Encoder failed to retrieve duration attribute from source plug-in.
05:56:15 .
05:56:15
05:56:15 Warning: Encoder failed to retrieve source duration again.
05:56:15 Encode process might not continue or progress report may be inaccurate.
05:56:15
05:56:15 ======== Begin Pass1 ========
05:56:15
05:56:15
05:56:15 ======== Begin Pass2 ========
05:56:15
05:56:15
05:56:15 ======== Encoding Completed ========
05:56:15
05:56:15 Audio :
05:56:15 Codec: Windows Media Audio 10 Professional
05:56:15 Expected bit rate: 192000 bps
05:56:15 Average bit rate: 192000 bps
05:56:15 Expected sample rate: 5859
05:56:15 Average sample rate: 0
05:56:15 Dropped byte count: 0 bytes
05:56:15 Dropped sample rate: 0
05:56:15 Total bytes: 0 bytes
05:56:15
05:56:15 Video :
05:56:15 Codec: Windows Media Video 9 Advanced Profile
05:56:15 Expected bit rate: 1470826 bps
05:56:15 Average bit rate: 1449477 bps
05:56:15 Expected fps: 29.97
05:56:15 Dropped frame count: 0
05:56:15 Total coded frames: 205592
05:56:15 Average sample rate: 29.978
05:56:15 Dropped bytes: 0 bytes
05:56:15 Total bytes: 1242989704 bytes
05:56:15
05:56:15 Overall:
05:56:15 Encoding time: 19750 seconds
05:56:15 Average bit rate: 1641477 bps
05:56:15 File size: 1252070830 bytes
05:56:15 File duration: 6860.12 seconds
05:56:15
05:56:15 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

gasnyder
27th November 2007, 18:02
Hi Buzzqw,

I've been using AutoMKV for awhile now. On version .90 I created a custom profile for converting videos for my Cowon D2. The profile is for AVI/XVID and was directly copied from the constant quality profile. On the old version when I selected my profile, the dialog to select the quantizer popped up. Now I'm using version .92a and the dialog no longer pops up. I've only changed a few of the parameters (NbBframes = 0, NbThreads = 3 and FrameDropRatio = -1). Any ideas why the dialog no longer pops up? Is there some setting in another file I'm forgetting to change?

I have the old version and new version in separate directories.

Thanks,
Garth

MichaelAnders
27th November 2007, 18:53
Hey Buzzqw,

A request: Can you change the folder for "--chapters "Q:\Programme\AutoMKV\exe\chapters.txt" to the one where all the other temp files are located, e.g. "--language -1:eng "Q:\dvd\t11\temp\" ?

I have the issue that sometimes the sound is mixed up and I want to change which track comes first. I just now noticed that all my chapters are now corrupt though, as I was running through a "queue" and so the chapters.txt file is useless ;)

Thanks, and really great work :)

buzzqw
27th November 2007, 21:09
@modifiedbears

use the last version 0.92a

@gasnyder

you are correct, in recent updates the value of CQ is now saved in profile. If you open the profile for your cowon d2 (what is it ? :confused: ) you will see this value
xcrfcrfquantitizer =
this is the value of CQ saved in this profile
i can suggest to duplicate this profile (cowon_d2_cq3.ini for example) and change the xcrfcrfquantitizer to value you want

@MichaelAnders

yea.. chapter must be moved to temp folder...

added in todo list!

Thanks, and really great work

:thanks:!

BHH

gasnyder
27th November 2007, 22:03
Buzzq,

Thanks for the reply. I think I might have confused you. I'm not using an .ini file for my profile. I copied Constant_Quality.xml to CowonD2.xml and click on the Showall Profiles to enable my new profile. In the older version when I choose my CowonD2 profile it brought up the quantizer dialog. Now it doesn't do that. I think it might be related to the change to add the "CQ Tune" button. Perhaps that behavior only triggers when the .xml chosen is "Constant_Quality.xml"? I can try using the .ini configuration files for now. I usually encode movies twice, once for the D2 and once in DVD resolution so I go back and forth pretty regularly.

The Cowon D2 is a 320x240 display PMP. It comes with software to convert videos for it, but I prefer using AutoMKV to tune quality and aspect ratios etc. The file format is a bit picky on the player so I had to create a profile to change a few settings.
You can do a web search for Cowon D2 for more info if you are interested.

Thanks for the great program!

Garth

buzzqw
27th November 2007, 22:18
@gasnyder

now i have understud!

the quantizer dialog is invoked only if profile is named Constant_Quality.xml

i will try to add a better way to check constant quality profile (regardless of name)

thanks

BHH

modifiedbears
28th November 2007, 04:48
@modifiedbears

use the last version 0.92a


I updated and still no audio. What should I have CCCP set to for 5.1?

buzzqw
28th November 2007, 08:31
the audio decoding (ffdshow audio settings) must output 5.1, and no downmix or appling Volume filter

BHH

avdw
28th November 2007, 13:45
Prrrrrrooooooooooooooooooooooooot !

Espio
28th November 2007, 23:19
Any way to encode a Zune 80 compatible X264 or WMV using AutoMKV? The Zune software keeps trying to reencode the video when I sync it. From reading the specifications, my guess is that I need to encode in baseline profile for X264 or main profile for WMV. I tried the 2 Pass Balanced profile and 320x240 resolution (same as the Zune's screen) for each, but I suppose that was not right for the Zune. Here are the specs:

VIDEO SUPPORT

Windows Media Video (WMV) (.wmv) – Main and Simple Profile, CBR or VBR, up to 3.0 Mbps peak video bit rate; 720 pixels x 480 pixels up to 30 frames per second (or 720 pixels x 576 pixels up to 25 frames per second). Zune software will transcode HD WMV files at device sync

MPEG-4 (MP4/M4V) (.mp4) Part 2 video – Simple Profile up to 2.5 Mbps peak video bit rate; 720 pixels x 480 pixels up to 30 frames per second (or 720 pixels x 576 pixels up to 25 frames per second). Zune software will transcode HD MPEG-4 files at device sync

H.264 video – Baseline Profile up to 2.5 Mbps peak video bit rate; 720 pixels x 480 pixels up to 30 frames per second (or 720 pixels x 576 pixels up to 25 frames per second). Zune software will transcode HD H.264 files at device sync

Sorry if this has been posted already.

Edit: I do know of the profiles for the original Zune, but since the Zune 80 allows for much higher quality video I would like to maximize the quality.

Edit2: I tried the Zune 2 Pass WMV9 profile and it just stops once it gets to the encoding phase, after transcoding the audio to WAV. Here's the log:

17:56:17 0.92a - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
17:56:17 OS Version: Windows XP
17:56:17 Selected Input file: E:\Video\TV\Adventures of Sonic the Hedgehog\18 - Blank Headed Eagle.avi
17:56:17 Selected Output dir: E:\zTemp\temp\
17:56:17 Selected Final Name: 18 - Blank Headed Eagle
17:56:17 Selected Container type: WMV
17:56:17 Selected Encoder: WMV
17:56:17 Selected Size: Don't care about size / 1
17:56:17 Selected Profile: Zune_2_Pass_WMV9.xml
17:56:17 Selected Resizer: SimpleResize (neutral soft) / 320
17:56:17 Selected Filters: NONE
17:56:17 Selected Deinterlacer: AUTO
17:56:17 Selected Field Order: AUTO
17:56:17 Manual Crop: Enabled
17:56:17 Left Crop: 0
17:56:17 Top Crop: 0
17:56:17 Right Crop: 0
17:56:17 Botton Crop: 0
17:56:17 Manual Width: 320
17:56:17 Manual Height: 240
17:56:17 Enabled CRF/CQ AutoRes at 90 value
17:56:17 Track Language 1: 18 - Blank Headed Eagle.avi
17:56:17 Audio Codec 1: WMV
17:56:17 Audio Quality 1: 96
17:56:17 Audio Channel 1: Stereo
17:56:17 Track Language 2: NONE
17:56:17 Audio Codec 2: WMV
17:56:17 Advanced Audio Settings DUMP Track 1
17:56:17 Audio Track Language: und
17:56:17 Nero Option Profiles: AUTO --- Encoding Mode: -BR
17:56:17 CCT Option Profiles: AUTO --- Channel Options: AUTO
17:56:17 Lame Settings: ABR
17:56:17 Audio Normalization: 1
17:56:17 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
17:56:17
17:56:19 Number of Frames: 30601
17:56:19 Framerate: 24.999624
17:56:19 Movie length in Seconds: 1225
17:56:19 Movie Width/Height: 720/576
17:58:18 Source is declared tff by a margin of 6 to 6.
17:58:18 Advanced Deinterlace Routines Log
17:58:18 Analyzed 32 sections of five frames
17:58:18 Found Interlace Sections: 0 0.00%
17:58:18 Found Progressive Sections:32 100.00%
17:58:18 Found Telecined Sections: 0 0.00%
17:58:18 Found Zero Mov: 100.00% 32
17:58:18 Found One Mov: 0.00% 0
17:58:18 Found Two Mov: 0.00% 0
17:58:18 Found Three Mov: 0.00% 0
17:58:18 Found Four Mov: 0.00% 0
17:58:18 Found Five Mov: 0.00% 0
17:58:18 The Movie is declared to progressive
17:58:18 Encoding E:\zTemp\temp\ to WAV , as pre-process to WMV
17:58:49 Encoded 1' Audio Track: 215917776 bytes
17:58:49 WMV CMD: cscript.exe "C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\encoder\WMCmd.vbs" -input "E:\zTemp\temp\movie.avs" -output "E:\zTemp\temp\movie.wmv" -v_codec WMV9 -v_mode 4 -v_bitrate 212202976 -s_config "E:\zTemp\temp\wmv_crb" -v_preset fast -v_buffer 10000 -v_performance 40 -a_input "E:\zTemp\temp\audio.wav" -a_codec WMASTD -a_mode 1 -title "18 - Blank Headed Eagle" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.92a" -a_setting 96_44_2
17:58:54 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
17:58:54 Switched to FFmpeg for Video Encoding!
17:58:54 Fished FFmpeg Encoding!
17:58:54 Final Muxed size: -1 bytes
17:58:54 Encoding finished: 00:02:37 elapsed time
17:58:54 -----------------------------------------------------------------------
17:58:54 Script AutoCrop.log
17:58:54 -----------------------------------------------------------------------
17:58:54 Script Resmovie.avs
17:58:54 -----------------------------------------------------------------------
17:58:54 Script movie.avs
17:58:54
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\AddGrain.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\autocrop.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\aWarpSharp(Pruned).dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\blockbuster.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\cnr2.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\ColorMatrix.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\Convolution3D.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\corrector.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\DctFilter.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\Decomb.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\Deen.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\degrainmedian.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\DGDecode.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\EEDI2.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\FFMpegSource.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\FFT3DFilter.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\FluxSmooth.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\frfun7.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\hqdn3d.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\LeakKernelDeint.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\MaskTools.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\medianblur.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\MipSmooth.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\MSharpen.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\mt_masktools.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\mvtools.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\NicAudio.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\RemoveGrainS.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\RepairS.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\SangNom.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\SimpleResize.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\SoundOut.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\TBilateral.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\TDeint.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\TIVTC.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\TomsMoComp.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\TTempSmooth.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\UnDot.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\UnFilter.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\VSFilter.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\warpsharp.dll")
17:58:54 #loadpluginstart
17:58:54
17:58:54 #test1
17:58:54
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\BlindDeHalo3_mt2.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\Deblock_QED_MT2.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\HybridFuPP.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\LanczosPlus.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\Lem.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\LimitedSharpenFaster.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\MCBob_v03c.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\mvbob.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\QMlib.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\seesaw.avsi")
17:58:54 Import("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\spresso.avsi")
17:58:54 #importstart
17:58:54
17:58:54 #test2
17:58:54
17:58:54 movie = avisource("E:\Video\TV\Adventures of Sonic the Hedgehog\18 - Blank Headed Eagle.avi",audio=false)
17:58:54 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
17:58:54 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
17:58:54 function getOrder(clip c) {
17:58:54 order = GetParity(c) ? 1 : 0
17:58:54 Return order }
17:58:54 #filter1start
17:58:54
17:58:54 #test3
17:58:54
17:58:54 last = movie
17:58:54 crop(0,0,-0,-0)
17:58:54 #resizestart
17:58:54
17:58:54 #test4
17:58:54
17:58:54 SimpleResize(320,240)
17:58:54 #filter2start
17:58:54
17:58:54 #test5
17:58:54
17:58:54 -----------------------------------------------------------------------
17:58:54 Script mkvmaudio.avs
17:58:54
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\NicAudio.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\SoundOut.dll")
17:58:54 LoadPlugin("C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\filter\FFmpegSource.dll")
17:58:54 DirectShowSource("E:\Video\TV\Adventures of Sonic the Hedgehog\18 - Blank Headed Eagle.avi",fps=24.999624,convertfps=true,video=false)
17:58:54 #Applying STEREO downmixing routines
17:58:54 function stereo(clip a)
17:58:54 {
17:58:54 flr = GetChannel(a, 1, 2)
17:58:54 fcc = GetChannel(a, 3)
17:58:54 lfe = GetChannel(a, 4)
17:58:54 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
17:58:54 mix = MergeChannels(lfc, lfc)
17:58:54 lrc = MixAudio(flr, mix, 0.2929, 1.0)
17:58:54 blr = GetChannel(a, 5, 6)
17:58:54 Return MixAudio(lrc, blr, 1.0, 0.2929)
17:58:54 }
17:58:54 #
17:58:54 6==Audiochannels() ? stereo() : last
17:58:54 function addvideo(clip c) {
17:58:54 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
17:58:54 Return audiodub(last,c)
17:58:54 }
17:58:54 Normalize()
17:58:54 ConvertAudioTo16bit()
17:58:54 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
17:58:54 -----------------------------------------------------------------------
17:58:54 Script mkvmaudio.bat
17:58:54 -----------------------------------------------------------------------
17:58:54 Script mkvmaudio2.avs
17:58:54 -----------------------------------------------------------------------
17:58:54 Script mkvmaudio2.bat
17:58:54 -----------------------------------------------------------------------
17:58:54 Script wmv.log
17:58:54
17:58:54 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -


I also tried specifying the bitrate at 768kbps or setting the output size to no avail.

Atak_Snajpera
28th November 2007, 23:29
Use iPod profile

Espio
29th November 2007, 01:12
Thanks, that worked. I tried your program, as well, which also worked with the iPod profile.

modifiedbears
29th November 2007, 02:47
the audio decoding (ffdshow audio settings) must output 5.1, and no downmix or appling Volume filter

BHH

I haven't changed anything in the settings other than the 5.1 for the audio decoding. I don't know what else I need to change or where to do it.

Bladeforce
29th November 2007, 12:53
Hi I'm converting a HD source into Xvid and it seems my Xvid crashes every time i encode.
Now according to mkvextract my audio source is a regular dts file which isnt a problem but the video is "MPEG4/ISO/AVC" is AutoMKV capable of doing this type of video into Xvid.
This may sound like a stupid question but please bear with me :)
Thank you

oneaaron
29th November 2007, 15:51
Hi everyone, I have used automkv a little before and had a good deal of success but I am trying to encode a DVD to WVC1_2_pass_best.xml the error I’m getting is this..

“Title: VIDEO_TS
Year: 2007
Copyright: Done with AutoMKV! 0.92

Warning: Encoder failed to retrieve duration attribute from source plug-in.
Trying alternate method now................................”

Has anyone see this error before? I have done the same movie with XviD and it completes but I have audio sink issues.

weaver4
29th November 2007, 18:20
Use iPod profile

I'm confused, when you use the iPod profile the Zune software needs to transcode it to wmv before it syncs it to the unit; right? According to the specification above "Zune software will transcode HD H.264 files at device sync" it will not download H264 directly.

I have a Zune 30 and after the latest firmware upgrade the single pass Zune profile no longer works for me. It will download the file made by AutoMKV but when it plays it will not play without long, long pauses while it is playing.

weaver4
29th November 2007, 18:33
Espio: See this statement in your log file?

WMV CMD: cscript.exe "C:\Documents and Settings\Teapo\My Documents\Video & Audio Utilities\AutoMKV 0.92a\exe\encoder\WMCmd.vbs" -input "E:\zTemp\temp\movie.avs" -output "E:\zTemp\temp\movie.wmv" -v_codec WMV9 -v_mode 4 -v_bitrate 212202976 -s_config "E:\zTemp\temp\wmv_crb" -v_preset fast -v_buffer 10000 -v_performance 40 -a_input "E:\zTemp\temp\audio.wav" -a_codec WMASTD -a_mode 1 -title "18 - Blank Headed Eagle" -log wmv.log -year 2007 -copyright "Done with AutoMKV! 0.92a" -a_setting 96_44_2

This line is the line with problem in it because if gives the length of -1 when it is done.

I have had a problem before with AutoMKV handling periods correctly in command lines. You might want to try changing your path from AutoMKV 0.92a to AutoMKV 0-92a and see if that helps.

buzzqw
29th November 2007, 21:52
@Espio

BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!

make sure you have installed all required software, expecially wmvencoder

also weaver4 suggestion is to keep

@Bladeforce
you must force directshow use
in advanced settings check "DSS for video"

@oneaaron
Warning: Encoder failed to retrieve duration attribute from source plug-in.
this message is normal. wmcmd.vbs is unable to get correct time from avs script

I have done the same movie with XviD and it completes but I have audio sink issues.
usually is due to bad rip. is delay constant or will slowly increase this delay ?

@weaver4
thanks!

BHH

delacroixp
30th November 2007, 01:56
UPDATE 0.92a AutoMKV 0.92 a (http://www.64k.it/andres/data/a/AutoMKV092a.exe)
FIXED: Wrong reported size of demuxed wav audio file
FIXED: Hardcoded subtitle wasn't working (thansk to jellyfish2002)
ADDED: "Allow AVS check" to Save Configuration in Advanced Setting (suggestion by delacroix)
ADDED: "Allow x264 Stats" to Save Configuration in Advanced Setting (suggestion by delacroix)
ADDED: "Hide Subtitle" to Save Configuration in Advanced Setting (suggestion by delacroix)


I have the memory of a goldfish so I'm thrilled to leave some of the memory-work to the computer... that's what they do best !!!


VirtualDubMod crashed twice on me last night and while the audio was complete... I had to manually respond...
only many hours later when I finally noticed the hiccup...
The fact that I'm working on a PC with multiple (family)desktops running simultaneously may go a long way to explaining the problem.

My assembler (http://searchdatacenter.techtarget.com/sDefinition/0,,sid80_gci211604,00.html) is somewhat limited to the Motorola 68000 (http://burks.brighton.ac.uk/burks/foldoc/81/75.htm) but it looks like a data MOVE from hex 8b4104 to ecx+04 caused a memory violation !!!


VirtualDub crash report -- build 2542 (release)
--------------------------------------

Disassembly:
01464280: 5e pop esi
01464281: 0453 add al, 53
01464283: ff1568605001 call dword ptr [01506068]
01464289: 833b00 cmp dword ptr [ebx], 00
0146428c: 5b pop ebx
0146428d: 750b jnz 0146429a
0146428f: 8b06 mov eax, [esi]
01464291: 8b5018 mov edx, [eax+18]
01464294: 6a01 push 01
01464296: 8bce mov ecx, esi
01464298: ffd2 call edx
0146429a: 5e pop esi
0146429b: 8b4500 mov eax, [ebp+00]
0146429e: 8907 mov [edi], eax
014642a0: 8b4d04 mov ecx, [ebp+04]
014642a3: 894f04 mov [edi+04], ecx
014642a6: 8bc7 mov eax, edi
014642a8: 5f pop edi
014642a9: 5d pop ebp
014642aa: c20400 ret 0004
014642ad: cc int 3
014642ae: cc int 3
014642af: cc int 3
014642b0: f644240401 test [esp+04], 01
014642b5: 56 push esi
014642b6: 8bf1 mov esi, ecx
014642b8: c706b0645001 mov dword ptr [esi], 015064b0
014642be: 7409 jz 014642c9
014642c0: 56 push esi
014642c1: e86a3c0800 call 014e7f30
014642c6: 83c404 add esp, 04
014642c9: 8bc6 mov eax, esi
014642cb: 5e pop esi
014642cc: c20400 ret 0004
014642cf: cc int 3
014642d0: 6683790463 cmp word ptr [ecx+04], 63
014642d5: 7525 jnz 014642fc
014642d7: 56 push esi
014642d8: 8b7108 mov esi, [ecx+08]
014642db: 85f6 test esi, esi
014642dd: 741c jz 014642fb
014642df: 57 push edi
014642e0: 8d7e04 lea edi, [esi+04]
014642e3: 57 push edi
014642e4: ff1568605001 call dword ptr [01506068]
014642ea: 833f00 cmp dword ptr [edi], 00
014642ed: 5f pop edi
014642ee: 750b jnz 014642fb
014642f0: 8b06 mov eax, [esi]
014642f2: 8b5018 mov edx, [eax+18]
014642f5: 6a01 push 01
014642f7: 8bce mov ecx, esi
014642f9: ffd2 call edx
014642fb: 5e pop esi
014642fc: c3 ret
014642fd: cc int 3
014642fe: cc int 3
014642ff: cc int 3
01464300: 8b4104 mov eax, [ecx+04]
01464303: 56 push esi
01464304: 8b7004 mov esi, [eax+04] <-- FAULT
01464307: 807e1900 cmp byte ptr [esi+19], 00
0146430b: 57 push edi
0146430c: 8bf8 mov edi, eax
0146430e: 752a jnz 0146433a
01464310: 53 push ebx
01464311: 8b5c2410 mov ebx, [esp+10]
01464315: 8b03 mov eax, [ebx]
01464317: 8b4e0c mov ecx, [esi+0c]
0146431a: 50 push eax
0146431b: 51 push ecx
0146431c: e8cb450800 call 014e88ec
01464321: 83c408 add esp, 08
01464324: 85c0 test eax, eax
01464326: 7d05 jge 0146432d
01464328: 8b7608 mov esi, [esi+08]
0146432b: eb04 jmp 01464331
0146432d: 8bfe mov edi, esi
0146432f: 8b36 mov esi, [esi]
01464331: 807e1900 cmp byte ptr [esi+19], 00
01464335: 74de jz 01464315
01464337: 8bc7 mov eax, edi
01464339: 5b pop ebx
0146433a: 5f pop edi
0146433b: 5e pop esi
0146433c: c20400 ret 0004
0146433f: cc int 3
01464340: 8b542404 mov edx, [esp+04]
01464344: 8b4208 mov eax, [edx+08]
01464347: 56 push esi
01464348: 8b30 mov esi, [eax]
0146434a: 897208 mov [edx+08], esi
0146434d: 8b30 mov esi, [eax]
0146434f: 807e1900 cmp byte ptr [esi+19], 00
01464353: 7503 jnz 01464358
01464355: 895604 mov [esi+04], edx
01464358: 8b7204 mov esi, [edx+04]
0146435b: 897004 mov [eax+04], esi
0146435e: 8b4904 mov ecx, [ecx+04]
01464361: 3b5104 cmp edx, [ecx+04]
01464364: 5e pop esi
01464365: 750b jnz 01464372
01464367: 894104 mov [ecx+04], eax
0146436a: 8910 mov [eax], edx
0146436c: 894204 mov [edx+04], eax
0146436f: c20400 ret 0004
01464372: 8b4a04 mov ecx, [edx+04]
01464375: 3b11 cmp edx, [ecx]
01464377: 750a jnz 01464383
01464379: 8901 mov [ecx], eax
0146437b: 8910 mov [eax], edx
0146437d: 894204 mov [edx+04], eax

Windows 5.1 (Windows XP build 2600) [Service Pack 2]

EAX = 00000000
EBX = 01014918
ECX = 01014968
EDX = 01d6ff2c
EBP = 01d6ff2c
DS:ESI = 0023:00000008
ES:EDI = 0023:01014968
SS:ESP = 0023:01d6fec4
CS:EIP = 001b:01464304
FS = 003b
GS = 0000
EFLAGS = 00010202
FPUCW = ffff027f
FPUTW = ffffffff

MM0 = 0000000000000000
MM1 = 01012af001629768
MM2 = 0000000001508c55
MM3 = 0000008b00000000
MM4 = 0000008b01757fa8
MM5 = 0000000000000000
MM6 = 0000000d7c910732
MM7 = 01757d0c00000000

Crash reason: Access Violation

Crash context:
An out-of-bounds memory access (access violation) occurred in module 'SoundOut'.

Thread traces:

Thread 000004d8 (Main thread)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(344)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(387)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(414)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(474)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\FilterSystem.cpp(429)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(484)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\FilterSystem.cpp(569)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(493)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(499)
C:\Dvpt\VDub_1.5.x\VirtualDubMod15\VirtualDub\source\Init.cpp(504)

Thread call stack:01464304: SoundOut!00004304
01465433: SoundOut!00005433
7c801898: kernel32!ReadFile [7c800000+180e+8a]
0146e075: SoundOut!_AvisynthPluginInit2@4 [01460000+6b40+7535]
0146e0a3: SoundOut!_AvisynthPluginInit2@4 [01460000+6b40+7563]
0146e219: SoundOut!_AvisynthPluginInit2@4 [01460000+6b40+76d9]
7c80b683: kernel32!GetModuleFileNameA [7c800000+b4cf+1b4]

-- End of report



:):devil::D
Pascal

buzzqw
30th November 2007, 08:06
@delacroixp

i never meet assembler in my life.. well i meet it.. but we aren't intimate ( i never done, in my several school years, programming lesson. I came from businees & economic degree)

vdub crashed on soundout usually when there are some glitch on audio track.. like crc fails (caused by bad rip...)
you can look at log made by delaycut.. maybe you will find some interesting lines

BHH

jellyfish2002
30th November 2007, 13:35
@ jellyfish2002
If you choose [CODE] wrap instead of wrap ... your post will be very much shorter...

Keep it pretty... make pretty posts... lol !!!


:):devil::D
Pascal


okie I take note :p

jellyfish2002
30th November 2007, 13:42
Buzz need some help here.

Due to character limitation, kindly look at the attachment instead.

7823

7824

buzzqw
30th November 2007, 14:35
@jellyfish2002
seems that your english subtitle isn't existing.. or isn't the first subs (maybe due to ripping ?)

please try selecting RIP ALL SUBS

BHH

delacroixp
30th November 2007, 15:12
Buzz need some help here.
7823
7824
Did you get any parsing error during the subtitle-VSRip...
It looks like you're encoding from an IFO-mode ripped movie (as opposed to an ISO or directly from a DVD)...
C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_0.IFO

I prefer to encode from an ISO if subtitles are important.

I use DVD Decrypter and while PGC rips work flawlessly most of the time...
many times the subtitles fail or DGIndex (http://forum.doom9.org/showthread.php?p=1067649#post1067649) only recognizes part of the rip...


:):devil::D
Pascal

Zow
30th November 2007, 19:36
I am finding that some DVDs, often older ones, look much worse when converted to H.264, than the original Video_ts files. There is a lot of jaggies and some choppiness at times. I am viewing on a fairly large screen.

Would changing setting help (and what to change,) or is it something inherent in the compression process?

delacroixp
30th November 2007, 20:29
I am finding that some DVDs, often older ones, look much worse when converted to H.264, than the original Video_ts files. There is a lot of jaggies and some choppiness at times. I am viewing on a fairly large screen.

Would changing setting help (and what to change,) or is it something inherent in the compression process?
I am finding that X264 excels at the newer stuff while Mpeg2 does really well with B&W...

Don't expect X264 to compress everything equally well...
If you use quality-based encoding... expect some movies to be relatively larger than normal.
If you use filesize encoding... expect to allow larger files for certain, unusual movies.

I generally encode at 'a width of 868 (PAL 16:9)' with CQ-Q18 but older material is often happy with less of both...


:):devil::D
Pascal

buzzqw
30th November 2007, 20:34
also.. about "jaggiesand some choppiness" make sure that movie is correctly deinterlaced

BHH

Poopoo
30th November 2007, 21:38
Hi, I'm testing this program for a few weeks, all versions, including the latest .92a have this problem.

Whenever I want to convert a some gigabytes big .VOB file into a 1CD Xvid AVI file, AutoMKV always passes bitrate 730 to the xvid_encraw.exe, in both passes.

Any idea why this happens with every VOB i feed it ? :stupid:

buzzqw
30th November 2007, 22:44
@Poopoo

First of all Welcome to the Forum

AutoMKV always passes bitrate 730 to the xvid_encraw.exe

delete automkv.ini
and check in advanced settings if is checked "Specify bitrate"

BHH

Poopoo
1st December 2007, 00:09
@Poopoo

First of all Welcome to the Forum



delete automkv.ini
and check in advanced settings if is checked "Specify bitrate"

BHH
Hi buzzqw,

I have no automkv.ini anywhere on my system :scared:
"Specify bitrate" = unchecked.

icrf
1st December 2007, 01:51
I finally did get that shiney new iPod 160 GB Classic last night, so of course it's time to see how it plays video. Well, turns out, plays video just fine, but there's no audio. It's 320 px wide x264 with stereo AAC in an MP4 container made with the iPod profile. It plays just fine in VLC. I move it over with ml_ipod through Winamp (the iPod thinks it's a music video from some unnamed artist) and the iPod plays the video pretty as ever. Just silently.

A little googling turned up this post (http://discussions.apple.com/thread.jspa?messageID=5959956), which says the iPod won't play muxed audio and video. My knowlege is apparently not very good, as I have no idea how it could be anything but muxed. A little more searching makes it sound like mp4box just needs a -ipod switch to make an ipod-compatible output file. Checking muxing.bat, I see just that, so the file was made as proper as I think it needs to be. Any ideas on what exactly the iPod is expecting?

delacroixp
1st December 2007, 03:47
I have no automkv.ini anywhere on my system :scared:

Check your AutoMKV folder... when it doesn't exist AutoMKV creates it !!!
Any personal profiles saved in Advanced Settings are also saved as Profile.ini ...


:):devil::D
Pascal

Poopoo
1st December 2007, 04:02
I have no automkv.ini anywhere on my system :scared:
:sly:

buzzqw
1st December 2007, 09:16
@Poopoo
could you please post the log of one of this "fixed" encoding ?

@icrf
Is using APPLE/IPOD profile please update MP4Box to this version http://kurtnoise.free.fr/mp4tools/MP4Box-0.4.5-dev.zip
Unzip into \exe\matroska folder (overwriting previus mp4box)

Let me know if resolv :)

@delacroixp
AutoMKV creates automen.ini only when Save Setting is clicked

BHH

icrf
1st December 2007, 14:31
No love. I found a sample (http://a248.e.akamai.net/7/248/51/3028921187796478/www.info.apple.com/images/kbase/302892/sample_iPod.m4v.zip) video on apple's site and transferred it over. That video plays fine. I checked MediaInfo between that and what AutoMKV gave me (screenshot (http://lorax3.dyndns.org:15609/MediaInfo_iPod.png)). The only major differences that jump out at me is the inclusion of chapter and VBR versus CBR audio. I ran mp4box without the chapters, and that doesn't play with audio, either.

The CBR audio is a little stranger. Best I can tell, the audio is CBR. mkvmaudio_aac1.bat ends with "--cbr 114688" and dragging the .aac file it generates over to MediaInfo shows it as CBR. I'm not sure where AutoMKV moves audio.aac to audio.mp4, but the audio.mp4 shows as VBR. I tried muxing the .aac with mp4box and the final output still shows as VBR.

Now there's a lot of other things different between the videos. Aspect, resolution, framerate, bitrate, etc, so I hate to fixate on the audio, but it's something I'm having trouble duplicating. Any ideas?

weaver4
1st December 2007, 14:35
I have not been using AutoMKV to do Constant Quality Xvids because of the huge file size for the results, for example here is a movie done with several tools and the final file size. These are all constant quality with a quantizer of 3.

Avi.Net - 1.9G
StaxRip - 1.95G
AutoGK - 2.1G
AutoMKV - 2.8G

So I changed <BQuantOffset> from 0 to 100 and the size of AutoMKV went from 2.8G to 2.6G still much bigger than the others.

So then I went in to change the Matrix back to conventional H263 matrix but I could not find it. So I ended up changing the Matrix from the Didees SixOfNine-HVS.cqm matrix to XviD-ffvfw default.cqm and the file size went from 2.6G to 1.9G. 1.9G is much more like it!

Is the SixOfNine matrix really that good that it should be worth a 30-40% filesize increase? I don't think so. Is the H263 matrix called something else, or is it not a allowed selection?

Lastly I found that I could not make a copy of the Constant Quality profile and give it another name and use it. Apparently if you want to use constant quality the profile must have a specific file name.

buzzqw
1st December 2007, 14:54
update to 0.92b http://www.64k.it/andres/data/a/AutoMKV092b.exe

FIXED: now every profile that have "_CQ_" in name (without quotes, but capitalized) will trigger the Constant Quality window

NOTE: i have upgrade my compiler to one with better compatibility with Vista.. so any Vista users pay attention

@icrf

automkv will mux audio.aac in audio.mp4 with this simple line:
mp4box -add audio.aac audio.mp4

please try manual muxing .. like this command line (change fps and path)

mp4box -add c:\movie.mp4 -add c:\audio.aac -fps 25 -ipod filmipod.mp4

@weaver4
Is the H263 matrix called something else, or is it not a allowed selection?
the name is ... XviD-ffvfw default.cqm so yes :) you have chosen the right one!

BHH

icrf
1st December 2007, 15:49
That's pretty much what I did, though I tried again, dropping the :par= and :lang= from the video and audio streams. The fps in the generated .bat is 29.97 where the video stream has been IVTC'd back to 23.976. Changing that didn't seem to change anything, either.

I'm going to play around with a few other things and see if I can't narrow down exactly what's going on.

buzzqw
1st December 2007, 15:56
@icrf

let me know if you track down the problem!

i would like to solve it even in automkv!

thanks

BHH

delacroixp
1st December 2007, 17:02
I have not been using AutoMKV to do Constant Quality Xvids because of the huge file size for the results, for example here is a movie done with several tools and the final file size. These are all constant quality with a quantizer of 3.

Avi.Net - 1.9G
StaxRip - 1.95G
AutoGK - 2.1G
AutoMKV - 2.8G

So I changed <BQuantOffset> from 0 to 100 and the size of AutoMKV went from 2.8G to 2.6G still much bigger than the others.

I ended up changing the Matrix... and the file size went from 2.6G to 1.9G.
1.9G is much more like it!

Is the SixOfNine matrix really that good that it should be worth a 30-40% filesize increase?
I don't think so.

Do you find that the 1.9 GB Avi.Net encode has, in fact, more quality than the 2.8 GB AutoMKV encode...
I gather that you choose the CQ profile for the very reason that it's consistently constant.
CQ doesn't make infinitely small files... you get what you pay for.
You can still adjust your quantizer so that you get a more reasonably small file.

Not all movies are equal.
Perhaps AutoMKV has judged that this particular movie needs more bitrate to maintain the correct level of quality.
I've got nothing against Avi.Net, StaxRip and AutoGK but perhaps they're trying to sell you Q3 at Q4 filesizes :rolleyes: .
I don't generally use filters (except Lanczos resize) but I recently tried RemoveGrain and my encode was dramatically smaller than a standard Q18 equivalent.
The quality wasn't superior... and so I'm sticking with larger files until I know better !

You can't expect miracles... you're getting all the quality that a 2.8 GB file can deliver (perhaps more) !!!


:):devil::D
Pascal

weaver4
1st December 2007, 18:37
I could not tell a difference actually. If I wanted a better picture I would change the quantizer to 2.5 or 2 and probably still get smaller files.

I talked to the author of avi.net who was considering changing the matrix for avi.net and he said he could not any improvement worth the 40% larger file size.

But if I now can make my own profile with the Matrix I want in it I am happy, thanks buzzqw.

delacroixp
1st December 2007, 19:11
I'm trying to convert 6-channel-DTS audio to 6-ch-MP4 using BeSweet (BeSweet GUI)...

It complained about "missing AzidDTS.exe".
I eventually found AziDTS.exe but my encode crashes on startup.
"CreateFilter: Failed to create filter !"

How does AutoMKV convert DTS files... Are there any files that I could use ?


:):devil::D
Pascal

delacroixp
1st December 2007, 19:19
I could not tell a difference actually.
If I wanted a better picture I would change the quantizer to 2.5 or 2 and probably still get smaller files.

A quantizer of 2 or 2.5 is hardly worth your while unless you plan to upscale quite a bit, on playback.
In which case, the extra bitrate may go a long way in easing the pain...

I know you want to do the right thing and control the process... but
Have you tried Q4 with AutoMKV (as is) ?


:):devil::D
Pascal

machser
1st December 2007, 19:20
Is it possible to define an area which frames to encode for testing settings ? Let's say i want to encode from frame 1000 to frame 2000.

MichaelAnders
1st December 2007, 19:25
buzzqw: I always keep two languages of a movie (english and german). I always choose that first language be german, and second english. However, in 80% of all cases the order will be reversed. Although muxing.bat shows DEU as 1st language, then ENG, the AC3 audio stream is the wrong one. So I always need to fix this manually (and do the chapters.txt issue you have on the list ;) ), and then it works fine.

What info do you need to fix this bug?

buzzqw
1st December 2007, 20:04
@delacroixp

How does AutoMKV convert DTS files... Are there any files that I could use ?

automkv use avisynth for processing audio, using a combination of nicaudiosource plugin and soundout plugin
the nicaudio is able to decode ac3/dts/wav/mp3/mp2 and soundout can pipe to other encoder (or encode in mp3/flaac/mp2/ogg/ac3..)

@machser
much depend on what is your source BUT there is a working solution. In advanced settings check "last line avs script" and here write trim(1000,2000) for example
please not that audio is fully encoded... so better to not encode it

@MichaelAnders
could you mail me a log and the IFO of this wrong muxing ?

BHH

artisticcheese
1st December 2007, 21:54
Hi,

I usually convert MKV files into XVID AVI files with "Copy Original" seleted for audio track which copies AC3 sound to AVI file. My network player does not support AVI files larger then 2 GBs and I have to split files.
Option to copy AC3 into WMV file is missing, I would guess becouse WMV audio does not support it or something. My question is how can I transfer AC3 5.1 audio from original MKV file while encoding into WMV? Is it possible at all?

Thanks,
G

buzzqw
1st December 2007, 22:49
afaik there isn't command line tools able to mux ac3 in wmv
even more i don't know if is possible at all
maybe is possible ot mux in asf.. but in wmv .. don't know

BHH

weaver4
2nd December 2007, 00:53
A quantizer of 2 or 2.5 is hardly worth your while unless you plan to upscale quite a bit, on playback.
In which case, the extra bitrate may go a long way in easing the pain...

I know you want to do the right thing and control the process... but
Have you tried Q4 with AutoMKV (as is) ?


:):devil::D
Pascal

Yeah, I normally use Q3 with XviD and I think it looks great on my setup. I generally set the width to 640. But it also looks great with the files that are generated by avi.net, staxrip and autogk using Q3 and they are much smaller. But, I will try Q4 on AutoMKV and see how it compares.

machser
2nd December 2007, 02:08
@machser
much depend on what is your source BUT there is a working solution. In advanced settings check "last line avs script" and here write trim(1000,2000) for example
please not that audio is fully encoded... so better to not encode it


well, the source would be an ifo with its depending vob files. I tried it and it worked as you described...would it be possible to add this by adding a tick box (on/off) and two text fields (defines from-to frames) or so ?

Would it be possible to integrate that feature with a tick box (on/o
How do you others do your settings tests with AutoMKV ? Always full encoding ??

dlflannery
2nd December 2007, 04:02
I'm encoding a 2.5 min mpeg2 test clip. When I choose the 2-pass balanced MKV/X264 profile the encoding is good.

However if I choose either 1-pass fastest or one pass high performance, the video plays at about half normal speed (the audio sounds correct).

The two-pass encoding takes about 4X video length for encoding time. I have a simple batch file that sources the mpeg2 through dgindex and a simple AVS script into ffmpeg to generate an Xvid/Avi. This encoding takes about 0.6X video length and I can't see much difference in video quality between the X264 and and Xvid. :confused:

Thus unless I can get the faster (1-pass) profiles to work, I have little incentive to use MKV/H264 ( and this bothers me because I know that's the more advanced codec/container! :rolleyes:)

Any ideas? And thanks!

Edit: Well I can't blame the problems on the encoded 1-pass files. They play correctly in VLC player. Before, I was playing them by serving them back to my TV through my TiVo using pyTivo transcoding server (http://pytivo.armooo.net/). pyTivo uses ffmpeg to transcode the files back to tivo-compatible mpeg2 and stream them to the tivo. Apparently there is something different about the 1-pass files that ffmpeg does not handle. I've tried two recent versions of ffmpeg, r10464 and r10908. Both have the same problem with the one-pass files.

buzzqw
2nd December 2007, 08:31
@machser

you can try using the preview window in advanced settings
there are the possibility to trim even here

anyway remember that automkv is an encoding gui

my preferred way to test some encoding it to manually do the d2v, by selecting in dgindex a portion of vobs, then feed automkv with this d2v

@dlflannery
i use this build
http://sourceforge.net/project/showfiles.php?group_id=205275&package_id=248632&release_id=554974

BHH

dlflannery
2nd December 2007, 09:47
@machser
.......
@dlflannery
i use this build
http://sourceforge.net/project/showfiles.php?group_id=205275&package_id=248632&release_id=554974

BHH
I tried this build with pyTivo and it didn't fix the problem.

Any version of ffmpeg I use gives these warning messages:

FFmpeg version Sherpya-r11050, Copyright (c) 2000-2007 Fabrice Bellard, et al.
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 51.19.0
built on Nov 18 2007 09:00:58, gcc: 4.2.1 [Sherpya]
[matroska @ 00B5EA58]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 00B5EA58]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 00B5EA58]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 00B5EA58]Unknown entry 0x73a4 in info header
[matroska @ 00B5EA58]Unknown track header entry 0x55aa - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0x23314f - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0x55ee - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0xaa - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0x55aa - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0x23314f - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0x55ee - ignoring
[matroska @ 00B5EA58]Unknown track header entry 0xaa - ignoring
Input #0, matroska, from 'C:\Video\pyTivoVideos/BF1passFastest.mkv':
Duration: 00:02:30.5, start: 0.000000, bitrate: N/A
Stream #0.0: Video: h264, yuv420p, 640x480 [PAR 237:233 DAR 316:233], 29.97
tb(r)
Stream #0.1: Audio: mpeg4aac, 48000 Hz, stereo
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 544x480 [PAR 20:17 DAR 4:3], q=2-31
, 4096 kb/s, 29.97 tb(c)
Stream #0.1: Audio: mp2, 44100 Hz, stereo, 192 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding

I also noticed:

1. The download package you gave says it is r11071 but the program says r11050 when it runs (see above).

2. The ffmpeg you distribute with AutoMKV is r99xx (can't remember the xx numbers).

3. The download links to AutoMKV 0.92 actually download the identical package to 0.91 (is that intended?).

I don't know if the ffmpeg warnings are a clue to a problem but the 2-pass MKV/H264 video that transcodes correctly also gives the exact same warnings. :confused:

I see the input/output audio sampling rates are different. Wonder if that could trigger the problem?

Do you think I should report this on the ffmpeg bug list?

buzzqw
2nd December 2007, 10:50
you can safely ignore that messages while decoding
it's ffmpeg not able to parse correctly the header of mkv
not a big problem

2. The ffmpeg you distribute with AutoMKV is r99xx (can't remember the xx numbers).
automkv use ffmpeg only for decoding audio files to wav, so the build it's not much important

The download links to AutoMKV 0.92 actually download the identical package to 0.91 (is that intended?).
the 0.92 isn't a full package but a simple update , so download the full 0.91 and then update to 0.92b

I don't know if the ffmpeg warnings are a clue to a problem but the 2-pass MKV/H264 video that transcodes correctly also gives the exact same warnings.
ffmpeg should give the same messages for 1 pass or 2 passes encoding...

anyway you can bug the mailing list of ffmpeg.. but don't be so impatient of valids answer ;)

BHH

dlflannery
2nd December 2007, 11:06
......
anyway you can bug the mailing list of ffmpeg.. but don't be so impatient of valids answer ;)
BHH
Yes, that's what I suspected! Maybe I'll just wait and hope they fix it. :cool:

My mpeg2 clip is at 2.7 Mbps. I'm encoding to 640x480 with 1050 kbps video bitrate. I don't see much difference between the 2-pass balanced MKV/X264 (AutoMKV) encoding and the Xvid that I do with my batch file (dgindex, AVS, ffmpeg). However the MKV/X264 takes at least four times as long to encode. How do I realize an advantage with X264, which is supposed to be superior?

Should I be able to encode the X264 at perhaps half the video bitrate (525 kbps) and get the same video quality as the Xvid at 1050 kbps -- or what?

EDIT: Think I just answered my own question. Made the 2-pass encoding at 525 kbps and the video quality was about equal to the Xvid encoding at 1050 kbps -- but the file size was cut in half, an important advantage since I'm archiving on HD. The encoding speed was a little faster than before too. (As you have guessed by now I'm not viewing this on a large HDTV! -- It's actually a rather mediocre quality 27" CRT TV, 4:3)

modifiedbears
2nd December 2007, 21:19
13:48:38 Starting ripping from F:\VIDEO_TS\ to D:\temp\
14:14:55 Finished Ripping
14:14:57 Dgindex CMD: E:\Program Files\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[D:\temp\DVD\VIDEO_TS\VTS_01_1.vob] -OF=[D:\temp\movie] -exit -minimize
14:17:26 D2V file size: 877334
14:17:26 Starting fixing audio delay on track number 1
14:17:26 DelayCut CMD: E:\Program Files\automkv\exe\dgindex\Delaycut.exe -auto -out "D:\temp\fixed1.ac3" "D:\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
14:17:26 Original 1 Audio Size: 392560896 bytes
14:17:34 Fixed 1' Audio Size: 392560896 bytes
14:17:34 Finished fixing audio delay
14:17:34 Renamed file fixed1.ac3 to audio.ac3
14:17:34 Encoded 1' Audio Track: 392560896 bytes
14:17:34 ForceFilm Detected: 99.800003% FILM found
14:17:39 Number of Frames: 210092
14:17:39 Framerate: 29.970030
14:17:39 Movie length in Seconds: 7011
14:17:39 Movie Width/Height: 720/480
14:17:39 DgIndex AR: 16:9
14:23:49 Source is declared tff by a margin of 357 to 2.
14:23:49 Advanced Deinterlace Routines Log
14:23:49 Analyzed 1879 sections of five frames
14:23:49 Found Interlace Sections: 24 1.28%
14:23:49 Found Progressive Sections:118 6.28%
14:23:49 Found Telecined Sections: 1737 92.44%
14:23:49 Found Zero Mov: 6.28% 118
14:23:49 Found One Mov: 1.28% 24
14:23:49 Found Two Mov: 92.44% 1737
14:23:49 Found Three Mov: 0.00% 0
14:23:49 Found Four Mov: 0.00% 0
14:23:49 Found Five Mov: 0.00% 0
14:23:49 The Movie is declared to telecined
14:23:49 Single Pass Encoding XviD: "E:\Program Files\automkv\exe\encoder\xvid_encraw.exe" -single -bitrate 1225 -max_bframes 0 -imax 16 -qpel -quality 4 -vhqmode 0 -pmax 16 -bmax 16 -bquant_ratio 100 -bquant_offset 0 -ostrength 0 -nopacked -nochromame -threads 0 -qmatrix "E:\Program Files\automkv\profiles\XviD-profiles\matrix\Didees SixOfNine.cqm" -i "D:\temp\movie.avs" -type 2 -avi "D:\temp\movie.avi"
14:23:58 Using VirtualDubMod for Muxing!

movie.avi isn't in my temp folder so virtualdub gives me an error.

buzzqw
2nd December 2007, 22:04
@modifiedbears

i need rest of log..

and opening movie.avs in virtualdub show any errors?

BHH

breadfan
2nd December 2007, 23:11
Hi!

I`m playing around with AutoMkv now for some weeks, and the only problem that is left for me with this really great tool is that the output file size is always too large. I tried 3 different movies to recode with x264 & muxing into mkv: first one had 5 GB and the second one had 5.5 GB, the third around 5GB, but I selected 1 DVDR !

Played around with "Auto adjust crf" and Custom %Comp Check, but no change. I think these options are only for auto resize and I want a fixed width of 1280

Here's the log:

14:57:25 0.92b - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
14:57:25 OS Version: Windows XP
14:57:25 Selected Input file: C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\The Descent - Abgrund des Grauens.ts
14:57:25 Selected Output dir: C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\
14:57:25 Selected Final Name: The Descent - Abgrund des Grauens
14:57:25 Selected Container type: MKV
14:57:25 Selected Encoder: X264
14:57:25 Selected Size: 1 DVD-R / 1
14:57:25 Selected Profile: 2_Pass_Better_Quality.xml
14:57:25 Selected Resizer: LanczosResize / 1280
14:57:25 Selected Filters: RemoveGrain(mode=2)
14:57:25 Selected Deinterlacer: AUTO
14:57:25 Selected Field Order: AUTO
14:57:25 Enabled CRF/CQ AutoRes at 18 value
14:57:25 Track Language 1: The Descent - Abgrund des Grauens.ts
14:57:25 Audio Codec 1: Nero AAC
14:57:25 Audio Quality 1: 0.70
14:57:25 Audio Channel 1: Original
14:57:25 Track Language 2: NONE
14:57:25 Audio Codec 2: Nero AAC
14:57:25 Enabled Use DirectShowSource for VIDEO
14:57:25 Enabled Use DirectShowSource for AUDIO
14:57:25 Advanced Audio Settings DUMP Track 1
14:57:25 Nero Option Profiles: AUTO --- Encoding Mode: Quality
14:57:25 CCT Option Profiles: AUTO --- Channel Options: AUTO
14:57:25 Lame Settings: ABR
14:57:25 Audio Normalization: 1
14:57:25 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
14:57:25
14:59:22 Number of Frames: 143040
14:59:22 Framerate: 25.000000
14:59:22 Movie length in Seconds: 5722
14:59:22 Movie Width/Height: 1920/1088
15:50:53 Source is declared tff by a margin of 55 to 64.
15:50:53 Advanced Deinterlace Routines Log
15:50:53 Analyzed 308 sections of five frames
15:50:53 Found Interlace Sections: 0 0.00%
15:50:53 Found Progressive Sections:308 100.00%
15:50:53 Found Telecined Sections: 0 0.00%
15:50:53 Found Zero Mov: 100.00% 308
15:50:53 Found One Mov: 0.00% 0
15:50:53 Found Two Mov: 0.00% 0
15:50:53 Found Three Mov: 0.00% 0
15:50:53 Found Four Mov: 0.00% 0
15:50:53 Found Five Mov: 0.00% 0
15:50:53 The Movie is declared to progressive
15:50:53 Encoding C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\ to NeroAAC with 0.70 quality
16:08:57 Encoded 1' Audio Track: 614205760 bytes
16:08:57 Starting X264
16:08:57 Command Line 1' Pass X264: C:\Programme\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 6559 --stats "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.avs"
16:08:57 Command Line 2' Pass X264: C:\Programme\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 6559 --stats "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 6 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --threads auto --thread-input --output "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.mp4" "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.avs"
18:17:26 Finished 1' Pass X264
21:59:43 Only Movie Size: 397627488 bytes
21:59:43 "C:\Programme\AutoMKV\exe\matroska\mkvmerge.exe" -o "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\The Descent - Abgrund des Grauens.mkv" --track-name -1:"The Descent - Abgrund des Grauens" --aspect-ratio 1:1.35 "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.mp4" --language -1:und --default-track -1:yes "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\audio.mp4" --title "Done with AutoMKV 0.92b http://forum.doom9.org/showthread.php?p=854221 "
22:14:29 Final Muxed size: 5307052032 bytes
22:14:29 Encoding finished: 03:57:03 elapsed time
22:14:29 -----------------------------------------------------------------------
22:14:29 Script AutoCrop.log
22:14:29
22:14:29 Crop(2,136,1916,808)
22:14:29 -----------------------------------------------------------------------
22:14:29 Script Resmovie.avs
22:14:29 -----------------------------------------------------------------------
22:14:29 Script movie.avs
22:14:29
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\AddGrain.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\autocrop.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\blockbuster.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\cnr2.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\ColorMatrix.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\Convolution3D.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\corrector.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\DctFilter.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\Decomb.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\Deen.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\degrainmedian.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\DGDecode.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\EEDI2.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\FFMpegSource.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\FFT3DFilter.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\FluxSmooth.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\frfun7.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\hqdn3d.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\LeakKernelDeint.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\MaskTools.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\medianblur.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\MipSmooth.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\MSharpen.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\mt_masktools.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\mvtools.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\NicAudio.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\RemoveGrainS.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\RepairS.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\SangNom.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\SimpleResize.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\SoundOut.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\TBilateral.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\TDeint.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\TIVTC.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\TomsMoComp.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\TTempSmooth.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\UnDot.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\UnFilter.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\VSFilter.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\warpsharp.dll")
22:14:29 #loadpluginstart
22:14:29
22:14:29 #test1
22:14:29
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\HybridFuPP.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\LanczosPlus.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\Lem.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\MCBob_v03c.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\mvbob.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\QMlib.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\seesaw.avsi")
22:14:29 Import("C:\Programme\AutoMKV\exe\filter\spresso.avsi")
22:14:29 #importstart
22:14:29
22:14:29 #test2
22:14:29
22:14:29 movie = directshowsource("C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\The Descent - Abgrund des Grauens.ts",fps=25.000000,convertfps=true,audio=false)
22:14:29 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
22:14:29 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
22:14:29 function getOrder(clip c) {
22:14:29 order = GetParity(c) ? 1 : 0
22:14:29 Return order }
22:14:29 #filter1start
22:14:29
22:14:29 #test3
22:14:29
22:14:29 #cropstart
22:14:29
22:14:29 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
22:14:29 fixed_aspect = 1
22:14:29 c_width = width(cropclip)
22:14:29 c_height = Round(height(cropclip) / fixed_aspect)
22:14:29 input_par = float(float(c_width)/float(c_height))
22:14:29 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
22:14:29 out_width = 1280
22:14:29 out_height = Round(float(out_width) / input_par)
22:14:29 hmod = out_height - (floor(out_height / 16 ) * 16)
22:14:29 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
22:14:29 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
22:14:29 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
22:14:29
22:14:29 #resizestart
22:14:29
22:14:29 #test4
22:14:29
22:14:29 LanczosResize(out_width,out_height)
22:14:29 #filter2start
22:14:29
22:14:29 #test5
22:14:29
22:14:29 RemoveGrain(mode=2)
22:14:29 -----------------------------------------------------------------------
22:14:29 Script mkvmaudio.avs
22:14:29
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\NicAudio.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\SoundOut.dll")
22:14:29 LoadPlugin("C:\Programme\AutoMKV\exe\filter\FFmpegSource.dll")
22:14:29 DirectShowSource("C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\The Descent - Abgrund des Grauens.ts")
22:14:29 #Applying ORIGINAL downmixing routines
22:14:29
22:14:29 function addvideo(clip c) {
22:14:29 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
22:14:29 Return audiodub(last,c)
22:14:29 }
22:14:29 Normalize()
22:14:29 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Programme\AutoMKV\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.70 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
22:14:29 -----------------------------------------------------------------------
22:14:29 Script mkvmaudio.bat
22:14:29 -----------------------------------------------------------------------
22:14:29 Script mkvmaudio2.avs
22:14:29 -----------------------------------------------------------------------
22:14:29 Script mkvmaudio2.bat
22:14:29
22:14:29 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Chris

buzzqw
3rd December 2007, 09:27
@breadfan

First of all Welcome to the Forum!

well spotted bug!

the bitrate don't compute the audio size. this problem only occur when dealing with TS files

could you please try this build and report back ? :thanks:

http://www.64k.it/andres/data/a/AutoMKV092c.exe

BHH

trott
3rd December 2007, 11:25
the "process this ifo" option is due to this case..


What would be the disadvantage of always using this option?

breadfan
3rd December 2007, 13:09
Wow thanks for your ultra-fast response. :-)

I will try the new version tonight, when I am back from work, and will report as soon as the recode has finished!

Thanks in advance...chris

@breadfan

First of all Welcome to the Forum!

well spotted bug!

the bitrate don't compute the audio size. this problem only occur when dealing with TS files

could you please try this build and report back ? :thanks:

http://www.64k.it/andres/data/a/AutoMKV092c.exe

BHH

buzzqw
3rd December 2007, 14:04
@trott

if you know what ifo to select, it's your option

normally automkv will select the biggest ifo, but in a multi vts dvd "process this ifo" is the right option

@breadfan

i will wait!

BHH

jellyfish2002
4th December 2007, 04:26
Trying to encode Umizaru, resultant file created was 10GB in size :confused:

19:10:23 Dgindex CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[C:\Users\Alpha\Desktop\VIDEO_TS\VTS_01_1.vob] -OF=[C:\Users\Alpha\Desktop\New_Folder\temp\movie] -exit -minimize
19:11:54 D2V file size: 1549100
19:11:54 Starting fixing audio delay on track number 1
19:11:54 DelayCut CMD: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\dgindex\Delaycut.exe -auto -out "C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3" "C:\Users\Alpha\Desktop\New_Folder\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
19:11:54 Original 1 Audio Size: 172609536 bytes
19:12:04 Fixed 1' Audio Size: 172609536 bytes
19:12:04 Finished fixing audio delay
19:12:04 Encoding C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3 to NeroAAC with 0.35 quality
19:19:44 Encoded 1' Audio Track: 83237360 bytes
19:19:47 Number of Frames: 215547
19:19:47 Framerate: 29.970030
19:19:47 Movie length in Seconds: 7193
19:19:47 Movie Width/Height: 720/480
19:19:47 DgIndex AR: 4:3
19:19:47 Starting X264
19:19:47 Command Line 1' Pass X264: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\encoder\x264.exe --pass 1 --bitrate 37187 --stats "C:\Users\Alpha\Desktop\New_Folder\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
19:19:47 Command Line 2' Pass X264: C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\encoder\x264.exe --pass 2 --bitrate 37187 --stats "C:\Users\Alpha\Desktop\New_Folder\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4" "C:\Users\Alpha\Desktop\New_Folder\temp\movie.avs"
21:36:02 Finished 1' Pass X264
03:30:23 Only Movie Size: 1887599232 bytes
03:30:23 "C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\matroska\MP4Box.exe" -add "C:\Users\Alpha\Desktop\New_Folder\temp\movie.mp4":par=1.367521 -chap "C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\chapters.txt" -add "C:\Users\Alpha\Desktop\New_Folder\temp\audio.mp4:lang=eng" -fps 29.9700 -new "C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0_full.mp4"
04:32:55 Final Muxed size: -1 bytes
04:32:55 Encoding finished: 06:56:53 elapsed time
04:32:55 -----------------------------------------------------------------------
04:32:55 Script AutoCrop.log
04:32:55
04:32:55 Crop(12,8,696,468)
04:32:55 -----------------------------------------------------------------------
04:32:55 Script Resmovie.avs
04:32:55 -----------------------------------------------------------------------
04:32:55 Script movie.avs
04:32:55
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\AddGrain.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\autocrop.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\aWarpSharp(Pruned).dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\blockbuster.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\cnr2.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\ColorMatrix.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Convolution3D.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\corrector.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\DctFilter.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Decomb.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Deen.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\degrainmedian.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\DGDecode.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\EEDI2.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFMpegSource.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFT3DFilter.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FluxSmooth.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\frfun7.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\hqdn3d.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LeakKernelDeint.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MaskTools.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\medianblur.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MipSmooth.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MSharpen.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mt_masktools.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mvtools.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\NicAudio.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\RemoveGrainS.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\RepairS.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SangNom.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SimpleResize.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SoundOut.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TBilateral.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TDeint.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TIVTC.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TomsMoComp.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\TTempSmooth.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\UnDot.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\UnFilter.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\VSFilter.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\warpsharp.dll")
04:32:55 #loadpluginstart
04:32:55
04:32:55 #test1
04:32:55
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Deblock_QED_MT2.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\HybridFuPP.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LanczosPlus.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\Lem.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\LimitedSharpenFaster.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\MCBob_v03c.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\mvbob.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\QMlib.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\seesaw.avsi")
04:32:55 Import("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\spresso.avsi")
04:32:55 #importstart
04:32:55
04:32:55 #test2
04:32:55
04:32:55 movie = mpeg2source("C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v")
04:32:55 function getOrder(clip c) {
04:32:55 order = GetParity(c) ? 1 : 0
04:32:55 Return order }
04:32:55 #filter1start
04:32:55
04:32:55 #test3
04:32:55
04:32:55 movie = tfm(movie,d2v="C:\Users\Alpha\Desktop\New_Folder\temp\movie.d2v").tdecimate()
04:32:55 #cropstart
04:32:55
04:32:55 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
04:32:55 fixed_aspect = 0.888889
04:32:55 c_width = width(cropclip)
04:32:55 c_height = Round(height(cropclip) / fixed_aspect)
04:32:55 input_par = float(float(c_width)/float(c_height))
04:32:55 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
04:32:55 out_width = 720
04:32:55 out_height = Round(float(out_width) / input_par)
04:32:55 hmod = out_height - (floor(out_height / 16 ) * 16)
04:32:55 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
04:32:55 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
04:32:55 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
04:32:55
04:32:55 #resizestart
04:32:55
04:32:55 #test4
04:32:55
04:32:55 Spline36Resize(out_width,out_height)
04:32:55 #filter2start
04:32:55
04:32:55 #test5
04:32:55
04:32:55 RemoveGrain(mode=2)
04:32:55 VobSub("C:\Users\Alpha\Desktop\New_Folder\temp\VTS_01_0.idx")
04:32:55 ColorMatrix(mode="Rec.709->Rec.601")
04:32:55 -----------------------------------------------------------------------
04:32:55 Script mkvmaudio.avs
04:32:55
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\NicAudio.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\SoundOut.dll")
04:32:55 LoadPlugin("C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\filter\FFmpegSource.dll")
04:32:55 NicAC3Source("C:\Users\Alpha\Desktop\New_Folder\temp\fixed1.ac3")
04:32:55 #Applying STEREO downmixing routines
04:32:55 function stereo(clip a)
04:32:55 {
04:32:55 flr = GetChannel(a, 1, 2)
04:32:55 fcc = GetChannel(a, 3)
04:32:55 lfe = GetChannel(a, 4)
04:32:55 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
04:32:55 mix = MergeChannels(lfc, lfc)
04:32:55 lrc = MixAudio(flr, mix, 0.2929, 1.0)
04:32:55 blr = GetChannel(a, 5, 6)
04:32:55 Return MixAudio(lrc, blr, 1.0, 0.2929)
04:32:55 }
04:32:55 #
04:32:55 6==Audiochannels() ? stereo() : last
04:32:55 function addvideo(clip c) {
04:32:55 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
04:32:55 Return audiodub(last,c)
04:32:55 }
04:32:55 Normalize()
04:32:55 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Alpha\Desktop\AutoMKV091_NORIP\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
04:32:55 -----------------------------------------------------------------------
04:32:55 Script mkvmaudio.bat
04:32:55 -----------------------------------------------------------------------
04:32:55 Script mkvmaudio2.avs
04:32:55 -----------------------------------------------------------------------
04:32:55 Script mkvmaudio2.bat
04:32:55
04:32:55 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

breadfan
4th December 2007, 07:56
Hi and thanks for the warm welcome ;-)
@breadfan

could you please try this build and report back ? :thanks:

http://www.64k.it/andres/data/a/AutoMKV092c.exe

BHH

I tried 0.92c but the problem seems to remain. The encode on my machine is not yet finished, but at 85% of the secondpass the file size of movie.mp4 is already 3.819.380 kb, so the final size will be s.th. around 4.493.388 kb without audio.

Here's the start of the log, I will post the rest tonight, when the encode as finished:

22:15:32 0.92c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
22:15:32 OS Version: Windows XP
22:15:32 Selected Input file: C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\The Cave.ts
22:15:32 Selected Output dir: C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\
22:15:32 Selected Final Name: The Cave
22:15:32 Selected Container type: MKV
22:15:32 Selected Encoder: X264
22:15:32 Selected Size: 1 DVD-R / 1
22:15:32 Selected Profile: 2_Pass_Extreme_Quality.xml
22:15:32 Selected Resizer: LanczosResize / 1280
22:15:32 Selected Filters: RemoveGrain(mode=2)
22:15:32 Selected Deinterlacer: Progressive
22:15:32 Selected Field Order: AUTO
22:15:32 Enabled CRF/CQ AutoRes at 18 value
22:15:32 Track Language 1: The Cave.ts
22:15:32 Audio Codec 1: Nero AAC
22:15:32 Audio Quality 1: 0.70
22:15:32 Audio Channel 1: Original
22:15:32 Track Language 2: NONE
22:15:32 Audio Codec 2: Nero AAC
22:15:32 Enabled Use DirectShowSource for VIDEO
22:15:32 Enabled Use DirectShowSource for AUDIO
22:15:32 Advanced Audio Settings DUMP Track 1
22:15:32 Nero Option Profiles: AUTO --- Encoding Mode: Quality
22:15:32 CCT Option Profiles: AUTO --- Channel Options: AUTO
22:15:32 Lame Settings: ABR
22:15:32 Audio Normalization: 1
22:15:32 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
22:15:32
22:17:16 Number of Frames: 140114
22:17:16 Framerate: 25.000000
22:17:16 Movie length in Seconds: 5605
22:17:16 Movie Width/Height: 1920/1088
22:17:16 Encoding C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\ to NeroAAC with 0.70 quality
22:35:11 Encoded 1' Audio Track: 615628352 bytes
22:35:11 Starting X264
22:35:11 Command Line 1' Pass X264: C:\Programme\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 6691 --stats "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input --output NUL "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.avs"
22:35:11 Command Line 2' Pass X264: C:\Programme\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 6691 --stats "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.mp4" "C:\Dokumente und Einstellungen\Chris.JUPITER\Eigene Dateien\Eigene Videos\temp\movie.avs"
00:42:59 Finished 1' Pass X264

buzzqw
4th December 2007, 08:20
@jellyfish2002

bitrate is 31xxxx ?
what about first pass of log ?

@breadfan

:( yes, look at bitrate, the same as before

i will try to track down the problem.

EDIT: what is the name of audio file ? audio*** ?

EDIT2: please try this one http://www.64k.it/andres/data/a/AutoMKV092d.exe

stay tuned

BHH

BobGray
4th December 2007, 14:16
I have a special problem in the TODO. ;)
At the first start (VirtualDobMod wasn't started before on that pc) encoding stops at the point Vdub should be started.
Normally a welcome screen would be opened, but here is this window hidden by AutoMKV.
My idea: at the first start of AutoMKV should VirtualDub started, too. - User have to click on this welcome screen.

Thx.

buzzqw
4th December 2007, 14:42
@BobGray

not stupid.. not stupid tips!

added in todo list

(and btw i toke more time writing this answer then apply the change in automkv... ;) )

BHH