Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st December 2009, 10:09   #4561  |  Link
RyaNJ
RyanJ
 
Join Date: Mar 2008
Posts: 60
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.
RyaNJ is offline   Reply With Quote
Old 21st December 2009, 14:03   #4562  |  Link
lnatan25
Software Developer
 
lnatan25's Avatar
 
Join Date: Jan 2005
Posts: 83
http://forum.doom9.org/showthread.php?t=151159
lnatan25 is offline   Reply With Quote
Old 26th December 2009, 03:58   #4563  |  Link
Claymore
Registered User
 
Join Date: Aug 2009
Posts: 3
I have to say thank you for the x-mas update! Seems, that all is fine.

MeGUI ... can't live without it.

greetings
Claymore is offline   Reply With Quote
Old 7th January 2013, 10:26   #4564  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
I want to find source MeGUI 2153 but on CVS and SVN, I see developing MeGUI version
Where can I find them ?
MaterSystem is offline   Reply With Quote
Old 7th January 2013, 10:31   #4565  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
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.
Kurtnoise is offline   Reply With Quote
Old 8th January 2013, 03:57   #4566  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
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
Code:
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

Last edited by MaterSystem; 8th January 2013 at 05:25.
MaterSystem is offline   Reply With Quote
Old 8th January 2013, 10:08   #4567  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
I don't understand all what you want to do but I can provide you sources from rev 2153 if you want...
Kurtnoise is offline   Reply With Quote
Old 8th January 2013, 17:12   #4568  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
Quote:
Originally Posted by Kurtnoise View Post
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.

Last edited by MaterSystem; 8th January 2013 at 17:49.
MaterSystem is offline   Reply With Quote
Old 8th January 2013, 17:29   #4569  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Well...you know that AvsPmod is written in Python whereas MeGUI is in C# ?
Kurtnoise is offline   Reply With Quote
Old 8th January 2013, 17:36   #4570  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
Quote:
Originally Posted by Kurtnoise View Post
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

Last edited by MaterSystem; 8th January 2013 at 18:13.
MaterSystem is offline   Reply With Quote
Old 8th January 2013, 22:17   #4571  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by MaterSystem View Post
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.
Zathor is offline   Reply With Quote
Old 9th January 2013, 00:40   #4572  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
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

Last edited by MaterSystem; 9th January 2013 at 09:08.
MaterSystem is offline   Reply With Quote
Old 11th January 2013, 07:22   #4573  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by Kurtnoise View Post
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
Kurtnoise is offline   Reply With Quote
Old 9th June 2018, 11:03   #4574  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Hi Dear Sir

Please Help

How to Encode 2 audio track mkv in MeGui

Sent from my P4 using Tapatalk
imsrk48 is offline   Reply With Quote
Old 10th June 2018, 08:12   #4575  |  Link
x265
Registered User
 
Join Date: Oct 2012
Posts: 176
Quote:
Originally Posted by imsrk48 View Post
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.
x265 is offline   Reply With Quote
Old 10th June 2018, 14:02   #4576  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by x265 View Post
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 is offline   Reply With Quote
Old 12th June 2018, 01:37   #4577  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
How to hardcode a subtitle into mkv using MeGui

Sent from my P4 using Tapatalk
imsrk48 is offline   Reply With Quote
Reply

Tags
development, megui, not a help thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.