Log in

View Full Version : AutoFF , an FFmpeg GUI (update 01/05/2008)


buzzqw
19th April 2008, 15:24
Finally , using a virtual machine runnig Sidux, i was able to compile autoff for Linux :cool:

please, be kind, since it's my first linux application!

for running is needed ffmpeg and mplayer

here the link
http://www.64k.it/andres/data/autoff/autoff09.tar.gz

just untargz and launch autoff.exe, it will search for mplayer and ffmpeg on /usr/bin and if not found will ask for it
is also needed Xterm terminal

here same image
http://www.64k.it/andres/data/autoff/autoff1.png
http://www.64k.it/andres/data/autoff/autoff2.png
http://www.64k.it/andres/data/autoff/autoff3.png
http://www.64k.it/andres/data/autoff/autoff4.png


thanks to all!

BHH

microchip8
19th April 2008, 15:39
Great work buzzqw, works here without a problem :D

communist
20th April 2008, 17:28
Works here (Debian Etch) too - though I'd recommend dropping the .exe extension, not really needed and on first look I thought I needed WINE ;)

/EDiT - by works I mean gui runs and I can select things and change settings but so far couldn get it to produce any video files

buzzqw
20th April 2008, 18:04
@communist

ops.. as windows developer i was addicted to extension...

i can suggest to update to latest mplayer and ffmpeg.

for checking what is wrong , it's easy
just click on add to queue instead of start
copy paste the line into a terminal and lauch, then you can see the error

i got struk with several problem with mpeg4 codec, but ok with libxvid and libx264

BHH

P.S. sidux is basically a Debian Sid

freebird73717
21st April 2008, 23:07
buzzqw it looks very nice. I haven't used it yet but I like the look of the gui. Did you use wxwidget GTK?

edit- one thing I did notice was that your donate button produced a message box but didn't activate a web browser.

buzzqw
22nd April 2008, 07:48
@freebird73717

thanks!

Did you use wxwidget GTK?

no... i used PureBasic a cross compiling language for win/linux/mac ... that use GTK for for linux (afaik...)
www.purebasic.com

here the source code (it's GPL3 licensed)

http://www.64k.it/andres/data/autoff/autoff_source.Archive.tar.gz

so you can see the code :)

any suggestion is more then welcome!

BHH

refulgentis
22nd April 2008, 22:05
is there any chance you can get this working on mac?

buzzqw
23rd April 2008, 09:47
@refulgentis@gmail.com

the code is compilable for MAC to, BUT i haven't a mac for compiling it

you need a mac and the purebasic compiler for mac (i own the license of purebasic for compiling to mac BUT i haven't a mac!)

BHH

buzzqw
1st May 2008, 09:07
update to 0.9

fixed several bugs
added possibility to pipe from ffmpeg to x264 (need x264 build)
added muxing (audio and video) when piping to x264

link from first page (source + executable)

BHH

mindrunner
18th December 2008, 18:15
How did you learn the syntax for using ffmpeg eh?
That seems pretty interesting

buzzqw
18th December 2008, 19:00
reading the manual

and trying it, a lot

BHH