Metro by Jacob Wyatt

Saturday, April 26, 2014


Metro by Jacob Wyatt (Brigham Young University Center for Animation)
A tender and delicate 2D Animation, with comfortable colors & melody, simplified yet pleasant art direction and motion. A story about a girl longing to take a ride on the metro to a new place who meets the mystery white wolf which takes her to a never expected world.

Jacob Wyatt posts his delightful paintings on his blog:
http://jake-paperlife.blogspot.com/

Metro:
http://vimeo.com/25034611

METRO from Jacob Wyatt on Vimeo.



Paintings, more on  http://jake-paperlife.blogspot.com/


Read More..

2 5D Macross Frontier Movie Making of

Friday, April 25, 2014

Read More..

Kaukab Basheer 2D Animator from School of Visual Arts in NYC

Thursday, April 24, 2014

Kaukab Basheer-2D Animator from School of Visual Arts in NYC

Portfolio: http://kaukab-portfolio.blogspot.com/

Dechen (↓Please click and view on new page↓)
http://vimeo.com/42842952



Demo Reel: vimeo.com/4289009

Animation Demo Reel from Kaukab Basheer on Vimeo.


PICTURE PURRFECT vimeo.com/42890094

PICTURE PURRFECT from Kaukab Basheer on Vimeo.


Love Your Feathers! vimeo.com/42890094

Love Your Feathers! from Kaukab Basheer on Vimeo.



BADGERED Rough Animatic: vimeo.com/42890094

BADGERED from Kaukab Basheer on Vimeo.


Read More..

Speech Recognition End Point Detection

Sunday, April 20, 2014

The end point detection technique is applied to extract the region of interest from the raw speech signal. In other words, it removes the silent region from speech signals. The basic technique of end point detection is to find the energy level of a signal. Signal energy level is calculated in frames, where each frame consists of N samples. The frames are usually overlapped with the adjacent frames to produce a smooth energy line. Fig 1 shows the energy plot of “One”.


Fig 1: (a) Amplitude vs time plot of “One” (b) energy level of the signal

Accurate end point detection is important to reduce processing load and increase the accuracy of a speech recognition system. Basically there are two famous endpoint detection algorithms. First algorithm uses signal features based on energy levels and second algorithm uses signal features based on the rate of zero crossings. The combination of both gives good result, but nevertheless increases the complexity of the program and also the processing time.

Fig 2 shows the signal of “one” sampled at 8000Hz for 10650 samples or 1.33 seconds. Before the speech begins, the waveform started as silence for about 5000 samples. After the utterance, the signal remains in silence state again for about 2000 samples. Throwing the unwanted silence region, the processing time can be improved to 3650/10650 * 100 = 34.3% by assuming all the frames in the region of interest have been processed. The energy level of the signal is inspected and a threshold value is determined from the energy plot. Fig 3 shows the cropped signal, where the silence region has been eliminated, and the remaining region of interest are used for further processing.

Fig 2: (a) Original signal, (b) End-point detection by using the energy level of the speech signal


Fig 3: (a) Detected end point, (b) Cropped signal/region of interest

Read More..

Human Darts

Saturday, April 19, 2014


Human Darts
How good is your aim? Select your victim, then start throwing darts at the
targets without trying to hit the person! Youll score more points if you
hit the targets right in the middle! Aim (click to throw darts)

Read More..

HOW TO CHANGE COMMENT BOX BACKGROUND IN YOUR BLOG SOLOUTION IN WEB TUTORUALS

Friday, April 18, 2014

Hi! Today i am show how to change comment box background in your blog.
Please follow this steps..........
Step-1: Please log  on to your blog...

Step-2: Go to  the Dashboard and click Template..


Step-3Click on the Edit HTML.
 Step-4: Click this which show in the image..


Step-5:  Then press Ctrl+F and enter the

]]></b:skin>  

code in the search..Following The picture.... 
 
 Step-6:  If the above code just before the code below paste this code.Like this picture...

 Copy this code: 


#comment-form iframe{
background:#ffffff url(

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZAf3kSmFApy2mOmJG3JUHSQ5eGWhj-5H_XPm1Wkc3ZzEGYZJTnSV5q1RZ-IPKCBaAS2ijBP5_cStKvw-4-H0b4f5znFC4Lt_54M_1nAefF6zVllek4p_QNaClt7bI3oPL-ceuG_ndzF5F/s400/comment.jpg) repeat;
border:1px solid #ddd;
-moz-border-radius:6px;
-webkit-border-radius:6px;
box-shadow: 5px 5px 5px #CCCCCC;
padding:5px;
font:normal 12pt "ms sans serif", Arial;
color:#0ab00a;
width:560px; height:213px !important;
}
<!--Blogger Comment Box Background images customization www.asobondhu.blogspot.com-->
#comment-form a{
color:#fff;
}
  Step-7 the same way, press Ctrl + F and find the code below...



<div class=comment-form>

 Step-8: If you find it in the code below, copy and paste the code into the red range or class id and enter.Like this code....

<div id=comment-form> 

Or, remove <div class=comment-form> And paste  <div id=comment-form>

Step-9: Now save your template and preview..

N:B: If you have any Question about this post , Please contact me.....
Read More..