Log in

View Full Version : MeGUI - x264/XviD/lavc/Snow encoder with MP4/MKV/AVI output & audio


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63

simcut
7th April 2013, 18:10
Hm, that's odd, I'll try a reinstall of MeGUI then I guess, see if it continues :)

nekrovski
8th April 2013, 18:42
One quick question.
When I'm in the process before encoding with megui, this question about color space YV12 or something always pops up and my answer is always yes.
There's a checkmark that says "dont show this dialog next time".
Now if I check that, will it automatically answer all future dialogs with what I chose last?
Or?

Zathor
8th April 2013, 21:25
Now if I check that, will it automatically answer all future dialogs with what I chose last? Yes, that's correct.

nekrovski
9th April 2013, 16:24
Yes, that's correct.
Thank you for the answer.

AGKnotUser
13th April 2013, 01:22
Is there a way to change the Muxer settings of the MKV Muxer? I've checked the .xml files and have not found anything to change.
:thanks:

LigH
15th April 2013, 09:55
Do you want to add multiplexing parameters to enhance compatibility to specific hardware players?

Zathor
15th April 2013, 18:47
Even though I have selected a chapter file in the Manual MKV Muxer window there are no chapters in the output MKV file. In fact, I see "--no chapters" in the command line in the logs. Am I doing something wrong?
Sorry, forgot about your message. Please provide the chapter file.

AGKnotUser
15th April 2013, 22:45
Sorry, forgot about your message. Please provide the chapter file.

No Problem. I must have done something wrong. I ran it again and the file had chapters. Thanks for getting back to me.

AGKnotUser
16th April 2013, 15:49
Do you want to add multiplexing parameters to enhance compatibility to specific hardware players?

Actually a software players. TMT 6 is more fussy about the newest features of mkvmerge 6.1.0. So I'd like more control over the parameters.

Zathor
16th April 2013, 23:08
Sorry, currently not possible. Which command do you want to add?

AGKnotUser
17th April 2013, 12:53
Sorry, currently not possible. Which command do you want to add?

Thanks, I found a way to add the options. I used mkvmerge GUI to add command line options and saved them as default for new jobs. MKV Muxer runs the commands. The commands were: --engage no_cue_duration --engage no_cue_relative_position. TMT 6 works with these.

Zathor
17th April 2013, 23:00
MeGUI is also applying those two options since a few builds automatically.

AGKnotUser
18th April 2013, 00:47
Oh, didn't see it in the log window. I thought I added it. Oh well.

cybersharky
25th April 2013, 14:36
I'm busy encoding Star Trek Voyager, it's 4:3, but after encoding mediainfo is reporting it as 3:2. d2v file says it's 4:3. x264 SAR is set to default.

