Friday, May 14, 2010

rage 2010,phx, La Máquina

beans beans beans deport them all 2010. what ? Why did the left turn a simple illegal immigration law into another political high JACKING. This should not be another political flag pole that the dems- get to hang their hats on. Pretending to love Mexicans more than the rep-s is a joke just to grab votes.. and Mexicans pretending to love illegal immigrates is a joke to, because if there was a LARGE ( Asian illegal immigration population )in phx the Mexicans would be all for deporting the Asians --------------- screw or get screwed. some one is all ways going to get the short end of the stick.

Wednesday, April 28, 2010

wallpaper hurt.

wallpaper emo -@- April 28th 20ten.

Big FN-gun wallpaper.

generic wallpaper post -@- April 28th 20ten.

Saturday, April 17, 2010

mencoder wmv to divx dx50 for sd 480p tv lowrez.

source wmv. source aspect 1.77 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx (no)me_range=2 (no)vme=2 (yes):mpeg_quant # works ok on sd 480p tv's (yes)vqscale=5 # works ok on sd 480p tv's (yes):mbd=0: (yes)v4mv: (yes)vqmin=2: (yes)vqmax=10: (yes)vqdiff=3 #default is 3 (yes)vratetol=8000 #default is 8000 (yes)vqcomp=0.5: (yes)vqblur=0.5 $ nice -n 19 mencoder -sws 2 -ofps 25 \ -oac mp3lame -lameopts abr:br=192:vol=0 \ -ffourcc DX50 \ -vf scale=704:398,harddup -aspect 1.77 \ -ovc lavc -lavcopts \ vcodec=mpeg4:mpeg_quant:vqscale=5:mbd=0:v4mv:\ vqmin=3:vqmax=10:vqdiff=3:\ vratetol=8000:vqcomp=0.5:vqblur=0.5\ -o step3-created-DX50-subHQ-tv--.AVI \ foo*.wmv ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ notes mybox = vqscale=[1-31] Constant quantizer /: constant quality encoding (selects fixed quantizer mode). A lower value means better quality but larger files (default: 0 (disabled)). 1 is not recommended (see vqmin for details). #################### ### Motion estimation ### mbd=[0-2] ! ! !! !!! !!!!!! Macroblock decision algorithm (high quality mode), encode each macro block in all modes and choose the best. This is slow but results in better quality and file size. Use mbcmp (default). Select the MB mode which needs the fewest bits (=vhq). Select the MB mode which has the best rate distortion. vhq Same as mbd=1, kept for compatibility reasons. .................................. !!!!!!!!!!!!!v4mv!!!!!!!!!!!!! v4mv Allow 4 motion vectors per macroblock (slightly better quality). Works better if used with mbd set greater than 0 ?????? ######################### ## Quantization ########## mbqmin=[1-31] obsolete, use vqmin
mbqmax=<[-31] obsolete, use vqmax
vqdiff=[1-31] !!!!!!!!!!!!!!!!! maximum quantizer difference between consecutive I- or P-frames (pass 1/:2) (default: 3) ####################### ## Quantization part3 ##########3 mpeg_quant *!!!!!!!!!!!!!! Use MPEG quantizers instead of H.263. ################### ####(rate conctrol)######## vratetol=[value] approximated file size tolerance in kbit. 1000-100000 is a sane range. (warning: 1kbit = 1000 bits) (default: 8000) NOTE: vratetol should not be too large during the second pass or there might be problems if vrc_(min|max)rate is used. ....................... vqcomp=[0.0-1.0] Quantizer compression, vrc_eq depends upon this (pass 1/:2) (default: 0.5). For instance, assuming the default rate control equation is used, if vqcomp=1.0, the ratecontrol allocates to each frame the number of bits needed to encode them all at the same QP. If vqcomp=0.0, the ratecontrol allocates the same number of bits to each frame, i.e. strict CBR. NOTE: Those are extreme settings and should never be used. Perceptual quality will be optimal somewhere in between these two extremes.
.......... vqblur=[0.0-1.0] (pass one) Quantizer blur (default: 0.5), larger values will average the quantizer more over time (slower change). Quantizer blur disabled. Average the quantizer over all previous frames. #################################### http://pwet.fr/man/linux/commandes/mplayer

Tuesday, March 23, 2010

easyconverter zenity pluss ffmpeg revised for my setup

