+ Reply to Thread
Results 1 to 23 of 23
Thread
  1. 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
    Last edited by buzzqw; 22nd Feb 2010 at 03:26. Reason: update
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  2. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    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.
    Quote Quote  

  3. 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

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  4. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    Xvid is multithreaded.

    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.
    You can grab a multithread enabled xvid here - http://www.xvid.org/Downloads.43.0.html Just download the daily snap shot.
    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.
    Quote Quote  

  5. 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

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  6. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    Originally Posted by buzzqw
    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

    BHH
    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.

    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)
    Code:
    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.
    But that's for xvid. I stated the threads switch doesn't work at all

    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.
    Quote Quote  

  7. thanks disturbed1!

    learning is a never ending process!

    about threads disabled i will check when home

    thanks again!

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  8. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    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.

    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"
    If I copy and paste the xvid.bat file to a terminal it runs fine.
    Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
    Quote Quote  

  9. 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)

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  10. Man of Steel freebird73717's Avatar
    Join Date: Dec 2003
    Location: Smallville, USA
    Buzz thanks for continuing to promote linux by porting more software over!
    Quote Quote  

  11. thanks freebird73717!

    it's always a pleasure filling gap between windows and linux

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  12. 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

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  13. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    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.
    Quote Quote  

  14. here is ok... maybe a corrupted file

    try this http://www.64k.it/andres/data/automen/automen52.tar.gz

    thanks!

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  15. Get Slack disturbed1's Avatar
    Join Date: Apr 2001
    Location: init 4
    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.
    Quote Quote  

  16. thanks for feedback disturbed1!

    update the link of first thread

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  17. update to 5.3

    now path with space and file name with space will work
    added queue

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  18. HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  19. update automen
    some fixing to queue
    added possibility to use ffmpeg for piping to x264

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  20. 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

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  21. update linux build

    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  

  22. Member
    Join Date: Dec 2009
    Location: Italy
    how can i import megui preset in automen (linux version)?
    Tnx
    Quote Quote  

  23. update both 32 and 64 bit version

    changelog (trimmed windows only change)

    some 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 ffmpeg2theora
    BHH
    HDConvertToX, AutoMKV, AutoMen AutoFF, AutoX264 Developer
    Quote Quote  




Similar Threads

  1. Replies: 5
    Last Post: 26th Nov 2008, 20:27
  2. Anyone use Automen? encode w/o subtitle?
    By tofuguy in forum Video Conversion
    Replies: 0
    Last Post: 22nd Nov 2008, 16:53
  3. Replies: 0
    Last Post: 28th May 2007, 10:23
  4. Replies: 7
    Last Post: 11th Apr 2007, 13:39
  5. Replies: 4
    Last Post: 24th Jun 2003, 20:35
Slysofts 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