PDA

View Full Version : MeGUI+Avisynth equivalent on Linux


drakend
31st October 2006, 17:16
Hello,
I've tried to look for equivalent programs to MeGUI and Avisynth on Linux but I didn't find a lot: console programs or front-ends who sucks... isn't there a program for Linux which allows me to (re)encode any video files to matroska?

Sharktooth
31st October 2006, 17:28
Gimme some more time and i will upload a preview of MeGUIx (for linux).

drakend
31st October 2006, 18:02
Gimme some more time and i will upload a preview of MeGUIx (for linux).
Oh that's really nice but... what about avisynth? It's only for windows... :(

Carpo
31st October 2006, 23:49
avisynth 3 - when its out will be on windows and on linux - but untill then i believe the nix version of megui will use mencoder to do the work

drakend
1st November 2006, 07:46
avisynth 3 - when its out will be on windows and on linux - but untill then i believe the nix version of megui will use mencoder to do the work
I tried to use mencode but I need to compile mplayer with x264 support, too bad the compile process stops after 10 minutes with some errors in the code. :(

Carpo
1st November 2006, 08:37
get mplayer 1.0rc1 fixed a few errors for me - where as 1.0pre8 errored out with x264

drakend
1st November 2006, 10:17
get mplayer 1.0rc1 fixed a few errors for me - where as 1.0pre8 errored out with x264
It was the rc1 which gave me that error... I'm a big noob with Linux and I came from Windows XP with Megui+Avisynth... it was quite a shock experience this jump (and crash)! :rolleyes:

Sharktooth
1st November 2006, 15:21
Dont worry... MeGUIx autoupdate will get all the needed files (including dependencies) and compiles them locally on your PC.
Im testing the compilation process on various distros to ensure it will work almost for everyone.

drakend
1st November 2006, 15:28
Dont worry... MeGUIx autoupdate will get all the needed files (including dependencies) and compiles them locally on your PC.
Im testing the compilation process on various distros to ensure it will work almost for everyone.
Ok I'm really looking forward this program... if I can help with the testing and the translation into italian I would be glad to help!

Carpo
1st November 2006, 17:56
@Sharktooth
if you need any info about where slackware hides all its files (even tho i have only been using it a little while myself) i'll try and help out :)

@drakend
is it giving you an error with x264 itself (something about pointer blah) or is it doing it with ffmpeg?

the issue i had was with the ffmpeg i had compiled - although mplayer comes with it, so i just let it compile that and it went through ok

drakend
1st November 2006, 18:13
Carpo no the problems came with mplayer compilation, right after x264 one.

Carpo
1st November 2006, 20:03
well you can try what i did

uninstall (if poss - i tend to make tgz (slackware files) so i can uninstall if i need to) x264 and ffmpeg

then compile mplayer normally - i tend to use ./configure --prefix=/usr --enable-xvmc --enable-gui --enable-largefiles

and all seems to go fine, may not fix your problems but it did mine - then i just re-installed ffmpeg and x264 after mplayer - and all works :)

karasu
2nd November 2006, 17:58
MeGUI for Linux? Great! I'm impatient!

anonymez
8th April 2007, 12:21
Sharktooth, any news on MeGUIx?

Bigmango
8th April 2007, 19:00
The best tool on linux at the moment is avidemux.

It has all the advantages of virtualdub and can do any video and audio codecs you want, and has great visual filter tools for crop,resize, etc...

Megui, staxrip, autogk, etc... are all nice, but avidemux does much more (you can cut, append videos, crop, filters, etc...) and is multi platform.

IMHO it's the best free tool for video conversion, cutting, etc... on windows and linux.

It should be included in your distro's repository. You can also find it here:

http://avidemux.org/ (http://avidemux.org/)

(In this thread you find the latest development build with the latest x264 (build 648 at the moment) for windows.
http://forum.doom9.org/showthread.php?t=108784&page=21)

(Linux devel builds are certainly available around here or you should be able to find some repositories with the latest devel builds, depending on your distro. You can also compile it yourself with the latest x264 if you need it.)