VideoHelp.com forum archive
http://www.supermediastore.com/



Forum Archive Home -> Linux -> AutoFF a new gui for FFmpeg (v. 0.99.8)



AutoFF a new gui for FFmpeg (v. 0.99.8)
buzzqw posted 2008 May 25 13:30
Hi All

since 2 month i have switched to Linux (Sidux, a Debian Sid based distro) and i have worked in spare time on autoff, a wannabe complete ffmpeg gui

download link for LINUX -> http://www.64k.it/andres/data/autoff/AutoFF0996.tar.gz
download link for Windows -> http://www.64k.it/andres/data/autoff/AutoFF0998_Full_win.rar

you need ffmpeg, mplayer, and xterm terminal

here some screen shots












i added a particular support for x264, in "x264 options (for piping)" panel you can set all x264 options and use ffmpeg to pipe to x264 OR first make an uncompressed yuv file and then use x264 for compressing it

and suggestion is more then welcome

the product is released on GLP3 license, source code (in purebasic) is avaiable on request

BHH



GMaq posted 2008 May 25 16:03
Hi,

Looks cool, nice to have some filters etc, WinFF is great for quick drag and drop but this gives a lot more control for users who want to tweak.



freebird73717 posted 2008 May 25 16:12
Gmaq you can get it here

edit- link removed per request.

Buzzqw has a post about this on doom9. Buzzqw if you want me to remove this link just let me know and I will.

@Buzzqw - Thanks for posting this for the videohelp crowd. I'm glad to see more people writing software for linux. Keep up the good work. Feels good to be using linux doesn't it!!!



GMaq posted 2008 May 25 16:23
Thanks Freebird,

Hope to have a good run-through with the hcbatchgui this evening as well.

@buzzqw,

Any thoughts about adding nicmp4box for iPod (iTunes) compliant muxing?



buzzqw posted 2008 May 26 01:31
ops, i have putted link in first post, sorry

the update version is 0.99!!!

@freebird73717

please remove the old link.. and thanks!!

BHH



freebird73717 posted 2008 May 26 07:39
No thank you for supporting linux!


GMaq posted 2008 May 26 11:34
Hi Again,

This app is very cool, especially for those of us a little overwhelmed by mencoder, Lots of nice switches for H.264 in ffmpeg as well, I don't know what voodoo you used for keeping the dependencies so minimal, but overall another great video app for Linux!

I took 4 seconds in GIMP and made an icon if anyone cares to use it here it is:





buzzqw posted 2008 May 26 14:06
wow, thanks GMaq!

i will surely use it!

here a little update, http://www.64k.it/andres/data/autoff/autoff_0_99_1.tar.gz

i fixed the queue fuction, build bat fuction for windows build
plus some tuning to linux build
the copy audio now works, but i can guarantee only for ac3 stream

thanks all for support

BHH



buzzqw posted 2008 May 28 03:26
added link to windows build (yes, i love cross compiling compatibility!)

fixed some compatibility issue with newer version of ffmpeg

i hope tonight to upload the linux version

BHH



DKruskie posted 2008 Jun 05 19:18
buzzqw did you ever upload the new linux version?


GMaq posted 2008 Jun 05 23:22
DKruskie,

There's a link to it 3 posts up from this one.



DKruskie posted 2008 Jun 06 04:22
Thanks GMaq


qwerty9876543 posted 2008 Jun 08 09:58
built on May 2 2008 17:41:24, gcc: 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
FFmpeg version SVN-r13037

unrecognized option '-sws_flags'

Also

The video files are not in correct sort order (name) in the input file window

If mplayer is not found copy paste of the mplayer location causes it to crash when an input files is selected. It seems it must be entered by navigating with the file selector button.


One more thing.

Can you make the default video resize option to be the original size? Or no resize unless selected? Mine defaults to 4x2.











buzzqw posted 2008 Jun 09 13:59
update to 0.99.4

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

fixing problem with piping
better queue
"fixed" (hope so) mplayer path copy
some tuning on x264

NOT FIXED: sort on input
NOT FIXED: sws_flags (on my 64bit debian i have still the 12810 ffmpeg build)
NOT FIXED: resize on input

BHH



buzzqw posted 2008 Jun 10 08:18
ok, fixed the sort order in next update (i add all supported files to array, sort it, add to list..)

