Version 0.3
Application Details:
Version: | 0.3.x |
License: | Free to use and share |
URL: | |
Votes: | Marked as obsolete |
Latest Rating: | Silver |
Latest Wine Version Tested: | 1.1.44 |
Maintainers: About Maintainership
What works
Installation
use winetricks to install dotnet11, dotnet20, gdiplus
download & install VirtualDub 1.9.8 (optional), Avisynth 2.5.8
install MeGui, use the auto-update (slow), choose to import & overwrite presets, restart MeGui when prompted.
What works - AVS Script Creator
although the video preview windows sometimes crap out, all other functions work.
Workaround
- Recommended to use winecfg and set virtual desktop for use.
- Recommended to run MeGui from terminal, so you can terminate when it hangs occasionally.
What does not
from menu Options => Settings, must repeatedly input settings for each use, it will not be loaded the next time MeGui is started
Workarounds
What was not tested
everything else
Hardware tested
Graphics:
Additional Comments
Some error messages here and there, but overall still works.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Slackware64 13.0 | May 26 2010 | 1.1.44 | Yes | Yes | Silver | pokipoki08 | ||
Show | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | Jun 20 2009 | 1.1.23 | Yes | Yes | Bronze | Laramy Black |
Bug # | Description | Status | Resolution | Other apps affected |
--------------to encode from directshowsource with out it------------------------
just make a new doc, save it as
if your file is mp4 mkv with h264 use the dll file as a plugin
http://forum.doom9.org/showthread.php?t=127037
example
loadplugin ("
FFVideoSource ("
---------------------audio----------------------------------
if the audio gives you an error wile encodeing use the ffms2.dll
make a script
inscript
loadplugin ("
FFAudioSource ("
then save it
now place the script in the audio section and encode
how to install
the get around for direct show source was found from here
http://newartriot.baywords.com/guides/encoding-with-avisynth-and-x264-on-linux/
credit goes to him for this fix