Thursday, January 3, 2008

MEncoder - Low rez DivX anime video...

Source = *MID REZ mpeg4 XVID ( Bleach anime) not padded . Transcoded with mENCODR to DivX low rez mpeg4 with padding for hardware dvd/divx player. ###----------< DivX CODE: >--------------- CODE: $ mencoder *.AVI -sws 1 -ofps 23.976 -ffourcc DX50 -oac mp3lame -lameopts abr:br=96:vol=0 -ovc lavc -lavcopts vcodec=mpeg4:vrc_buf_size=4096:vbitrate=592:cmp=2:vrc_maxrate=720: -vf scale=576:416,harddup -vf-add expand=640:480:::1 -ss 00:01:28 -o new-asp-dx50-bleach-low-REZ.avi ###--------< NFO NOTES >---------------- :cmp=2 is good for anime.
-sws 1 not as good as ( sws 2 ) but is faster on my slow pc.
-ffourcc DX50 DX50 is a old DivX video codec vtag header: players use vtag info for picking the rite play back video codec. DX50 works on alot of hardware dvd/divx players.
-ss 00:01:28 Skip intro . starts coding after skiping the first 1min and 28seconds. ###---------------------------------- MEncoder NOTES 2008 - jan.

No comments: