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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th November 2007, 13:55   #181  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@EEPROM AND @weaver4

Quote:
I think i have found a bug in crop module(preview)
it's working, BUT all crop value must be set. Set 0 for not crop, but set it


Quote:
DVD Structure(for encode) is supported by AutoMen?
Quote:
When I have a group of Linked Vob files I have been using VobMerge to make one large vob file out of it before I drop it on your application
actually it's only support one file as input
so i suggest to rip to a single big vob

i will look how with mencoder is possible to "concatenate" input files

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 10th November 2007, 14:47   #182  |  Link
EEPROM
Registered User
 
EEPROM's Avatar
 
Join Date: Dec 2005
Posts: 45
Quote:
Originally Posted by buzzqw View Post
@EEPROM AND @weaver4
it's working, BUT all crop value must be set. Set 0 for not crop, but set it
BHH
I haven't set only Height value.
That is the problem?
__________________
sorry for my bad english
EEPROM is offline   Reply With Quote
Old 10th November 2007, 14:58   #183  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update 3.1a http://www.64k.it/andres/data/automen/AutoMen31a.exe

added support for concate input file
NOTE: the file must end (before extension) with _1, _2, _3,_4 ...
so it's ok aaa_1.vob, aaa_2.vob , aaa_4.vob
a file named aaa3.vob would not be "chained"


@EEPROM
the height could or not be set, not matter
this is a working crop
EDIT: please try this build



BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8

Last edited by buzzqw; 10th November 2007 at 15:10.
buzzqw is offline   Reply With Quote
Old 10th November 2007, 15:26   #184  |  Link
EEPROM
Registered User
 
EEPROM's Avatar
 
Join Date: Dec 2005
Posts: 45
With new version, the problem is solved.
Thanks!!!
__________________
sorry for my bad english
EEPROM is offline   Reply With Quote
Old 10th November 2007, 16:52   #185  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
Quote:
Originally Posted by buzzqw View Post
@EEPROM AND @weaver4



it's working, BUT all crop value must be set. Set 0 for not crop, but set it




actually it's only support one file as input
so i suggest to rip to a single big vob

i will look how with mencoder is possible to "concatenate" input files

BHH
Thanks, unfortunately the two methods I use to rip are DVDFab and CloneDVD do not rip to a single VOB file. But using VobMerge is not a big deal.
weaver4 is offline   Reply With Quote
Old 10th November 2007, 17:26   #186  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@weaver4

latest version add support for concatenating files

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 11th November 2007, 16:07   #187  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
I tried the concatenate feature and my 1:51 minute's movie was only 38 minutes long. Have not watched it to see what is missing, but a quick look looks like the beginning and end are there.
weaver4 is offline   Reply With Quote
Old 11th November 2007, 16:16   #188  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
you can open the bat encoding and look at input files name

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 11th November 2007, 19:34   #189  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
Here you go; looks like it was one and zeven that it encoded.

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

"D:\Downloads\AutoMem\mencoder.exe" -vf harddup,crop=720:352:0:64,scale=640:-2,hqdn3d -sws 2 -priority idle -o "VTS_01_1_automen.avi" -ovc x264 -x264encopts crf=20:threads=auto:frameref=3:bframes=2:deblock:direct_pred=auto:level=41artitions=none:me=hex:me_range=8:subq=5:chroma_me:mixed_refs:brdo:bime:trellis=0:weight_b:nr=0 -af volnorm=2 -oac faac -faacopts br=128:mpeg=4bject=1 -channels 2 "E:\aa-Rips\Pap\VIDEO_TS\VTS_01_1.VOB" "E:\aa-Rips\Pap\VIDEO_TS\VTS_01_7.VOB"
"D:\Downloads\AutoMem\mplayer.exe" "VTS_01_1_automen.avi" -dumpaudio -dumpfile "VTS_01_1_automen.aac"
"D:\Downloads\AutoMem\mencoder.exe" "VTS_01_1_automen.avi" -o "VTS_01_1_automen.h264" -of rawvideo -ovc copy -nosound
"D:\Downloads\AutoMem\mp4box.exe" -add "VTS_01_1_automen.h264" -add "VTS_01_1_automen.aac" -fps 29.970 "VTS_01_1_automen.mp4"
weaver4 is offline   Reply With Quote
Old 11th November 2007, 20:27   #190  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Update to 3.2 , link in first post

fixed autoloading (thanks to weaver4)

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 12th November 2007, 11:38   #191  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update to AutoMen 3.3 link on first post

new full package AutoMen33_full.rar
update the manual
added possibility to specify bitrate or crf

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 14th November 2007, 09:55   #192  |  Link
blizard
Registered User
 
Join Date: Aug 2007
Posts: 90
Thanks for your work BUZZQW on AutoMen!

I just wonder which version of MPLayer/MEncoder I need when I have Athlon64 dual core CPU to get the fastest transcoding? Will Run Time Detection that is part of standard package for AutoMen be enough or will it be better to change MENcoder to any of Celtic Druids compilation? Could that cause problem and do I need to add pthread.dll in the same folder as AutoMen to be able to use both cores?
blizard is offline   Reply With Quote
Old 14th November 2007, 10:04   #193  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Update to 3.4

