Log in

View Full Version : AutoMKV 0.95 beta 21 NEED TESTER!


Pages : 1 2 3 4 5 6 [7] 8

Honeyko
27th January 2008, 13:03
Suggestion: Accept (and encode properly without "rounding up" or having the encoder halt or crash) odd-numbered crops values if they come in dimensional pairs -- top and bottom are both odd, for example.i added a nice (i hope) coloring system on manual crop, and now added a colered check on manual width and height values
I did see those (thanks), but that wasn't what I was getting at.

Grossly simplified example: Let's say you have a video which is 30 pixels wide and 20 pixels high, with a letterboxed image that is height 10. However, the top and bottom crop values to get the 10 are Top=9 and Bottom=11.....if they're rounded to Top=10 and Bottom=12 to eliminate all the black, then the image has lost two good rows of pixels and is now only height 8. If the crop values at 8 and 10, then the image is height 12 with slivers of black.

In other words, if there was a way to "shift" the image (or add lines of "padding" prior to cropping to rounded up values) in the case of Top=odd and Bottom=odd (or right and left both odd), it'd be a welcome solution to something that's been annoying me for a long time. (True Video Converter has an add-padding function, but I don't know if any encoder or converter exploits padding to "even up" odd cropping values.)

delacroixp
27th January 2008, 18:12
In other words, if there was a way to "shift" the image (or add lines of "padding" prior to cropping to rounded up values)
in the case of Top=odd and Bottom=odd (or right and left both odd), it'd be a welcome solution to something that's been annoying me for a long time.
(True Video Converter has an add-padding function, but I don't know if any encoder or converter exploits padding to "even up" odd cropping values.)
Add padding does sound like a messy solution to a simple problem.
Perhaps you should speak to akupenguin (http://forum.doom9.org/showthread.php?p=1090726#post1090726) for a little more background information as to what's possible and what's not !


:):devil::D
Pascal

zacoz
27th January 2008, 19:51
@ALL
about all forcing and not forcing anamorphic hype around, i will leave as is.
I will just add on statusbar a suggestion, on case of no resize/no crop, of checking anamorphic encoding.
OK?
Roger Chief.

also.. some test must be done even on mp4 container... ;)

mp4 .... never heard of it :devil:

Honeyko
27th January 2008, 22:06
BUG

If there are two or more open instances of AutoMKV, there's a possibility that they'll try to use the same Temp folder (leading to inevitable disaster).

(Preventing multiple instances isn't necessarily the ideal solution, however.)

valnar
27th January 2008, 22:10
BUG

If there are two or more open instances of AutoMKV, there's a possibility that they'll try to use the same Temp folder (leading to inevitable disaster).

(Preventing multiple instances isn't necessarily the ideal solution, however.)

That's not a bug. Just specify two different folders!

Honeyko
27th January 2008, 23:41
Right. But it's easy to screw up if you have a couple instances open, and one of them is minimized. (E.g., "Buzz has a new beta out; I'm gonna test it!" while forgetting about the encode you've had running in the background for the last ten hours.)

Hmm.... A tiny bit of code which checks if any of the usual suspects are already present in the Task Manager, and then warns the user?

Honeyko
28th January 2008, 00:16
FEATURE DESIRED

1. "Save Settings" permits user to save settings with a name (to permit multiple settings files).

2. "Load Settings" button added.

Honeyko
28th January 2008, 02:32
b21 BUG+ANNOYANCE

1. encode an xvid/avi with AC3 copy original .... works
2. change container....
....ANNOYANCE: Profile resets. (Is this necessary?)
3. encode with xvid/mkv with AC3 copy original .... works
4. Now perform the exact same encode a second time, and...
5. While the encode is in progress (XviD CQ running), change the container from mkv to mp4 (and readjust the profile). That's it -- don't do anything else. Now wait....
6. BUG. AutoMKV will attempt to mux the ongoing finished project into an mp4 container (instead of mkv selected initially) and halt with error (since AC3 won't go into mp4).

IOW, changing parameters in the main window (which you'll certainly do while setting up projects to queue) is adjusting settings in an ongoing encode. This bug may (?) possibly extend to settings other than container.

Honeyko
28th January 2008, 02:43
b21 BUG

An encode whose source file contains AC3 audio and whose target file will be an mp4 container -- will generate the "cannot mux AC3 audio into an mp4 container" even if the user has specified NONE for audio.

(The bug manifests only with NONE; otherwise AutoMKV muxes properly if the user converts the audio to an mp4-applicable format such as AAC.)

Honeyko
28th January 2008, 02:50
DESIRED FEATURE

1. xvid/avi -- temp "movie" file is not playable during encoding
2. xvid/mkv -- temp "movie" file is not playable during encoding
3. xvid/mp4 -- temp "movie" file **IS** playable during encoding!

-- I'd like to always be able to play that "movie" file.

(This was one of the best unsung features of Handbrake. I could save gobs of time by aborting an encode after noticing the output was going to be poor long before it was finished.)

Honeyko
28th January 2008, 03:01
BUG (maybe not AutoMKV's?)

Audio and video muxed into mp4 containers has erroneous type data. I.e., XviD/AAC shows up as mp4v/mp4a in VLC's Stream and Media info box.

Honeyko
28th January 2008, 03:09
BUG or missing ability:

-- You should be able to mux AAC audio into an .avi container. (At least some other encoders are able to.)

Honeyko
28th January 2008, 03:17
BUG:

"Advanced Audio Options" (click-item) pop-up window doesn't save any of the changes made after "OK!" is pressed to close the window.

(This window should probably also have a "Cancel" button.)

Taddeusz
28th January 2008, 03:34
BUG (maybe not AutoMKV's?)

Audio and video muxed into mp4 containers has erroneous type data. I.e., XviD/AAC shows up as mp4v/mp4a in VLC's Stream and Media info box.

Technically XviD is MPEG 4 video (MPEG 4 part 2) and AAC is MPEG 4 audio.

Honeyko
28th January 2008, 03:48
Technically XviD is MPEG 4 video (MPEG 4 part 2) and AAC is MPEG 4 audio.
If they're called that, then not much else will be able to fiddle with the buggers.

I.e., I can't open the file up in Vdub or AVI_Mux or MPEG4modifier.

Honeyko
28th January 2008, 06:45
BUG:

Requests to convert DTS audio to Lame DPLII are being given to VirtualDubMoB, which, after demuxing the source streams, will open up a "Converting" window which will process endlessly and consume mucho CPU without actually doing anything or making any progress.

(Cancling Vdub in the TaskManager then triggers FFmpeg to do the job.)

==//==

21:08:30 D2V file size: 707283
21:08:30 Audio 1 :movie t89 delay 0ms.dts
21:08:30 Pre Audio Size: 542958336 bytes
21:08:30 Applying DelayAudio of 0 to audio file: movie t89 delay 0ms.dts
21:08:30 Encoding W:\VIDEO_TS\temp\movie t89 delay 0ms.dts To Mp3 with 192 ABR Preset

...it dawns on me, after over two hours, that my audio isn't converting, so I force-quit Vdub.

23:22:44 Encoded 1' Audio Track: 0 bytes
23:22:45 Unable to encode Audio, try piping with FFmpeg!
23:22:45 "C:\AutoMKV093\exe\BeSweet\ffmpeg.exe" -i "W:\VIDEO_TS\temp\movie t89 delay 0ms.dts" -vn -ac 2 -acodec libmp3lame -vol 256 -ab 192000 "W:\VIDEO_TS\temp\audio1.mp3"

buzzqw
28th January 2008, 08:53
If there are two or more open instances of AutoMKV, there's a possibility that they'll try to use the same Temp folder (leading to inevitable disaster).

one AutoMKV at time is enough

FEATURE DESIRED

1. "Save Settings" permits user to save settings with a name (to permit multiple settings files).

2. "Load Settings" button added.

already present in advanced settings: load/save configuration

2. change container....
....ANNOYANCE: Profile resets. (Is this necessary?)
yes
5. While the encode is in progress (XviD CQ running), change the container from mkv to mp4 (and readjust the profile). That's it -- don't do anything else. Now wait....

never, never, never change settings while automkv is encoding

An encode whose source file contains AC3 audio and whose target file will be an mp4 container -- will generate the "cannot mux AC3 audio into an mp4 container" even if the user has specified NONE for audio.

i will check

DESIRED FEATURE

1. xvid/avi -- temp "movie" file is not playable during encoding
2. xvid/mkv -- temp "movie" file is not playable during encoding
3. xvid/mp4 -- temp "movie" file **IS** playable during encoding!
could not be done with actual xvid_encraw

Audio and video muxed into mp4 containers has erroneous type data. I.e., XviD/AAC shows up as mp4v/mp4a in VLC's Stream and Media info box.
don't know.. maybe i must pass more options to mp4box

-- You should be able to mux AAC audio into an .avi container. (At least some other encoders are able to.)
Today 03:01
No, hackish. not will be done

"Advanced Audio Options" (click-item) pop-up window doesn't save any of the changes made after "OK!" is pressed to close the window.

not a bug. Already know. the windows is alway resetted to default value everytime is opened. But automkv will remember values set if you don't reopen the window

Requests to convert DTS audio to Lame DPLII are being given to VirtualDubMoB, which, after demuxing the source streams, will open up a "Converting" window which will process endlessly and consume mucho CPU without actually doing anything or making any progress.
first pass is analysis of normalize, then analysis for dlp2, then encoding. anyway could be a bug of nicdtssource or soundout or virtualdub...

BHH

Honeyko
28th January 2008, 09:42
never, never, never change settings while automkv is encoding
People organizing queue lists will do this.
They'll expect to be able to do it.

-- I'm just warning you now! :D

zacoz
28th January 2008, 09:54
People organizing queue lists will do this.
They'll expect to be able to do it.

-- I'm just warning you now! :D

Having originally come from using AutoGK I did it.......once. Now I don't. I set up my queue and only then press Start Queue. I for one would rather keep the queue with it's idiosyncrasies than have it scrapped (http://forum.doom9.org/showthread.php?p=1066135#post1066135).

SeeMoreDigital
28th January 2008, 09:56
BUG (maybe not AutoMKV's?)

Audio and video muxed into mp4 containers has erroneous type data. I.e., XviD/AAC shows up as mp4v/mp4a in VLC's Stream and Media info box.The data muxed within the .MP4 stream is perfectly okay. All the information is in there!

If anything, it's VLC that needs to change how it reads/displays the data.


Cheers

Honeyko
28th January 2008, 10:57
Audio and video muxed into mp4 containers has erroneous type data. I.e., XviD/AAC shows up as mp4v/mp4a in VLC's Stream and Media info box.The data muxed within the .MP4 stream is perfectly okay. All the information is in there! If anything, it's VLC that needs to change how it reads/displays the data.The problem is that just about nothing else (other than players) know what to do with it either; I can't open it up it in any of familiar suite of utilities (save AutoMKV).

Perhaps its an inherent "feature" of the mp4 container itself (?)
People organizing queue lists will do this. They'll expect to be able to do it.Having originally come from using AutoGK I did it.......once.People coming from Handbrake or MediaCoder will too.Now I don't. I set up my queue and only then press Start Queue. I for one would rather keep the queue with it's idiosyncrasies than have it scrapped.True...true...we don't want that!

Hmm.... The trouble appears to stem from settings being tied to the main application window rather than a file written out as coding begins....no? -- I noticed, the other day, that when I clicked "Edit Job" on a queued item, it popped me out to the basic settings tab.

If so, then the solution would appear to be to have the script access settings from a file, or a tiny "mirror"-app which does nothing but sit in memory and hold settings unique to that current project.

delacroixp
28th January 2008, 20:20
Having originally come from using AutoGK I did it.......once. Now I don't. I set up my queue and only then press Start Queue.
I for one would rather keep the queue with it's idiosyncrasies than have it scrapped (http://forum.doom9.org/showthread.php?p=1066135#post1066135) .
True...true...we don't want that!

Quite right...

AutoMKV is based on a single encode philosophy (batch encoding does work but single encodes work better).
Dr DivX (http://forum.doom9.org/showthread.php?p=971203#post971203), by contrast, is rooted in batching... all jobs work through batch (even single encodes)... "watch folders" further enhance productivity.

X264 encodes, by contrast, are much slower and only commercial apps like MainConcept (http://forum.doom9.org/showthread.php?p=1090819#post1090819) (costing over $ 2000) support serious batching with watch folders.
AutoMKV is free but worth it's weight in gold !

I love AutoMKV... don't you ?


:):devil::D
Pascal

SeeMoreDigital
28th January 2008, 22:04
The problem is that just about nothing else (other than players) know what to do with it either; I can't open it up it in any of familiar suite of utilities (save AutoMKV).

Perhaps its an inherent "feature" of the mp4 container itself What exactly is your issue about this?

buzzqw
28th January 2008, 22:30
as already said several times, the code of queue isn't the most perfect , even more it's for me difficult to handle in better way without rewrite it all

the actual state of queue is perfectable but it's a PITA working on it. and can be easily broken without effort

The queue it's just an "image" of varius settings of automkv, it isn't a full file with all settings and variable written. The queue file is used to set the state of list/check and when the encoding start automkv will react as encoding a single job

so, sorry, but queue will be as is for a long time. maybe i will rewrite it.. but don't know when

and.. thanks for all kinds words, tests, patience, bugs and time. I must admit that sometimes i will like to stop/drop the development, to much free time loose (and shout from my wife...) but.. thanks to YOU i will dedicate some more time to automkv, with all its bugs and a long wishlist.

BHH

P.S. i hope for first days of february to release the next full release. (if SeeMoreDigital don't say that anamorphic/nonanamorphic is totally broken)

Honeyko
29th January 2008, 00:32
The problem is that just about nothing else (other than players) know what to do with it either; I can't open it up it in any of familiar suite of utilities (save AutoMKV). Perhaps its an inherent "feature" of the mp4 container itselfWhat exactly is your issue about this?
If one encodes into an mp4 container, one is able to open and view the output file prior to completion -- this has obvious advantages in spotting bad encodes and aborting them early. Unfortunately, once one's audio and video are inside the container and rebadged as mp4v and mp4a, getting them back out again in their original four-letter designation is difficult.

Taddeusz
29th January 2008, 01:10
If one encodes into an mp4 container, one is able to open and view the output file prior to completion -- this has obvious advantages in spotting bad encodes and aborting them early. Unfortunately, once one's audio and video are inside the container and rebadged as mp4v and mp4a, getting them back out again in their original four-letter designation is difficult.

Not necessarily. MKVmerge allows you to change the stream's FourCC designation.

Honeyko
29th January 2008, 09:27
(Thanks, tadd!)

==//==

BUG: XviD fractional CQs being rounded.

Example: Encode a test clip in Constant_Quality profile at CQ2 and then CQ3. Then, manually enter 2.5 or 2.75 for CQ number, and encode for a file-size inbetween those. You'll see the fractional number listed in Advanced Settings' "Use CRF for AutoSize Routines", but it will be rounded to an integer if you click the [CQ Tune] button.

buzzqw
29th January 2008, 10:42
thanks , fixed

BHH

Honeyko
29th January 2008, 12:57
SUGGESTION: It'd be nice to see several pre-set fractions between 2 and 3 appear on the CD list when XviD is selected. (When output AR is the same as original, there's a huge difference in quality and file size between CQ2 and CQ3. My 12mb test clips comes in at 5.5mb at CQ3 and 9.9mb at CQ2.)

==//==

BUG(maybe-?): AutoMKV doesn't appear to be directing the proper fractional CQ to the XviD CD encoder. For example, I have a current project ongoing with CQ2.75 (after being unsatisfied with CQ3), but the in-progress CQ has been running closer to 2 than 3, and CQ Aver so far is 2.92 about 20% into the encode, and the file size seems to be turning out bigger than it should be.

BUG: Play around with that CQ Tune button a bit, and you'll see that sometimes it's not appearing when it should be, or is there when it shouldn't be. IIRC, it happens when changing container or codec automatically resets profile.

BUG(maybe): If you fps will be reduced during encode (e.g., 29.97 to 23.97), the Estimated Time appears to be calculated based upon a count of the source's frames rather than the output's frames. (This means the encode will appear to abruptly end four-fifths of the way through.)

buzzqw
29th January 2008, 13:07
SUGGESTION: It'd be nice to see several pre-set fractions between 2 and 3 appear on the CD list when XviD is selected.(When output AR is the same as original, there's a huge difference in quality and file size between CQ2 and CQ3.)

you mean fractional CQ value ? if so.. not so easy, ... i will check

BUG: AutoMKV doesn't appear to be directing the proper fractional CQ to the XviD CD encoder. For example, I have a current project with 2.75, but running CQ has been running closer to 2 than 3, and CQ Aver so far is 2.92

open the xvidsingle.bat and look here the -cq value

BUG: Play around with that CQ Tune button a bit, and you'll see that sometimes it's not appearing when it should be, or is there when it shouldn't be. IIRC, it happens when changing container or codec automatically resets profile
yea.. know..

BHH

hfmls
29th January 2008, 20:38
i cant convert anthing :S

nothing muxes


19:39:52 0.95 beta 21 - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:39:52 OS Version: Windows XP
19:39:52 Selected Input file: C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv
19:39:52 Selected Output dir: C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\
19:39:52 Selected Final Name: ck-braveone-sample
19:39:52 Selected Container type: WMV
19:39:52 Selected Encoder: WMV
19:39:52 Selected Size: 36 / 1
19:39:52 Selected Profile: Constant_Quality.xml
19:39:52 Selected Resizer: NONE / Original
19:39:52 Selected Filters: RemoveGrain(mode=2)
19:39:52 Selected Deinterlacer: AUTO
19:39:52 Selected Field Order: AUTO
19:39:52 Track Language 1: ck-braveone-sample.mkv
19:39:52 Audio Codec 1: WMV
19:39:52 Audio Quality 1: 96
19:39:52 Audio Channel 1: Stereo
19:39:52 Track Language 2: NONE
19:39:52 Audio Codec 2: WMV
19:39:52 Load external subtitle file: "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.srt"
19:39:52 Advanced Audio Settings DUMP Track 1
19:39:52 Nero Option Profiles: AUTO --- Encoding Mode: Quality
19:39:52 CCT Option Profiles: AUTO --- Channel Options: AUTO
19:39:52 Lame Settings: ABR
19:39:52 Audio Normalization: 1
19:39:52 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add:
19:39:52
19:39:52 Unable to determine movie proprierties , switched to DirectShowSource
19:40:12 Number of Frames: 1289
19:40:12 Framerate: 23.975986
19:40:12 Movie length in Seconds: 54
19:40:12 Movie Width/Height: 1280/528
19:40:12 Number of Frames: 1289
19:40:12 Framerate: 23.975986
19:40:12 Movie length in Seconds: 54
19:40:12 Movie Width/Height: 1280/528
19:40:33 Source is hybrid bff and tff at 0 bff and 0 tff.
19:40:33 Advanced Deinterlace Routines Log
19:40:33 Analyzed 181 sections of five frames
19:40:33 Found Interlace Sections: 0 0.00%
19:40:33 Found Progressive Sections:181 100.00%
19:40:33 Found Telecined Sections: 0 0.00%
19:40:33 Found Zero Mov: 100.00% 181
19:40:33 Found One Mov: 0.00% 0
19:40:33 Found Two Mov: 0.00% 0
19:40:33 Found Three Mov: 0.00% 0
19:40:33 Found Four Mov: 0.00% 0
19:40:33 Found Five Mov: 0.00% 0
19:40:33 The Movie is declared to progressive
19:40:33 Encoding C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\ck-braveone-sample.mkv to WAV , as pre-process to WMV
19:40:50 Encoded 1' Audio Track: 10322316 bytes
19:40:50 WMV CMD: cscript.exe "D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\encoder\WMCmd.vbs" -input "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\movie.avs" -output "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\movie.wmv" -v_codec WVC1 -v_mode 2 -v_quality 90 -s_config "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\wmv_crb" -v_bframedist 1 -v_dquantoption 2 -v_loopfilter 1 -v_buffer 10000 -v_bdeltaqp 1 -v_performance 40 -a_input "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\audio.wav" -a_codec wmapro -a_mode 0 -title "ck-braveone-sample" -log wmv.log -year 2008 -copyright "Done with AutoMKV! 0.95 beta 21" -a_setting 96_44_2
19:40:53 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
19:40:53 Switched to FFmpeg for Video Encoding!
19:40:53 FFmpeg.exe String: "D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\BeSweet\ffmpeg.exe" -i "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv" -vcodec wmv1 -b 5454000 -s 1280x528 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.975986 -y "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\movie.wmv"
19:40:53 Fished FFmpeg Encoding!
19:40:53 Final Muxed size: -1 bytes
19:40:53 Encoding finished: 00:01:01 elapsed time
19:40:53 -----------------------------------------------------------------------
19:40:53 Script AutoCrop.log
19:40:53
19:40:53 Crop(0,0,1280,528)
19:40:53 -----------------------------------------------------------------------
19:40:53 Script movie.avs
19:40:53
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\AddGrain.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\autocrop.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\aWarpSharp(Pruned).dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\blockbuster.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\cnr2.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\ColorMatrix.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\Convolution3D.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\corrector.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\DctFilter.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\Decomb.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\Deen.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\degrainmedian.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\DGDecode.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\EEDI2.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\FFMpegSource.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\FFT3DFilter.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\FluxSmooth.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\frfun7.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\hqdn3d.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\LeakKernelDeint.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\MaskTools.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\medianblur.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\MipSmooth.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\MSharpen.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\mt_masktools.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\mvtools.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\NicAudio.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\RemoveGrainS.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\RepairS.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\SangNom.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\SimpleResize.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\SoundOut.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\TBilateral.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\TDeint.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\TIVTC.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\TomsMoComp.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\TTempSmooth.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\UnDot.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\UnFilter.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\VSFilter.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\warpsharp.dll")
19:40:53 #loadpluginstart
19:40:53
19:40:53 #test1
19:40:53
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\BlindDeHalo3_mt2.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\Deblock_QED_MT2.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\FastLineDarken 1.3 MT MOD.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\HybridFuPP.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\LanczosPlus.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\Lem.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\LimitedSharpenFaster.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\MCBob_v03c.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\mvbob.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\QMlib.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\seesaw.avsi")
19:40:53 Import("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\spresso.avsi")
19:40:53 #importstart
19:40:53
19:40:53 #test2
19:40:53
19:40:53 movie = directshowsource("C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv",fps=23.975986,convertfps=true,audio=false)
19:40:53 movie = isRGB(movie) ? ConvertToYV12(movie,interlaced=true) : movie
19:40:53 movie = isYUY2(movie) ? ConvertToYV12(movie,interlaced=true) : movie
19:40:53 function getOrder(clip c) {
19:40:53 order = GetParity(c) ? 1 : 0
19:40:53 Return order }
19:40:53 #filter1start
19:40:53
19:40:53 #test3
19:40:53
19:40:53 last = movie
19:40:53 fixed_aspect = 2.424242
19:40:53 out_width = 1280
19:40:53 out_height = 528
19:40:53 #resizestart
19:40:53
19:40:53 #test4
19:40:53
19:40:53 #filter2start
19:40:53
19:40:53 #test5
19:40:53
19:40:53 RemoveGrain(mode=2)
19:40:53 -----------------------------------------------------------------------
19:40:53 Script mkvmaudio.avs
19:40:53
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\NicAudio.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\SoundOut.dll")
19:40:53 LoadPlugin("D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\filter\FFmpegSource.dll")
19:40:53 DirectShowSource("C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv",fps=23.975986,convertfps=true,video=false)
19:40:53 #Applying STEREO downmixing routines
19:40:53 function stereo(clip a)
19:40:53 {
19:40:53 flr = GetChannel(a, 1, 2)
19:40:53 fcc = GetChannel(a, 3)
19:40:53 lfe = GetChannel(a, 4)
19:40:53 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
19:40:53 mix = MergeChannels(lfc, lfc)
19:40:53 lrc = MixAudio(flr, mix, 0.2929, 1.0)
19:40:53 blr = GetChannel(a, 5, 6)
19:40:53 Return MixAudio(lrc, blr, 1.0, 0.2929)
19:40:53 }
19:40:53 #
19:40:53 6==Audiochannels() ? stereo() : last
19:40:53 function addvideo(clip c) {
19:40:53 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
19:40:53 Return audiodub(last,c)
19:40:53 }
19:40:53 Normalize()
19:40:53
19:40:53 ConvertAudioTo16bit()
19:40:53 Soundout(output="wav",type=1,autoclose=true,filename="audio.wav",showoutput=false)
19:40:53
19:40:53 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Honeyko
29th January 2008, 21:10
Nothing muxes...
<snip>
19:39:52 Unable to determine movie proprierties , switched to DirectShowSource

So far, there is no final mux if the encoder changes.

buzzqw
29th January 2008, 21:18
@hfmls

reread forum rules

@Honeyko

19:40:53 BREAK ! FILE NOT SUPPORTED ! LAST TRY WITH FFMPEG!
19:40:53 Switched to FFmpeg for Video Encoding!
19:40:53 FFmpeg.exe String: "D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\BeSweet\ffmpeg.exe" -i "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv" -vcodec wmv1 -b 5454000 -s 1280x528 -acodec wmav2 -ac 2 -ab 128000 -ar 48000 -r 23.975986 -y "C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\temp\movie.wmv"
19:40:53 Fished FFmpeg Encoding!

do you think that in NO second the encode goes fine ? it's not a problem of muxing, it's a problem of source

BHH

Atak_Snajpera
29th January 2008, 22:22
Selected Input file: C:\Torrents\The.Brave.One.720p.Bluray.x264-Chakra\Sample\ck-braveone-sample.mkv

Hehe next time hide this ok :)

SeeMoreDigital
29th January 2008, 22:31
Unfortunately, once one's audio and video are inside the container and rebadged as mp4v and mp4a, getting them back out again in their original four-letter designation is difficult.Why do you need to do this?

In any case... GSpot v2.70a, AVInaptic or MP4box might be able to offer you more detailed stream information.

hfmls
29th January 2008, 23:17
tried in c: with the name sample.mkv and no muxing again

hfmls
30th January 2008, 01:31
guys it allways stps here :S

00:34:30 Soundout(output="cmd",type=1,format=3,autoclose=true,executable="D:\Documents and Settings\Hélder\Desktop\AutoMKV093_NORIP\exe\besweet\neroaacenc.exe",prefilename=" -ignorelength -q 0.35 -if - -of audio.mp4",postfilename="",nofilename=true,showoutput=false)
00:34:30
00:34:30 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -

Honeyko
30th January 2008, 02:20
Suggestion:

If manual cropping values plus "Specify Width / Height" values equal source PAR, gray out "Resize Filters".

(I've done a few tests with different resize filters with source PAR remained unchanged, and the output files were the exact same size, so I'm assuming that the filters were never engaged.)

Honeyko
30th January 2008, 02:22
guys it allways stps here :

hfmls, quit AutOMKV, and then see if the left-over Temp folder can be renamed or deleted. If not, then it's become "stuck" somehow. (You'll have to quit and restart explorer.exe in the Task Manager to de-gum it and then delete it.)

zacoz
30th January 2008, 09:22
@hfmls

Have you tried a different, clean source mkv to see if you get the same issue? A file that plays doesn't necessarily a good error less source make.

Try moving AutoMKV itself to a root subdirectory instead of on the desktop to exclude a path or command line length issue or problem with "é" character (english system here so don't know if it's a possible problem or not).

Honeyko
31st January 2008, 02:11
Buzz: of curiosity, why no .94?

(You could just call whatever b22 you've got so far .94, and thereby retire that interminable .93 thread. :D )

Honeyko
31st January 2008, 04:01
BUG (maybe)

1. trailer extra appended to end of main film VTS_01 vob-set.
2. VTS_01_1.IFO used as input.

Annoyance: The entire VOB set (amounting to 4.5gb) of the main film), less 80mb of VTS_01_5 (representing the trailer) were copied to the Temp folder before anything else was done. VTS_01_1 through VTS_01_4 were unaltered from the source -- so it seems a waste of time and drive-space to copy them.

buzzqw
31st January 2008, 08:20
@Honeyko

basically all beta tested so far are "0.94"... so the life of 0.94 is only as beta build... (despite of thread title...)

the official next build will be 0.95


i agree about copying vobs around isn't the smartest thing.. but it's the safer way for automkv to handle dvd, i can suggest to make the d2v manually then feed automkv with this d2v
and.. about VTS_01_5, as long it's in VTS_01 group it will be processed. automkv don't have a full ifo parsing capabilities

BHH

delacroixp
1st February 2008, 02:22
@Honeyko
i agree about copying vobs around isn't the smartest thing.. but it's the safer way for automkv to handle dvd,
i can suggest to make the d2v manually then feed automkv with this d2v

I would certainly 2nd this approach.

Dr DivX wouldn't even process DVD's and warned against encoding directly from ISO's... leaving all the ripping and processing up to the user.
Setting up your own d2v takes away alot of the guesswork while letting you process the audio separately and choose the exact video segment.
It also works well if you tend to encode the same video more than once.

AutoMKV doesn't differentiate between DVD's and ISO's.


:):devil::D
Pascal

buzzqw
1st February 2008, 11:30
@ALL

if no more bugs , i will publish official 0.95 monday 04/02/2008

suggestione will be accepted only for next release (0.96)

BHH

Honeyko
1st February 2008, 12:25
Any chance of a b22 first? (I, uh, been kinda waitin' for it! :D )

==//==

Concern: Prevent making the AutoMKV folder the default output folder (one of these days, it'll cause trouble).

buzzqw
1st February 2008, 12:36
added corcern for next build (not beta)

BHH

Honeyko
3rd February 2008, 02:21
BUG: If you have a resize/crop option as a saved setting along with a Resize filter, the resize filter will default to none (but not the resize/crop values) when you open a new input file,

Honeyko
3rd February 2008, 21:55
BUG (maybe) or annoyance:

If you choose to Decimate a 25.000fps film, you get a 20.000fps output file, not 23.976 (which is what I normally want, anyway).

Suggestion: Decimate will offer the user a choice of intended fps (and the script will then first try other means of achieving the desired fps, then decimate only if, say, Film cannot remove progressive frames to reach it).

Honeyko
3rd February 2008, 22:37
(Toss-up)

This thread is a couple years old, and I notice that the "LimitedSharpen" matrix (or profile) they're talking about isn't on AutoMKV's list....and so I assume it's been superceded by something better.

What current filter/matrix combo duplicates what I'm seeing in those sample images?