Quote:
Originally Posted by Blackstar
For RM video -> AVI i find that 15fps works best, as it has minimal glitches.
$mencoder -noodml $1 -o $outputpath[M6-MID]$2 -mc 0 -ofps 15.000 -vf-add crop=480:320:-1:-1 -vf-add scale=320:213 -vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc lavc -lavcopts vcodec=mpeg4 -lavcopts vbitrate=256 -ffourcc DIVX -oac mp3lame -lameopts vbr=0 -lameopts br=128 -lameopts vol=0 -lameopts mode=0 -lameopts aq=7 -lameopts padding=3 -af volnorm
|
What do you mean by RM.. Real Media? I normally push at 18... I notice frame loss using 20.. I'll have to look at 15... although i would assume you lose more frames.
I'll have to test that out myself and see if ill add it to the script.. ill post an update.