about sws_flags: i tested (on win) the 13537 build (sherpya build's), and sws_flags is working :confused:

BHH



qwerty9876543 posted 2008 Jun 10 19:13
buzzqw :
ok, fixed the sort order in next update (i add all supported files to array, sort it, add to list..)

about sws_flags: i tested (on win) the 13537 build (sherpya build's), and sws_flags is working :confused:

BHH


sws_flags is an advanced option that is only available if compiled with SwScaler support.

IMO... it should be selectable in some way in the app instead of default and no way to turn it off.

Thanks for your hard work!



buzzqw posted 2008 Jun 11 01:17
update to 0.99.5

add mp4box support: when you pipe or make yuv for encoding with x264 you have the option to mux the h264 stream (and audio) with MP4Box (gpac 0.4+) in MP4
fixed sort input list
fixed create bat button

To FIX : with on input file (bug only in linux version)
To FIX: optional sws_flags

Link in first post

BHH



buzzqw posted 2008 Jun 11 03:12
in next update sws paramenter will be used only if user select another resizer

BHH



GMaq posted 2008 Jun 11 08:23
Hi buzz,

I see you've added mp4box which is great, The problem with x264 files for iPod users is that iTunes wants a specific UUID atom in the .mp4 or .m4v stream, As far as I know mp4box doesn't do this properly but nicmp4box does, Is it possible to add nicmp4box for muxing? This would really open up this application for iPod users in Windows and Linux users who want compatibility with iTunes.

Even in WinFF we can't do this, Matt the developer (understandably) doesn't want to get involved with having to run 3rd party programs, so we can't make iTunes compliant H.264 on either platform.

I did this remake of the 3GP converter which does this for Windows, it uses ffmpeg and then uses nicmp4box for iPod compliant muxing:

http://forum.videohelp.com/topic344379.html

Just to be clear, you can make iPod compliant H.264 .mp4 files in ffmpeg alone, but they do not work with iTunes which is not an issue in Linux but is an issue if you share a networked library with Windows machines running iTunes.

Just asking, Your time spent on this great application is very much appreciated.



buzzqw posted 2008 Jun 11 09:00
adding nicmp4box support isn't a problem.. BUT it exist for linux ?
or .. i can add a combo list where user select nicmp4box or mp4box...

i will look at it! thanks for this good suggestion :)

BHH



GMaq posted 2008 Jun 11 09:23
OK,

Firstly, thanks for looking into it! :)

Here is the link to "Nic's" site:

http://nic.dnsalias.com/

Unfortunately I don't see anything about a Linux binary :-(

Will your Windows version run under WINE? It will be a pain to have nicmp4box alone depend on WINE for your Linux version.



buzzqw posted 2008 Jun 11 09:40
done!

the win build (0.99.6) is up, i will compile the linux version when at home

BHH



qwerty9876543 posted 2008 Jun 16 22:17
buzzqw :
done!

the win build (0.99.6) is up, i will compile the linux version when at home

BHH


Did you have a chance to get the Linux version up?

Thanks for your effort.



ricardouk posted 2008 Jun 17 06:34
http://www.64k.it/andres/data/autoff/AutoFF0996.tar.gz not uploaded yet


buzzqw posted 2008 Jun 18 02:20
uploaded!

thanks!

BHH



altpersona posted 2008 Jul 21 11:21
im trying to convert some .ts files to just about anything else...

i have the .99.6 version of AutoFF... look nice.. seems very good.

but it crashes on me. and i dont know why.. is there a log file i can check?

let me add, medi info tells me this


Video
ID : 17 (0x11)
Menu ID : 1 (0x1)
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, Matrix : Standard
Duration : 1mn 34s
Bit rate mode : Constant
Bit rate : 8099 Kbps
Nominal bit rate : 25.0 Mbps
Width : 1920 pixels
Height : 1080 pixels
Display aspect ratio : 16/9
Frame rate : 29.970 fps
Colorimetry : 4:2:0
Scan type : Progressive
Scan order : 2:3 Pulldown
Bits/(Pixel*Frame) : 0.402

Audio
ID : 20 (0x14)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Rear: L R, LFE
Sampling rate : 48.0 KHz
Video delay : -773ms
Language : English
==========================

i have ffmpeg and mencoder installed, iv been trying to work out how to keep the high def and ditch the 70 .ts files for a week..

i keep geting a 700-900 mb file that looks like crap..



buzzqw posted 2008 Jul 22 02:14
is it autoff that crash? or ffmpeg ?

btw you need mplayer not mencoder

try launch from a console the command string (or hit create bat)

BHH



altpersona posted 2008 Jul 22 22:55
when i do this part



i highlight one of the .ts files and it says mplayer is unable to determine movie properties..

then it says please check media properties.

i launch autoff from a term window and it says the following..
==============================
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jun 3 2007 20:59:25, gcc: 4.1.3 20070528 (prerelease) (Ubuntu 4.1.2-9ubuntu2)
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.


MPlayer interrupted by signal 11 in module: demux_open
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.


MPlayer interrupted by signal 11 in module: demux_open
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
The sstep option must be >= 0: -143165584
Error parsing option on the command line: -sstep

====================

reading that seems to say "-MPlayer crashed." and such...

so, it seems im going to find out why it say that... or make it stop saying it..



buzzqw posted 2008 Jul 23 17:45
you are using a quite old version of ffmpeg.. and suppose mplayer

there are several threads how to update ffmpeg/mplayer on ubuntu (i guess), try with mediabuntu (or debian-multimedia for debian)

BHH



buzzqw posted 2008 Sep 16 05:02
update to 0.99.8

added support for latest x264 "features"

--b-adapt
--psy-rd
--aq

to use only when piping or first make yuv file

BHH




Login/Register to our forum to be able to post here.








About   Advertise   Forum Archive   RSS Feeds   Statistics