SetMemoryMax(1024)
SetMTMode(2,0)
Import("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\McDegrainSharp.avsi")
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\avstp.dll")
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\SmoothAdjust.dll")
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\mvtools2.dll")
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("B:\Gary\Dvdrips\MainMovie\VOYAGER_S1D1_E3\VIDEO_TS\VTS_01_1.d2v", info=3)
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("B:\Gary\MeGUI_2308_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(mode=0, PP=2, cthresh=2, mi=25, mChroma=false, blockx=16, blocky=16).tdecimate()
crop(8, 0, -4, 0)
#resize
#denoise
Smoothlevels(preset="tv2pc",TVrange=false)
McDegrainSharp()

Poutnik
25th April 2013, 14:50
Is there way for MeGUI to use QTGMC("some of very fast settings") instead of YADIF for Automatic deinterlacing of OneClick ?
For explicit deinterlacing there is no problem to write SC and AVS profiles.
But for automatic de-interlacing I do not see the way - at least I did not when searching for it in MeGUI.

Zathor
26th April 2013, 17:37
I'm busy encoding Star Trek Voyager, it's 4:3, but after encoding mediainfo is reporting it as 3:2. d2v file says it's 4:3. x264 SAR is set to default.

Please post the complete log.

Is there way for MeGUI to use QTGMC("some of very fast settings") instead of YADIF for Automatic deinterlacing of OneClick?
Currently there is no such option.

invy
27th April 2013, 00:17
Quick question: Will y'all ever the tabbing order? I like to use keyboard a lot, especially in the script creator window. Much faster for me.

jq963152
27th April 2013, 23:35
Hello,

why doesn't MeGUI update to AviSynth 2.6.0 when using the development update server?

With the development update server it's still at version 2.5.8.

Or will MeGUI change from AviSynth to VapourSynth or something like that?

cybersharky
28th April 2013, 11:57
Please post the complete log.

https://dl.dropboxusercontent.com/u/47490038/logfile-13-04-24_15-09-06.log

Zathor
29th April 2013, 17:49
Quick question: Will y'all ever the tabbing order? I like to use keyboard a lot, especially in the script creator window. Much faster for me.
Maybe - I do not use it myself and this may be the reason that I forget to check the order after a GUI change. Where do you want to have it changed? And how?

why doesn't MeGUI update to AviSynth 2.6.0 when using the development update server?

As soon as we have a stable AviSynth 2.6 build I will update it. Currently it is still in alpha. But you can install any AviSynth build you like.

Zathor
29th April 2013, 18:01
I'm busy encoding Star Trek Voyager, it's 4:3, but after encoding mediainfo is reporting it as 3:2. d2v file says it's 4:3. x264 SAR is set to default.

You have some errors during opening the file "VideoFile.avs"
Avisynth: access violation at 0x0000C878 in C:\Program Files (x86)\AviSynth 2.5\plugins\DGDecode.dll
Maybe it is related to your AviSynth build:
AviSynth: 2.6.0.3 (3/9/2013 9:28:48 AM)

Also you have to either enable resize (+ suggest resolution) or anamorphic encoding in the AVS Script Creator - otherwise you will end with a plain 720x480 encoding which is 3:2.

jq963152
29th April 2013, 18:07
As soon as we have a stable AviSynth 2.6 build I will update it. Currently it is still in alpha.

But what about this (see highlighted part):


Here is my builds of Avisynth 2.6 with several (mostly MT) fixes. MT mode stability is way better than Avisynth 2.5.8, general stability - the same as official Avisynth 2.6 (which is again better than 2.5.8 due to many bugfixes since then).


?

Zathor
29th April 2013, 20:44
Install it yourself if you like.

Morku
30th April 2013, 16:33
Today I got x264 version 2309-1. I can't find this version on http://x264.nl/ (still 2309). Whats the difference and where can I get 10bit version of 2309-1?

Zathor
30th April 2013, 16:58
I had to republish 2309 - with a new name out of technical reasons - as the x64 bit file was missing.

panark
30th April 2013, 22:29
Using megui 2341 and the latest version from x264.nl "x264 core 132 r2309 3b1f1f7"

with --opencl in the custom command line i get this in the log: x264 [warning]: OpenCL: not compiled with OpenCL support, disabling

with --disable-opencl

--[Error] [30/4/2013 11:59:24 μμ] An error occurred: avs [error]: Error occurred while writing frame 0
--[Error] [30/4/2013 11:59:24 μμ] Process exits with error: 0xFFFFFFFF (-1)
.
.
---[NoImage] x264_64: unknown option -- disable-opencl
---[NoImage] avs [error]: Error occurred while writing frame 0
---[NoImage] (Maybe x264 closed)


windows 7 x64 - nvidia geforce gt430 (latest driver 314.22)
I have opencl.dll on both system32 and syswow64 folders
also opencl64 on program files/nvidia corporation/opencl

According to x264 changelog

Output quality when OpenCL lookahead is enabled is often
very slightly worse in quality than the CPU quality (because of the same data dependencies).

It seems i can't make opencl work but in any case if i want to disable it, because encoding time isn't an issue, how do i do it?

detmek
1st May 2013, 00:13
OpenCL is disabled by default. You don't have to disable it manualy.

panark
2nd May 2013, 12:15
OpenCL is disabled by default. You don't have to disable it manualy.

Thanx for the info.
Assuming i want to enable opencl, how do i do it?

detmek
2nd May 2013, 12:30
With --opencl, if your hardware supports it. If not, you'll get a warning message and encoding will continue without using OpenCL.

luke83
3rd May 2013, 16:52
can you add chapter box in the onclick encoder presets?

What is the best Avisynth build? is there a list so i can study about them? Im'using this one: http://code.google.com/p/avisynth-mt/

Marsu42
4th May 2013, 10:49
If I queue a folder via one click encoder, the queue stops on the first error encountered. Is there an option to make MeGUI just skip to the next file in this case and not stop processing completely?

If I queue files manually one by one is skips errors and imho this is the sound behavior :-o ... sorry if I'm overlooking the obvious here.

Zathor
4th May 2013, 11:35
In which job type do you have the error?

Zathor
4th May 2013, 16:33
can you add chapter box in the onclick encoder presets?
Please explain in more detail what you need/want.

luke83
4th May 2013, 18:41
Please explain in more detail what you need/want.
I mean the space in which i can set the chapter file. There is one of it in OneClick Encoder->Andvances Config ("Chapter file" field) but not in the preset

I would like to have the same field in the OneClick Preset. When i encode serials (serial tv, cartoon, anime) that have the same duration, I use the same chapter file for each episode.

Sorry if my english is not clear but i'm italian :)

Btw great software ;)

