Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
AutoMen (Mini Mencoder Gui) 6 beta 19/01/2010)
Hi all
here the new AutoMen ![]() ![]() ![]() ![]() ![]() ![]() ![]() Full package http://www.64k.it/andres/data/automen/AutoMen6_beta.rar update http://www.64k.it/andres/data/automen/AutoMen_beta.exe linux build http://www.64k.it/andres/data/autome...32linux.tar.gz Source avaiable on request (Purebasic4) BHH Last edited by buzzqw; 19th January 2010 at 09:18. Reason: update |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Jun 2007
Location: Germany
Posts: 60
|
Nice tool buzzqw!
Tried to back up an episode of King of Queens with it (PAL, 25 FPS, DVD-Source, interlaced) Add automatic deinterlacing & a queue list and i think you´re done :-) Shutdown when done would also be very welcome :-) |
|
|
|
|
|
#4 | Link |
|
Author of lmx264gui
Join Date: Mar 2006
Location: Fujian, China
Posts: 186
|
good job buzzqw.
I'll try to use it to encode flv files.
__________________
LeiMing's X264 GUI Similar to the VFW, many new features! Suggestions are welcomed! Calculator of crop and resize for DVDRip Timecode format v2 to v1 converter |
|
|
|
|
|
#5 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
Update 0.2 www.64k.it/andres/data/a/AutoMen02.exe (65.5kb)
fixed: wmv8 encoding added: mpeg2 encoding fixed: the encoded file name is now based on input file name+_automen (es. input file is jewel.avi -> on mp4 will be named as jewel_automen.mp4) @killerhex thank for the bug (but another time please say something about testing wmv8...) BHH |
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Jun 2005
Posts: 905
|
I find the File Size and Video Quality parameters a little confusing.
I think I would rather see a selection that allows you to chose if you want to encode by File Size or Video Quality. If you select Video Quality it ecodes single pass and the slider sets the quantizer. If you select File Size the slider lets you set the filesize. Encode by Filesize --350M --700M --1.4G --4.7G --Custom.... Encode by Quality --Poor (Small) --Fair --Good --Very Good --Excellent I love the concept! |
|
|
|
|
|
#7 | Link | |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
Quote:
![]() I don't want to add a Quality based encoding, for this simply select quality 6 is always the "near best" settings for 1 pass encode in next update i added queue! (a very basic queue fuction) BHH |
|
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Mar 2004
Posts: 317
|
It's possible that you have left out the MediaInfo command line utility. This is exactly what happened to me when I got too eager and forgot to copy that into the AutoMEn directory.
@buzzqw: Is there any chance we could get a choice of resolution? It's a bit more of a common sense thing when helping choose settings. |
|
|
|
|
|
#10 | Link | |
|
Registered User
Join Date: Jun 2005
Posts: 905
|
Quote:
I am not sure I know what to do with the File Size selection once I select the quality setting of 6 (one pass encoding). Or is the one pass encoding not Constant Quality? |
|
|
|
|
|
|
#11 | Link | |||
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
Quote:
Quote:
Quote:
BHH |
|||
|
|
|
|
|
#13 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
@weaver4
![]() also in next update the resize slide will fuction even with HD material, basically the first half slide is for reduction, the second half for enlarging. The step will be by 16 pixel BHH |
|
|
|
|
|
#14 | Link |
|
Registered User
Join Date: Mar 2004
Posts: 317
|
Very nice! Thanks.
Now I have another request which might not be in line with how you want the app to exist but I'll throw it out there anyway. Devices like the PSP can only decode AVC at a certain level/profile. Any chance you could add something to lock AVC to certain levels/profiles? Like.. the PSP is supposed to support Main Profile now and I believe its level is 3. |
|
|
|
|
|
#16 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
here the update! 0.3 http://www.64k.it/andres/data/a/AutoMen03.exe 80.5 KB
![]() added: queue fixed: better ff4 profile fixed: better width management added: dump stream added: play queue added: shutdown about dump stream: copy in clipboard a link to mms/rtps stream , click on dump (the small D at bottom), mplayer will connect to internet and download it about play queue: i have queue, i have mplayer.. whu not add playing fuction? ![]() BHH |
|
|
|
|
|
#17 | Link |
|
Registered User
Join Date: Oct 2002
Location: Canada
Posts: 8,776
|
@buzzqw
Sorry for the OT, but how do you do autocrop with mencoder? Thanks!
__________________
Detritus Software |
|
|
|
|
|
#18 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
i read the stdout of
mplayer.exe -ss 00:00:XX -vf cropdetect -vo null -ao null -endpos XX+5 where XX is a random time (not beginning) of playing duration isn't perfect.. but .. i hope for no errors.. it can be reiterated with several samples... BHH |
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Oct 2002
Location: Canada
Posts: 8,776
|
cool! so you launch mencoder only to get that info, then encode with detected values.... interresting
thanks!
__________________
Detritus Software |
|
|
|
|
|
#20 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,187
|
yes!
it's only a 5 seconds analisys so it's fast and from my sample tested accurated ![]() as you said from stdout i parse the vf crop values, and if not present i set it to 0 (-vf crop=0:0:0:0) BHH |
|
|
|
![]() |
| Tags |
| automen, mencoder |
| Thread Tools | |
| Display Modes | |
|
|