Thanks to PureBasic cross compiling i was able to tweak automen and porting to Linux
AutoMen 6 is here (beta.. as usually)
mg]http://www.64k.it/andres/data/automen/automen%20(2).jpg[/img]
http://www.64k.it/andres/data/automen/automen6_x64.tar.gz
http://www.64k.it/andres/data/automen/automen6_x86.tar.gz
tested on Fedora 32bit
need mencoder, mplayer, xterm
BHH
+ Reply to Thread
Results 1 to 23 of 23
Thread
-
Last edited by buzzqw; 22nd Feb 2010 at 03:26. Reason: update
HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Looks just fine on Slackware with Xfce. Nice and easy GUI, and easy enough to comfigure profile.txt. Cool, and thanks

Doesn't support directories with spaces in them. Threads option doesn't seem to work
Prompts for mp4creator, but doesn't need this installed to run.
Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
thanks for your kind words!
remember that xvid isn't multithreaed on mencoder... just mpeg4 and x264
feel free to post any problems and suggestion
(and i will look the "space" problem)
thanks
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Xvid is multithreaded.
You can grab a multithread enabled xvid here - http://www.xvid.org/Downloads.43.0.html Just download the daily snap shot.Code:xvidenc (-xvidencopts) There are three modes available: constant bitrate (CBR), fixed quantiz- er and two pass. .............................................. snip .............................................. The following option is only available in the 1.2.x version of Xvid. threads=<0-n> Create n threads to run the motion estimation (default: 0). The maximum number of threads that can be used is the picture height divided by 16.
The default in Ubuntu and other Debian based distros are not multithread enabled. Plus they have a habit of not using NASM, so it's even slower.Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
and i don't provide mencoder builds.. so i must rely on user repository/packages
you can tweak the profile and add the threads parameter
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Has nothing to do with mencoder. It's the version of Xvid that is installed. I'm using MEncoder 1.0rc2 which is quite old. Check your man page for mencoder.Originally Posted by buzzqw
If you're using an old Xvid (1.1.2/.3) specifying threads=n does nothing to it.
All the way back to mencoder 1.0rc1 (Ubuntu Fiesty 7.04)
But that's for xvid. I stated the threads switch doesn't work at allCode:The following option is only available in the CVS version of XviD. threads=<0\-n> Create n threads to run the motion estimation (default: 0). The maximum number of threads that can be used is the picture height divided by 16.

WIth x264, it always uses more than one core no matter if it is ticked or not. With lavc it only uses one core. This is because your profile.txt has threads=auto hard coded for x264, and negates the thread option for mpeg4.Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
thanks disturbed1!
learning is a never ending process!
about threads disabled i will check when home
thanks again!
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Perhaps, since x264, lavc, and xvid all use threads=$, that could be a variable that can be passed? But that seems like too much of a coding change. I don't know, I'm not a programmer. Considering your profiles.txt is easy to read and change, I'm just editing it by hand.
I've been using your program to encode a few streams to xvid, lavc, and x264, and they all work!. Have to say I really do like it. This is a first for me, as I'm a command line junky.
About the directory spaces. Read from spaces, write to no spaces works. Read from no spaces, write to spaces works. Read + write to spaces, doesn't work
I even did a chmod 777 on the directory so everyone has rw on it just to make sure.
If I copy and paste the xvid.bat file to a terminal it runs fine.Code:"/usr/bin/mencoder" -ofps 30000/1001 -vf harddup,crop=720:480:0:0,scale=656:-2,hqdn3d -sws 2 -o "/home/keith/a directory with spaces/test_automen.avi" -ovc xvid -xvidencopts bitrate=1682:max_bframes=2:bquant_ratio=162:bquant_offset=100:vhq=1:me_quality=6:chroma_me:nochroma_opt:hq_ac:notrellis:lumi_mask:autoaspect:bvhq=1 -af volnorm=1 -oac mp3lame -lameopts aq=7:cbr:br=96 "/home/keith/a directory with spaces/test.wmv"
Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
i use xterm to launch the encoding bat... could be this ?
xterm -e "path to bat/xvid/bat"
(any suggestion is appreciated!)
i am too a command line guy
but my knowledge of linux isn't to much (just installed 4 month ago)
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Buzz thanks for continuing to promote linux by porting more software over!
thanks freebird73717!
it's always a pleasure filling gap between windows and linux
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update to 5.2 threads now work, added the possibility to specify threads
http://www.64k.it/andres/data/automen/automen52
next is to fix space issue
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
52 doesn't seem to work.
Code:bash-3.1$ chmod +x automen52 bash-3.1$ ./automen52 Segmentation fault
Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
here is ok... maybe a corrupted file
try this http://www.64k.it/andres/data/automen/automen52.tar.gz
thanks!
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
That was quick

I can confirm that threads are working as expected for xvid, lavc-mpeg4, and x264. But not mpeg2.
For wmv, threads are enabled, but, wmv encoding (and flv) only support a single thread.Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
thanks for feedback disturbed1!
update the link of first thread
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update to 5.3
now path with space and file name with space will work
added queue
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update to automen 6
http://www.64k.it/andres/data/automen/automen6.tar.gz
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update
added a better support for dvd input
automatic crop on loading file
more deeply autocrop
added support for handbrakecli
better support for crop for dvd input
some gui layout change when users select handbrakecli
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update linux build
BHHHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
update both 32 and 64 bit version
changelog (trimmed windows only change)
BHHsome cosmetic fixes
added .mov as supported input file
fixed detection of ffh264 codec
update handbrake compatibility to 0.94
update profile.txt
better crop
better decoding of mpeg2
maybe better telecine
now automen don't hang waiting mencoder to exit
faster crop
some layout changes
better construction of batch
automen will switch to handbrake when xvid+aac in mp4 is requested
fixed framerate muxing when selectin deinterlace filter that decimate
added more tips
added recheck media with handbrake
fixed computing of dvd lenght
fixed dealing with xvid source
whenever aac audio is selected is used handbrake
added support for ffmpeg2theoraHDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
Similar Threads
-
Linux themed skin for DVD Rebuilder (for Ubuntu and Generic Linux)
By freebird73717 in forum LinuxReplies: 5Last Post: 26th Nov 2008, 20:27 -
Anyone use Automen? encode w/o subtitle?
By tofuguy in forum Video ConversionReplies: 0Last Post: 22nd Nov 2008, 16:53 -
Nero Linux 3 Delivers Blu-ray and HD DVD Data Burning Support to Linux OS
By BJ_M in forum Latest Video NewsReplies: 0Last Post: 28th May 2007, 10:23 -
how to check quality of burned disk under linux-any kprobe for linux?
By deejay.2001 in forum ComputerReplies: 7Last Post: 11th Apr 2007, 13:39 -
Linux user's ever one please read now how Gate's and linux
By spiderman2k1 in forum LinuxReplies: 4Last Post: 24th Jun 2003, 20:35
Newest guidesLatest tool updatesNew media commentsRecent DVD HacksSlysofts AnyDVD HD removes DVD and Blu-ray encryption and region coding. More info or download trial! About   Advertise   Forum   Forum Archive   RSS Feeds   Statistics   Tools   








Quote