Marsu42
4th May 2013, 20:49
In which job type do you have the error?

The last one I encountered was when converting an wmv file (other similar wmv worked, but this seems to be broken), but megui also stopped the queue when failing to demux the audio from mp4 and various other reasons I don't quite remember anymore - basically for me whenever some tool exits with an errorlevel the whole queue is stopped instead of jumping to the next file to process.

[Information] [04.05.2013 13:59:11] Job commandline: "C\meGUI\tools\ffms\ffmsindex.exe" -t -1 -f "completely_legal_file.wmv" "C:\TEMP\qehrms1o.wvn\completely_legal_file.ffindex"
[Information] [04.05.2013 13:59:11] Indexing started
[Error] [04.05.2013 13:59:14] Process exits with error: 1

UPDATE: I think there's something wrong with ffmsindex.exe handling: If I run the above command in an own batch file it doesn't return an errorlevel and works just fine - only megui fails when trying to run it with the above not very verbose error description.

rhaz
6th May 2013, 19:40
Hi. I am using MeGUI 2341 and it works great its greatest tool of all time. So what I basically do is do some .mp4 encodes and then mux together with audio via MP4 Muxer. Now this one video has -200ms delay and when I set that delay in the muxer it gives me output of same movie, but shrinked in quality by double and merged together twice. So what I mean is that if I don't touch the delay option I get 1.44GB size movie of duration 1h 33mn and if I add -200 to Delay field I get same 1.44GB, but shrinked in quality and merged twice and total length is over 3 hours! This sounds ridicilous, but I tried that already ten times and I get same result. How's that even possible? I just want to sync my video with audio and mux it.

I am using Windows 8 x64, but x32 MeGUI and its tools. The audio is encoded as AAC in .mp4 format, the video file is also in .mp4 encoded using x264.

LigH
6th May 2013, 20:51
@ rhaz:

The developers will certainly ask you to publish a log file of the wrong job, to analyze the used command line calls to encoder and multiplexer.

rhaz
6th May 2013, 20:56
@ rhaz:

The developers will certainly ask you to publish a log file of the wrong job, to analyze the used command line calls to encoder and multiplexer.

Also can I add that I have noticed other MP4 muxers don't have option to select negative delay like MP4BOX. So is there any solution to mux MP4 with negative delay?

docholliday
13th May 2013, 13:19
Good day,

I want to add two or three jobs in MeGuI.Is it possible ? How can i do that ?

LigH
13th May 2013, 13:33
You would usually click the "Queue" buttons in the related areas (e.g. "Video encoding" or "Audio" part of the "Input" tab, or finishing one of the Muxer dialogs) after filling the fields with all required input files and options. Then a job is added to the job queue. They are executed sequentially after you press the "Start" button in the "Queue" tab.

docholliday
13th May 2013, 13:57
Yes,but when i click AutoEncode and fix something then finally click "Queue" tab MeGUI start to encode,but I want to add more jobs.How can i fix it ?

LigH
13th May 2013, 14:02
Do not use "AutoEncode", because it automatically starts the job. Instead, create the jobs with other features of MeGUI. AutoEncode is for the impatient user.

docholliday
13th May 2013, 14:16
I create a job,but it doesn't go to "Queue" tab. Tab is empty.

LigH
13th May 2013, 15:01
More details please. What kind of sources do you want to convert to which target formats? Do you already have prepared AviSynth scripts?
_

