Monday, January 7, 2008

XviD mENCODER settings for anime.

1). I Have a video thats needs to be encoded to play on a hardware dvd/divx player for my TV. I don't wont the player cutting of the hardcoded english subtitle text. So the video needs to be padded.
2). Set top box Hardware dvd/divx certified players can play back (generic mpeg4 avi) video files... If you use a supported codec.
***************************************
Generic MPEG4 Suported codecs:
CODEC : msmpeg4 = DIV3 *ffmpeg *MEncoder. 
CODEC : DIVX  = DX50 * MEncoder.
CODEC : XVID = XVID *ffmpeg *MEncoder.
*************************************
3) So i try using MEncoder to transcode some anime. ffmpeg works better for me... But heres a look at MEncoder for some verity.
VIDEO ==> 640x480 
AUDIO ==> mp3 96kbs
CODEC ==> XVID
RATE ==> 23.976 frames per second
SOURCE ==> DB BLEACH anime XVID not padded avi video.
##-----------------------< XviD 640x480 >-------------
CODE XviD:

@shell
$ mencoder -ofps 23.976 -ovc xvid -oac mp3lame -lameopts abr:br=96:vol=0 -xvidencopts bitrate=878 -vf scale=576:416,harddup -vf-add expand=640:480:::1 -ss 00:01:28 -o destination.avi *.AVI

No comments: