View Full Version : AutoMKV 0.98.4
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
15]
16
17
18
19
20
21
buzzqw
28th January 2009, 21:09
@valnar
.. i'll check thanks
@gasnyder
please try analizing your file with mediainfo or avinaptic, or try decoding with azid
better is to encoding with besweet since it has a very good error reporting
automkv use soundout plugin, an excellent avisynth pugin able to "transfer" audio data to encoder, in this way i can feed nero, ogg, cct ... check the executable in \exe\besweet folder
soundout ALSO contain lame 3.97, so is "within" soundout.dll
i don't use lame.exe because of bug in pipe support (but i will check newer lame build!)
movie = tfm(movie,d2v="C:\_Working\RIPS\MainMovie\FRIENDS_S1D1E3\VIDEO_TS\VTS_01_1.d2v"tfmpp.s+).tdecimate()
ok, thanks for this, i will check this too!
BHH
smithdc
28th January 2009, 21:30
Looking at the profiles they all seem to have AQ-1 and strength 0.1 appart from the CQ profile. (CQ optimised does have AQ). Does this make much of a difference? I had a little play and change it from false to 1 and 0.2 and it seemed to increase the kb/s by about 500. But I also had a movie size of 720x576 instead of 704x576.
buzzqw
29th January 2009, 12:23
update to 0.98.3
0.98.3 29/01/2009
ADDED: MP3 Audio Encoding with lame.exe 3.98
FIXED: Crash when opening multiple windows (thanks to freak)
FIXED: Romanian language tag (thanks to pdanpdan)
FIXED: "Constant Quality Mode" window wasn't centered (thanks to valnar)
FIXED: Drag&Drop support (thansk to noee)
FIXED: Use of PP=6 in preview mode
UPDATE: x264 0.66.1092 60f4cd8, eac3to 3.05, masktools, mvtools
BHH
Chengbin
29th January 2009, 13:42
update to 0.98.3
0.98.3 29/01/2009
ADDED: MP3 Audio Encoding with lame.exe 3.98
FIXED: Crash when opening multiple windows (thanks to freak)
FIXED: Romanian language tag (thanks to pdanpdan)
FIXED: "Constant Quality Mode" window wasn't centered (thanks to valnar)
FIXED: Drag&Drop support (thansk to noee)
FIXED: Use of PP=6 in preview mode
UPDATE: x264 0.66.1092 60f4cd8, eac3to 3.05, masktools, mvtools
BHH
Umm, you put the wrong link on the first post. We're going back through time to 0.93
Betsy25
29th January 2009, 14:01
Yep, wrong link in top post.
buzzqw
29th January 2009, 14:23
yup fixed!
BHH
noee
29th January 2009, 18:20
I think the new version 98.3 is putting an extra comma in the movie.avs when you set PP. This is causing the fallback to ffmpeg as video file size is 0. Here is the line from my Movie.AVS:
movie = tfm(movie,d2v="D:\Encodes\temp\movie.d2v",,PP=0).tdecimate()
gasnyder
29th January 2009, 18:36
I think noee is right. I see the extra comma too.
@Buzzqw
With this version, the new Lame encoder fails on the .ac3 file that I'm having trouble with. It works fine on another .ac3 file. So it looks like you were right, there is something not quite right with that .ac3 file.
buzzqw
29th January 2009, 19:40
@noee
tomorrow i will upload a fixed version, sorry for the trouble
BHH
noee
29th January 2009, 21:15
No need to apologize, rest assured AutoMKV is much appreciated in this household.
:thanks:
Firestone
29th January 2009, 22:00
to buzzqw:
Can you please look at my log in this link (http://forum.doom9.org/showthread.php?p=1242810#post1242810)... by the time :) Thanks alot!
buzzqw
29th January 2009, 22:12
yes, i have also donwload the sample
i will try the sap scure profile and use as denoiser the "degrianmedian"
you should got a better result (even it isn't bad your test)
BHH
Firestone
29th January 2009, 22:24
Do you think that isn't bad... good :)
Anyway I'm afraid that I can't undterstand you what do you mean by:
i will try the sap scure profile and use as denoiser the "degrianmedian" :(
So you think that I can try "2Pass_Sap_scure.xml" instead of "2Pass_Insane_Quality.xml" to got the better result? And about filter... can I try "DeGrainMedian(limitY=5,limitUV=5,mode=3)" as a filter? It's correct like this I wrote?
Thanks again.
buzzqw
30th January 2009, 08:07
@all
Update to 0.98.4
FIXED: Use of PP in deinterlacing (thanks to noee)
So you think that I can try "2Pass_Sap_scure.xml" instead of "2Pass_Insane_Quality.xml" to got the better result? And about filter... can I try "DeGrainMedian(limitY=5,limitUV=5,mode=3)" as a filter? It's correct like this I wrote?
Thanks again.
yes
the profile is more tuned for dark "movie", and your video as more grain than noise.. so degraimediam is a better choice (imho)
BHH
Chengbin
30th January 2009, 15:25
What should I use for resizing filters? I'm encoding TV show/movies and they're in HD.
buzzqw
30th January 2009, 15:44
i will use lanczos or spline
BUT if your resize down a lot (more then half) go with simplyresize or bicubic
BHH
Chengbin
30th January 2009, 16:13
Thanks.
How do I do anamorphic encoding on AutoMKV?
buzzqw
30th January 2009, 16:41
check the appropriate "check" in advanced settings
BHH
gasnyder
31st January 2009, 21:32
@Buzzqw
Thanks for the update.. The extra comma is gone from the movie.avs but there still appears to be an extra comma in preview.avs.
And here's an update on the .ac3 file I'm having trouble encoding. I went back to an older version of NicAudio.dll (2.0.0.5 from the AutoMKV .96 package) and the file encoded just fine. So I'll just use that old DLL anytime I have a problem. I tried the last 3 version on the NicAudio site and they all failed in the same way.
UPDATE:
Here's the line that is failing:
movie = tfm(movie,d2v="C:\_Working\RIPS\MainMovie\FRIENDS_S1D2E1\VIDEO_TS\Test2.d2v",).tdecimate()
It only seems to fail if I preview a .d2v file. If I choose a vts*.ifo file, the preview works just fine.
Chengbin
1st February 2009, 14:29
A small bug
When I choose an input file, a pop up box pops up, letting me choose the file. But if I delete something in that box, the whole directory disappears, and you must go back, and reenter that directory to see your file.
JonRead
1st February 2009, 17:45
Sorry if this is a dumb question, but what settings should I use in AutoMKV to get a Blu-Ray compliant video file ? Usually what I do is use Nero Vision to encode Blu-Rays, which uses Smart Encode which can input Blu-Ray ready files without the need to re-encode. So far other then ones created within Nero itself, I have found it hard to find software that will create a file that is compliant 100 percent with it (so no further encoding is needed).
Is there a profile for Blu Ray within AutoMKV ? I can see the Blu-Ray logo, but unsure if this means it is compliant or not. I notice a HD-DVD profile, would this be the same as Blu_Ray ?
buzzqw
1st February 2009, 18:14
use the ps3 profile
BHH
JonRead
1st February 2009, 18:27
Thanks. Do you mean the PS3.xml or PS3_30 or PS3_40 ? I am guessing the normal PS3 one yes ? Just thought I best check.
Chengbin
1st February 2009, 19:48
How do I increase the maximum peak bitrate in the profiles?
buzzqw
1st February 2009, 20:03
@JonRead
update your automkv, and profiles...
there is no more ps3_30/40
@Chengbin
do you mean VBVMaxBitrate ?
BHH
Chengbin
1st February 2009, 21:29
I'm not sure, I just want the encoder to be able to use insanely high bitrates peaks for difficult scenes.
buzzqw
1st February 2009, 21:55
set it to 30000
<VBVMaxBitrate>30000</VBVMaxBitrate>
or don't set it..
BHH
MoboTech
2nd February 2009, 07:36
hey buzz, does automkv utilizes a quad core cpu? If not, is their a way to do it?
buzzqw
2nd February 2009, 08:23
@MoboTech
Hi MoboTech and Welcome to the Forum!
automkv could use even a simple pentium 2!
automkv is a gui, so it's cpu hungry is very very limited, the hard work is done by encoders like x264.exe or xvid_encraw.exe.
AND YES! x264 and xvid_encraw are multi core optimized, so it will use all your cores
BUT, remember the encoders need "decoded frames" from avisynth.. and avisynth could not be so fast in feeding encoders..
BHH
buzzqw
2nd February 2009, 08:55
@Buzzqw
Thanks for the update.. The extra comma is gone from the movie.avs but there still appears to be an extra comma in preview.avs.vts*.ifo file, the preview works just fine.
please REDOWNLOAD the 0.98.4 update
it's version: 0.98.242.1223
thanks
BHH
Firestone
2nd February 2009, 13:53
to buzzqw:
So I tried it as you said and I think that is a little bit better. What do you think about it? Here you can look at second result (http://lukas-kuzel.net/bin/sample2.avi). The first one is here (http://lukas-kuzel.net/bin/sample.avi). Thanks for your comment.
I will post log too.
EDITED:
And do you think that 25 fps is good choice or something like almost 24 fps will be better...
AW01545
4th February 2009, 14:28
Autoresize filters don't work for me out of the box. I'm trying the lanczos and simpleresize filters.
Nothing shows up with an error in the log, but on the screen I can see something about 'icompress' flash by. In the log it just shows that the size of the file after the filter operation is always 8192.
I've installed avisynth 2.5.8, automkv 0.98.4
I've tried this on two different installations on two different computers.
Also, one of the features I most like about automkv is the chapter support. It would be nice if we could load chapters from another source, not just edit and write a file out.
My reasons for using automkv are that I'm trying to create MKV files with the DivX pro codec, subtitles and chapters.
Thank you!
buzzqw
4th February 2009, 14:56
Hi AW01545 and Welcome to the Forum!
please post the log, also remember to install ffdshow and xvid (for YV12 decoder)
automkv could load external chapter file.. put the file chapter.txt in \exe folder
BHH
verbatim2
4th February 2009, 20:03
I have a problem with mkv input
so i select the mkv video then audio1 (.ac3 file)"copy original"
resolution: original (1080p)
2 pass balanced
x264/mkv autput
then when the job is done i can find the mkv file int the output folder
or when automkv stopped at encoding i can find the .x264 file in the temp folder
i mux the ac3 and mkv into 1 file but then
like acdc live at donnington the first 20min are not good encoded
the picture is not fluently...and at min 21 the picture is good till the end
and that i have with al my mkv inputs
at the moment i have't got a log...sorry
AW01545
5th February 2009, 04:16
Hi AW01545 and Welcome to the Forum!
please post the log, also remember to install ffdshow and xvid (for YV12 decoder)
automkv could load external chapter file.. put the file chapter.txt in \exe folder
BHH
Thanks BHH, I feel welcome. This is a great tool!
I did recall that I hadn't reinstalled XVID (I had it installed already), so just to be sure I reinstalled it, and got the same effects.
I reinstalled FFDSHOW to be sure (that was installed too), it occurs to me though, is it possible that the 'limitation' of the FFDSHOW to only work with particular programs might be responsible? I'm not sure how I answered that question during installation. I reinstalled it with 'no limits', and I will try that. Here is my log from the last failing run. The size after resize is not 8192 in this case, I think that might have more to do with the input size, in the case where I was getting 8192, I was converting a very small :44 second clip.
19:22:40 0.98.4 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:22:40 OS Version: Windows XP
19:22:40 Selected Input file: C:\DVD Backups\CELINE_COLOUR_OF_MY_LOVE\VIDEO_TS\VTS_01_0.IFO
19:22:40 Selected Output dir: C:\AutoMKV_Out_C\temp\
19:22:40 Selected Final Name: CELINE_COLOUR_OF_MY_LOVE
19:22:40 Selected Container type: MKV
19:22:40 Selected Encoder: DivX
19:22:40 Selected Size: 1/5 DVD-R / 1
19:22:40 Selected Profile: 2_Pass_Balanced.xml
19:22:40 Selected Resizer: SimpleResize (neutral soft) / Automatic
19:22:40 Selected Filters: RemoveGrain(mode=2)
19:22:40 Selected Deinterlacer: AUTO
19:22:40 Selected Field Order: AUTO
19:22:40 Enabled CRF/CQ AutoRes at 3 value
19:22:40 Activate PGC Ripping: 1
19:22:40 Working by Command Line: queue1.ini
19:22:40 Track Language 1: 81: English (AC3 6ch, 0xBD 0x81) [0]
19:22:40 Audio Codec 1: Copy Original
19:22:40 Track Language 2: A0: English (LPCM 2ch, 0xBD 0xA0) [0]
19:22:40 Audio Codec 2: Nero AAC
19:22:40 Audio Quality 2: 0.35
19:22:40 Audio Channel 2: Stereo
19:22:40 Advanced Audio Settings DUMP Track 2
19:22:40 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:22:40 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:22:40 Lame Settings: ABR
19:22:40 Audio Normalization: 1
19:22:40 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:22:40 Selected 1' Sub tracks: English 0 (0xBD 0x20) [0]
19:22:40 Selected 2' Sub tracks: Francais 1 (0xBD 0x21) [0]
19:22:40
19:22:40 Starting SubRipping
19:31:56 para.lst file:
19:31:56 C:\DVD Backups\CELINE_COLOUR_OF_MY_LOVE\VIDEO_TS\VTS_01_0.IFO
19:31:56 C:\AutoMKV_Out_C\temp\VTS
19:31:56 1
19:31:56 1
19:31:56 0 1 cc
19:31:56 CLOSE
19:31:56 Subtitle Size: 3549184 bytes
19:31:56 Finished SubRipping
19:31:56 Activate PGC processing: PGC 1 [1:06:32:10]
19:31:56 Dgindex CMD: C:\Program Files\automkv\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=81,A0 -YR=2 -AIF=[C:\DVD Backups\CELINE_COLOUR_OF_MY_LOVE\VIDEO_TS\VTS_01_1.vob] -OF=[C:\AutoMKV_Out_C\temp\movie] -exit -minimize
19:35:38 D2V file size: 562815 bytes
19:35:38 Audio 1: movie t81 3_2ch 448kbps delay 0ms.ac3
19:35:38 Pre Audio 1' Size: 223790336 bytes
19:35:38 Audio 2: movie ta0 48k 16bit 2ch.wav
19:35:38 Pre Audio 2' Size: 767281664 bytes
19:35:38 Renamed file movie t81 3_2ch 448kbps delay 0ms.ac3 to movie t81 3_2ch 448kbps delay 0ms_.ac3
19:35:38 Encoded 1' Audio Track: movie t81 3_2ch 448kbps delay 0ms_.ac3 223790336 bytes
19:35:38 Encoding C:\AutoMKV_Out_C\temp\movie ta0 48k 16bit 2ch.wav to NeroAAC with 0.35 quality
19:38:44 Encoded 2' Audio Track: movie ta0 48k 16bit 2ch.mp4 64108112 bytes
19:39:00 Number of Frames: 119770
19:39:00 Framerate: 29.970030
19:39:00 Movie length in Seconds: 3997
19:39:00 Movie Width/Height: 720/480
19:39:00 DgIndex AR: 4:3
19:43:20 Source is declared tff by a margin of 95/1.
19:43:20 Advanced Deinterlace Routines Log
19:43:20 Analyzed 654 sections of five frames
19:43:20 Found Interlace Sections: 139 21.25%
19:43:20 Found Progressive Sections:71 10.86%
19:43:20 Found Telecined Sections: 444 67.89%
19:43:20 Found Zero Mov: 10.86% 71
19:43:20 Found One Mov: 12.54% 82
19:43:20 Found Two Mov: 67.89% 444
19:43:20 Found Three Mov: 5.81% 38
19:43:20 Found Four Mov: 2.75% 18
19:43:20 Found Five Mov: 0.15% 1
19:43:20 The Movie is declared to telecined
19:43:20 Single Pass DivX (CQ mode): -bv1q 3 -vbv 4854000,3145728,3145728 -dir "C:\AutoMKV_Out_C\temp\" -b 2 -quantization=2 -profile=3
19:46:17 Finished CQ Pass DivX
19:46:17 Finished Autosize procedure
19:46:17 Tested total movie: 5%
19:46:17 AutoResize movie size: 36646912 bytes
19:46:17 Movie Width suggested: 992 value based on sample size (137.78% of original width)
19:46:17 First Pass Encoding DivX
20:10:41 Finished 1' Pass DivX: -bvn1f 1281000 -vbv 4854000,3145728,3145728 -dir "C:\AutoMKV_Out_C\temp\" -w -b 2 -quantization=2 -profile=3
20:48:37 Finished 2' Pass DivX: -bvnn 1281000 -vbv 4854000,3145728,3145728 -dir "C:\AutoMKV_Out_C\temp\" -w -b 2 -quantization=2 -profile=3
20:48:37 Only Movie Size: 642410496 bytes
20:48:37 C:\Program Files\automkv\exe\matroska\mkvmerge.exe" -o "C:\AutoMKV_Out_C\temp\CELINE_COLOUR_OF_MY_LOVE.mkv_pre" --track-name -1:"CELINE_COLOUR_OF_MY_LOVE" --aspect-ratio -1:1.313433 --chapters "J:\Chapters\celine_dion_color_of_my_love.txt" "C:\AutoMKV_Out_C\temp\movie.avi" --language -1:eng --default-track -1:yes "C:\AutoMKV_Out_C\temp\movie t81 3_2ch 448kbps delay 0ms_.ac3" --language -1:eng "C:\AutoMKV_Out_C\temp\movie ta0 48k 16bit 2ch.mp4" "C:\AutoMKV_Out_C\temp\CELINE_COLOUR_OF_MY_LOVE.idx" --title "Done with AutoMKV 0.98.4 http://forum.doom9.org/showthread.php?t=140178 "
20:48:38 Final Muxed size: -1 bytes
20:48:38 Encoding finished: 01:25:58 elapsed time
20:48:38 -----------------------------------------------------------------------
20:48:38 Script AutoCrop.log
20:48:38
20:48:39 Crop(12,2,704,476)
20:48:39 -----------------------------------------------------------------------
20:48:39 Script Resmovie.avs
20:48:39
20:48:39 #loadpluginstart
20:48:39
20:48:39 #test1
20:48:39
20:48:39 #importstart
20:48:39
20:48:39 #test2
20:48:39
20:48:39 movie = mpeg2source("C:\AutoMKV_Out_C\temp\movie.d2v")
20:48:39 function getOrder(clip c) {
20:48:39 order = GetParity(c) ? 1 : 0
20:48:39 Return order }
20:48:39 #filter1start
20:48:39
20:48:39 #test3
20:48:39
20:48:39 movie = tfm(movie,d2v="C:\AutoMKV_Out_C\temp\movie.d2v").tdecimate()
20:48:39 last=movie.Crop(12,2,704,476)
20:48:39 fixed_aspect = 1.314659
20:48:39 out_width = 688
20:48:39 #Aspect_Error = -0.636%
20:48:39 out_height = 520
20:48:39 #resizestart
20:48:39
20:48:39 #test4
20:48:39
20:48:39 SimpleResize(out_width,out_height)
20:48:39 #filter2start
20:48:39
20:48:39 #test5
20:48:39
20:48:39 RemoveGrain(mode=2)
20:48:39 function Comptest(clip c, float percent)
20:48:39 {
20:48:39 frange=floor(14./(percent/100.))
20:48:39 Return SelectRangeEvery(c, frange, 14)
20:48:39 }
20:48:39 Comptest(last,5)
20:48:40 -----------------------------------------------------------------------
20:48:40 Script movie.avs
20:48:40
20:48:40 #loadpluginstart
20:48:40
20:48:40 #test1
20:48:40
20:48:40 #importstart
20:48:40
20:48:40 #test2
20:48:40
20:48:40 movie = mpeg2source("C:\AutoMKV_Out_C\temp\movie.d2v")
20:48:40 function getOrder(clip c) {
20:48:40 order = GetParity(c) ? 1 : 0
20:48:40 Return order }
20:48:40 #filter1start
20:48:40
20:48:40 #test3
20:48:40
20:48:40 movie = tfm(movie,d2v="C:\AutoMKV_Out_C\temp\movie.d2v").tdecimate()
20:48:40 last=movie.Crop(12,2,704,476)
20:48:40 fixed_aspect = 1.314659
20:48:40 out_width = 704
20:48:40 #Aspect_Error = 0.093%
20:48:40 out_height = 536
20:48:40 #resizestart
20:48:40
20:48:40 #test4
20:48:40
20:48:40 SimpleResize(out_width,out_height)
20:48:40 #filter2start
20:48:40
20:48:40 #test5
20:48:40
20:48:40 RemoveGrain(mode=2)
20:48:40 -----------------------------------------------------------------------
20:48:40 Script mkvmaudio.avs
20:48:40
20:48:40 LoadPlugin("C:\Program Files\automkv\exe\filter\NicAudio.dll")
20:48:40 LoadPlugin("C:\Program Files\automkv\exe\filter\SoundOut.dll")
20:48:40 LoadPlugin("C:\Program Files\automkv\exe\BeSweet\BassAudio.dll")
20:48:40 LoadPlugin("C:\Program Files\automkv\exe\filter\FFMS2.dll")
20:48:40 NicAC3Source("C:\AutoMKV_Out_C\temp\movie t81 3_2ch 448kbps delay 0ms.ac3")
20:48:40 #Applying STEREO downmixing routines
20:48:40 function stereo(clip a)
20:48:40 {
20:48:40 flr = GetChannel(a, 1, 2)
20:48:40 fcc = GetChannel(a, 3)
20:48:40 lfe = GetChannel(a, 4)
20:48:40 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
20:48:40 mix = MergeChannels(lfc, lfc)
20:48:40 lrc = MixAudio(flr, mix, 0.2929, 1.0)
20:48:40 blr = GetChannel(a, 5, 6)
20:48:40 Return MixAudio(lrc, blr, 1.0, 0.2929)
20:48:40 }
20:48:40 #
20:48:40 6==Audiochannels() ? stereo() : last
20:48:40 function addvideo(clip c) {
20:48:40 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
20:48:40 Return audiodub(last,c)
20:48:40 }
20:48:40 Normalize()
20:48:40
20:48:41 -----------------------------------------------------------------------
20:48:41 Script mkvmaudio2.avs
20:48:41
20:48:41 LoadPlugin("C:\Program Files\automkv\exe\filter\NicAudio.dll")
20:48:41 LoadPlugin("C:\Program Files\automkv\exe\filter\SoundOut.dll")
20:48:41 LoadPlugin("C:\Program Files\automkv\exe\BeSweet\BassAudio.dll")
20:48:41 WavSource("C:\AutoMKV_Out_C\temp\movie ta0 48k 16bit 2ch.wav")
20:48:41 #Applying STEREO downmixing routines
20:48:41 function stereo(clip a)
20:48:41 {
20:48:41 flr = GetChannel(a, 1, 2)
20:48:41 fcc = GetChannel(a, 3)
20:48:41 lfe = GetChannel(a, 4)
20:48:41 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
20:48:41 mix = MergeChannels(lfc, lfc)
20:48:41 lrc = MixAudio(flr, mix, 0.2929, 1.0)
20:48:41 blr = GetChannel(a, 5, 6)
20:48:41 Return MixAudio(lrc, blr, 1.0, 0.2929)
20:48:41 }
20:48:41 #
20:48:41 6==Audiochannels() ? stereo() : last
20:48:41 function addvideo(clip c) {
20:48:41 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
20:48:41 Return audiodub(last,c)
20:48:41 }
20:48:41 Normalize()
20:48:41 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Program Files\automkv\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
20:48:41
20:48:41 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
buzzqw
5th February 2009, 08:25
@verbatim2
log could help
but i think it's a problem of deinterlace...
you should post an unprocessed sample (from original video) that show the first part.. and the second part.. where is the change
@AW01545
the log is ok till the muxing part
please try launching from dos prompt the muxing.bat
you should see a error message
please post the screen here
BHH
werx
5th February 2009, 17:59
The insane quality option for DivXH264 doesn't work. It's because of the <turbo>false</turbo> setting in the xml file. I changed that to 2 rather than false because it was using this value for the -aqo switch
-aqo <0|1|2> Algorithm quality optimized for:
0 = Fast encoding
1 = Balanced performance/quality (default)
2 = Highest quality
Don't know if this is what i should change it to, but i just thought i'd point out there's a problem with it.
AW01545
6th February 2009, 02:04
@verbatim2
log could help
but i think it's a problem of deinterlace...
you should post an unprocessed sample (from original video) that show the first part.. and the second part.. where is the change
@AW01545
the log is ok till the muxing part
please try launching from dos prompt the muxing.bat
you should see a error message
please post the screen here
BHH
Thanks, that's good technique. I didn't realize that the commands were written to .bat files before execution, I had tried to run them manually out of the log file.
I ran a smaller version of the test (with a 16 second clip), got the same error, then ran the muxing.bat file, I had trouble taking a screenshot through VNC so here's the cut+paste:
C:\AutoMKV_Out_C\temp>"I:\Program Files\automkv0984\exe\matroska\mkvmerge.exe" -
o "C:\AutoMKV_Out_C\temp\ABS_BALL_KIT.mkv_pre" --track-name -1:"ABS_BALL_KIT" --
aspect-ratio -1:1.333333 --chapters "I:\Program Files\automkv0984\exe\chapters.t
xt" "C:\AutoMKV_Out_C\temp\movie.avi" --language -1:und --default-track -1:yes "
C:\AutoMKV_Out_C\temp\movie t80 2_0ch 224kbps delay 0ms.mp4" --title "Done with
AutoMKV 0.98.4 http://forum.doom9.org/showthread.php?t=140178 "
mkvmerge v2.4.1 ('Use Me') built on Dec 5 2008 15:43:30
'C:\AutoMKV_Out_C\temp\movie.avi': Using the AVI demultiplexer. Opening file. This may take some time depending on the file's size.
Error: The demultiplexer for the file 'C:\AutoMKV_Out_C\temp\movie.avi' failed to initialize:
avi_reader: Could not initialize AVI source. Reason: avilib - AVI file has no video data
C:\AutoMKV_Out_C\temp>
I'm not clear on which process (.bat) is creating the AVI file though.
buzzqw
6th February 2009, 08:13
@werx
thanks, fixed in next update
@AW01545
could you please analyze the movie.avi with avinaptic or gspot or mediainfo and report here ?
also.. try using mmg.exe (from mkvtoolnix package) and mux
don't know what mean this error :(
BHH
mrmrmrmr
6th February 2009, 22:31
Hi,
I am trying to convert my 720p mkv files to wmv format for watching them in Xbox 360.
VC1 profile is successful in making the conversion, adding subtitle and preserving 6 channel audio as preferred.
However, with my Q9400 quad core cpu and 4 GB memory, I am not glad with the performance. Because using other converting tools like Total Video Converter, similar conversion takes very little time compared to AutoMKV.
(1 or 2 hours with TVC , while more than 6 hours with AutoMKV)
How can I speed up this process ? Is there any tips to make fatster conversion ?
Thanks.
Ajax_Undone
7th February 2009, 00:11
The installer has been updated to the latest build enjoy..
~DarC
Chengbin
7th February 2009, 02:35
Hi,
I am trying to convert my 720p mkv files to wmv format for watching them in Xbox 360.
VC1 profile is successful in making the conversion, adding subtitle and preserving 6 channel audio as preferred.
However, with my Q9400 quad core cpu and 4 GB memory, I am not glad with the performance. Because using other converting tools like Total Video Converter, similar conversion takes very little time compared to AutoMKV.
(1 or 2 hours with TVC , while more than 6 hours with AutoMKV)
How can I speed up this process ? Is there any tips to make fatster conversion ?
Thanks.
Slower = more quality.
Videos encoded by AutoMKV will be very high quality, blowing away any commercial softwares, especially those fast ones.
I don't know why it is taking you 6 hours on your machine though. Did you use the highest quality profile?
flebber
7th February 2009, 13:14
The installer has been updated to the latest build enjoy..
~DarC
Thanks
Chengbin
7th February 2009, 14:49
Is there any way to get FLAC to be decoded by AutoMKV?
buzzqw
7th February 2009, 15:49
@Chengbin
i should check .. have you a sample with flac audio ?
BHH
Chengbin
7th February 2009, 17:02
Here is a 5 second clip of Ratatouille in FLAC audio.
http://www.megaupload.com/?d=SM9VDFMS
mrmrmrmr
7th February 2009, 22:27
Slower = more quality.
Videos encoded by AutoMKV will be very high quality, blowing away any commercial softwares, especially those fast ones.
I don't know why it is taking you 6 hours on your machine though. Did you use the highest quality profile?
I don't know I just select wmv and then select VC1 profile.
The original mkv file is 8GB and I limit the destination file by size 4GB. (audio is 6 channels)
So it takes more than 6 hours.
I believe on this machine it should take less time for such conversion.
What setting would you suggest ?
technoir1
8th February 2009, 06:28
@ buzzqw
the link to the nero codec you have on the main page (http://www.nero.com/nerodigital/eng/...tal_Audio.html) is now dead
The new link is now http://www.nero.com/eng/technologies-aac-codec.html
cheers bud :)
Dark Shikari
8th February 2009, 07:07
Slower = more quality.
Videos encoded by AutoMKV will be very high quality, blowing away any commercial softwares, especially those fast ones. Odds are TVC and AutoMKV use the exact same encoder, given that there is only one widely used VC-1 encoder... ;)
Chengbin
8th February 2009, 15:19
Should I use MVDegrain? Is it safe to always turn it on (like does it impact quality on some videos). I don't care about encoding time.
What other settings in the advanced settings tab can I use to improve video quality? Does doing a HQ first pass give you better quality?
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.