fixed manual bitrate
added possibility of specify fps muxing for mp4


@blizard

thanks for your kind words!

i suggest you to use Shrpya builds http://oss.netfarm.it/mplayer-win32.php , use the mencoder build for your processor! these builds not need pthread

about multithread , read the manual, for mp4/x264 it's ok.. but for xvid.. isn't working well

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 14th November 2007, 12:10   #194  |  Link
avdw
Banned
 
Join Date: Sep 2007
Posts: 71
Is there any way to know what Video Quality preset keep the resulting encoded file standalone compatible ?

Or is there any way we can switch off the QPEL and GMC options in these profiles ?
avdw is offline   Reply With Quote
Old 14th November 2007, 13:09   #195  |  Link
Hobbe
Registered User
 
Join Date: Oct 2007
Posts: 42
Thanx buzzqw for a great program!

Can i make a request?
if so.. A button for audio copying in xvid mode would be nice and AC3 encoding settings..

Thanks again!!
Hobbe is offline   Reply With Quote
Old 14th November 2007, 14:16   #196  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@avdw

no xvid profile use packed bitstream, gmc, qpel, custom matrix

for looking at encoder settings you must open the xivd.bat

@Hobbe

First of all Welcome to the Forum!

... i will look.. but i cannot promise !

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 14th November 2007, 14:30   #197  |  Link
blizard
Registered User
 
Join Date: Aug 2007
Posts: 90
Quote:
Originally Posted by avdw View Post
Is there any way to know what Video Quality preset keep the resulting encoded file standalone compatible ?

Or is there any way we can switch off the QPEL and GMC options in these profiles ?
AutoMen (which is MENcoders GUI) produce a file with the name like XVID.bat or MP4.bat depending on what profile that are picked when file made to transcode. These bat file can be edited and changed (save before exit) in notepad (best editor, that will open by itself in most cases for bat files on windows) and you just have to double click it to activate transcoding with your new setting.

All lines in bat file are the same that you would have to enter manually in command mode from Windows, so it is no difference to each command you will find for MENcoder on any site that have a guide for what those option will do.

Go to MPlayer's site or google for it to find out all option for MENcoder.
blizard is offline   Reply With Quote
Old 14th November 2007, 14:41   #198  |  Link
blizard
Registered User
 
Join Date: Aug 2007
Posts: 90
Quote:
Originally Posted by buzzqw View Post
Update to 3.4

fixed manual bitrate
added possibility of specify fps muxing for mp4


@blizard

thanks for your kind words!

i suggest you to use Shrpya builds http://oss.netfarm.it/mplayer-win32.php , use the mencoder build for your processor! these builds not need pthread

about multithread , read the manual, for mp4/x264 it's ok.. but for xvid.. isn't working well

BHH
I replaced Shrpyas build with Celtic Druids latest (mplayer2007.11.04.Athlon-64.7z) and added pthread.dll to get it working. It seem to work faster with Xvid encoding then with Shrpya and to be at the same speed with H.264 encoding. For some reason that build in AutoMen 33 did not run very well in Xvid profile (~15 FPS vs ~33 FPS) on one 2 min test file which was encoded in MPEG PS.
blizard is offline   Reply With Quote
Old 14th November 2007, 15:44   #199  |  Link
avdw
Banned
 
Join Date: Sep 2007
Posts: 71
Just some simple observations :

1) AutoMen "Detect Crop" suffers from the same disease as AutoMKV's and Auto Gordian Knot's "AutoCrop" , they crop too much, thus cropping away movie content. (2 programs that do CROP correctly and thus respect full movie content are avi.NET & StaxRip)

For example : AutoMen (also AutoMKV and AutoGordianKnot) suggest as Autocrop these values :

(left,right,top,bottom) : (20,12,70,74)

while manually observing in VirtualDubMod Cropping, these are the values that crop all black & preserve the movie completely : (and YES, these borders are consistent throughout the full movie)

(left,right,top,bottom) : (16,8,70,68)

..... So, with all these tools, there is something SERIOUSLY WRONG !

2) Setting a Target size of 700MB results in a final AVI which is 711MB and thus does NOT fit on 1 CD.

3) (Probably due to MEncoder) Why does the final AVI file contains tµhat much junk ?

Last edited by avdw; 14th November 2007 at 16:27.
avdw is offline   Reply With Quote
Old 14th November 2007, 16:28   #200  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@Hobbe

DONE!
in next update will be possible to copy audio for XviD and FF4 output (check is present in advanced settings)

@avdw

use the manual crop and use the preview

Quote:
So, with all these tools, there is something SERIOUSLY WRONG !
i am waiting your tool or your suggestion how to fix it

Quote:
2) Setting a Target size of 700MB results in a final AVI which is 711MB and thus does NOT fit on 1 CD.
what preset you used ?

Quote:
Why does the final AVI file contains tµhat much junk ?
don't know. mencoder to it all

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Reply

Tags
automen, ffmpeg, handbrake, mencoder, x264

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.