View Full Version : AutoMKV 0.93a - (DVD/TS/AVI/AVS to X264/XviD/WVC1 into MKV/MP4/WMV) update 30/12/2007
buzzqw
17th November 2006, 07:27
On the latest version it does not appear to be saving all the settings. For example if forgets that my audio codec is Lame, but it does remember the setting is 4 for the audio codec. It also forgets that I selected XviD, and the XviD-CQ profile and such.
on my side save default is ok. Delete old automkv.ini and save a new one. if you have the error again please post here your automkv.ini , i will load it and check.
btw what you mean by "but it does remember the setting is 4 for the audio codec" ? bitrate ?
thanks
BHH
weaver4
17th November 2006, 23:57
Here you go this is after I deleted the automkv.ini file.
Here are the Setting when I hit the Save Settings buttons
Output Folder
E:\Movies\Output
Audio Track 1
Lame
Quality - 4
Resizer
Set Width Resolution 640
Container - AVI
Codec - XviD
Profile - XviD_CQ.xml
Movie Name - movie
Disk Settings: 1 DVD-R (grayed out)
=============================================================
After Quiting AutoMKV 0.51 and restarting it I get the following
Output Folder
E:\Movies\DVDFabRip\MainMovie\X3\VIDEO_TS\
Audio Track 1
Nero ACC
Quality - .55
Resizer
Set Width Resolution 640
Container - AVI
Codec - X264
Profile - 1P-Intermediate.xml
Movie Name - movie
Disk Settings: 1 DVD-R (not grayed out)
=============================================================
Here is the INI file.
; AutoMKV default parameters
; If AutoMKV.ini is present then specified parameters will be loaded
[AutoMKV]
Container = 2
Size = 1 DVD-R
Slice = 1
Resizer = 2
Width = 640
Set encoding mode = 0
Audio Codec 1 = 1
Audio Bit 1 = 11
Audio Channel 1 = 1
Audio Codec 2 = 1
Audio Bit 2 = 7
Audio Channel 2 = 1
Encoding Profiles = 1
Bitrate Encoding = 0
Bitrate Value = 700
Delete temporary files = 1
Encrust/Burn Subtitles = 0
Enable Shutdown = 0
Episodic DVD = 0
Force ITU Resizing = 0
Anamorphic Encoding = 0
Filter = RemoveGrain(mode=2)
Enable Last Line AVS Script = 0
Last Line AVS Script =
Deinterlacer = AUTO
Language = eng
buzzqw
18th November 2006, 10:17
update to 0.51a
www.64k.it/andres/data/a/AutoMKV051a.exe
Fixed: XviD CQ profile now read the value of CQ from profile
Fixed: renamed audio codec "Winamp CCT" to "Coding Tech. AAC" (thanks to SMD for suggesting)
Fixed: In log the final muxed size of AVI+XviD wasn't reported
Fixed: save default with new XviD profiles was broken (thanks to weaver4 for reporting)
Added: in log file is now reported if cor CQ/CRF profile, the media size is unlimited or fixed
travisbell
19th November 2006, 01:43
Hey man,
I had this problem before but I am not sure why it went away, but is now back.
I have linked my log here, but for whatever reason at the end of 2 days of encoding no .mkv file is created... I can't seem to see any problems from the .log file so here it is. Hopefully you can explain why it didn't work.
http://consumeroo.com/files/little.man.tate.1080i.dd20.ts.txt
Thanks man!
weaver4
19th November 2006, 04:06
I am having a problem where I put multiple files into the queue and then start the queue and the AutoMKS51a application disappears. It still runs, I can see it in the task manager and all of the "child" programs still run but the window is missing from the screen. There is no entry in the TaskBar either.
I am running WindowsXP.
buzzqw
19th November 2006, 10:34
I have linked my log here, but for whatever reason at the end of 2 days of encoding no .mkv file is created... I can't seem to see any problems from the .log file so here it is. Hopefully you can explain why it didn't work.
http://consumeroo.com/files/little.m...0i.dd20.ts.txt
no mkv is created 'cause no audio is created.
In log file your audio is "PID 1001, Private AC3 Audio Stream 1" but when dgindex demux it search "-AP=001" , so the walue is wrong "1" is missing.
Why ? i never found pid over 1000... (and btw i have only 2 s streams to test...)
try this build should be bulletproof to audio pid (and video pid): www.64k.it/andres/data/a/AutoMKV051b.exe
A BIG Thanks for reporting !
I am having a problem where I put multiple files into the queue and then start the queue and the AutoMKS51a application disappears. It still runs, I can see it in the task manager and all of the "child" programs still run but the window is missing from the screen. There is no entry in the TaskBar either.
it's know. i will work on this when my knowledge of programming will be better. :)
BHH
travisbell
19th November 2006, 19:52
try this build should be bulletproof to audio pid (and video pid): www.64k.it/andres/data/a/AutoMKV051b.exe
A BIG Thanks for reporting !
Trying it now... I will let you know if it's smooth sailing from here on in...
THANKS!
TinTinFan
19th November 2006, 22:40
I am not sure how episodic DVD in advanced settings is working. I have an episodic DVD and I see different PGC:s for each episode.
But when I try to encode an episode the entire DVD is encoded to 1 movie.
If I check Episodic DVD in advanced settings nothing seems to happen.
What am I doing wrong?
buzzqw
20th November 2006, 08:49
i have few epsodic dvd to test... anyway do this:
lauch automkv
go in advance and check episodic dvd
on main click on INPUT and browse to your IFO to process
set application as you want and click start
PGC selection is actually used only for subtitles extraction.
But i think that selectiong pgc "could" be like selecting different ifo... i will work on this
BHH
weaver4
22nd November 2006, 02:02
OK here is a really good one. I am using a profile that is for XviD single pass quantizer of three. But when I encode the log file says the quantizer is set to 18. It is encoding with a quantizer of 18 because the file is tiny. Below are the profile and the log file.
====================================
Profile
====================================
<?xml version="1.0"?>
<VideoProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>cq</Name>
<Settings xsi:type="xvidSettings">
<EncodingMode>1</EncodingMode>
<BitrateQuantizer>3</BitrateQuantizer>
<KeyframeInterval>300</KeyframeInterval>
<NbBframes>2</NbBframes>
<MinQuantizer>2</MinQuantizer>
<MaxQuantizer>31</MaxQuantizer>
<Turbo>false</Turbo>
<V4MV>false</V4MV>
<QPel>false</QPel>
<Trellis>true</Trellis>
<CreditsQuantizer>12</CreditsQuantizer>
<FourCCs>
<string>XVID</string>
<string>DIVX</string>
<string>DX50</string>
<string>MP4V</string>
</FourCCs>
<Logfile>.stats</Logfile>
<CustomEncoderOptions />
<FourCC>0</FourCC>
<Zones />
<MaxNumberOfPasses>2</MaxNumberOfPasses>
<NbThreads>1</NbThreads>
<MotionSearchPrecision>6</MotionSearchPrecision>
<VHQMode>1</VHQMode>
<QuantType>0</QuantType>
<MinPQuant>2</MinPQuant>
<MaxPQuant>31</MaxPQuant>
<MinBQuant>2</MinBQuant>
<MaxBQuant>31</MaxBQuant>
<BQuantRatio>162</BQuantRatio>
<BQuantOffset>100</BQuantOffset>
<KeyFrameBoost>10</KeyFrameBoost>
<KeyframeThreshold>1</KeyframeThreshold>
<KeyframeReduction>20</KeyframeReduction>
<OverflowControlStrength>5</OverflowControlStrength>
<MaxOverflowImprovement>5</MaxOverflowImprovement>
<MaxOverflowDegradation>5</MaxOverflowDegradation>
<HighBitrateDegradation>0</HighBitrateDegradation>
<LowBitrateImprovement>0</LowBitrateImprovement>
<ReactionDelayFactor>16</ReactionDelayFactor>
<AveragingPeriod>100</AveragingPeriod>
<FrameDropRatio>0</FrameDropRatio>
<RateControlBuffer>0</RateControlBuffer>
<VbvPeakRate>0</VbvPeakRate>
<VbvMaxRate>0</VbvMaxRate>
<VbvBuffer>0</VbvBuffer>
<PackedBitstream>false</PackedBitstream>
<GMC>false</GMC>
<ChromaMotion>true</ChromaMotion>
<ClosedGOP>true</ClosedGOP>
<VHQForBframes>true</VHQForBframes>
<AdaptiveQuant>true</AdaptiveQuant>
<Greyscale>false</Greyscale>
<Interlaced>false</Interlaced>
<BottomFieldFirst>true</BottomFieldFirst>
<LumiMasking>false</LumiMasking>
<BframeThreshold>0</BframeThreshold>
<CustomQuantizerMatrix>extra\Sharktooth's EQM v3ULR.cqm</CustomQuantizerMatrix>
</Settings>
</VideoProfile>
====================================
Log File
====================================
18:14:06 0.51a - - - - - START JOBS - - - - - - - - - - - - -
18:14:06 Selected Input file: E:\Movies\DVDFabRip\MainMovie\KILLBILL_VOL1\VIDEO_TS\VTS_01_0.IFO
18:14:06 Selected Output dir: E:\Movies\Output\
18:14:06 Selected Container type: AVI
18:14:06 Selected Size: 1 DVD-R
18:14:06 Selected Slice: 1
18:14:06 Selected Encoder: XviD
18:14:06 Selected Profile: XviD_CQ30.xml
18:14:06 Selected Width: 640
18:14:06 Selected Resizer: SimpleResize
18:14:06 Selected Filters: RemoveGrain(mode=2)
18:14:06 Selected Deinterlacer: AUTO
18:14:06 NeroAACEnc.exe not present
18:14:06 Enabled CRF/CQ autoresize with value 18
18:14:06 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
18:14:06 Audio Codec 1: Lame
18:14:06 Audio Quality 1: 4
18:14:06
18:14:06 Starting SubRipping
18:15:31 Selected subtitle tracks: English 0 (0xBD 0x20) [0] wide
18:15:31 Finished SubRipping
18:15:31 Subtitle Size: 425984 bytes
18:15:31 Starting Indexing
18:15:31 Dgindex CMD: C:\Downloads\AutoMKV\AutoMKV051\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies\DVDFabRip\MainMovie\KILLBILL_VOL1\VIDEO_TS\VTS_01_1.vob] -OF=[E:\Movies\Output\movie] -exit -minimize
18:17:12 Finished indexing
18:17:12 Starting fixing audio delay on track number 1
18:17:12 DelayCut CMD: C:\Downloads\AutoMKV\AutoMKV051\exe\dgindex\Delaycut.exe -auto -out "E:\Movies\Output\fixed1.ac3" "E:\Movies\Output\movie T01 3_2ch 448Kbps DELAY 0ms.ac3"
18:17:24 Original 1' Audio Size: 372006656 bytes
18:17:24 Finished fixing audio delay
18:17:24 Encoding E:\Movies\Output\fixed1.ac3 To Mp3 with 4 quality
18:38:00 Encoded 1' Audio Track: 106714704 bytes
18:38:00 ForcedFilm applied: 99.800003% FILM found
18:38:06 Number of Frames: 159274
18:38:06 Framerate: 23.976025
18:38:06 Movie lenght in Seconds: 6644
18:38:06 Movie Width: 720
18:38:06 Movie Height: 480
18:38:07 CQ encoding XviD: C:\Downloads\AutoMKV\AutoMKV051\exe\encoder\xvid_encraw.exe -cq 18 -progress -threads 1 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 162 -nochromame -noclosed_gop -bvhq -qmatrix "C:\Downloads\AutoMKV\AutoMKV051\profiles\XviD-profiles\matrix\Didees SixOfNine.cqm" -i "E:\Movies\Output\movie.avs" -type 2 -avi "E:\Movies\Output\movie.avi"
19:49:44 Accepted values are between 4461743104 and 4743537664 bytes (movie+audio)
19:49:44 Got a file of size: 147092958 bytes + audio size 106714704 bytes (254020656)
19:49:44 Only Movie Size: 147092958 bytes
19:49:44 Selected Subtitle Track: English 0 (0xBD 0x20) [0] wide
19:50:14 Final Muxed size: -1 bytes
19:50:14
19:50:14 Muxing Script
19:50:14 C:\Downloads\AutoMKV\AutoMKV051\exe\matroska\AVIMux_GUI.exe E:\Movies\Output\muxavi
19:50:14
19:50:14 CLEAR
19:50:14 LOAD E:\Movies\Output\movie.avi
19:50:14 LOAD E:\Movies\Output\audio.mp3
19:50:14 SELECT FILE 1
19:50:14 ADD VIDEOSOURCE
19:50:14 SET INPUT OPTIONS
19:50:14 SET OPTION MP3 VERIFY CBR NEVER
19:50:14 SET OPTION MP3 VERIFY RESDLG OFF
19:50:14 SET OUTPUT OPTIONS
19:50:14 WITH SET OPTION
19:50:14 OPENDML 1
19:50:14 RECLISTS 0
19:50:14 AUDIO INTERLEAVE 3 FR
19:50:14 AVI ADDJUNKBEFOREHEADERS 0
19:50:14 PRELOAD 200
19:50:14 WITH AUDIO
19:50:14 NAME 1 english
19:50:14 END WITH
19:50:14 OVERWRITEDLG 0
19:50:14 CLOSEAPP 1
19:50:14 DONEDLG 0
19:50:14 ALL AUDIO 1
19:50:14 LEGACY 0
19:50:14 RECLISTS 1
19:50:14 NUMBERING OFF
19:50:14 MAXFILESIZE OFF
19:50:14 END WITH
19:50:14 START E:\Movies\Output\killbill1_full.avi
19:50:14
19:50:14 Script AutoCrop.log
19:50:14
19:50:14 Crop(2,60,716,356)
19:50:14
19:50:14 Script Resmovie.avs
19:50:14
19:50:14
19:50:14 Script movie.avs
19:50:14
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\autocrop.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\blockbuster.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\cnr2.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\ColorMatrix.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\Convolution3D.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\corrector.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\DctFilter.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\Decomb.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\Deen.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\degrainmedian.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\DGDecode.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\EEDI2.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\fft3dfilter.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\FluxSmooth.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\frfun7.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\hqdn3d.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\LeakKernelDeint.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\MaskTools.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\medianblur.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\MipSmooth.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\mvtools.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\NicAudio.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\RemoveGrain.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\SangNom.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\SimpleResize.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\TBilateral.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\TDeint.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\TIVTC.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\TomsMoComp.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\TTempSmooth.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\UnDot.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\UnFilter.dll")
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\VSFilter.dll")
19:50:14 #loadpluginstart
19:50:14
19:50:14 #test1
19:50:14
19:50:14 Import("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\mvbob.avsi")
19:50:14 Import("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\QMF.avsi")
19:50:14 #importstart
19:50:14
19:50:14 #test2
19:50:14
19:50:14 movie = mpeg2source("E:\Movies\Output\movie.d2v")
19:50:14 function getOrder(clip c) {
19:50:14 order = GetParity(c) ? 1 : 0
19:50:14 Return order }
19:50:14 #filter1start
19:50:14
19:50:14 #test3
19:50:14
19:50:14 #cropstart
19:50:14
19:50:14 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
19:50:14 fixed_aspect = 1.185185
19:50:14 c_width = width(cropclip)
19:50:14 c_height = Round(height(cropclip) / fixed_aspect)
19:50:14 input_par = float(float(c_width)/float(c_height))
19:50:14 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
19:50:14 out_width = 640
19:50:14 out_height = Round(float(out_width) / input_par)
19:50:14 hmod = out_height - (floor(out_height / 16 ) * 16)
19:50:14 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
19:50:14 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
19:50:14 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
19:50:14
19:50:14 #resizestart
19:50:14
19:50:14 #test4
19:50:14
19:50:14 SimpleResize(out_width,out_height)
19:50:14 #filter2start
19:50:14
19:50:14 #test5
19:50:14
19:50:14 RemoveGrain(mode=2)
19:50:14 ColorMatrix("Rec.709->Rec.601",hints=false)
19:50:14
19:50:14 Script mkvmaudio.avs
19:50:14
19:50:14 LoadPlugin("C:\Downloads\AutoMKV\AutoMKV051\exe\filter\NicAudio.dll")
19:50:14 NicAC3Source("E:\Movies\Output\fixed1.ac3")
19:50:14 EnsureVBRMP3Sync()
19:50:14 ConvertAudioTo16bit()
19:50:14 #Applyed Stereo downmixing routines
19:50:14 function stereo(clip a)
19:50:14 {
19:50:14 fl = GetChannel(a, 1)
19:50:14 fr = GetChannel(a, 2)
19:50:14 c = GetChannel(a, 3)
19:50:14 lfe = GetChannel(a, 4)
19:50:14 sl = GetChannel(a, 5)
19:50:14 sr = GetChannel(a, 6)
19:50:14 l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
19:50:14 c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
19:50:14 r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
19:50:14 l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
19:50:14 r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
19:50:14 Return MergeChannels(l, r).Normalize()
19:50:14 }
19:50:14 #
19:50:14 function original(clip a)
19:50:14 {
19:50:14 Normalize(a)
19:50:14 Return last
19:50:14 }
19:50:14 6==Audiochannels() ? stereo() : original()
19:50:14
19:50:14 Script mkvmaudio.bat
19:50:14
19:50:14 "C:\Downloads\AutoMKV\AutoMKV051\exe\besweet\bepipe.exe" --script "Import(^E:\Movies\Output\mkvmaudio.avs^)" | "C:\Downloads\AutoMKV\AutoMKV051\exe\besweet\lame.exe" -v --vbr-new -h -S -V 4 - "E:\Movies\Output\audio.mp3"
19:50:14
19:50:14 Script mkvmaudio2.avs
19:50:14
19:50:14
19:50:14 Script mkvmaudio2.bat
19:50:14
19:50:14
19:50:14 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - -
buzzqw
22nd November 2006, 13:31
18 is the crf value for X264 encoding .. BUT when you select XviD automkv SHOULD change it to the value written in xml profile...
can you tell me all click made to achive an xvid encoding with cq 18 ? i wasn't able to replicate :(
BHH
glynor
22nd November 2006, 16:05
Quick note... I've been away for a little bit but calling AutoMKV with a file as a command line argument seems to be broken now. Not sure what build it happened with!
One other, not so small, thing.... I realize this might be a huge request, and if it is then no huge deal but hopefully!
I do a lot of my video editing on a Mac in Final Cut Pro. It would be super convenient if AutoMKV was able to use DV Stream files (such as those captured by BTV Pro or outputted by FCP) as an input format. As it is, I have to convert them to DV AVI files in Quicktime Pro. Of course, this process re-encodes the file and degrades the quality. If I was able to use the ".dv" files directly in AutoMKV it would be a godsend!
Barring that, does anyone know of a simple Mac-or-PC way to transcode .dv files to AVI without re-encoding the video?
buzzqw
22nd November 2006, 16:46
automkv command line interface isn't broken but UPGRADED
try from dos automkv.exe /?
new example of command line "AutoMKV051b.exe automkv.ini _aaa.ts 1 0 0 0 start wait"
was able to use DV Stream files (such as those captured by BTV Pro or outputted by FCP)
is this normal "dv" type avi? if so... try change extension to .avi ?
if not.. what is .dv ? and could you please send me a sample ?
thanks
BHH
fogbav
22nd November 2006, 16:55
i have a little problem with the movie.avs file ...
Something is going wrong converting to xvid ... and the only thing i can say ( 8) ) is that movie.avs is not showing anything - only returning "the scripts return value was not a video clip" ...
#test2
movie = mpeg2source("D:\ACE3.0\tmp\movie.d2v")
exists ... saying :
DGIndexProjectFile13
1
D:\ACE3.0\tmp\film.m2v
Stream_Type=0
MPEG_Type=2
iDCT_Algorithm=6
YUVRGB_Scale=0
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=4:3
Picture_Size=720x576
Field_Operation=0
Frame_Rate=25000 (25/1)
Location=0,0,0,1517
film.m2v is playable ...
Any ideas ? 8) ...
Thanx
FoGBaV
glynor
22nd November 2006, 17:09
automkv command line interface isn't broken but UPGRADED
try from dos automkv.exe /?
new example of command line "AutoMKV051b.exe automkv.ini _aaa.ts 1 0 0 0 start wait"
Ah ha! See I knew I should have finished digging through for the change logs you posted. Sorry! (See what happens when you get busy for a little while!)
I'll get back to you on the DV file stuff. I believe they are Quicktime-like files, not AVI. It's supposed to be a raw stream of what actually comes off of the camera or Analog<->Digital converter though.
I'll do more research and I can certainly post a small example file.
buzzqw
22nd November 2006, 17:33
Something is going wrong converting to xvid ... and the only thing i can say ( 8) ) is that movie.avs is not showing anything - only returning "the scripts return value was not a video clip" ...
please post log (and if batching or command line or using normal input)
also is frame.txt created ?
thanks
BHH
glynor
22nd November 2006, 18:36
automkv command line interface isn't
if not.. what is .dv ? and could you please send me a sample ?
As requested: http://users.adelphia.net/~edandjenn/temp/dv_stream.zip
Details: (according to Quicktime Player)
Video: Apple DV, 720 x 480 (640 x 480), Millions of colors, 29.97 FPS
Audio: DV, Stereo, 48000 kHz
Duration: 00:00:03.19 (3 seconds)
Container: (according to G-Spot)
File Type: Raw DV - IEC 61834 (.DV)
Mime Type: video/DV
I thought I'd mention. VLC can play this file back without problem (well, the colors are all messed up, but I think that's my config in VLC).
fogbav
22nd November 2006, 18:51
frame.log is created ...
Log :
0.51b - - - - - START JOBS - - - - - - - - - - - - -
Selected Input file: D:\ACE3.0\tmp\film.m2v
Selected Output dir: D:\ACE3.0\tmp\
Selected Container type: MP4
Selected Size: 4
Selected Slice: 1
Selected Encoder: XviD
Selected Profile: XviD '_rt_30% comp. check' (fast).xml
Selected Width: Automatic
Selected Resizer: NONE
Selected Filters: NONE
Selected Deinterlacer: AUTO
Enabled CRF/CQ autoresize with value 18
Track Language 1: NONE
Audio Codec 1: Nero AAC
Audio Quality 1: 0.35
Dgindex CMD: D:\ACE3.0\exe\dgindex\dgindex.exe -FO=0 -OM=1 -YR=2 -If=[D:\ACE3.0\tmp\film.m2v] -OF=[D:\ACE3.0\tmp\movie] -exit -minimize
Number of Frames: 946
Framerate: 25.000000
Movie lenght in Seconds: 38
Movie Width: 720
Movie Height: 576
Processing completed. Type is determined to be partly interlaced.
Processing completed. Type is determined to be partly interlaced.
BFF: 34
TFF: 75
Order: 1
FIRST pass XviD: "D:\ACE3.0\exe\encoder\xvid_encraw.exe" -pass1 -progress -bitrate 882 -stats "D:\ACE3.0\tmp\xvid.stats" -turbo -threads 1 -max_bframes 2 -imin 3 -imax 5 -quality 6 -vhqmode 1 -pmin 3 -pmax 5 -bmin 3 -bmax 5 -bquant_ratio 162 -bquant_offset 0 -kboost 100 -chigh 30 -clow 15 -nochromame -noclosed_gop -bvhq -qmatrix "D:\ACE3.0\profiles\XviD-profiles\matrix\eqm_v3ulr_rev3.xcm" -i "D:\ACE3.0\tmp\movie.avs" -type 2 -avi "D:\ACE3.0\tmp\movie.avi"
SECOND pass XviD: "D:\ACE3.0\exe\encoder\xvid_encraw.exe" -pass2 -progress -bitrate 882 -threads 1 -max_bframes 2 -imin 3 -imax 5 -quality 6 -vhqmode 1 -pmin 3 -pmax 5 -bmin 3 -bmax 5 -bquant_ratio 162 -bquant_offset 0 -kboost 100 -chigh 30 -clow 15 -nochromame -noclosed_gop -bvhq -qmatrix "D:\ACE3.0\profiles\XviD-profiles\matrix\eqm_v3ulr_rev3.xcm" -i "D:\ACE3.0\tmp\movie.avs" -type 2 -avi D:\ACE3.0\tmp\movie.avi"
Starting First Pass
Starting Second Pass
D:\ACE3.0\exe\matroska\mp4box.exe -add "D:\ACE3.0\tmp\movie.avi":par=1.333333 -chap "D:\ACE3.0\exe\chapters.txt" -add -fps 25.000000 "D:\ACE3.0\tmp\movie.mp4"
Final Muxed size: -1 bytes
Script AutoCrop.log
Crop(4,0,712,576)
Script Resmovie.avs
Script movie.avs
LoadPlugin("D:\ACE3.0\exe\filter\autocrop.dll")
LoadPlugin("D:\ACE3.0\exe\filter\blockbuster.dll")
LoadPlugin("D:\ACE3.0\exe\filter\cnr2.dll")
LoadPlugin("D:\ACE3.0\exe\filter\ColorMatrix.dll")
LoadPlugin("D:\ACE3.0\exe\filter\Convolution3D.dll")
LoadPlugin("D:\ACE3.0\exe\filter\corrector.dll")
LoadPlugin("D:\ACE3.0\exe\filter\DctFilter.dll")
LoadPlugin("D:\ACE3.0\exe\filter\decomb.dll")
LoadPlugin("D:\ACE3.0\exe\filter\Deen.dll")
LoadPlugin("D:\ACE3.0\exe\filter\degrainmedian.dll")
LoadPlugin("D:\ACE3.0\exe\filter\DGDecode.dll")
LoadPlugin("D:\ACE3.0\exe\filter\EEDI2.dll")
LoadPlugin("D:\ACE3.0\exe\filter\fft3dfilter.dll")
LoadPlugin("D:\ACE3.0\exe\filter\FluxSmooth.dll")
LoadPlugin("D:\ACE3.0\exe\filter\frfun7.dll")
LoadPlugin("D:\ACE3.0\exe\filter\hqdn3d.dll")
LoadPlugin("D:\ACE3.0\exe\filter\LeakKernelDeint.dll")
LoadPlugin("D:\ACE3.0\exe\filter\MaskTools.dll")
LoadPlugin("D:\ACE3.0\exe\filter\medianblur.dll")
LoadPlugin("D:\ACE3.0\exe\filter\MipSmooth.dll")
LoadPlugin("D:\ACE3.0\exe\filter\mvtools.dll")
LoadPlugin("D:\ACE3.0\exe\filter\NicAudio.dll")
LoadPlugin("D:\ACE3.0\exe\filter\RemoveGrain.dll")
LoadPlugin("D:\ACE3.0\exe\filter\SangNom.dll")
LoadPlugin("D:\ACE3.0\exe\filter\SimpleResize.dll")
LoadPlugin("D:\ACE3.0\exe\filter\TBilateral.dll")
LoadPlugin("D:\ACE3.0\exe\filter\TDeint.dll")
LoadPlugin("D:\ACE3.0\exe\filter\TIVTC.dll")
LoadPlugin("D:\ACE3.0\exe\filter\TomsMoComp.dll")
LoadPlugin("D:\ACE3.0\exe\filter\TTempSmooth.dll")
LoadPlugin("D:\ACE3.0\exe\filter\UnDot.dll")
LoadPlugin("D:\ACE3.0\exe\filter\UnFilter.dll")
LoadPlugin("D:\ACE3.0\exe\filter\VSFilter.dll")
#loadpluginstart
#test1
Import("D:\ACE3.0\exe\filter\mvbob.avsi")
Import("D:\ACE3.0\exe\filter\QMF.avsi")
#importstart
#test2
movie = mpeg2source("D:\ACE3.0\tmp\movie.d2v")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
Return order }
#filter1start
#test3
#cropstart
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.066667
c_width = width(cropclip)
c_height = Round(height(cropclip) / fixed_aspect)
input_par = float(float(c_width)/float(c_height))
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 720
out_height = Round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
edeintted = last.SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(full=false,edeint=edeintted)
#resizestart
#test4
last=movie
#filter2start
#test5
Script mkvmaudio.avs
Script mkvmaudio.bat
Script mkvmaudio2.avs
Script mkvmaudio2.bat
- - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - -
starting from batch ...
Changing to H264 ... X264 is telling me :
avis [error]: unsupported input format (DIB )
x264 [error]: could not open input file 'D:\ACE3.0\tmp\movie.avs'
buzzqw
22nd November 2006, 20:28
Ok, got the error. is due to NO RESIZE and INTERLACED content.
use this build www.64k.it/andres/data/a/AutoMKV051c.exe
if ok i will publish changelog of 0.51c
Thanks ofr testing
BHH
weaver4
22nd November 2006, 20:36
18 is the crf value for X264 encoding .. BUT when you select XviD automkv SHOULD change it to the value written in xml profile...
can you tell me all click made to achive an xvid encoding with cq 18 ? i wasn't able to replicate :(
BHH
I was able to duplicate.
> Open automks51a (profile loads)
> Select input file (a *.ifo file)
> Select output directory
> Select subtitle
> Press Start
What else should I look at for you?
weaver4
22nd November 2006, 20:39
I was able to duplicate.
> Open automks51a (profile loads)
> Select input file (a *.ifo file)
> Select output directory
> Select subtitle
> Press Start
What else should I look at for you?
Look at this line from the Log file:
12:52:29 Enabled CRF/CQ autoresize with value 18
It looks like it is still getting the quantizer value from this field rather than the profile!
buzzqw
22nd November 2006, 20:45
@weaver4
got the error too. :thanks:
wait for a fix !
BHH
glynor
22nd November 2006, 21:27
Hey. I've been doing some tests of AutoMKV vs. Nero Recode 2 (AutoMKV is looking good btw) comparing encodes of my DV sources.
One little thing that would be nice with AutoMKV is if it timestamped the entries in the log, and perhaps gave us a total encoding time when finished.
So far it looks like AutoMKV is faster and a little better quality than Nero Recode 2! (Both are very good, but Nero's encodes are a little warmer than the source. AutoMKV with x264 is basically indistinguishable from my source clip.)
fogbav
22nd November 2006, 22:34
@buzzqw : You are the man !
Works like a sharm again ... thanx 4 your work ... going to encode now ...8)
P.S. : Little small bug - xvid_ecraw second pass is running with priority normal ... (First one runs correctly on low)
and ... i configure 1 Pass Xvid --- he is doing a 2 pass ... but this one is maybe my fault ... will check this tomorrow ...
buzzqw
22nd November 2006, 22:46
update to 0.51c www.64k.it/andres/data/a/AutoMKV051c.exe
changelog
FIXED: in ts files, audio and video pid greater then 1000 were not processed (thanks to travisbell)
FIXED: using NONE as resizer and AUTO deinterlacer on interlaced files... (thanks to fobgav)
FIXED: loading automkv using a template with XviD CQ will not put the correct CQ value (from profile if CQ or 2.5 fo other template)
ADDED: more resizer (maybe too tecnical now... as always i am open to suggestion)
BHH
buzzqw
23rd November 2006, 09:53
UPDATE 0.51d www.64k.it/andres/data/a/AutoMKV051d.exe
FIXED:added a workaround to fix autodeinterlacer routines
BHH
buzzqw
24th November 2006, 15:08
P.S. : Little small bug - xvid_ecraw second pass is running with priority normal ... (First one runs correctly on low)
fixed in next build (0.51e) thanks !
and ... i configure 1 Pass Xvid --- he is doing a 2 pass ... but this one is maybe my fault ... will check this tomorrow ...
have you checked ?
BHH
fogbav
24th November 2006, 16:04
Yup .. sorry ... stupid me ...8)
My fault ...
weaver4
24th November 2006, 18:18
I tried to back up my copy of Aviator using AutoMKV 0.51d, constant quality XviD; quantizer of 3.
I tried using four different programs and here are the file size results.
-AutoGK >> 1.2G
-avi.net >> 1.21G
-Staxrip >> 1.33G
-MPEG Mediator >> 1.23G
-AutoMKV >> .933G
All five were done with CQ, with a quantizer of three. The audio file was the largest for AutoMKV by about 30 Meg. The size on all five are 640x272.
It does not make any sense that AutoMKV result would be 25% smaller than these other four programs.
Any ideas why?
Here is the log file.
============================================
08:26:12 0.51d - - - - - START JOBS - - - - - - - - - - - - -
08:26:12 Selected Input file: E:\Movies\RipAnyDVD\Aviator\VTS_01_0.IFO
08:26:12 Selected Output dir: E:\Movies\Output\
08:26:12 Selected Container type: AVI
08:26:12 Selected Size: 1 DVD-R
08:26:12 Selected Slice: 1
08:26:12 Selected Encoder: XviD
08:26:12 Selected Profile: XviD_CQ30.xml
08:26:12 Selected Width: 640
08:26:12 Selected Resizer: BicubicResize (soft=0,0.333)
08:26:12 Selected Filters: RemoveGrain(mode=2)
08:26:12 Selected Deinterlacer: AUTO
08:26:12 NeroAACEnc.exe not present
08:26:12 Enabled CRF/CQ autoresize with value 3
08:26:12 Track Language 1: English (AC3 6ch, 0xBD 0x80) [0]
08:26:12 Audio Codec 1: Lame
08:26:12 Audio Quality 1: 4
08:26:12 Selected Unlimited media size
08:26:12 Starting Indexing
08:26:12 Dgindex CMD: C:\Downloads2\AutoMKV\AutoMKV051\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[E:\Movies\RipAnyDVD\Aviator\VTS_01_1.vob] -OF=[E:\Movies\Output\movie] -exit -minimize
08:29:05 Finished indexing
08:29:05 Starting fixing audio delay on track number 1
08:29:05 DelayCut CMD: C:\Downloads2\AutoMKV\AutoMKV051\exe\dgindex\Delaycut.exe -auto -out "E:\Movies\Output\fixed1.ac3" "E:\Movies\Output\movie T01 3_2ch 384Kbps DELAY -25ms.ac3"
08:29:31 Original 1' Audio Size: 489944064 bytes
08:29:31 Finished fixing audio delay
08:29:31 Encoding E:\Movies\Output\fixed1.ac3 To Mp3 with 4 quality
09:03:27 Encoded 1' Audio Track: 154390272 bytes
09:03:27 ForcedFilm applied: 100.000000% FILM found
09:03:36 Number of Frames: 244728
09:03:36 Framerate: 23.976025
09:03:36 Movie lenght in Seconds: 10208
09:03:36 Movie Width: 720
09:03:36 Movie Height: 480
09:03:36 CQ encoding XviD: C:\Downloads2\AutoMKV\AutoMKV051\exe\encoder\xvid_encraw.exe -cq 3 -progress -threads 1 -max_bframes 2 -imax 31 -quality 6 -vhqmode 1 -qtype 0 -pmax 31 -bmax 31 -bquant_ratio 162 -nochromame -noclosed_gop -bvhq -qmatrix "C:\Downloads2\AutoMKV\AutoMKV051\profiles\XviD-profiles\matrix\Sharktooth's EQM v3ULR.cqm" -i "E:\Movies\Output\movie.avs" -type 2 -avi "E:\Movies\Output\movie.avi"
11:57:03 Accepted values are between 4461743104 and 4743537664 bytes (movie+audio)
11:57:03 Got a file of size: 818629950 bytes + audio size 154390272 bytes (973020224)
11:57:03 Only Movie Size: 818629950 bytes
11:58:08 Final Muxed size: -1 bytes
11:58:08
11:58:08 Muxing Script
11:58:08 C:\Downloads2\AutoMKV\AutoMKV051\exe\matroska\AVIMux_GUI.exe E:\Movies\Output\muxavi
11:58:08
11:58:08 CLEAR
11:58:08 LOAD E:\Movies\Output\movie.avi
11:58:08 LOAD E:\Movies\Output\audio.mp3
11:58:08 SELECT FILE 1
11:58:08 ADD VIDEOSOURCE
11:58:08 SET INPUT OPTIONS
11:58:08 SET OPTION MP3 VERIFY CBR NEVER
11:58:08 SET OPTION MP3 VERIFY RESDLG OFF
11:58:08 SET OUTPUT OPTIONS
11:58:08 WITH SET OPTION
11:58:08 OPENDML 1
11:58:08 RECLISTS 0
11:58:08 AUDIO INTERLEAVE 3 FR
11:58:08 AVI ADDJUNKBEFOREHEADERS 0
11:58:08 PRELOAD 200
11:58:08 WITH AUDIO
11:58:08 NAME 1 english
11:58:08 END WITH
11:58:08 OVERWRITEDLG 0
11:58:08 CLOSEAPP 1
11:58:08 DONEDLG 0
11:58:08 ALL AUDIO 1
11:58:08 LEGACY 0
11:58:08 RECLISTS 1
11:58:08 NUMBERING OFF
11:58:08 MAXFILESIZE OFF
11:58:08 END WITH
11:58:08 START E:\Movies\Output\aviator_full.avi
11:58:08
11:58:08 Script AutoCrop.log
11:58:08
11:58:08 Crop(10,54,700,368)
11:58:08
11:58:08 Script Resmovie.avs
11:58:08
11:58:08
11:58:08 Script movie.avs
11:58:08
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\autocrop.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\blockbuster.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\cnr2.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\ColorMatrix.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\Convolution3D.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\corrector.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\DctFilter.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\Decomb.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\Deen.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\degrainmedian.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\DGDecode.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\EEDI2.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\fft3dfilter.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\FluxSmooth.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\frfun7.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\hqdn3d.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\LeakKernelDeint.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\MaskTools.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\medianblur.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\MipSmooth.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\mvtools.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\NicAudio.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\RemoveGrain.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\SangNom.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\SimpleResize.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\TBilateral.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\TDeint.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\TIVTC.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\TomsMoComp.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\TTempSmooth.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\UnDot.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\UnFilter.dll")
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\VSFilter.dll")
11:58:08 #loadpluginstart
11:58:08
11:58:08 #test1
11:58:08
11:58:08 Import("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\mvbob.avsi")
11:58:08 Import("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\QMF.avsi")
11:58:08 #importstart
11:58:08
11:58:08 #test2
11:58:08
11:58:08 movie = mpeg2source("E:\Movies\Output\movie.d2v")
11:58:08 function getOrder(clip c) {
11:58:08 order = GetParity(c) ? 1 : 0
11:58:08 Return order }
11:58:08 #filter1start
11:58:08
11:58:08 #test3
11:58:08
11:58:08 #cropstart
11:58:08
11:58:08 cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=0,threshold=34,samplestartframe=0)
11:58:08 fixed_aspect = 1.185185
11:58:08 c_width = width(cropclip)
11:58:08 c_height = Round(height(cropclip) / fixed_aspect)
11:58:08 input_par = float(float(c_width)/float(c_height))
11:58:08 input_par = input_par > 1.4 ? input_par : (4.0/3.0)
11:58:08 out_width = 640
11:58:08 out_height = Round(float(out_width) / input_par)
11:58:08 hmod = out_height - (floor(out_height / 16 ) * 16)
11:58:08 out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
11:58:08 new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
11:58:08 autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=40,aspect=new_aspect,threshold=34,samplestartframe=0)
11:58:08
11:58:08 #resizestart
11:58:08
11:58:08 #test4
11:58:08
11:58:08 BicubicResize(out_width,out_height,0,0.333)
11:58:08 #filter2start
11:58:08
11:58:08 #test5
11:58:08
11:58:08 RemoveGrain(mode=2)
11:58:08 ColorMatrix("Rec.709->Rec.601",hints=false)
11:58:08
11:58:08 Script mkvmaudio.avs
11:58:08
11:58:08 LoadPlugin("C:\Downloads2\AutoMKV\AutoMKV051\exe\filter\NicAudio.dll")
11:58:08 NicAC3Source("E:\Movies\Output\fixed1.ac3")
11:58:08 EnsureVBRMP3Sync()
11:58:08 ConvertAudioTo16bit()
11:58:08 #Applyed Stereo downmixing routines
11:58:08 function stereo(clip a)
11:58:08 {
11:58:08 fl = GetChannel(a, 1)
11:58:08 fr = GetChannel(a, 2)
11:58:08 c = GetChannel(a, 3)
11:58:08 lfe = GetChannel(a, 4)
11:58:08 sl = GetChannel(a, 5)
11:58:08 sr = GetChannel(a, 6)
11:58:08 l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
11:58:08 c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
11:58:08 r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
11:58:08 l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
11:58:08 r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
11:58:08 Return MergeChannels(l, r).Normalize()
11:58:08 }
11:58:08 #
11:58:08 function original(clip a)
11:58:08 {
11:58:08 Normalize(a)
11:58:08 Return last
11:58:08 }
11:58:08 6==Audiochannels() ? stereo() : original()
11:58:08
11:58:08 Script mkvmaudio.bat
11:58:08
11:58:08 "C:\Downloads2\AutoMKV\AutoMKV051\exe\besweet\bepipe.exe" --script "Import(^E:\Movies\Output\mkvmaudio.avs^)" | "C:\Downloads2\AutoMKV\AutoMKV051\exe\besweet\lame.exe" -v --vbr-new -h -S -V 4 - "E:\Movies\Output\audio.mp3"
11:58:08
11:58:08 Script mkvmaudio2.avs
11:58:08
11:58:08
11:58:08 Script mkvmaudio2.bat
11:58:08
11:58:08
11:58:08 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - -
buzzqw
24th November 2006, 18:58
first question:
how about quality ? is all files at the same VISUAL quality ?
second: resizer, was the same for all programs ? (i don't think so)
third: filters, were the same for all programs ? (this maybe)
fourth: matrix, was the matrix the same ? (i don't think so)
fifth: the xvid_encraw was lauched with the same parameters ? (i don't think so)
my only hope i that quality is at least equal as the movie done with others encoders
about audio ...
this is the command line...
lame.exe -v --vbr-new -h -S -V 4 - audio.mp3
other program run different command line ?
BHH
gonwk
24th November 2006, 19:33
Hi Weaver,
from the 5 programs that you mentioned which AVI file looked the BEST picture wise?
Thanks,
G!
weaver4
24th November 2006, 21:01
I put the avi.net, autogk and automkv outputs on a DVD. Then I put it on my HD TV.
To me it appears that the automkv is not as good quality as the other two.
The image sizes are the same, but the resizers and filters are different. The Matrix is not the same, but I do think that the avi.net uses the same Sharktooth matrix as I was using in automkv.
I am not sure, but I don't think any of these other programs use xvid_encraw.
gonwk
24th November 2006, 21:05
Thanks Weaver!
G!
buzzqw
24th November 2006, 22:39
The image sizes are the same, but the resizers and filters are different. The Matrix is not the same, but I do think that the avi.net uses the same Sharktooth matrix as I was using in automkv.
autogk is probably using the LanczosResize, on of most sharpen.
Anyway i had very little control over cq encoding. i can suggest in "defense" of automkv to try with
1) lanczos resize
2) at cq 3 the "Sharktooth's EQM v3ULR.cqm" isn't well suited, better a non "ultra low rate"...
3) use a 2 pass profile :D ;)
thanks for your test... i am very glad to improve the quality of encoding
BHH
fogbav
25th November 2006, 15:25
Hi buzzqw ... i tested some random TV-Rips ... and about 50 % are converted superb ... but the other ones will not encode ...
I have uploaded a TS sample (8 MB with mkv.ini file)
http://www.file-upload.net/download_25.11.06_kg7l8h.rar.html
Maybe you can analyse ... i think the avs thing is not working correctly ...
Batch-job from my scripts :
automkv.exe automkv.ini %1 0 0 0 0 start kill
ts file is splitted with projectx into m2v and sound files .... so i parse the m2v (only video) to automkv ...
an other bug with this ts in GUI mode with automkv ... delaycut is not working correctly ... filling up my complete hard disk with the mpa file ... but i think you will see ...
Maybe one time i can do an batch : automkv.exe convertallaudiotracks start kill ....8)
thanx
FoGBaV
SeeMoreDigital
25th November 2006, 15:46
Maybe you can analyse ... i think the avs thing is not working correctly ...I've just tried feeding your source "directly" into DGIndex 1.4.8 and it would seem it's unable to "automatically" detect any of the streams within your .TS source.
It's probably best to contact Neuron2 (Donald Graft) direct about this source
EDIT: Even HDTVtoMPEG2 and MPEG2 Repair have problems locating the elementary streams within your .TS source
Cheers
fogbav
25th November 2006, 16:02
@SeeMoreDigital : Thanks for analysing ...
hmm ... taking the ts file through projectx is taking me to a playable m2v file without errors ... hmm ...
TS is from a dbox2 ...
OK ... this is the resulting ProjectX File ...
http://www.file-upload.net/download_25.11.06_odiab9.rar.html
buzzqw
25th November 2006, 16:18
if delaycut is unable to fix and go crazy filling disk that would mean demuxing was wrong.
Better remuxing m2v and mpa an then go with dgindex
This isn't a true problem of automkv , just of delaycut and your source files
maybe one time i can do an batch : automkv.exe convertallaudiotracks start kill ....8)
this is already possible. just use "All audio tracks", BUT remember that dgindex is unable to demux more than 1 audio tracks at time from ts files.
BHH
fogbav
25th November 2006, 16:22
Please retry with file uploaded file above ... (ProjectX has no prblems with the TS stream) ...
and ... i never sayed that it is a direct automkv problem - never thought of this ... never ...8) ... really ...8)
buzzqw
25th November 2006, 16:28
i have an idea... i will try to work this weekend...
should i drop dgindex usage TS files and use instead projectx ?
ALL please post your ideas
BHH
weaver4
25th November 2006, 16:37
buzzqw or sharktooth: What filter do you recommend for XviD cq 3?
I will retest it again.
fogbav
25th November 2006, 16:43
Would be great .... never had problems with ProjectX in the past ... also ProjectX is fixing errors in TS ...
Also ... cutting in TS with ProjectX is very easy ....
But i think my problem is not dgindex (log shows correct frames and With/size etc.) ... think the problem is the avs file ...
Future wishes :
The only thing i want is take a ts (or MPG) file from my Dbox2 Record and convert ALL audio Tracks with org. Settings (Stereo/AC3-> AAC) to a XVID/H264 file ... with reduction of XX% (that is the job my script is doing - modifying your automkv.ini- dest size setting) ... and if possible ... watch a "record-Folder" for new files.
I'm recording some TV-Series and some other things and ts files are very big (you know about that ..8) )... so i only want to convert everything to format XXX - playable at my Xbox (so Xvid is perfect )
Computers here are running 24/7 so waching an TS-Incoming folder is a great deal ... and 2 or more computers are computing XX TS files at the same time ...tagging a converting file so the other computer is not working on the same file (but i don't know if this wishes is a target for your great application).
buzzqw
25th November 2006, 17:04
buzzqw or sharktooth: What filter do you recommend for XviD cq 3?
simply change resizer to Lanczos, in cq30.xml change <BQuantOffset>100<BQuantOffset> to <BQuantOffset>0<BQuantOffset> and for matrix use Sharktooth's EQM v3LR.cqm
no filter adjustmen is needed
BHH
buzzqw
25th November 2006, 18:39
@fogbav
check your pm
BHH
weaver4
26th November 2006, 00:04
simply change resizer to Lanczos, in cq30.xml change <BQuantOffset>100<BQuantOffset> to <BQuantOffset>0<BQuantOffset> and for matrix use Sharktooth's EQM v3LR.cqm
no filter adjustmen is needed
BHH
OK, I did that, much better results.
I think you should change the default profile to the above. It does not make sense to have Sharktooth's EQM v3ULR.cqm when you have the quantizer set to 3.
fogbav
26th November 2006, 10:27
One little bug : Selecting Filers : None with TS file above is not working - stalling at enconding ...
With same preferences and file selecting any Filter is working ...
(Think that is the error i mentionend above)
and ... if it is ok .. i would wish one last parameter for batch encoding :
Size = 10
Slice = 1
until now i have to fix automkv.ini manually befor encoding to select final size of the encode.
(witch doesn't really matter - but would be nicer to set it with cli parameters)
Edit : Audio "All Tracks" - already implemented ... stupid FoGBaV ... 8) 3 0 0 0 in CLI does the trick perfectly ... thanks !
Greets
FoGBaV -P.S. : Buzzqw 4 president ...8)
buzzqw
26th November 2006, 11:02
got the error too... BUT with X264.exe i got NO error...
i think something is wrong with xvid_encraw...
i will search on xvid forum
thanks for testing !
BHH
travisbell
26th November 2006, 18:43
i have an idea... i will try to work this weekend...
should i drop dgindex usage TS files and use instead projectx ?
ALL please post your ideas
BHH
I don't think you should. I have been using AutoGK for 2 years (it uses DGIndex) and now your app with DGIndex with HD .ts files and never once ran into a problem.
If you did change it, it would be nice to have the option to choose which to use, because I myself have always like DGIndex.
Thanks!
buzzqw
26th November 2006, 20:31
projectx is only used for demuxing pourpose (from ts to m2v+ac3/mpa...)
Dgindex is then call to parse the m2v and do all the fine job
Using projectx my ts demuxing (before done by dgindex) is more robust: Delaycut no more hang, is possible to extract more then 1 only audio, ts streams corrupted got fixed...
I had already implemented projectx and if you want test please PM
About using choice of use dgindex or projectx i will see what possible.
BHH
P.S: even if projectx is used... is used only for .TS files... i can just rename your TS file to .VOB and then dgindex is used... :) and is fully fuctional as always ! :) :)
SeeMoreDigital
26th November 2006, 20:34
All clever stuff indeed Buzz ;)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.