View Full Version : AutoMKV 0.93a - (DVD/TS/AVI/AVS to X264/XviD/WVC1 into MKV/MP4/WMV) update 30/12/2007
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!!!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.