MeGUI Encoding-Frontend: aktuelle Versionen

  • Code
    0.2.6.1001
    Commit by berrinam:
        - Parallel job execution. See http://mewiki.project357.com/wiki/MeGUI:Parallel_job_execution for details.

    na das klingt ja mal interessant :)
    Doom9

    Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

  • Hier sind wie bei der Version 0.2.6.1023

    • (Kurtnoise) [Muxer] : Chapters Filter fixed.
    • (Kurtnoise) [Avisynth Window] : deinterlace checkbox unchecked when Analysis returns "Do Nothing" (to avoid interlaced=true with ColorMatrix())
    • (Kurtnoise) [Help Button] : url fixed for the wiki.
    • (berrinam) Catch all exceptions in ProgressWindow.UpdateStatus. (It is a non-essential function, so errors should be silently caught). Should probably fix #1760486

    http://www.videohelp.com/tools/MeGUI?changelog=795

  • Das Changelog kann man auch immer in MeGui selber angucken. (Help->Changelog)
    Damit wir hier keine Lücke haben mal 0.2.6.1023 - 0.2.6.1002:

    Cu Selur

  • Zitat

    A new MeGUI stable release is coming. So if you have any bugs to report with the actual 0.2.6.1031 version, please do it NOW using the Bug Tracker.


    Quelle: http://forum.doom9.org/showthread.php?t=131145

    hier auch mal die Changelogs bis zur aktuellen Version:

    Cu Selur

  • Zitat von changelog

    0.2.6.1033
    - (Sharktooth) [UpdateWindow] Fixed the enc_aacplus discrepancies.
    - (Kurtnoise) [SettingsForm]: fixed a missing Click Action for avc2avi.
    - (berrinam) Fix #1820411 (OneClick overcrop to mod16 doesn't appear to work)
    - (Sharktooth) Fixed "Select Size" dialog appearing behind mux window.

    +

    Es gibt Probleme beim updaten:


    aktuelle version (s. Link) einfach per Hand drüber installiert und es funzt :)

    1033 könnte stable werden ....

    Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

  • es ist soweit:

    megui-0.2.6.1036 ist stabel :)


    Full changelog on SF

    Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

  • Zitat

    We recently released a new stable build of MeGUI and some users reported us there were crashes when trying to update it.
    The issue should be fixed but you have to uninstall completely MeGUI regardless of the version you installed and reinstall it from scratch.

    http://sourceforge.net/forum/forum.php?forum_id=755115

    bei mir ging aber das updaten von 1036 auf 1038 problemlos...

    Edit by Rippraff: Bitte keine Diskussionen im Newsthread => Hier geht's weiter.

    Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

  • Für Bastler: Development-Version 0.3.0.1005 ist erschienen. Enthält auch wichtige Fehlerkorrekturen der 0.2.x-Versionen.

    Änderungen seit 0.3.0.1004 (0.2.6.1044-0.2.6.1047):

    Code
    0.3.0.1005 (includes the fixes and additions up to ver. 0.2.6.1047)    - (kurtnoise) updated MediaInfo library and his wrapper to the latest release (0.7.7.2).    - (kurtnoise) several x264 options weren't updated.    - (kurtnoise) added support for OpenDMLSource(..) for AVI files >= 2GB and forced "audio=false" for the avs script creation within AVISource(.)     - (kurtnoise) [ProgressWindow] allowed resize form (#1968515).    - (kurtnoise) [JobWorkerWindow] help button was biased.    - (kurtnoise) added EVO files support for the Main and Avisynth Forms.    - (kurtnoise) [UpdateWindows] help button was biased.    - (kurtnoise) allowed minimize/maximize the video preview form.    - (kurtnoise) removed TooltipIcon and TooltipTitle.    - (kurtnoise) [MainForm] changed the back color (transparent to control).    - (kurtnoise) [VideoConfigurationPanel] added a title for the tooltip.    - (Kurtnoise) updated several tooltips for the x264 compressor.    - (kurtnoise) added ProfileConfigurationWindow.resx    - (kurtnoise) [ProfileConfigurationWindow] use Presets now instead of Profiles to avoid confusions.    - (kurtnoise) CheckOnClick = True for the ProfileExporter, ProfileImporter and ProfilePorter ListBoxes.    - (kurtnoise) [VobSubber] CheckOnClick = True for the Subtitles ListBox.    - (kurtnoise) [x264ConfigurationPanel] updated some missing tooltips.    - (kurtnoise) added a x264 picture in the main tab.    - (kurtnoise) updated the x264 Settings (AQ, Custom commandline) with several changes.     - (kurtnoise) [DGIndexer] using hide state instead of minimize.    - (kurtnoise) [ProfileImporter] added an option to check all/none items from the list (available via a right click).    - (sharktooth) Updated VS 2008 project files to include the new InputBox replacement files    - (kurtnoise) fixed .NET bootstrapping for MSVC2005 project file. Patch by Sean McGovern.    - (Mutant Fruit) Fix for mono compatibility to avoid a bug in ApplicationSettingsBase constructor    - (Mutant Fruit) Put try/catches around registry access to avoid issues on non-windows systems    - (Mutant Fruit) Two fixes for the new InputBox    - (Mutant Fruit) Created a replacement for the VisualBasic InputBox class and removed references to the VisualBasic dll    - (Mutant Fruit) Applied patch for #1887531    - (Mutant Fruit) Committed patch for #1886000    - (sharktooth) [d2vcreator] Default to "Demux All Audio Tracks"    - (kurtnoise) Transformed OSInfo & Shutdown classes cross-platform. Patch by mutant_fruit.    - (kurtnoise) fixed hardcoded windows style paths. Patch by mutant_fruit.    - (kurtnoise) [D2VCreator] remove Windows API for better X-platform using.    - (kurtnoise) Fixed bug in GenericSettings implementation & implemented GetHashCode correctly. patches by Mutant_Fruit (#1887494 + #1887508)    - (kurtnoise) [AVSCutter] altered the behaviour of the Clear, Update and Remove buttons. Patch by darkklor (#1858629)    - (kurtnoise) [mediaInfoWrapper] fixed some tabs.    - (kurtnoise) [JobQueue] re-enabled Key Down event.    - (berrinam) Profile refactor. Excerpts:                 - All video settings must now be contained within a profile.                  - There is a default profile called *scratchpad* for every type of setting.                  - Zones have been removed from video profiles, soon to be added back to the main window.                 - Removed code for reading very old profiles (from 0.2.4.1004 and below)    - (berrinam) (internal) Added Tuple.Create to allow implicit Generics instantiation.


    __

    Und schon folgt Version 0.3.0.1006:

    Code
    0.3.0.1006
        - (sharktooth) Fixed x264 AQ settings
  • Jetzt wird aufgeholt...

  • Und weiter:

  • Und die nächste version....

    Zitat

    0.3.0.1013
    - (kurtnoise) cosmetics - Presets instead of Profiles.
    - (kurtnoise) removed .net framework checking for vista users during the loading. It should be fine now with all apps updated and frankly it's also to avoid to waste some time to upgrade each number indefinitely...;-)
    - (berrinam) Reset zones even when preview window doesn't open (fixes #2007133 - Error when loading "AutoEncode")
    - (kurtnoise) removed audio tracks selection from the D2V creator.

    https://sourceforge.net/project/showfi…ckage_id=244469

  • Stable und Development sind jetzt zusammen und bilden die neue Version...

    Zitat

    0.3.0.1014
    - (berrinam) Fixed #2008444 (crash using One Click Encoder). The One Click Encoder uses the "Demux all audio" mode.
    - (berrinam) Fix #2008276 (Fatal Error On Queue Tab With 0.3.0.1013)

  • Aktuelle Stable Build v0.3.0.1017 - Download vom 23.07.2008

    Lässt sich per Auto Update bereits auf Build v0.3.0.1020 aktualisieren.
    MeGUI enthält eine tolle Toolsammlung die meiner Meinung nach kaum
    Wünsche in Sachen High Definition Enkodierung mit x264 offen lässt.


    Beschreibung (von Chip Online):

    Mit Hilfe des kostenlosen Tools meGUI können Sie Videos von einem Format
    ins andere umwandeln.

    Sofort nach dem Start von meGUI öffnet sich der automatische Update-
    Assistent, der auf Wunsch die aktuellsten Codecs (etwa x264, Xvid, Snow,
    LMP4) herunterlädt und gleich in das Programm einbindet.

    In welches Format Sie Ihre Videos wandeln wollen, bleibt Ihnen überlassen.
    Das Tool stellt einige fertige Profile bereit (etwa für iPod, PlayStation 3, PSP,
    HD), die Sie entweder 1:1 übernehmen, oder nach Ihren Wünschen
    modifizieren können.

    Fazit: meGUI ist ein Freeware-Tool mit jeder Menge Profifunktionen, die Laien
    aber meist überfordern. Sehr gut gefällt uns die automatische
    Updatenbenachrichtigung. Als Alternative bietet sich etwa das Gratis-Tool SUPER an.

    Hinweis: meGUI setzt ein installiertes .NET Framework 2 voraus.

  • Erst mal "alte News"...


    __

    Und jetzt -- der Sprung!

  • Und wieder was neues:

  • Weiter gehts:

  • Und wieder ein Sprung...

  • Weiter geht's:

  • 0.3.0.3004

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!