View Full Version : AutoMKV 0.95c - (DVD/TS/AVI/AVS to X264/XviD/WVC1 into MKV/MP4/WMV) update 12/02/2008
Pages :
1
2
3
4
5
[
6]
7
8
9
10
11
12
13
14
15
16
17
18
19
survivant001
16th February 2008, 15:00
@buzzqw
I just saw the "--engage keep-bit..." checkbox. It shoudl be gray (disabled) if the profile in not x264, mkv
valnar
16th February 2008, 15:05
@buzzqw
I just saw the "--engage keep-bit..." checkbox. It shoudl be gray (disabled) if the profile in not x264, mkv
I'm still trying to find out if there is any reason *not* to keep that option at all times for every x264/MKV encode. If it doesn't hurt anything, and only helps match the bitstream AR with the container, I would just leave it out and do it behind the scenes.
Anyone have some input on this theory?
Robert
Aylwin
16th February 2008, 15:49
EDIT: try this http://www.64k.it/andres/data/a/AutoMKV095d.exeIt works now! :)
I'm a bit confused though. MediaInfo says that the DAR is 4/3 but AVInaptic reports:
Resolution: 720 x 480
Frame aspect ratio: 3:2 = 1.5
Pixel aspect ratio: 10:11 = 0.909090
Display aspect ratio: 15:11 = 1.363636
How does MediaInfo know? I'm guessing it has the standard PARs hardcoded? But then why is the standard PAR for 4/3 NTSC 10:11? Shouldn't it be 8:9?
Encoder888
16th February 2008, 16:29
@buzzqw,
Lately, I've had problems with VirtualDubMod crashing once the audio encoding starts. It gives me this message:
"An out-of-bounds memory access (access violation) occurred in module 'SoundOut'"
and then just the audio doesn't encode. It's weird, because I don't get it every time, but like 50% of the time... So I have to keep trying until the audio goes through... I was wondering what could be causing this.
vgiozo
16th February 2008, 16:41
@vgiozo
As a temp solution, have posted up on my site so you should be able to get without problems (so long as 300 other people don't beat you and use all my remaining bandwidth)
Cheers...
Thanks zacoz...
Amir
16th February 2008, 17:17
@buzzqw,
Lately, I've had problems with VirtualDubMod crashing once the audio encoding starts. It gives me this message:
"An out-of-bounds memory access (access violation) occurred in module 'SoundOut'"
and then just the audio doesn't encode. It's weird, because I don't get it every time, but like 50% of the time... So I have to keep trying until the audio goes through... I was wondering what could be causing this.
Started seeing this myself too quite a bit, unsure what's causing it.
One bug I have noticed is that if you set everything up just the way you want it, save the profile, you'll see that the audio delay ALWAYS defaults to "Sound out" even if you choose DelayCut when saving the profile.
Also, I'm testing 0.95c and I noticed neroenc is now not working, this is in the logs
15:52:44 Encoding C:\temp\temp\movie t80 3_2ch 448kbps delay -24ms.ac3_fixed_.ac3 to NeroAAC with 0.35 quality
16:11:51 Encoded 1' Audio Track: movie t80 3_2ch 448kbps delay -24ms.ac3_fixed_.mp4 -1 bytes
16:11:51 Unable to encode Audio, try piping with FFmpeg!
16:11:51 NeroAACEnc doesn't accept piping from ffmpeg, switching to LibFaac at 112 kbps
16:11:51 "C:\Users\Administrator\Desktop\AutoMKV093\exe\BeSweet\ffmpeg.exe" -i "C:\temp\temp\movie t80 3_2ch 448kbps delay -24ms.ac3_fixed_.ac3" -vn -acodec libfaac -ab 112000 -vol 256 -f aac audio1.aac
16:11:51 "C:\Users\Administrator\Desktop\AutoMKV093\exe\matroska\MP4Box.exe" -new "C:\temp\temp\audio1.mp4" -add "C:\temp\temp\audio1.aac"
Interestingly in the dos window I can see BEFORE ffmpeg is invoked for the audio, the complete list of command line options for neroenc is displayed, seems something is calling neroenc with wrong paramaters?.
I think the audio DID encode as I can see audio.mp4 AND (right now ffmpeg is running) a 0 byte audio.aac
here is contents of mkvaudio.avs
LoadPlugin("C:\Users\Administrator\Desktop\AutoMKV093\exe\filter\NicAudio.dll")
LoadPlugin("C:\Users\Administrator\Desktop\AutoMKV093\exe\filter\SoundOut.dll")
LoadPlugin("C:\Users\Administrator\Desktop\AutoMKV093\exe\filter\FFmpegSource.dll")
NicAC3Source("C:\temp\temp\movie t80 3_2ch 448kbps delay -24ms.ac3_fixed_.ac3")
#Applying STEREO downmixing routines
function stereo(clip a)
{
flr = GetChannel(a, 1, 2)
fcc = GetChannel(a, 3)
lfe = GetChannel(a, 4)
lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
mix = MergeChannels(lfc, lfc)
lrc = MixAudio(flr, mix, 0.2929, 1.0)
blr = GetChannel(a, 5, 6)
Return MixAudio(lrc, blr, 1.0, 0.2929)
}
#
6==Audiochannels() ? stereo() : last
function addvideo(clip c) {
blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
Return audiodub(last,c)
}
Normalize()
Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Administrator\Desktop\AutoMKV093\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
Oh and here is automkv log
15:29:09 0.95c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:29:09 Selected Input file: D:\temp\24 S5 D4\VTS_01_0.IFO
15:29:09 Selected Output dir: C:\temp\temp\
15:29:09 Selected Final Name: 24 S5 D4
15:29:09 Selected Container type: MP4
15:29:09 Selected Encoder: X264
15:29:09 Selected Size: 2800 / 1
15:29:09 Selected Profile: 2_Pass_Extreme_Quality.xml
15:29:09 Selected Resizer: SimpleResize (neutral soft) / Automatic
15:29:09 Selected Filters: RemoveGrain(mode=2)
15:29:09 Selected Deinterlacer: AUTO
15:29:09 Selected Field Order: AUTO
15:29:09 Enabled CRF/CQ AutoRes at 18 value
15:29:09 Activate PGC Ripping: 1
15:29:09 Track Language 1: 80: English (AC3 6ch, 0xBD 0x80) [0,1,2,3,4,5,6]
15:29:09 Audio Codec 1: Nero AAC
15:29:09 Audio Quality 1: 0.35
15:29:09 Audio Channel 1: Stereo
15:29:09 Track Language 2: NONE
15:29:09 Audio Codec 2: Nero AAC
15:29:09 Advanced Audio Settings DUMP Track 1
15:29:09 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:29:09 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:29:09 Lame Settings: ABR
15:29:09 Audio Normalization: 1
15:29:09 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
15:29:09
15:29:09 Activate PGC processing: PGC 1 [2:48:12:13]
15:29:09 C:\Users\Administrator\Desktop\AutoMKV093\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "D:\temp\24 S5 D4\VTS_01_0.IFO" "C:\temp\temp"
15:46:45 0.95c - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:46:45 Selected Input file: D:\temp\24 S5 D4\VTS_01_0.IFO
15:46:45 Selected Output dir: C:\temp\temp\
15:46:45 Selected Final Name: 24 S5 D4
15:46:45 Selected Container type: MP4
15:46:45 Selected Encoder: X264
15:46:45 Selected Size: 2800 / 1
15:46:45 Selected Profile: 2_Pass_Extreme_Quality.xml
15:46:45 Selected Resizer: SimpleResize (neutral soft) / Automatic
15:46:45 Selected Filters: RemoveGrain(mode=2)
15:46:45 Selected Deinterlacer: AUTO
15:46:45 Selected Field Order: AUTO
15:46:45 Enabled CRF/CQ AutoRes at 18 value
15:46:45 Activate PGC Ripping: 1
15:46:45 Track Language 1: 80: English (AC3 6ch, 0xBD 0x80) [0,1,2,3,4,5,6]
15:46:45 Audio Codec 1: Nero AAC
15:46:45 Audio Quality 1: 0.35
15:46:45 Audio Channel 1: Stereo
15:46:45 Track Language 2: NONE
15:46:45 Audio Codec 2: Nero AAC
15:46:45 Advanced Audio Settings DUMP Track 1
15:46:45 Nero Option Profiles: AUTO --- Encoding Mode: Quality
15:46:45 CCT Option Profiles: AUTO --- Channel Options: AUTO
15:46:45 Lame Settings: ABR
15:46:45 Audio Normalization: 1
15:46:45 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
15:46:45
15:46:45 Activate PGC processing: PGC 1 [2:48:12:13]
15:46:45 C:\Users\Administrator\Desktop\AutoMKV093\exe\Vsrip\pgcdemux.exe -pgc 1 -nocellt -nolog -noaud -nosub -nom2v -vob "D:\temp\24 S5 D4\VTS_01_0.IFO" "C:\temp\temp"
Trying with 0.95d now, so far audio is encoding with progress dialog box appearing, its 89% done, running at 7.83X eta 1:39....and its failed :-( screen grabs coming next.
http://img172.imageshack.us/img172/7190/compressingaudio1mi0.png (http://imageshack.us)
after (neroenc.exe*) encode has finished I see this
http://img526.imageshack.us/img526/7057/fallingbacktoffdshowaf6.png (http://imageshack.us)
* neroenc_see.exe renamed to neroenc.exe
Crono141
16th February 2008, 20:02
thanks zacoz, it's was an hard work. Mainly because i don't knew what doing ;)
i will soon publish the 0.95b with varius fixes.
the next beta (0.96) will be focused on wmv, BUT if someone don't fix the avs2asf on audio part... i am lost :(
i'am also waiting for some feedback from DivX, i will love to add support to DivX codec by using CLI.exe (as in Dr.DivX) interface
BHH
One method I currently use actually takes the audio from each channel and creates a separate wav for it, and then uses WMEncoder to mux the video with each channel individually. Uses BBTool and BeSweet for demux. Dunno if this will help you any.
buzzqw
16th February 2008, 20:08
@survivant001
I just saw the "--engage keep-bit..." checkbox. It shoudl be gray (disabled) if the profile in not x264, mkv
added in todo list
@Encoder888 @Amir
please check the delaycut log
i can assure that both soundout and nero is working, BUT if audio file has some glitches.. then it's probably that somewhat will crash
i can suggest to use delaycut to handle "problematic" files
BHH
Amir
16th February 2008, 20:20
@survivant001
added in todo list
@Encoder888 @Amir
please check the delaycut log
i can assure that both soundout and nero is working, BUT if audio file has some glitches.. then it's probably that somewhat will crash
i can suggest to use delaycut to handle "problematic" files
BHH
There is no delaycut log?. Is there anyway we can see exact arguments passed to neroenc so I can type by hand to see if it works?. I noticed all other external apps are stored to log files but the arguments used to invoke nero_enc is not output there?.
I believe the encode of the audio worked (because I can see complete .mp4 file for audio side (this should be audio.m4a though i think?).
I just had a look and see the following files
16/02/2008 16:56 108,220,726 audio.mp4
16/02/2008 17:10 241,562,247 audio1.mp4
I think audio is by Nero and audio1.mp4 is by FFDShow. A few interesting observations, both files play fine and are the right length. audio1.mp4 is 6 channel (i guess ffdshow ignores AutoMKV GUI as only stereo was selected for Nero). Thats kind of a "nice" bug as I wanted to retain 6 channel audio :-)
OK Just went back and checked all the other episodic encodes I've done and I can see the switch to 6 channel audio encode ONLY happened in the last encode, and this one. Thats 2 discs from current season of DVDs i am encoding. The other 5 seasons were encoded fine, still no issue, i'm happier with 6 channel audio encodes, as long as the mp4 container is happy.
buzzqw
16th February 2008, 22:33
this is the command line
Soundout(output="cmd",type=1,format=3,autoclose=true,executable="C:\Users\Administrator\Desktop\AutoMKV093\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
the audio done by ffmpeg is the audio1.mp4 since is the more recent, and since it's 5.1 and it's bigger. And again ffdshow is ignored by automkv...
moreover the 6ch is due to ffmpeg that ignore the "stereo" option
the log from delaycut is named "movie t80 3_2ch 448kbps delay -24ms.log" or similar.. in \temp folder
anyway i am glad you got a nice audio and results overall :)
BHH
Zow
16th February 2008, 23:29
here the changelog to 0.95
....
ADDED: Support for M2TS container using excellent tsMuxeR. I suggest to use PS3_XboX360 profile (have nal-hrd/aud enabled)
...
Does this mean support for Blu-Ray?
When I try to import an m2ts file (the main movie,) it doesn't see any audio, nor subtitles. Then it just errors when I say "rip."
survivant001
17th February 2008, 03:11
@buzzqw
Why int the ps3_x360 the 2pass quality is --me dia and not --umh ?
nanorch
17th February 2008, 07:47
@buzzwq
I think I just found out some more: this problem only occurs if one does *NOT* have NeroAAC installed...
that's true. if automkv don't find nero AND nero is the selected audio codec it will switch to ogg (maybe next update to cct aac)
No no, that is not the problem: I never selected NERO as the audio codec, but OGG and then saved settings.
My guess: because the drop-down list of codecs changes when NERO is not installed, the content of the automkv.ini file is not reloaded properly on startup: the config-read routine expects that the list of audio codecs contains NERO, and it does not work when it's not there, ending up with "Lame" as default.
buzzqw
17th February 2008, 08:20
@Zow
no, it mean that automkv can create m2ts :p
@survivant001
is an error ?
@nanorch
ok, understud, i will check it
BHH
Zow
17th February 2008, 08:41
@Zow
no, it mean that automkv can create m2ts :p....
Ah, I was really hopeful for a minute:-)
I think I asked before, but how hard would it be to support converting the HiDef formats to smaller MKVs? (I think I know the answer....)
Aylwin
17th February 2008, 08:43
@Zow
no, it mean that automkv can create m2ts :p
Any chance we can someday have m2ts as input?
buzzqw
17th February 2008, 09:30
Any chance we can someday have m2ts as input?
as long as directshowsource is able to process m2ts, automkv can handle m2ts
or wait for ffmpegsource to support m2ts
BHH
survivant001
17th February 2008, 12:45
@survivant001
is an error ?
BHH
yes, the 2pass as the same quality (low) as the 1th (llook like <EncodingMode>4</EncodingMode> doesn't work)
and another thing
you can add : i4x4 in the profile. (was there in 0.93)
chappy16775
17th February 2008, 17:51
While I endlessly wait for these transcodes to finish (and you video experts to wake up!) I started working on the beginners guide to DVD transcoding I mentioned earlier. It's a work in progress and chock full of errors, but for now you can see the progress here. Please dont comment on this guide here but feel free to PM me. This guide should NOT be followed yet as It's about 2 hours old and currently completely inaccurate!
http://www.kayakingcoach.com/GUIDE.htm
Can't wait! Great effort for us newbies.....
survivant001
17th February 2008, 17:52
@buzzwq
another suggestion. please add the audio.bat in the temp folder. I got a problem with a audio track. DTS 6 ch that been converted to ac3 2 CH. problem with AC3Filter. I had to reencode the audio.
I used avs2avi to regenerate the audio.ac3.. but it's still 2 CH. I choose Orignal in the audio source listbox. I had to reencode the audio with ripbot264
buzzqw
17th February 2008, 17:56
another suggestion. please add the audio.bat in the temp folder
not needed at all
just open mkvmaudio.avs in virtualdub :)
the audio file will be created in virtualdub folder
BHH
buzzqw
17th February 2008, 18:02
added Guide by Tirade to first post!
thanks Tirade!
BHH
kretin
17th February 2008, 20:25
Hi,
Let me start by saying thanks for creating a great program. I've been using AutoMKV without hassle for converting 25fps HDTV to mkv and xvid. Does a great job from 1080i to both to 720p mkv and 576p anamorphic xvid.
But I'm having some problems with converting a movie. It's a bit of a long story...
I have a DTV recording that's 50fps 576p anamorphic that I want to convert to a 25fps 576p anamorphic xvid. I can't seem to get AutoMKV to respect the "Change FPS" setting, so all my attempts to use AutoMKV result in a 50fps movie.
In 0.93 I can convert to a 50fps 576p anamorphic xvid. If I convertfps to 25,1 it gets to Virtualdub and says "cannot open movie.avi" and when I look in the temp directory "movie.avi" isn't there.
In 0.95b, anamorphic encoding seems to be broken. In the PAR pulldown there are only two options: AUTO, and EditMe. In 0.95b, the encoding gets all the way to the end, but I end up with a 50fps 576p 4x3 xvid :(
So I ended up converting the source to a 25fps 1024x576 xvid in AutoGK, with the intent to then convert that to a 25fps 720x576 anamorphic xvid in AutoMKV.
This worked really well for one movie, but the other didn't work. Instead of a 720Mb file I have a 57.2Mb file. It plays the first few seconds ok and then the video stream becomes black with a notice along the top:
"CAVIStreamSynth: SYstem exception - Access Violation at 0x0, reading from 0x0"
I've tried 3 times to encode it with the same thing every time. Any ideas as to what's happening?
Here's the log:
15:14:50 0.93 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
15:14:50 OS Version: Windows XP
15:14:50 Selected Input file: D:\DVDs\DTV\08-02-03(Sun) WRC Rally1024.avi
15:14:50 Selected Output dir: D:\DVDs\DTV\temp\
15:14:50 Selected Final Name: 08-02-03(Sun) WRC Rally720
15:14:50 Selected Container type: AVI
15:14:50 Selected Encoder: XviD
15:14:50 Selected Size: 720 / 1
15:14:50 Selected Profile: 2_Pass_Balanced.xml
15:14:50 Selected Resizer: LanczosResize / 720
15:14:50 Selected Filters: RemoveGrain(mode=2)
15:14:50 Selected Deinterlacer: AUTO
15:14:50 Selected Field Order: AUTO
15:14:50 Manual Crop: Enabled
15:14:50 Left Crop: 0
15:14:50 Top Crop: 0
15:14:50 Right Crop: 0
15:14:50 Botton Crop: 0
15:14:50 Manual Width: 720
15:14:50 Manual Height: 576
15:14:50 NeroAACEnc.exe: not present
15:14:50 Enabled CRF/CQ AutoRes at 2.5 value
15:14:50 Using Matrix: Sharktooth's EQM v3LR.cqm
15:14:50 Track Language 1: 08-02-03(Sun) WRC Rally1024.avi
15:14:50 Audio Codec 1: Copy Original
15:14:50 Track Language 2: NONE
15:14:50 Audio Codec 2: Lame
15:14:50 Activate Anamorphic Encoding
15:14:50
15:14:55 Number of Frames: 78085
15:14:55 Framerate: 25.000000
15:14:55 Movie length in Seconds: 3124
15:14:55 Movie Width/Height: 1024/576
15:52:09 Source is declared tff by a margin of 116/145.
15:52:09 Advanced Deinterlace Routines Log
15:52:09 Analyzed 1605 sections of five frames
15:52:09 Found Interlace Sections: 0 0.00%
15:52:09 Found Progressive Sections:1605 100.00%
15:52:09 Found Telecined Sections: 0 0.00%
15:52:09 Found Zero Mov: 100.00% 1605
15:52:09 Found One Mov: 0.00% 0
15:52:09 Found Two Mov: 0.00% 0
15:52:09 Found Three Mov: 0.00% 0
15:52:09 Found Four Mov: 0.00% 0
15:52:09 Found Five Mov: 0.00% 0
15:52:09 The Movie is declared to progressive
15:52:09 Extracted Audio with FFmpeg!
15:52:45 Size Audio Extracted: 42664063
15:52:45 FIRST pass XviD: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 1817 -turbo -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -par 4 -qmatrix "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "D:\DVDs\DTV\temp\movie.avs" -type 2 -avi "D:\DVDs\DTV\temp\movie.avi"
15:52:45 SECOND pass XviD: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 1817 -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -par 4 -qmatrix "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "D:\DVDs\DTV\temp\movie.avs" -type 2 -avi "D:\DVDs\DTV\temp\movie.avi"
16:22:22 Starting Second Pass
16:48:20 Only Movie Size: 14197772 bytes
16:48:20 Using VirtualDubMod for Muxing!
16:48:28 Encoding finished: 00:26:06 elapsed time
16:48:28 -----------------------------------------------------------------------
16:48:28 Script movie.avs
16:48:28
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\AddGrain.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\autocrop.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\aWarpSharp(Pruned).dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\blockbuster.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\cnr2.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\ColorMatrix.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\Convolution3D.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\corrector.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\DctFilter.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\Decomb.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\Deen.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\degrainmedian.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\DGDecode.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\EEDI2.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\FFMpegSource.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\FFT3DFilter.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\FluxSmooth.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\frfun7.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\hqdn3d.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\LeakKernelDeint.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\MaskTools.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\medianblur.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\MipSmooth.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\MSharpen.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\mt_masktools.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\mvtools.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\NicAudio.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\RemoveGrainS.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\RepairS.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\SangNom.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\SimpleResize.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\SoundOut.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\TBilateral.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\TDeint.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\TIVTC.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\TomsMoComp.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\TTempSmooth.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\UnDot.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\UnFilter.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\VSFilter.dll")
16:48:28 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\warpsharp.dll")
16:48:28 #loadpluginstart
16:48:28
16:48:28 #test1
16:48:28
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\BlindDeHalo3_mt2.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\Deblock_QED_MT2.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\HybridFuPP.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\LanczosPlus.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\Lem.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\LimitedSharpenFaster.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\MCBob_v03c.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\mvbob.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\QMlib.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\seesaw.avsi")
16:48:28 Import("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\spresso.avsi")
16:48:28 #importstart
16:48:28
16:48:28 #test2
16:48:28
16:48:28 movie = avisource("D:\DVDs\DTV\08-02-03(Sun) WRC Rally1024.avi",audio=false)
16:48:28 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
16:48:28 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
16:48:28 function getOrder(clip c) {
16:48:28 order = GetParity(c) ? 1 : 0
16:48:28 Return order }
16:48:28 #filter1start
16:48:28
16:48:28 #test3
16:48:28
16:48:28 last = movie
16:48:28 crop(0,0,-0,-0)
16:48:28 #resizestart
16:48:28
16:48:28 #test4
16:48:28
16:48:28 LanczosResize(720,576)
16:48:28 #filter2start
16:48:28
16:48:28 #test5
16:48:28
16:48:28 RemoveGrain(mode=2)
16:48:28 -----------------------------------------------------------------------
16:48:28 Script VirtualDubMod.vcf
16:48:28
16:48:28 VirtualDub.Open("D:\\DVDs\\DTV\\temp\\movie.avi",0,0);
16:48:28 VirtualDub.RemoveInputStreams();
16:48:28 VirtualDub.stream[0].SetSource("D:\\DVDs\\DTV\\temp\\audio.mp3",0x00000202,1);
16:48:28 VirtualDub.stream[0].DeleteComments(1);
16:48:28 VirtualDub.stream[0].AdjustChapters(1);
16:48:28 VirtualDub.stream[0].SetMode(0);
16:48:28 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
16:48:28 VirtualDub.stream[0].SetClipMode(1,1);
16:48:28 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
16:48:28 VirtualDub.stream[0].SetVolume();
16:48:28 VirtualDub.stream[0].SetCompression();
16:48:28 VirtualDub.stream[0].EnableFilterGraph(0);
16:48:28 VirtualDub.stream[0].filters.Clear();
16:48:28 VirtualDub.video.DeleteComments(1);
16:48:28 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
16:48:28 VirtualDub.video.AdjustChapters(1);
16:48:28 VirtualDub.video.SetDepth(24,24);
16:48:28 VirtualDub.video.SetMode(0);
16:48:28 VirtualDub.video.SetFrameRate(0,1);
16:48:28 VirtualDub.video.SetIVTC(0,0,-1,0);
16:48:28 VirtualDub.video.SetCompression();
16:48:28 VirtualDub.video.filters.Clear();
16:48:28 VirtualDub.SaveAVI("D:\\DVDs\\DTV\\08-02-03(Sun) WRC Rally720.avi");
16:48:28 VirtualDub.Close();
16:48:28
16:48:28 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
Aylwin
17th February 2008, 21:56
In 0.95b, anamorphic encoding seems to be broken. In the PAR pulldown there are only two options: AUTO, and EditMe. In 0.95b, the encoding gets all the way to the end, but I end up with a 50fps 576p 4x3 xvid :(
What happens if you set Force Muxing DAR to 16:9 (default is Automatic)? I've had to do this when converting anamorphic DV AVI files from my old videocam.
buzzqw
17th February 2008, 22:26
@Kretin
Hi Kretin and Welcome to the forum
I have a DTV recording that's 50fps 576p anamorphic that I want to convert to a 25fps 576p anamorphic xvid. I can't seem to get AutoMKV to respect the "Change FPS" setting, so all my attempts to use AutoMKV result in a 50fps movie.
the changefps issue is fixed in 0.95c BUT please try this build http://www.64k.it/andres/data/a/AutoMKV095d.exe
and post the log!
BHH
survivant001
17th February 2008, 23:06
not needed at all
just open mkvmaudio.avs in virtualdub :)
the audio file will be created in virtualdub folder
BHH
I didn't know.
but a problem is still there.
DTS 6ch -> AC3 2 CH (instead of 6)
kretin
18th February 2008, 00:00
the changefps issue is fixed in 0.95c BUT please try this build http://www.64k.it/andres/data/a/AutoMKV095d.exe
and post the log!
Thanks very much buzzqw. I tried it in 0.95d but no luck :( Result was a 50fps 720x576 4x3 xvid.
I set resolution to Original, checked Anamorphic Encoding, left Force PAR in avs as "AUTO".
I set Change FPS to "ConvertFPS - 25,1"
Here's the log:
09:22:34 0.95d - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
09:22:34 OS Version: Windows XP
09:22:34 Selected Input file: D:\DVDs\DTV\08-02-03(Sun) WRC Rally Test.mpg
09:22:34 Selected Output dir: D:\DVDs\DTV\temp\
09:22:34 Selected Final Name: 08-02-03(Sun) WRC Rally Test
09:22:34 Selected Container type: AVI
09:22:34 Selected Encoder: XviD
09:22:34 Selected Size: 30 / 1
09:22:34 Selected Profile: 2_Pass_Balanced.xml
09:22:34 Selected Resizer: NONE / Original
09:22:34 Selected Filters: RemoveGrain(mode=2)
09:22:34 Selected Deinterlacer: AUTO
09:22:34 Selected Field Order: AUTO
09:22:34 NeroAACEnc.exe: not present
09:22:34 Using Matrix: Sharktooth's EQM v3LR.cqm
09:22:34 Track Language 1: c0: MPA L2 2ch 48 224
09:22:34 Audio Codec 1: Lame
09:22:34 Audio Quality 1: 128
09:22:34 Audio Channel 1: Stereo
09:22:34 Track Language 2: NONE
09:22:34 Audio Codec 2: Lame
09:22:34 Advanced Audio Settings DUMP Track 1
09:22:34 Nero Option Profiles: AUTO --- Encoding Mode: Quality
09:22:34 CCT Option Profiles: AUTO --- Channel Options: AUTO
09:22:34 Lame Settings: ABR
09:22:34 Audio Normalization: 1
09:22:34 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
09:22:34 Activate Anamorphic Encoding
09:22:34
09:22:35 Dgindex CMD: G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=c0 -YR=2 -AIF=[D:\DVDs\DTV\08-02-03(Sun) WRC Rally Test.mpg] -OF=[D:\DVDs\DTV\temp\movie] -exit -minimize
09:22:37 D2V file size: 26029 bytes
09:22:37 Audio 1: movie tc0 l2 2ch 48 224 delay 0ms.mpa
09:22:37 Pre Audio 1' Size: 3590496 bytes
09:22:37 Applying DelayAudio of 0 to audio file: movie tc0 l2 2ch 48 224 delay 0ms.mpa
09:22:37 Encoding D:\DVDs\DTV\temp\movie tc0 l2 2ch 48 224 delay 0ms.mpa To Mp3 with 128 ABR Preset
09:23:08 Encoded 1' Audio Track: movie tc0 l2 2ch 48 224 delay 0ms.mp3 1853808 bytes
09:23:19 Number of Frames: 6411
09:23:19 Framerate: 50.000000
09:23:19 Movie length in Seconds: 129
09:23:19 Movie Width/Height: 720/576
09:23:19 DgIndex AR: 16:9
09:23:43 Source is declared bff by a margin of 1/0.
09:23:43 Advanced Deinterlace Routines Log
09:23:43 Analyzed 31 sections of five frames
09:23:43 Found Interlace Sections: 0 0.00%
09:23:43 Found Progressive Sections:31 100.00%
09:23:43 Found Telecined Sections: 0 0.00%
09:23:43 Found Zero Mov: 100.00% 31
09:23:43 Found One Mov: 0.00% 0
09:23:43 Found Two Mov: 0.00% 0
09:23:43 Found Three Mov: 0.00% 0
09:23:43 Found Four Mov: 0.00% 0
09:23:43 Found Five Mov: 0.00% 0
09:23:43 The Movie is declared to progressive
09:23:43 FIRST pass XviD: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 1825 -turbo -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -par 16:11 -qmatrix "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "D:\DVDs\DTV\temp\movie.avs" -type 2 -avi "D:\DVDs\DTV\temp\movie.avi"
09:23:43 SECOND pass XviD: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 1825 -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0 -par 16:11 -qmatrix "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\profiles\XviD-profiles\matrix\Sharktooth's EQM v3LR.cqm" -i "D:\DVDs\DTV\temp\movie.avs" -type 2 -avi "D:\DVDs\DTV\temp\movie.avi"
09:23:46 Starting Second Pass
09:23:51 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
09:23:51 Switched to FFmpeg for Video Encoding!
09:23:51 FFmpeg.exe String: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\BeSweet\ffmpeg.exe" -pass 1 -an -r 50.000 -threads 2 -i "D:\DVDs\DTV\08-02-03(Sun) WRC Rally Test.mpg" -vcodec libxvid -bf 2 -b 1825000 -s 720x576 -y "D:\DVDs\DTV\temp\movie.avi"
09:23:51 FFmpeg.exe String: "G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\BeSweet\ffmpeg.exe" -pass 2 -an -r 50.000 -threads 2 -i "D:\DVDs\DTV\08-02-03(Sun) WRC Rally Test.mpg" -vcodec libxvid -bf 2 -b 1825000 -s 720x576 -y "D:\DVDs\DTV\temp\movie.avi"
09:36:51 Fished FFmpeg Encoding!
09:36:51 Using VirtualDubMod for Muxing!
09:36:54 Encoding finished: 00:13:08 elapsed time
09:36:54 -----------------------------------------------------------------------
09:36:54 Script AutoCrop.log
09:36:54
09:36:54 Crop(6,0,704,572)
09:36:54 -----------------------------------------------------------------------
09:36:54 Script movie.avs
09:36:54
09:36:54 #loadpluginstart
09:36:54
09:36:54 #test1
09:36:54
09:36:54 #importstart
09:36:55
09:36:55 #test2
09:36:55
09:36:55 movie = mpeg2source("D:\DVDs\DTV\temp\movie.d2v")
09:36:55 function getOrder(clip c) {
09:36:55 order = GetParity(c) ? 1 : 0
09:36:55 Return order }
09:36:55 #filter1start
09:36:55
09:36:55 #test3
09:36:55
09:36:55 last = movie
09:36:55 fixed_aspect = 1.230769
09:36:55 out_width = 720
09:36:55 #Aspect_Error = 1.197%
09:36:55 out_height = 576
09:36:55 #resizestart
09:36:55
09:36:55 #test4
09:36:55
09:36:55 #filter2start
09:36:55
09:36:55 #test5
09:36:55
09:36:55 RemoveGrain(mode=2)
09:36:55 ConvertFPS(25,1)
09:36:55 -----------------------------------------------------------------------
09:36:55 Script mkvmaudio.avs
09:36:55
09:36:55 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\NicAudio.dll")
09:36:55 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\SoundOut.dll")
09:36:55 LoadPlugin("G:\Downloads\Programs\HDTV 2 DVD\AutoMKV\exe\filter\FFmpegSource.dll")
09:36:55 NicMPG123Source("D:\DVDs\DTV\temp\movie tc0 l2 2ch 48 224 delay 0ms.mpa")
09:36:55 DelayAudio(0.0000)
09:36:55 #Applying STEREO downmixing routines
09:36:55 function stereo(clip a)
09:36:55 {
09:36:55 flr = GetChannel(a, 1, 2)
09:36:55 fcc = GetChannel(a, 3)
09:36:55 lfe = GetChannel(a, 4)
09:36:55 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
09:36:55 mix = MergeChannels(lfc, lfc)
09:36:55 lrc = MixAudio(flr, mix, 0.2929, 1.0)
09:36:55 blr = GetChannel(a, 5, 6)
09:36:55 Return MixAudio(lrc, blr, 1.0, 0.2929)
09:36:55 }
09:36:55 #
09:36:55 6==Audiochannels() ? stereo() : last
09:36:55 function addvideo(clip c) {
09:36:55 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
09:36:55 Return audiodub(last,c)
09:36:55 }
09:36:55 Normalize()
09:36:55
09:36:55 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=128,showoutput=false,filename="audio.mp3")
09:36:55 -----------------------------------------------------------------------
09:36:55 Script VirtualDubMod.vcf
09:36:55
09:36:55 VirtualDub.Open("D:\\DVDs\\DTV\\temp\\movie.avi",0,0);
09:36:55 VirtualDub.RemoveInputStreams();
09:36:55 VirtualDub.stream[0].SetSource("D:\\DVDs\\DTV\\temp\\movie tc0 l2 2ch 48 224 delay 0ms.mp3",0x00000202,1);
09:36:55 VirtualDub.stream[0].DeleteComments(1);
09:36:55 VirtualDub.stream[0].AdjustChapters(1);
09:36:55 VirtualDub.stream[0].SetMode(0);
09:36:55 VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
09:36:55 VirtualDub.stream[0].SetClipMode(1,1);
09:36:55 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
09:36:55 VirtualDub.stream[0].SetVolume();
09:36:55 VirtualDub.stream[0].SetCompression();
09:36:55 VirtualDub.stream[0].EnableFilterGraph(0);
09:36:55 VirtualDub.stream[0].filters.Clear();
09:36:55 VirtualDub.video.DeleteComments(1);
09:36:55 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=134478");
09:36:55 VirtualDub.video.AdjustChapters(1);
09:36:55 VirtualDub.video.SetDepth(24,24);
09:36:55 VirtualDub.video.SetMode(0);
09:36:55 VirtualDub.video.SetFrameRate(0,1);
09:36:55 VirtualDub.video.SetIVTC(0,0,-1,0);
09:36:55 VirtualDub.video.SetCompression();
09:36:55 VirtualDub.video.filters.Clear();
09:36:55 VirtualDub.SaveAVI("D:\\DVDs\\DTV\\08-02-03(Sun) WRC Rally Test.avi");
09:36:55 VirtualDub.Close();
09:36:55
09:36:55 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
What happens if you set Force Muxing DAR to 16:9 (default is Automatic)? I've had to do this when converting anamorphic DV AVI files from my old videocam.
I haven't tried that, I thought it was just for mkv. I'd only used the setting in "Aspect Ratio Options". I'll give it a go...
kretin
18th February 2008, 00:27
What happens if you set Force Muxing DAR to 16:9 (default is Automatic)? I've had to do this when converting anamorphic DV AVI files from my old videocam.
Thanks Aylwin, that worked a charm. I'm very happy I can use 0.95 to encode anamorphic :)
But still have the fps problem, and the partial encode mystery... which won't be a problem I guess if I can get the fps right :)
Update: Aaargh!?! When I set ChangeFPS to ConvertFPS 25,1 it makes it ignore the Force Muxing DAR setting and ignores changefps so I still get 50 fps 4x3 :(
buzzqw
18th February 2008, 08:26
@survivant001
DTS 6ch -> AC3 2 CH (instead of 6)
post mkvmaudio.avs
@kretin
you have another problem:
09:23:46 Starting Second Pass
09:23:51 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
09:23:51 Switched to FFmpeg for Video Encoding!
and then the encoding goes to ffmpeg, ignoring your choose of 25/1 fps and aspect ratio
open the movie.avs (from temp folder) in virtualdub, got any error ?
BHH
chappy16775
18th February 2008, 08:50
I'm loving this great prog but I cannot see where I can manually set the audio delay? I used to be able to do that in MeGUI during the muxing for example when the audio was out of sync.
Thanks
kretin
18th February 2008, 08:52
@kretin
you have another problem:
open the movie.avs (from temp folder) in virtualdub, got any error ?
Yes. Error message is:
Avisynth open failure:
ConvertFPS: New frame rate too small. Must be greater than 33.3333 Increase or use 'zone=' (d:\path\temp\movie.avs, line 84)
buzzqw
18th February 2008, 09:48
@chappy16775
ins't necessary, automkv will automatically handle audio delay (as reported by dgindex)
@kretin
re-install a more recent versione of avisynth, and retry :)
BHH
chappy16775
18th February 2008, 17:51
@chappy16775
ins't necessary, automkv will automatically handle audio delay (as reported by dgindex)
@kretin
re-install a more recent versione of avisynth, and retry :)
BHH
Unfortunately some movies have bad audio delay (for some reason the delay reported by DGindex is way off) so I have to fix manually. Is there no way to do this in AutoMKV?
Thanks
Taddeusz
18th February 2008, 18:24
I've mentioned this a couple times. It has a problem with VOB's where the audio and video have different PTS times, meaning there is actually a built-in delay in the VOB itself. Handbrake has no problem with those VOB's.
buzzqw
18th February 2008, 20:13
@chappy16775
strange audio delay (usally very large) are often due to bad ripping...
i suggest to hand made the d2v but not starting from first second, but just hit some time the > button to skip first gops. Then do the d2v, you will notice that audio delay will be correct
.. you can also try to set in advanced settings Use DelayCut
@Taddeusz
sorry, but handbrake use ffmpeg and automkv use the dgindex/avisynth combo.. so there isn't any similiarities
bad pts could be cause by bad muxing (often after a cut/remux) and btw automkv cannot know if vob have problems
if you like handbrake (an excellent application) you could try with automen or the ffmepg counterpart AutoFF
BHH
Taddeusz
18th February 2008, 20:28
@buzzqw
Not sure I'd go so far as to call it a bad PTS. It's just the way the studio mixed it. It shouldn't be an assumption that the video and audio are going to have the same PTS. DVD Decrypter produces a file with a listing of PTS and delay values. It should be a simple matter to use that information or extract the delay information from the VOB and use it to set the audio delay during mux.
buzzqw
18th February 2008, 20:36
many and more users don't use dvddrypter..
have you tried with suggestion i give to chappy16775 ?
BHH
Taddeusz
18th February 2008, 21:01
What I want from a conversion program such as AutoMKV is a one-stop-shop. The less I have to do the better. While I understand there will be a difficult movie from time to time I don't want to have to pre or post process movies in order for them to come out properly. It should work flawlessly most of the time. Which honestly AutoMKV does.
AutoMKV could be so much better if it would do more to take into account VOB PTS delays. Sure, a properly edited movie is going to have the same PTS delays for all streams but not all movies are properly edited. It shouldn't be assumed that they are.
survivant001
19th February 2008, 02:29
@buzzwq
here the 2 bugs in 0.95c :
#1 - the profile ps3 isn't right. the --me should be umh for the second pass. and for the first pass if FIRST PASS HQ is selected.
here others things to change to the profile
look like 9000 is not enough for action movie and anime
<VBVBufferSize>14000</VBVBufferSize>
<VBVMaxBitrate>26000</VBVMaxBitrate>
the PS3 support this
<I4x4mv>true</I4x4mv>
it's for the 2th pass
<me-prepass>true</me-prepass>
#2 DTS 6 ch -> ac3
here
Audio #0
Codec : DTS
Bit rate : 1536 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Surround: L R, Subwoofer
Sampling rate : 48 KHz
Resolution : 24 bits
Language : English
I try with 2 movies, and got the same result. AC3 2 ch.
LoadPlugin("D:\DVD-tools\tools\AutoMKV095_NORIP\exe\filter\NicAudio.dll")
LoadPlugin("D:\DVD-tools\tools\AutoMKV095_NORIP\exe\filter\SoundOut.dll")
LoadPlugin("D:\DVD-tools\tools\AutoMKV095_NORIP\exe\filter\FFmpegSource.dll")
DirectShowSource("movie.DTS.x264-SZ.mkv",fps=23.976044,convertfps=true,video=false)
#Applying ORIGINAL downmixing routines
function addvideo(clip c) {
blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
Return audiodub(last,c)
}
Normalize()
Soundout(output="cmd",type=1,format=3,autoclose=true,executable="D:\DVD-tools\tools\AutoMKV095_NORIP\exe\besweet\aften.exe",prefilename=" -b 448 - audio.ac3",nofilename=true,showoutput=false)
here a audio.mvs from ripbot264 (the output is ok)
"D:\DVD-tools\tools\RipBot264v1.8.10\tools\bepipe\bepipe.exe" --script "import(^C:\temp\RipBot264temp\job1\job1.avs^)" | "D:\DVD-tools\tools\RipBot264v1.8.10\Tools\aften\aften.exe" -b 448 - "C:\temp\RipBot264temp\audio.ac3"
video=DirectShowSource("movie.DTS.x264-SZ.mkv")
LoadPlugin("D:\DVD-tools\tools\RipBot264v1.8.10\tools\AviSynth plugins\NicAudio\NicAudio.dll")
audio=NicDTSSource("C:\temp\RipBot264temp\job1\audio.2.dts")
AudioDub(video,audio)
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Framecount")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Framerate")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioRate")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioChannels")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioLength")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Width")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Height ")
Trim(0,-1)
kretin
19th February 2008, 03:50
@kretin
re-install a more recent versione of avisynth, and retry :)
Thanks Buzzqw.
I have downloaded and installed the latest version of AVISynth (2.5.8), and I still get the same thing:
BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
Does AutoMKV require AVISynth to be installed in a particular directory?
BlackDog21
19th February 2008, 04:02
I have a wide screen source. Using the suggestions here, I did a run using Original width, no resize filter, Anamorphic Encoding checked. I also did another run with Force Muxing set to 16:9.
Both yielded the same results. AVInaptic reports:
Resolution: 720/480
Frame aspect ration: 3:2 = 1.5
Pixel aspect ratio: 40:33 = 1.212121
Display aspect ratio: 20:11 = 1.818181
Playing movie through WMP on my widescreen monitor shows minor black bars top and bottom, but about an inch or so black bar on left and right. I'd expect the bars top and bottom but not the left and right. Any way to get rid of those so it displays like the original source?
ZoloftWorks
19th February 2008, 07:39
first and foremost, thank you for this absolutely wonderful ap.
I just upgraded today from .92 to .95, and I've noticed that it now replaces . in file names with _ Is there any way to tweak a setting somewhere to leave the periods, which I greatly prefer to the underscores?
Thanks!
Zoloft
buzzqw
19th February 2008, 08:37
@Taddeusz
do you know any utility able to print pts timestamp on generic mpeg2 files ?
@survivant001
attention:
DirectShowSource("movie.DTS.x264-SZ.mkv",fps=23.976044,convertfps=true,video=false)
audio=NicDTSSource("C:\temp\RipBot264temp\job1\audio.2.dts")
the first is automkv, the second is ripbot264
on mkv source automkv will trigger directshowsource, seems that ripbot264 extract the audio tracks and process with nocdtssource (as automkv would do on dts tracks)
since automkv rely on dss for mkv, check your ffdshow/ac3filter, MOST probably is set to output STEREO not 5.1 audio
@kretin
something is going wrong with your avisynth setup. here is all ok
i can only suggest to deinstall avisynth, check your c:\windows\system32 folder and remove avisynth.dll, delete your c:\program files\avisynth2.5 folder
reboot and then reinstall avisynth and reboot again.
as last change try selecting ConvertFPS BUT on fps write 25000,1000
@BlackDog21
have you tried with 0.95D ?
@ZoloftWorks
i have forced this because both virtualdub AND mp4box could crash if too much dots are present. Even more it could "confuse" automkv on correct extension.
BHH
ZoloftWorks
19th February 2008, 08:59
thank you for the fast reply! I will simply change them back myself after completion! Again, brilliant ap!
survivant001
19th February 2008, 11:42
@Taddeusz
do you know any utility able to print pts timestamp on generic mpeg2 files ?
@survivant001
attention:
the first is automkv, the second is ripbot264
on mkv source automkv will trigger directshowsource, seems that ripbot264 extract the audio tracks and process with nocdtssource (as automkv would do on dts tracks)
since automkv rely on dss for mkv, check your ffdshow/ac3filter, MOST probably is set to output STEREO not 5.1 audio
exactly what I tought at first. but it really set to 5.1.. in ac3filter main window.. OUTPUT : AS IS. If I open ac3filter when the movie is playing.. I really see all the channels.
valnar
19th February 2008, 15:08
I'm down to one question left before I start converting my DVD's. This was brought up by a previous reply and got me thinking.
All I want to do is cut the horizontal black bars on widescreen (2.35, etc.) movies. Here are the choices as I see it. I'm in NTSC land.
* If I don't choose anamorphic, a lot of resizing will be done and of course the resizing algorithm comes into play.
* If I choose anamorphic with "original" in the set width, then no resizing filter is needed (set to NONE) and it encodes the black bars in the original DVD.
* If I choose anamorphic with "720" or "autocrop" in the set width, I have to choose a Resize filter. SimpleResize is the default.
My problem is with the last choice. There is a 6-14% size difference between SimpleResize and Spline36. Because of that difference, I assume the filter is resizing the whole DVD, even if I only want to cut the black bars. I'm not sure if this is because of MOD16 requirements or I'm doing something wrong. Visually I can't tell the difference, but I only briefly compared on a 19" monitor.
Question 1: What is the proper way, if possible at all, to cut the black bars from a DVD without any resize filter changing the original movie?
Question 2: If question 1 is not possible, is the general consensus that spline36 or lanczos is better than SimpleResize for large (50"+) size HDTV's? Or does it matter?
Robert
buzzqw
19th February 2008, 15:20
IQuestion 1: What is the proper way, if possible at all, to cut the black bars from a DVD without any resize filter changing the original movie?
Use manual crop (not crop and resize), THEN in resizer set NONE
BHH
Tirade
19th February 2008, 16:17
Question 1: What is the proper way, if possible at all, to cut the black bars from a DVD without any resize filter changing the original movie?
Question 2: If question 1 is not possible, is the general consensus that spline36 or lanczos is better than SimpleResize for large (50"+) size HDTV's? Or does it matter?
Robert
Robert, if you find out the answer let me know. Buzzqw is probably right but I did not get a chance to try manual cropping this weekend as we were away for the holiday.
I'll try and do some testing tonight when I get off work if you don't get a chance first. Let me know what you find out and I'll update the guide.
BlackDog21
19th February 2008, 16:42
@BlackDog21
have you tried with 0.95D ?
Yes. The results I posted were from .95D.
valnar
20th February 2008, 01:56
Use manual crop (not crop and resize), THEN in resizer set NONE
BHH
I tried this but I'm not sure I understand how it works. If I choose to manual crop my movie at the top and bottom - 54 & 60 in this case, do I then take the 480 height and minus 114 from it? That gives me 366 which is MOD2, so I have to go to 368 which is MOD16. If I don't do this, the height stays at 480.
If I check "Encode to Anamorph", I get a 656x368 resolution chosen for me with an AR error of 30.792%. If I check "Encode to non Anamorph", it's 864x368 and an appropriate AR error within 1%. However, the whole point of this exercise is to keep anamorphic and do NO resizing.
What am I understanding wrong?
-Robert
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.