easyconverter uses zenity as a front end for ffmpeg to transcode audio file file. used it for converting mp3 files to ogg. BUT i had to chang the file a litle to get better audio quality. NOTE one of the changes i made was "-aq 100" and few other UGLY hacks and small work-arounds. -------------------------------------------
" ./easyconverter.sh " almost worked for me but i did have to coment out a few line and edit some other lines to get it to work for me. " Changes for my setup." for i in *.$vanform; do ffmpeg -i $i -acodec "$formaat" -aq 100 "${i%.mp3}*new-out-file-foo.ogg" 2>&1 | zenity --progress --text="Converting: $i" --title="$titel" --auto-close --pulsate echo $i gedaan done i all so commented out# the confirm #mapcheck= directory section because it was not working for me.
also note that it did not work for me on FILES with blank spaces like so ( 01 track mystify.mp3) so i had to rename my files first to something like ( 01_track_mystify.mp3). It took some short work to debug easyconverter.sh to get things to work for my setup (vector-linux6 lite). ================= (EasyConverter) home page. links: http://raymii.org/cms/index.php?title=EasyConverter_v0.3a ================= (ffmpeg) scripts: links: http://www.mygnulinux.com/?p=56

Tuesday, March 16, 2010

ffmpeg vextor-linux webcam video4linux2

vector-linux Vector linux = uses * ( LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ) Vector Linux = and uses * ( -f video4linux2 ) thats video 4 linux TWO Debian uses * ( -f video4linux ) thats video 4 linux ONE. ================ ffmpeg web cam recording vector/linux $ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ffmpeg -f oss -i /dev/dsp -acodec mp3 \ -f video4linux2 -s 352x288 -r 30000/1001 -i /dev/video0 \ -qmin 4 -qmax 4 -b 500 \ -aspect 4:3 -f avi -vcodec msmpeg4 -r 30000/1001 -y tvffmpeg--msmpeg-with-mp3sound-q4.avi ============================= It's taking me a while to get use to Vector-Linux. With debian enabling the debian multi media repo made installing video editing software kind of easy. But doing video editing with Vector-Linux takes some work to install KDENLIVE and cinelerra but it can be done. ********************************** video transcoder ffmpeg and video editor kdenlive (build) (ffmpeg) and (kdenlive) for vector-linux to install a custom build of ffmpeg i used LINK: http://connie.slackware.com/~alien/slackbuilds/ffmpeg/build/ heres a how to do it VIDEO. Part 1. Upgrading and packaging ffmpeg from a 3rd party SlackBuild. http://forum.vectorlinux.com/index.php?PHPSESSID=574d0ea2e90d4c6bc3f31a467c59daa6&topic=8608.msg71234#msg71234
direct link @ http://www.opensourcebistro.com/blog1/?p=268 it worked for me BUT i did not follow the TUT letter for letter. * I was not able to get slackbuild to install apps but it did a good job compiling the apps so i let it do that then i ran " make install " ass root. my new ffmpeg worked great but from time to tine updates kind of fouled it up so i reinstall it when that happens. so don't delete the source when your done make a backup and reinstall ffmpeg from that. update do break things from time to time when you install 3rd party apps. *********************************** video editor (cinelarra) verssion (cinelerra-20080527-i686-1as.tgz ) ( 3rd party) (binary) from .... http://repository.slacky.eu/slackware-12.1/multimedia/cinelerra/20080527/ worked ok for me. but i did have to reinstall ffmpeg after installing cinelarra and i was not able to get my web cam to save mpeg file from cinelarra so i save my video as ms-avi's and that worked for me. NOTE recording my webcam from cinelarra the audio was all ways out of sync so thats why i use command line instead. command line apps are a lot more flexible to work with. *********************************** VOIP (skype) When i use Vector_Linux.....@$
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype " was needed for me to get my web cam to work with CAM programs like skype .

Monday, March 1, 2010

opera paragraph user css opt

@charset "utf-8"; /* Name: 1490680842 Accessibility layout Copyright 2007 Opera Software */ p { font-family: sans-serif !important; font-size: 18px !important; text-align: left !important; text-transform: none !important; text-decoration: none !important; word-spacing: 0.4mm !important; letter-spacing: 0.2mm !important; line-height: 1.4em !important; color: black !important; width: auto !important; max-width: none !important; min-width: 0px !important; height: auto !important; max-height: none !important; min-height: 0px !important; } I cut and paste the ABOVE section from operas "accessibility's . css " NOTE: and then placed it to my "/opt/user.css" directory because it's easier to find and edit on my system. Then make shure to point opera at it. GOTO ( view * style * manage mode * display ) and point it to your new css file. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX now pagegs that use the (p) paragraph tag don't look as crapy. browser (fud)

March 1st 2010 browser (fud)

browser (fud), it tooooook me fore ever to sign into blogspot using opera today. " i cleared the cache, then deleted overrides, restarted , and used F5 but it still took a long time for opera and blogspot to start working again."

blogspot and opera are both starting to fall apart. opera still does a crappy job with the paragraph tap

and my "user.csss" is crap that barely works.