Log in

View Full Version : MeGUI development


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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92]

hajj_3
2nd September 2009, 20:37
0.3.1.1055 is the version of megui i am using.

http://i26.tinypic.com/2zo8z0z.jpg

as you can see in the above screenshot it says that i have x264 v1135 installed but i actually have v1146 as i manually over-wrote the x264.exe in program files\megui\tools\x264. It should report the actual version i'm using.

Kurtnoise
2nd September 2009, 20:46
this version # is read from the upgrade.xml on the server...whatever you do.

rtjnyoface
4th September 2009, 06:32
@kurtnoise

Post 4537

I like the first pic.

morphinapg
4th September 2009, 23:11
textboxes as read-only:
http://uppix.net/2/0/0/7315f34b1625a00df6aace5f97331.png

textboxes disabled:
http://uppix.net/8/7/f/b8467925eddfcfb4dfe10887201f3.png

Why use textboxes instead of labels?

stax76
5th September 2009, 03:02
Because labels don't have a border unless you draw one or apply a style using pinvoke.

morphinapg
5th September 2009, 23:09
Because labels don't have a border unless you draw one or apply a style using pinvoke.

label.BorderStyle = BorderStyle.FixedSingle;

That's what I use in ASXGui

stax76
6th September 2009, 00:01
I didn't notice it's that simple, last time I only saw and tested the FlatStyle property and didn't notice the BorderStyle property. Sometime the easiest things are hard to see.

Octo-puss
21st December 2009, 09:59
Is MeGUI dead? Just curious.

RyaNJ
21st December 2009, 10:06
Is MeGUI dead? Just curious.