Do not try to create a "New worker" in the "Queue" tab; this is not what you want!

docholliday
13th May 2013, 15:11
I want to convert Remux to mkv format and add script then config like crop or something else,but when i finish my config "Queue" tab is empty.Which button should i click ? when i click Auto encode start encode or click Queue then start encode.

Taurus
13th May 2013, 15:28
I want to convert Remux to mkv format and add script then config like crop or something else,but when i finish my config "Queue" tab is empty.Which button should i click ? when i click Auto encode start encode or click Queue then start encode.
Did you disable "Autostart Queue" in "Options/Settings/Main Configuration?
Sorry, my english is very bad.
But yours is even worse :D;)

docholliday
13th May 2013, 15:45
Did you disable "Autostart Queue" in "Options/Settings/Main Configuration?
Sorry, my english is very bad.
But yours is even worse :D;)

Thanks dude.You are right i should disable auto.:D

jq963152
19th May 2013, 17:20
@ Zathor:

Hello,

why doesn't MeGUI update to AviSynth 2.6.0 when using the development update server?

With the development update server it's still at version 2.5.8.


As soon as we have a stable AviSynth 2.6 build I will update it. Currently it is still in alpha. But you can install any AviSynth build you like.


But what about this (see highlighted part):


Here is my builds of Avisynth 2.6 with several (mostly MT) fixes. MT mode stability is way better than Avisynth 2.5.8, general stability - the same as official Avisynth 2.6 (which is again better than 2.5.8 due to many bugfixes since then).


?


Install it yourself if you like.


I now asked IanB what he thinks about it:




Do you think it's "fair" to say that AviSynth 2.5.8 is better than 2.6.0 just because the former is tagged as being "Stable" whereas the latter is tagged as being "Alpha" (like Zathor basically is argumenting)?

Or would you agree with SEt, that AviSynth 2.6.0 is better than 2.5.8, even though it's tagged as being "Alpha"?


And this is his answer:




As a 2.5.8 replacement 2.6.0 should be just as stable. It passes all current the 2.5 regression tests, while 2.5.8 fails a few due to bugs being fixed and test to expose them being added. Most problems show up in new code, so if you use the new 2.6 features, that is where you might expect to find problems. A lot of people are downloading 2.6. And the only 2.5 bug reports I seem to get are for things broken in 2.5.8 as well, the few 2.6 bug reports are to do with things like YV24 overlay and YV411 text painting.

I have most of the API changes mapped out to cover hooks for expected features for 2.6.1 and 2.6.2 like extra colour spaces and threading so that 2.6 plugins won't need to be recompiled. I have a long standing bug in the cache from 2.5.7 that I am working on at present and I intend to do an Alpha 5 release when I finish and test that fix. If Alpha 5 stands up without any new bugs I will probably promote it to Release Candidate 1, i.e. 1st Beta release.


So please update to AviSynth 2.6.0 in MeGUI ;).

Zathor
19th May 2013, 17:51
Maybe I wait untill the RC1. I do not have time to make any tests at the moment. But thanks for the information.
EDIT: Btw even if MeGUI provides 2.6 it will only be used when no AviSynth is installed at all on the system. Therefore it will be used by the more inexperienced users and the AviSynth build must work.

daemon_k
22nd May 2013, 04:01
Zathor
Hello
I am using MeGUI_2341_x86, during use, encounter some problems regarding the x264 presets, would like to ask you.

1, this MeGUI_2341_x86 default after installation only "* scratchpad *", but my level is relatively low, the setting of these parameters is more difficult, so I want to use profiles. So, I "http://forum.doom9.org/showthread.php?t=139765" downloaded "MeGUI-x264_generic_profiles_v85.zip", my question is: the V85 and 2341 (MeGUI and x264) matches ? If not, could you please help us to sort out a matching profiles version?
2, on the x264 "Encoding Mode". If you do not use the "profiles_v85", where the default using "Const.Quality"; if you use the "profiles_v85", the corresponding parameter is "- bitrate". I would like to ask: What are two ways in actual use what is the difference? Specific use which way, can you please tell me about your experience?
3, this "2pass" and "3pass" in actual use What is the difference? I watched "profiles_v85", seems to be no use "3pass".


Very much like to get your help.

Thank you!