View Full Version : AutoMKV 0.93a - (DVD/TS/AVI/AVS to X264/XviD/WVC1 into MKV/MP4/WMV) update 30/12/2007
SCSI
11th November 2007, 19:11
Buzzqw, I found that autocrop.dll was causing the Appcrash error in Vista and it is also responsible for the switching to FFmpeg. After I deleted autocrop.dll, AutoMKV is now working although I get this error just before Pass1:
F:\HDRips\temp>cscript.exe "C:\Program Files\AutoMKV\exe\encoder\WMCmd.vbs" -inp
ut "F:\HDRips\temp\movie.avs" -output "F:\HDRips\temp\movie.wmv" -v_codec WVC1
-v_mode 3 -v_bitrate 7072144 -s_config "F:\HDRips\temp\wmv_crb" -v_preset better
-v_buffer 10000 -v_performance 80 -a_input "F:\HDRips\temp\audio.wav" -a_codec
wmapro -a_mode 1 -title "Matrix-Trailer-HD" -log wmv.lo
g -year 2007 -copyright "Done with AutoMKV! 0.91c" -a_setting 440_48_6_24
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
Microsoft (R) Windows Media Encoder Command Line Script Utility
Copyright (C) Microsoft Corporation. All rights reserved.
Title: cars.2006.720p.bluray.x264-reveille-sample
Year: 2007
Copyright: Done with AutoMKV! 0.91c
Warning: Encoder failed to retrieve duration attribute from source plug-in.
Trying alternate method now...[matroska @ 6C33151C]Ignoring seekhead en
try for ID=0x1549a966
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b
[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x114d9b74
[matroska @ 6C33151C]Unknown entry 0x73a4 in info header
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55aa - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x23314f - ignoring
[matroska @ 6C33151C]Unknown track header entry 0x55ee - ignoring
[matroska @ 6C33151C]Unknown track header entry 0xaa - ignoring
..
Source duration retrieved: 64.565 seconds.
======== Begin Pass1 ========
Read: 64.6s (100%) Elapsed: 00:01:28 Left: 00:00:00 [0.73x]
The output file is OK though.
Update: With AutoMKV 0.91c, I always get 2 channels in the coded WMV even though I choose "Original" in Audio Track 1. I checked the logs and has -a_setting 440_48_2_24 which is 2 channels. AutoMKV 0.90c works fine but I still get "[matroska @ 6C33151C]Ignoring seekhead entry for ID=0x1654ae6b" errors like I do with 0.91c.
buzzqw
11th November 2007, 20:34
@avdw
use the manual crop
@SCSI
autocrop: weird.. but i think is the directshowsource that cause autocrop to crash...
Update: With AutoMKV 0.91c, I always get 2 channels in the coded WMV even though I choose "Original"
make sure the directshow audio decoder is set to not downmix
the errors are due to interface (dss) not able to parse correctly the source
BHH
BleedingGums
11th November 2007, 20:57
Pgcdemux is causing an "Invalid input file" error as of 0.91c when selecting an .ifo file.
Is there a reason why pgcdemux is forced?
avdw
11th November 2007, 22:19
@avdw
use the manual crop
I did, manual crop, and crop left and right = 0
Result = same. Contents removed horizontally.
buzzqw
12th November 2007, 08:28
@avdw
if you manual crop and resize the image will be as you have requested.
You can open the movie.avs in virtualdub and check it
BHH
dalihrp
12th November 2007, 15:54
How about creating something like AutoWMV . :p
DIEGO7-5
12th November 2007, 18:38
@dalihrp
In AutoMKV Main Window, choose container -> WMV :-)
garethccc
13th November 2007, 09:28
buzzqw: I cant find those script files! Am I missing something? I don't have Avisynth installed at the moment - could that be affecting things?!
update to 0.91c , link in first post
FIXED: Usage of psp/ipod muxing (thanks to acrespo)
CHANGED: Autodeinterlacer routines now use a different approach. Made by myself
REMOVED: Bautodeint.exe support
@garethccc
open mkvmaudio.avs and movie.avs in virtualdub... got errors ?
@small
First of all Welcome to the Forum!
... i am sorry but i was unable to replicate your problem
anyway i have added a "sanity check" :) , please try with 0.91c
BHH
zacoz
13th November 2007, 09:53
buzzqw: ... I don't have Avisynth installed at the moment - could that be affecting things?!
Considering Avisynth 2.5.7 or higher is a requirement, it's not a bad bet
Wiki - Software Requirements and Installation (http://automkv.wiki-site.com/index.php/Help:Contents#Software_Requirements_and_Installation)
zacoz
13th November 2007, 09:59
Has anyone else experienced the "Prepare Phase Only" flag not working properly in 0.91c.
I've got a problematic capture that I've used ProjectX on to remove commercials, cleanup, and demux. The audio isn't encoding properly with Nero ACC.
I've tried encoding it instead using Lame, and with the "Prepare Phase Only" flag ticked it doesn't stop after prepare but goes onto encode the video with FFMPEG instead.
18:24:02 0.91c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
18:24:02 OS Version: Windows XP
18:24:02 Selected Input file: D:\Capture\Heroes 206 The Line.m2v
18:24:02 Selected Output dir: D:\Capture\temp\
18:24:02 Selected Final Name: Heroes 206 The Line
18:24:02 Selected Container type: MKV
18:24:02 Selected Encoder: X264
18:24:02 Selected Size: 1 CD / 1
18:24:02 Selected Profile: 2_Pass_Balanced.xml
18:24:02 Selected Resizer: NONE / Original
18:24:02 Selected Filters: NONE
18:24:02 Selected Deinterlacer: NONE
18:24:02 Selected Field Order: AUTO
18:24:02 Enabled CRF/CQ AutoRes at 18 value
18:24:02 Enabled Prepare Phase Only
18:24:02 Track Language 1: D:\Capture\Heroes 206 The Line.mp2
18:24:02 Audio Codec 1: Lame
18:24:02 Audio Quality 1: 128
18:24:02 Audio Channel 1: Stereo
18:24:02 Track Language 2: NONE
18:24:02 Audio Codec 2: Nero AAC
18:24:02 Advanced Audio Settings DUMP Track 1
18:24:02 Audio Track Language: und
18:24:02 Nero Option Profiles: AUTO --- Encoding Mode: Quality
18:24:02 CCT Option Profiles: AUTO --- Channel Options: AUTO
18:24:02 Lame Settings: ABR
18:24:02 Audio Normalization: 1
18:24:02 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
18:24:02
18:24:02 Dgindex CMD: C:\Program Files\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -YR=2 -If=[D:\Capture\Heroes 206 The Line.m2v] -OF=[D:\Capture\temp\movie] -exit -minimize
18:24:34 DelayCut CMD: C:\Program Files\AutoMKV\exe\dgindex\Delaycut.exe -auto -out "D:\Capture\temp\fixed1.mp2" "D:\Capture\Heroes 206 The Line.mp2"
18:24:40 Encoding D:\Capture\temp\fixed1.mp2 To Mp3 with 128 ABR Preset
18:29:03 Encoded 1' Audio Track: 35868624 bytes
18:29:08 Number of Frames: 59263
18:29:08 Framerate: 25.000000
18:29:08 Movie length in Seconds: 2371
18:29:08 Movie Width/Height: 720/576
18:29:08 DgIndex AR: 16:9
18:29:08 Starting X264
18:29:08 Command Line 1' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 1 --bitrate 2353 --stats "D:\Capture\temp\.stats" --ref 1
--progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter 0,0 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid
--analyse none --threads auto --thread-input --output NUL "D:\Capture\temp\movie.avs"
18:29:08 Command Line 2' Pass X264: C:\Program Files\AutoMKV\exe\encoder\x264.exe --pass 2 --bitrate 2353 --stats "D:\Capture\temp\.stats" --progress
--keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 4 --filter 0,0 --direct auto --vbv-maxrate 25000 --me hex --no-ssim
--weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --output "D:\Capture\temp\movie.mp4" "D:\Capture\temp\movie.avs"
18:29:10 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
18:29:10 Switched to FFmpeg for Video Encoding!
18:29:10 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\Capture\Heroes 206 The Line.m2v" -vcodec h264 -bf 3 -b 2353000 -s 720x576
-an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 1 -r 25.000 "D:\Capture\temp\movie.mp4"
18:29:10 FFmpeg.exe String: "C:\Program Files\AutoMKV\exe\BeSweet\ffmpeg.exe" -i "D:\Capture\Heroes 206 The Line.m2v" -vcodec h264 -bf 3 -b 2353000 -s 720x576
-an -partitions all -deblockalpha -2 -deblockbeta -1 -directpred 2 -refs 6 -threads 0 -flags2 -brdo -wpred -bpyramid -mixed_refs -dct8x8 -pass 2 -r 25.000 "D:\Capture\temp\movie.mp4"
18:30:37 Fished FFmpeg Encoding!
18:30:37 "C:\Program Files\AutoMKV\exe\matroska\mkvmerge.exe" -o "D:\Capture\temp\Heroes 206 The Line.mkv" --track-name -1:"Heroes 206 The Line"
--aspect-ratio 1:1.778000 "D:\Capture\temp\movie.mp4" --language -1:und --default-track -1:yes "D:\Capture\temp\audio.mp3"
--title "Done with AutoMKV 0.91c http://forum.doom9.org/showthread.php?p=854221 "
18:30:37 Encoding finished: 00:06:35 elapsed time
18:30:37 -----------------------------------------------------------------------
18:30:37 Script AutoCrop.log
18:30:37
18:30:37 Crop(2,6,716,564)
18:30:37 -----------------------------------------------------------------------
18:30:37 Script Resmovie.avs
18:30:37 -----------------------------------------------------------------------
18:30:37 Script movie.avs
18:30:37
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\AddGrain.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\autocrop.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\blockbuster.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\cnr2.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\ColorMatrix.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Convolution3D.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\corrector.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DctFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Decomb.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\Deen.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\degrainmedian.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\DGDecode.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\EEDI2.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFMpegSource.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFT3DFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FluxSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\frfun7.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\hqdn3d.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\LeakKernelDeint.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MaskTools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\medianblur.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MipSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\MSharpen.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mt_masktools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\mvtools.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RemoveGrainS.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\RepairS.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SangNom.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SimpleResize.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TBilateral.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TDeint.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TIVTC.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TomsMoComp.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\TTempSmooth.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnDot.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\UnFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\VSFilter.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\warpsharp.dll")
18:30:37 #loadpluginstart
18:30:37
18:30:37 #test1
18:30:37
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\HybridFuPP.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\LanczosPlus.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\Lem.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\MCBob_v03c.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\mvbob.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\QMlib.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\seesaw.avsi")
18:30:37 Import("C:\Program Files\AutoMKV\exe\filter\spresso.avsi")
18:30:37 #importstart
18:30:37
18:30:37 #test2
18:30:37
18:30:37 movie = mpeg2source("D:\Capture\temp\movie.d2v")
18:30:37 function getOrder(clip c) {
18:30:37 order = GetParity(c) ? 1 : 0
18:30:37 Return order }
18:30:37 #filter1start
18:30:37
18:30:37 #test3
18:30:37
18:30:37 #resizestart
18:30:37
18:30:37 #test4
18:30:37
18:30:37 last = movie
18:30:37 #filter2start
18:30:37
18:30:37 #test5
18:30:37
18:30:37 return last
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio.avs
18:30:37
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\NicAudio.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\SoundOut.dll")
18:30:37 LoadPlugin("C:\Program Files\AutoMKV\exe\filter\FFmpegSource.dll")
18:30:37 NicMPG123Source("D:\Capture\temp\fixed1.mp2")
18:30:37 #Applying STEREO downmixing routines
18:30:37 function stereo(clip a)
18:30:37 {
18:30:37 flr = GetChannel(a, 1, 2)
18:30:37 fcc = GetChannel(a, 3)
18:30:37 lfe = GetChannel(a, 4)
18:30:37 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
18:30:37 mix = MergeChannels(lfc, lfc)
18:30:37 lrc = MixAudio(flr, mix, 0.2929, 1.0)
18:30:37 blr = GetChannel(a, 5, 6)
18:30:37 Return MixAudio(lrc, blr, 1.0, 0.2929)
18:30:37 }
18:30:37 #
18:30:37 6==Audiochannels() ? stereo() : last
18:30:37 function addvideo(clip c) {
18:30:37 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
18:30:37 Return audiodub(last,c)
18:30:37 }
18:30:37 Normalize()
18:30:37 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=128,showoutput=false,filename="audio.mp3")
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio.bat
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio2.avs
18:30:37 -----------------------------------------------------------------------
18:30:37 Script mkvmaudio2.bat
18:30:37
18:30:37 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
buzzqw
13th November 2007, 13:58
@BleedingGums
pass me the pgcrip.bat
@zacoz
FIXED: Prepare only pahse was broken (thanks to zacoz)
thanks! fixed!
http://www.64k.it/andres/data/a/AutoMKV091d.exe
about nero failing.. i suppose could be a problem of decoding.. is audio encoded correctly with mp3/ogg ?
BHH
weaver4
13th November 2007, 14:56
I was encoding a h264 movie last night and no mp4 file was created. I checked the temp folder and it appears the following files are there: movie.mp4, audio.mp4, App.aamkvq22.avi.idx (even though it says app.aamkvq22.avi.idx#1) but App.aamkvq22.avi_full.mp4 was never generated.
=====================================
19:46:58 0.91c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:46:58 OS Version: Windows XP
19:46:58 Selected Input file: E:\aa-Rips\app\VIDEO_TS\VTS_01_0.IFO
19:46:58 Selected Output dir: E:\Movies-H264\temp\
19:46:58 Selected Final Name: app.aamkvq22.avi
19:46:58 Selected Container type: MP4
19:46:58 Selected Encoder: X264
19:46:58 Selected Size: Unlimited File Size
19:46:58 Selected Profile: Constant_Quality.xml
19:46:58 Selected Resizer: SimpleResize (neutral soft) / 640
19:46:58 Selected Filters: RemoveGrain(mode=2)
19:46:58 Selected Deinterlacer: AUTO
19:46:58 Selected Field Order: AUTO
19:46:58 Enabled Constant Quality With Unlimited Size (Q 22)
19:46:58 Enabled CRF/CQ AutoRes at 22 value
19:46:58 Activate PGC Ripping: 1
19:46:58 Track Language 1: ??? (AC3 6ch, 0xBD 0x80) [0]
19:46:58 Audio Codec 1: Nero AAC
19:46:58 Audio Quality 1: 0.35
19:46:58 Audio Channel 1: Stereo
19:46:58 Track Language 2: NONE
19:46:58 Audio Codec 2: Nero AAC
19:46:58 Advanced Audio Settings DUMP Track 1
19:46:58 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:46:58 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:46:58 Lame Settings: ABR
19:46:58 Audio Normalization: 1
19:46:58 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:46:58 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0] wide
19:46:58 Selected Unlimited media size
19:46:58 Starting SubRipping
19:48:54 Subtitle Size: 1980416 bytes
19:48:54 Finished SubRipping
19:48:54 Activate PGC processing: PGC 1 [2:18:14:16]
19:48:54 D:\Downloads\AutoMKV\AutoMKV091\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "E:\aa-Rips\app\VIDEO_TS\VTS_01_0.IFO" "E:\Movies-H264\temp"
19:54:49 Dgindex CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies-H264\temp\VTS_01_1.VOB] -OF=[E:\Movies-H264\temp\movie] -exit -minimize
19:57:04 D2V file size: 1045624
19:57:04 Starting fixing audio delay on track number 1
19:57:04 DelayCut CMD: D:\Downloads\AutoMKV\AutoMKV091\exe\dgindex\Delaycut.exe -auto -out "E:\Movies-H264\temp\fixed1.ac3" "E:\Movies-H264\temp\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
19:57:04 Original 1 Audio Size: 464798208 bytes
19:57:34 Fixed 1' Audio Size: 464798208 bytes
19:57:34 Finished fixing audio delay
19:57:34 Encoding E:\Movies-H264\temp\fixed1.ac3 to NeroAAC with 0.35 quality
20:52:25 Encoded 1' Audio Track: 98177850 bytes
20:52:25 ForceFilm Detected: 99.900002% FILM found
20:52:38 Number of Frames: 248804
20:52:38 Framerate: 29.970030
20:52:38 Movie length in Seconds: 8302
20:52:38 Movie Width/Height: 720/480
20:52:38 DgIndex AR: 16:9
21:05:36 Source is declared bff by a margin of 161 to 4.
21:05:36 Advanced Deinterlace Routines Log
21:05:36 Analyzed 1141 sections of five frames
21:05:36 Found Interlace Sections: 38 3.33%
21:05:36 Found Progressive Sections:92 8.06%
21:05:36 Found Telecined Sections: 1011 88.61%
21:05:36 Found Zero Mov: 8.06% 92
21:05:36 Found One Mov: 3.33% 38
21:05:36 Found Two Mov: 88.61% 1011
21:05:36 Found Three Mov: 0.00% 0
21:05:36 Found Four Mov: 0.00% 0
21:05:36 Found Five Comb: 0.00% 0
21:05:36 The Movie is declared to telecined
21:05:36 Starting X264
21:05:36 CRF encoding X264: D:\Downloads\AutoMKV\AutoMKV091\exe\encoder\x264.exe --pass 1 --crf 22 --stats "E:\Movies-H264\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 3 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --output "E:\Movies-H264\temp\movie.mp4" "E:\Movies-H264\temp\movie.avs"
06:08:42 Accepted values are between 697303040 and 741343232 bytes (movie+audio)
06:08:42 Got a file of size: 1010969984 bytes + audio size 98182054 bytes (1110142208)
06:08:42 Only Movie Size: 1010969984 bytes
06:08:42 "D:\Downloads\AutoMKV\AutoMKV091\exe\matroska\MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"
06:10:56 Final Muxed size: -1 bytes
06:10:56 Encoding finished: 09:05:20 elapsed time
06:10:56 -----------------------------------------------------------------------
06:10:56 Script AutoCrop.log
06:10:56
06:10:56 Crop(0,10,720,452)
06:10:56 -----------------------------------------------------------------------
06:10:56 Script Resmovie.avs
06:10:56 -----------------------------------------------------------------------
06:10:56 Script movie.avs
06:10:56
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\AddGrain.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\autocrop.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\aWarpSharp(Pruned).dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\blockbuster.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\cnr2.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\ColorMatrix.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Convolution3D.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\corrector.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\DctFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Decomb.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Deen.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\degrainmedian.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\DGDecode.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\EEDI2.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFMpegSource.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFT3DFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FluxSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\frfun7.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\hqdn3d.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LeakKernelDeint.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MaskTools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\medianblur.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MipSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MSharpen.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mt_masktools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mvtools.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\RemoveGrainS.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\RepairS.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SangNom.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SimpleResize.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TBilateral.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TDeint.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TIVTC.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TomsMoComp.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\TTempSmooth.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\UnDot.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\UnFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\VSFilter.dll")
06:10:56 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\warpsharp.dll")
06:10:56 #loadpluginstart
06:10:56
06:10:56 #test1
06:10:56
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\BlindDeHalo3_mt2.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Deblock_QED_MT2.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\HybridFuPP.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LanczosPlus.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\Lem.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\LimitedSharpenFaster.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\MCBob_v03c.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\mvbob.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\QMlib.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\seesaw.avsi")
06:10:56 Import("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\spresso.avsi")
06:10:56 #importstart
06:10:56
06:10:56 #test2
06:10:56
06:10:56 movie = mpeg2source("E:\Movies-H264\temp\movie.d2v")
06:10:56 function getOrder(clip c) {
06:10:56 order = GetParity(c) ? 1 : 0
06:10:56 Return order }
06:10:56 #filter1start
06:10:56
06:10:56 #test3
06:10:56
06:10:56 movie = tfm(movie,d2v="E:\Movies-H264\temp\movie.d2v").tdecimate()
06:10:56 #cropstart
06:10:56
06:10:56 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
06:10:56 fixed_aspect = 1.185185
06:10:56 c_width = width(cropclip)
06:10:56 c_height = Round(height(cropclip) / fixed_aspect)
06:10:56 input_par = float(float(c_width)/float(c_height))
06:10:56 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
06:10:56 out_width = 640
06:10:56 out_height = Round(float(out_width) / input_par)
06:10:56 hmod = out_height - (floor(out_height / 16 ) * 16)
06:10:56 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
06:10:56 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
06:10:56 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
06:10:56
06:10:56 #resizestart
06:10:56
06:10:56 #test4
06:10:56
06:10:56 SimpleResize(out_width,out_height)
06:10:56 #filter2start
06:10:56
06:10:56 #test5
06:10:56
06:10:56 RemoveGrain(mode=2)
06:10:56 ColorMatrix(mode="Rec.709->Rec.601")
06:10:56 -----------------------------------------------------------------------
06:10:56 Script mkvmaudio.avs
06:10:57
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\NicAudio.dll")
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\SoundOut.dll")
06:10:57 LoadPlugin("D:\Downloads\AutoMKV\AutoMKV091\exe\filter\FFmpegSource.dll")
06:10:57 NicAC3Source("E:\Movies-H264\temp\fixed1.ac3")
06:10:57 #Applying STEREO downmixing routines
06:10:57 function stereo(clip a)
06:10:57 {
06:10:57 flr = GetChannel(a, 1, 2)
06:10:57 fcc = GetChannel(a, 3)
06:10:57 lfe = GetChannel(a, 4)
06:10:57 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
06:10:57 mix = MergeChannels(lfc, lfc)
06:10:57 lrc = MixAudio(flr, mix, 0.2929, 1.0)
06:10:57 blr = GetChannel(a, 5, 6)
06:10:57 Return MixAudio(lrc, blr, 1.0, 0.2929)
06:10:57 }
06:10:57 #
06:10:57 6==Audiochannels() ? stereo() : last
06:10:57 function addvideo(clip c) {
06:10:57 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
06:10:57 Return audiodub(last,c)
06:10:57 }
06:10:57 Normalize()
06:10:57 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="D:\Downloads\AutoMKV\AutoMKV091\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio.bat
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio2.avs
06:10:57 -----------------------------------------------------------------------
06:10:57 Script mkvmaudio2.bat
06:10:57
06:10:57 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
buzzqw
13th November 2007, 15:07
@weaver4
lanch from dos
MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"
what error have ?
BHH
Barleyman
13th November 2007, 23:48
There's a problem with saving settings. You SEE in the UI that you have got 384 / original selected (for wmv) but actually you get 192-stereo. Until you move the slider by yourself the interface and actual setting does not match.
Does "save settings" save the external subtitle also? There's no indication in the UI that you actually have anything loaded so you could get nice mishmash of burned subs after encoding..
weaver4
14th November 2007, 01:40
@weaver4
lanch from dos
MP4Box.exe" -add "E:\Movies-H264\temp\movie.mp4":par=1.887906 -chap "D:\Downloads\AutoMKV\AutoMKV091\exe\chapters.txt" -add "E:\Movies-H264\temp\audio.mp4:lang=und" -add "E:\Movies-H264\temp\app.aamkvq22.avi.idx#1" -fps 29.970030 -new "E:\Movies-H264\temp\app.aamkvq22.avi_full.mp4"
what error have ?
BHH
I did and I got the following Error
==================================
Error importing E:\Movies-H264\temp\App.aamkvq22.avi.idx#1: Requested URL
is not valid or cannot be found
==================================
Where did the "#1" come from, that is what is broken.
BobGray
14th November 2007, 07:44
I noticed, that if I select an external audio track, after the selecting dialog I have to select it extra in the dropdown listbox, it appears NONE.
+ there are two NONE items in the first subtitle listbox. What should it mean?
thx,
BobGray
buzzqw
14th November 2007, 08:23
@weaver4
update to lastest mp4box build
http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=MP4Box-0.4.5-dev.zip
@Barleyman
Does "save settings" save the external subtitle also?
yes
There's no indication in the UI that you actually have anything loaded so you could get nice mishmash of burned
you get a nice pop-up after loading a subs
(but not if loaded by settings)
@BobGray
it's a normal behavior
don't warry
BHH
garethccc
14th November 2007, 12:48
Wow,
I guess it pays to read the 'readme' :(
Considering Avisynth 2.5.7 or higher is a requirement, it's not a bad bet
Wiki - Software Requirements and Installation (http://automkv.wiki-site.com/index.php/Help:Contents#Software_Requirements_and_Installation)
BobGray
14th November 2007, 16:04
The load of the queue seems to be not correct.
I saved a job, loaded it, and saved again. (without any changes)
There were several differences in the two ini files:
1nd ini:
Output Folder = D:\temp\
Audio Track 1 = D:\temp\a1.mp3
Audio Track 2 = D:\temp\a2.mp3
2nd ini:
Output Folder = M:\!_no_archive\install\movStuff\AutoMVK\AutoMKV091\
Audio Track 1 = gc2007.avi
Audio Track 2 = NONE
Comment:
Input File = D:\temp\gc2007.avi
AutoMKV091
path: M:\!_no_archive\install\movStuff\AutoMVK\AutoMKV091\
version: AutoMKV091d.exe
:thanks:
BobGray
BleedingGums
15th November 2007, 02:09
@buzzqw
here is the content of pgcrip.bat
C:\utils\Automkv\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "" "C:\Documents and Settings\Bob\Desktop\Dest\temp"
canlin
16th November 2007, 04:03
Dear buzzqw :
Although AutoMKV doesn't install itself, but in the first use, it will install some .dlls to the windows system folder.
Is there anyway I could uninstall these .dlls and make my PC as clean as I never run the Automkv?
thank you
garethccc
16th November 2007, 08:44
All is working well under 0.91d - the problem was that I had uninstalled AutoGK and AviSynth along with it - I appreciate the assistance nonetheless (buzzqw).
A new question, however: I tried transcoding a 720x304 XviD AVI I'd encoded a few months back to x264/MKV and all worked well, but upon playback in Media Player Classic the resolution was something like 720x400 or thereabouts. The properties of the file, however, showed frame dimensions of 720x308 so I'm wondering what's responsible for the vertical stretching - anyone have any ideas?
Thanks again,
G
buzzqw
16th November 2007, 09:34
@BobGray
thanks.. but queue is a little sensitive.. please don't be so rude!
@BleedingGums
the input file is ifo ?
the ifo file is on hd or dvd ?
are you woriking on queue or direct input
the ifo you selected is the biggest one or are present bigger ifo (in kb) files?
@canlin
First of all Welcome to the Forum!
the dll that automkv copy (in c:\windows\system32) are
fftw3.dll
libsndfile-1.dll
FFMpegSource.dll
avcodec-51.dll
avformat-51.dll
avutil-49.dll
libFLAC_dynamic.dll
postproc-51.dll
swscale-0.dll
zlib1.dll
automkv don't write in registry, so after deleting automkv folder and these dlls you are "clean" :)
@garethccc
The properties of the file, however, showed frame dimensions of 720x308 so I'm wondering what's responsible for the vertical stretching - anyone have any ideas
it's called aspect ratio.
In the mkv container is written that your file as an aspect ratio of ...
for modifing it open that file with mmg.exe (part of mkvtoolnix) and change the dar, then resave (it's a matter of minutes)
BHH
garethccc
16th November 2007, 10:29
aspect ratio, that's the term I was looking for :-) thanks for the tip!
g
@garethccc
it's called aspect ratio.
In the mkv container is written that your file as an aspect ratio of ...
for modifing it open that file with mmg.exe (part of mkvtoolnix) and change the dar, then resave (it's a matter of minutes)
morgankane
16th November 2007, 19:03
Strange problem... pgcdemux does not do anything. I started queue ( 5 jobs), and pgcdemux just flashes on screen and then quits. After that dgindex is staying on screen forever. What is wrong? I have tried three latest versions.
Pgcrip.bat:
C:\AutoMKV\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "E:\temp\accept\VIDEO_TS.IFO" "D:\temp\temp"
If I run that on dosbox, it does not do anything. Not even error messages.
buzzqw
16th November 2007, 20:35
@morgankane and @Bleeding Gum
please try this build http://www.64k.it/andres/data/a/AutoMKV091e.exe
BHH
P.S. i am quite convinced to totaly remove ifo support and queue support from automkv
BHH
morgankane
16th November 2007, 23:19
@morgankane and @Bleeding Gum
please try this build http://www.64k.it/andres/data/a/AutoMKV091e.exe
BHH
P.S. i am quite convinced to totaly remove ifo support and queue support from automkv
BHH
It doesn't help to my problem. Still pgcdemux does nothing. Maybe there is a bug in the pgcdemux.exe?
Please, do not left us alone.. AutoMKV is the one and the best tool to convert dvd's to mkv. :thanks:
delacroixp
17th November 2007, 00:39
Please, do not left us alone.. AutoMKV is the one and the best tool to convert dvd's to mkv. :thanks:
Quite right... buzzqw, you're the best !!!
I haven't done any encoding in months but the latest encarnation of AutoMKV is certainly doing some interesting stuff...
Firstly, the double 32x32 matrix array test is pretty awesome... though I must confess that I really don't know what it's doing... but it looks really impressive !!!
My problem though, has to do with the automkv.ini and saving routine...
I only encode using the H264 CQ-CRF profile...
If I'm encoding at Q19 and then close AutoMKV while encoding... Q19 gets locked into the system and I can't use a different quantizer next time round... even if I physically change the Constant_Quality.xml profile in Wordpad...
It seams that the 'xcrfcrfquantizer = ' variable is to blame...
The 'CRF/CQ Value = ' variable changes quite happily but the xcrfcrfquantizer var remains hardcoded...
If I physically change the figure inside automkv.ini and then resave the file, all is well...
I suppose deleting the entire file would also work but all the settings would be lost...
Does "Save Settings" on the front page also save to the automkv.ini file ?
:):devil::D
Pascal
delacroixp
17th November 2007, 02:41
Does H264 have the option to display the selected quantizer... when a Constant_Quality_CRF profile is chosen ?
:):devil::D
Pascal
zacoz
17th November 2007, 07:15
...automkv don't write in registry, so after deleting automkv folder and these dlls you are "clean" :)
On the assumption that I'm not stepping on anyone toes, I've added this into the wiki (http://automkv.wiki-site.com/index.php/Installation), as it is a question I've seen come up from time to time.
zacoz
17th November 2007, 07:37
P.S. i am quite convinced to totaly remove ifo support and queue support from automkv
I was enjoying my day until seeing your post. This would be such a shame. I currently use the queue quite a bit, and accept that being a PITA from your side (http://forum.doom9.org/showthread.php?p=1061193#post1061193)I just have to live with it's ideosyncasies and occassional hiccups. This is much preferable than having to do without it at all. I also use ifo input with enough regularity that I'd likely stop updating to the latest version so I could continue to use it - personally I've had very few issues with ifo input.
I'm hoping your comment is to "test the waters" about removing these components, and that those who use them politely speak up.
buzzqw
17th November 2007, 10:36
@morgankane
on direct ifo input (so no queue) is pgcdemux working ?
@delacroixp
Firstly, the double 32x32 matrix array test is pretty awesome :confused: :eek:.
My problem though, has to do with the automkv.ini and saving routine...
in automkv.ini is saved you settings for constant quantitizer encoding.
AutoMKV.ini is saved only when hitting SAVE SETTING
So, if you do a quality encoding AND click save setting the value you select for crf is SAVED.
For removing it just delete the automkv.ini
I strongly suggest you to remove automkv.ini AND , after selecting all your crf /video/audio options to use , in Advanced Settings the Save Configuration.
In that way you can build several encoding profile that will be loaded only when you hit "load configuration"
@zacoz
Thanks for your support (on wiki too!)
i will recheck again queue and ifo.
BHH
buzzqw
17th November 2007, 12:39
@ALL
for anyone using ifo as input and use/not use queue
please try this build http://www.64k.it/andres/data/a/AutoMKV091f.exe
i have tested both queuing on dvd to rip and dvd already ripped. i have even tested add to queue and restart automkv
Anyone that want make some test is MORE then Welcomed!!!
:thanks:
BHH
zacoz
17th November 2007, 15:06
Have just run some quick tests on 0.91e and 0.91f and both seem to work fine, no hangs on pgcdemux or dgindex when using VTS_xx_0.IFO as input.
I note however that morgankane has used VIDEO_TS.IFO as input. On trying a VIDEO_TS.IFO input on a disc I have ripped to hard drive already, I found that dgindex hangs.
I believe what may be happening is that when choosing the VIDEO_TS.IFO as input, AutoMKV displays the Title PGC's from VTS_01 (or maybe from the largest VTS, not sure) for you to choose from in the dropdown list to the right, but then pgcrip.bat is generated to rip the selected pgc number from the VIDEO_TS menu domain (which is quite possibly a dummy pgc).
Solution is to NOT select the VIDEO_TS.IFO, but the actual VTS_xx_0.IFO that contains the PGC you wish to encode.
I can't say I can recall off hand anything much of value in a VIDEO_TS menu domain that I'd want to rip and convert with AutoMKV, so not sure that it's worth the hassle of adjusting AutoMKV to do so. But that's just my 2 cents/lire/etc.
BleedingGums problem was with 0.91c, with the input file listed in pgcrip.bat as "". I can reproduce that in 0.91c, but seems to be fixed in both 0.91e and 0.91f.
buzzqw
17th November 2007, 15:15
@zacoz AND @morgankane
thanks zacoz for pointing me video_ts.ifo.
automkv for "finding" the correct ifo, do a simple research: find the biggest ifo. The biggest is the longest.
Automkv will select video_ts ONLY IF
1) the video_ts.ifo is the biggest ifo file in dvd (never happened to me)
2) it's the only ifo
3) users have selected "use this ifo" in advanced settings AND then selected the video_ts.ifo
so.. it's surely needed some more information from morgankane :)
BHH
morgankane
17th November 2007, 17:37
@morgankane
on direct ifo input (so no queue) is pgcdemux working ?
I tried it without queue, with new build and running pgcdemux directly. It cannot process this ifo correctly.
When I open ifo direct to pgcdemux, I can see a bunch of short pgc:s, but not the longest "main" movie. So the problem is clearly in ifo file. video_ts.ifo is biggest ifo on folder, and autoMKV selects it by default.
I have tested other ifos with recent build, and they seem to work correctly. Thanks! :)
Sorry about not checking my file better before posting problem.
I have seen other problem with queue jobs. When I run for example two jobs, first 2h long, second 1,5h long, I get first movie end joined to the second movie's end. I think autoMKV doesnot empty temp directory after job, and then old vob's stay, and get joined to next movie, if it is shorter than first one.
I didn't test this with recent build, so maybe it is already corrected.
Again, thanks for this great tool.
buzzqw
17th November 2007, 17:46
...Hint: remove the video_ts.ifo from folder..
so automkv will select other ifo.. ot use the "Process this ifo" options
BHH
trott
17th November 2007, 17:59
when trying to run mkvextract on an .mkv file converted from a vob, I get :
Error: extraction of track number 1 with the codecid 'V_MPEG4/ISO/ASP is not supported.
After looking around a bit it seems this is 'native mpeg-4' instead of 'normal mpeg-4'. The latter is supported by mkvtoolnix, the former isn't.
I'm using xvid in CQ-mode. Any ideas why this could be?
buzzqw
17th November 2007, 18:05
this problem isn't related to automkv...
anyway.. automkv use the mkvmerge 2.0.2 .. are you using the correct version of mkvextract ?
BHH
trott
17th November 2007, 18:12
I'm using 2.1.0. I would just like to know whether it's possible to create a video stream using the CQ profile which is compliant with the standard matroska tools...(apparantly it can be muxed but not extracted).
edit: I really want an mp4 file as final output but need to be able to pass along the font type and size to the mp4 muxer so the subtitles can be selected by language when playing back the final file. So I'm using mkv as an inbetween, extract all streams from the mkv and mux them by hand to mp4 using mp4box. This way I can set the language for the audio and subs as well as specify the font type.
buzzqw
17th November 2007, 18:22
automkv use the standard mkvmerge tool.
the muxing string is avaiable on log
if you look in \temp folder you will find all file BEFORE muxing.
mux it as you want ;)
BHH
BleedingGums
17th November 2007, 20:29
Just tested 0.91f and it seems to have fixed my problem. Yay!
buzzqw
17th November 2007, 22:22
Just tested 0.91f and it seems to have fixed my problem. Yay!
i hope...
BHH
delacroixp
17th November 2007, 23:21
I strongly suggest that you remove automkv.ini AND after selecting all your crf /video/audio options to use , in Advanced Settings, Save the Configuration.
In that way you can build several encoding profiles that will be loaded only when you hit "load configuration".
Sounds good to me... and it possibly negates the necessity to display (http://forum.doom9.org/showthread.php?p=1066187#post1066187) the selected quantizer during encoding...
:):devil::D
Pascal
buzzqw
18th November 2007, 08:26
if you don't want the encodign display just de-check on advanced profile editing "show enc stat"
BHH
delacroixp
18th November 2007, 08:51
if you don't want the encodign display just de-check on advanced profile editing "show enc stat"
Sorry (my language is poor)... the original query was for the "H264 DOS box" to display the quatizer that I had selected (eg Q18)... for CQ_CRF profile encodes.
I actually enjoy the DOS box since I grew up with DOS and had my first PC in '89 with 640kb RAM and a 20 MB HDD...
:):devil::D
Pascal
buzzqw
18th November 2007, 08:59
i love dos to.. but my fist pc isn't even x86 (an Acorn basic platform..)
do you want something like this ?
http://img105.imageshack.us/img105/2598/clipboard01zo1.th.png (http://img105.imageshack.us/my.php?image=clipboard01zo1.png)
BHH
delacroixp
18th November 2007, 10:17
i love dos to.. but my fist pc isn't even x86 (an Acorn basic platform..)
do you want something like this ?
http://img105.imageshack.us/img105/2598/clipboard01zo1.th.png (http://img105.imageshack.us/my.php?image=clipboard01zo1.png)
Not quite... I did use AVInaptic (http://forum.doom9.org/showthread.php?p=973478#post973478) once and do realise that any quantizer chosen for a CQ-CRF encode is merely an average of a very wide range of quantizers used during the encode... creating a bell curve.
My issue was much more stupid... to instantly see what H264 thinks my quantizer-choice was.
I'm really getting into this profile thing and it's especially usefull when working with a series like BBC - The Planets (http://www.bbcshop.com/invt/bbcdvd1003&bklist=icat,3,,274) ... which I'm working on at present...
New question:
I prefer encoding at roughly half the original video filesize...
Is there any way that AutoMKV can auto-detect the optimal resolution, based on detail (eg anime/superReal)... and suggest a suitable resolution and quantizer ...
I've been experimenting with resolutions from 1024x576 to 848x480 and quantizers from Q18 to Q22...
(I chose 848x480 since it has the same number of pixels as 720x576 but rearranged into a DAR shape)
This BBC production of "The Planets" is fairly low quality with quite a bit of black&white and low-res footage from the 60's and 70's...
It is a 720x576 16:9 PAL release with possibly half the bitrate of Band of Brothers (http://en.wikipedia.org/wiki/Band_of_Brothers) at the same resolution.
I would be nice to find the optimal resolution/quantizer combination to satisfy each...
:):devil::D
Pascal
buzzqw
18th November 2007, 10:29
Is there any way that AutoMKV can auto-detect the optimal resolution, based on detail (eg anime/superReal)... and suggest a suitable resolution and quantizer ...
if you select automatic on width , automkv will automagically compute the better width for you. BUT this is on 1 pass or 2 pass bitrate encoding
what you want is the second option on constant quality window
http://img205.imageshack.us/img205/8608/clipboard01zm2.th.png (http://img205.imageshack.us/my.php?image=clipboard01zm2.png)
in this case you can select automatic as width and fix a maximal final size
the result isn't guarantee... but worth a try
BHH
delacroixp
18th November 2007, 11:59
if you select automatic on width , automkv will automagically compute the better width for you. BUT this is on 1 pass or 2 pass bitrate encoding
Perhaps a 2-pass strategy might save time since I often re-encode a few times to finetune the result...
If I specify a very high bitrate (Mpeg2 16:9 PAL) will AutoMKV upscale or specify a width greater than 800 or 900 pixels ?
Suggestion:
I do quite a lot of tweeking and finetuning (eg, manually muxing with MKVmerge).
Would it be possible to rename the audio-only-mp4 files as m4a and the video-only-mp4 files as m4v ?
It's easier to see which files are audio-only and video-only mp4's...
:):devil::D
Pascal
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.