Look here (http://forum.doom9.org/showthread.php?t=151159) for a temporary thread until MeGUI is maintained fully again.

Octo-puss
21st December 2009, 10:08
What happened btw? I haven't been here for 3 months or something.

RyaNJ
21st December 2009, 10:09
I guess the guys working on it are just busy at the moment. If they have time to work on it, they'll probably be back again.

lnatan25
21st December 2009, 14:03
http://forum.doom9.org/showthread.php?t=151159

Claymore
26th December 2009, 03:58
I have to say thank you for the x-mas update! Seems, that all is fine.

MeGUI ... can't live without it.

greetings

MaterSystem
7th January 2013, 10:26
I want to find source MeGUI 2153 but on CVS and SVN, I see developing MeGUI version
Where can I find them ?

Kurtnoise
7th January 2013, 10:31
Why do you need revision 2153 ? You can easily grab this using svn tool, specifying your revision #.

Zathor has migrated the megui project. You can find the new url here (https://sourceforge.net/p/megui/code/2272/tree/).

MaterSystem
8th January 2013, 03:57
I want to find the version, not add One Click Folder
I see the core 2153 run pretty good
But core 2237 is not very good
1. If a computer has not installed Avisynth, Protable AviSynth not working well
- Should add the library attached (msvcp60.dll) can be a number no
- Registration should AviSynth_Template.bat
set DIR_TOOLS=%cd%\tools
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778} /ve /t REG_SZ /d AviSynth /f
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32 /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll" /f
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32 /v ThreadingModel /t REG_SZ /d Apartment /f
reg add "HKCR\Media Type\Extensions\.avs" /ve /t REG_SZ /d "" /f
reg add "HKCR\Media Type\Extensions\.avs" /v "Source Filter" /t REG_SZ /d {D3588AB0-0781-11CE-B03A-0020AF0BA770} /f
reg add HKCR\.avs /ve /t REG_SZ /d avsfile /f
reg add HKCR\avsfile /ve /t REG_SZ /d "AviSynth Script" /f
reg add HKCR\avsfile\DefaultIcon /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll,0" /f
reg add HKCR\.avsi /ve /t REG_SZ /d avs_auto_file /f
reg add HKCR\avs_auto_file /ve /t REG_SZ /d "AviSynth Autoload Script" /f
reg add HKCR\avs_auto_file\DefaultIcon /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll,0" /f
reg add HKCR\AVIFile\Extensions\AVS /ve /t REG_SZ /d {E6D6B700-124D-11D4-86F3-DB80AFD98778} /f
reg add HKLM\SOFTWARE\Avisynth /ve /t REG_SZ /d "" /f
reg add HKLM\SOFTWARE\Avisynth /v plugindir2_5 /t REG_SZ /d "%DIR_TOOLS%\avisynth_plugin" /f
pause
2. Structure inappropriate folder Protable AviSynth
+ "Plugindir2_5" is "avisynth_plugin"
+ Move DirectShowSource.dll (MT.dll) on directory avisynth_plugin, the file (dll, avs) without LoadPlugin (), Import ()
when creating Script by AVS Script Creator
3. One Click folders but files with multiple audio tracks
4. if possible refer source code AvsPmod, the IDE integrated into MeGUI\AVS Script Creator\Tab Script
5. AviSynth Template
replace <input>, Clip properties by every <clip>, <fps>, ...to facilitate the mold load and processing clip

Kurtnoise
8th January 2013, 10:08
I don't understand all what you want to do but I can provide you sources from rev 2153 if you want...

MaterSystem
8th January 2013, 17:12
I don't understand all what you want to do but I can provide you sources from rev 2153 if you want...Thank you
I need the source code MeGUI 2153 to slightly modify to suit video coding

- I can edit upgrade.xml file, the file in folder update_cache to change the directory structure appropriate tools for the integration of Protable AviSynth, had AviSynth integrated and so the script LoadPlugin in avisynth_plugin folder no longer needed anymore

- Try integrated IDE of AvsPmod to Tab Script of the AVS Script Creator, Tab Script will likely remind Script

- Edit to AviSynth Template: add a number of variables
<clip> video input path
<sub> sub path

- clip => AVS Script Creator => clip.avs
clip.avs => KillAudio() => encode Video
clip.avs => KillVideo() => encode Audio

I do not have high-level programming, did not attend a training program programmer. I learn the programming language via the internet. It was his idea.

Kurtnoise
8th January 2013, 17:29
Well...you know that AvsPmod is written in Python whereas MeGUI is in C# ?

MaterSystem
8th January 2013, 17:36
Well...you know that AvsPmod is written in Python whereas MeGUI is in C# ?
I would like to link rev 2153
Yeah I know, but whether any high-level programming languages ​​that are also converting
Mainly the ability to recall Script of AvsPmod, help writing scripts faster
How to retrieve and display data from filterdb.dat

Zathor
8th January 2013, 22:17
But core 2237 is not very good
1. If a computer has not installed Avisynth, Protable AviSynth not working well
- Should add the library attached (msvcp60.dll) can be a number no
- Registration should AviSynth_Template.bat
2. Structure inappropriate folder Protable AviSynth
+ "Plugindir2_5" is "avisynth_plugin"
+ Move DirectShowSource.dll (MT.dll) on directory avisynth_plugin, the file (dll, avs) without LoadPlugin (), Import ()
when creating Script by AVS Script Creator
3. One Click folders but files with multiple audio tracks
4. if possible refer source code AvsPmod, the IDE integrated into MeGUI\AVS Script Creator\Tab Script
5. AviSynth Template
replace <input>, Clip properties by every <clip>, <fps>, ...to facilitate the mold load and processing clip

Feel free to modify it to suit yourself. You can checkout any svn # you want - code is located here: http://svn.code.sf.net/p/megui/code

I am sorry but your English is very hard to understand. Can you please explain in detail what is wrong with 2237 for you, if possible I would like to change it for everyone else as well - especially 1, 2 + 3.

MaterSystem
9th January 2013, 00:40
I'm not good at english. Should I use the help of google translate.

I know how to get the source code MeGUI 2153 with TortoiseSVN

1. AviSynth
- As I understand it, AviSynth as a compiler code in the AVS file
- If your computer has not installed AviSynth, MeGUI 2237 to create jobs related to the AVS file encryption, will notice almost no support AVS file, this error seems related to the sign extension

2. AviSynth Plugin
- In the register key "Plugindir2_5" this is the key to register the plugin directory path, the plugin (.dll), the new function definition (.avs) means in this directory will automatically load, import
- DirectShowSource.dll, MT.dll is AviSynth Plugin

3. One Click Folder
- Should do the same interface MKVToolnix
- List of video file will show all tracks
+ Track video: color gray, no box marked
+ Track audio, subtitles, chapter: color ... , with the box marked
- Not encode, mux any track off of tracks that

Kurtnoise
11th January 2013, 07:22
I don't understand all what you want to do but I can provide you sources from rev 2153 if you want...
http://www.mediafire.com/?t936v0dsl6wyeq4

imsrk48
9th June 2018, 11:03
Hi Dear Sir

Please Help

How to Encode 2 audio track mkv in MeGui

Sent from my P4 using Tapatalk

x265
10th June 2018, 08:12
Hi Dear Sir

Please Help

How to Encode 2 audio track mkv in MeGui


Open the audio files by clicking the three dots next to Audio Input. Choose the audio encoder and change the settings and click queue.

imsrk48
10th June 2018, 14:02
Open the audio files by clicking the three dots next to Audio Input. Choose the audio encoder and change the settings and click queue.I'm talking about multi track Encoding Using MeGui

Sent from my P4 using Tapatalk

imsrk48
12th June 2018, 01:37
How to hardcode a subtitle into mkv using MeGui

Sent from my P4 using Tapatalk