View Single Post
Old 15th November 2007, 09:10   #208  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update to 3.5 , link in first post

fixed: bitrate computing now take overhead in account
added: copy audio for XVID and FF4 profile

@blizard

actually i use this "profile" for my Nokia E65
Code:
"mencoder.exe" -vf harddup,crop=720:432:0:72,scale=320:-3,hqdn3d -sws 2 -priority idle -o "_aaa_automen.avi" -ovc xvid -xvidencopts bitrate=552:pass=1:turbo:max_bframes=0:vhq=1:me_quality=6:chroma_me:chroma_opt:hq_ac:trellis:lumi_mask:bvhq=1 -nosound  "_aaa.vob"
"mencoder.exe" -vf harddup,crop=720:432:0:72,scale=320:-3,hqdn3d -sws 2 -priority idle -o "_aaa_automen.avi" -ovc xvid -xvidencopts bitrate=552:pass=2:max_bframes=0:vhq=1:me_quality=6:chroma_me:chroma_opt:hq_ac:trellis:lumi_mask:bvhq=1 -nosound  "_aaa.vob"
mplayer "_aaa.vob" -quiet -vc null -vo null -ao pcm:fast:waveheader:file=audio.wav
normalize.exe audio.wav
enc_aacPlus.exe audio.wav audio.aac --cbr 64000 --lc
"mp4box.exe" -add "_aaa_automen.avi"#video -add "audio.aac"#audio -keep-all -fps 25.000 "_e65.mp4"
i must use enc_aacPlus.exe because audio done by mencoder isn't fully compatible ..

anyway i am looking for a new way to handle profiles (but it's a long term project)

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