Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Thursday, November 8, 2018

Video Editting Tlawngkai Ttul Lo Zir Thei Nak

Video edit na thiam duh maw? 
Na thiam duh le zir ta hmen.
Tlawngkai ruangah mi thiam sang an si lo, an thiam duh le an zir duh ih ruangah mi thiam an si sawn.
Tlawng na kai lo ruangah na lamzin a pit lo, tlawng na kai thei lo ruangah thin nau ding silo.
Website tampi ah paisa mal-lai pek in zir thei nak tampi a um. A tam sawn website cu thiam a awl thei sawn theu. Tlawngkai nak ih an zir mi hnak in mi an zirh thiam sawn theu.


Website tha le zir nak pawl tla cu: 
  • Lynda.com
  • skillshare.com
  • videocopilot.net
  • https://www.redgiant.com/tutorials/
  • https://nofilmschool.com/
  • Youtube.com (How to edit video)

Video Edit nak ih hmin thang deuh pawl cu:

  1. Adobe premiere Pro
  2. Adobe Aftereffect
  3. Adobe Creative Suite
  4. Avid Pro Tools
  5. Sony Movie Studio 13 
  6. VEGAS Pro 15 
  7. Cyberlink Power Director
  8. Magix Movie Edit Pro Plus
  9. Pinnacle Studio™ 21 Ultimate
  10. Nero Platinum 2018
  11. Final Cut Pro X
  12. Movavi Video Editor 
  13. Corel VideoStudio Pro X10 
Tulai cu internet san a si vek in, thil hi online, youtube, website tivek ah zir in thiam nak zir a theih. Na zir duh ngai ngai lawngah na hlawh tling ding. Zuam hman zuam duh lo ih hrang rero cu na kaa baang lak men. Tho In Ding Thlang Aw!

Wednesday, January 13, 2016

Blogger Falling Object effects



Sign in to Blogger 
  1. Go to Layout
  2. Click Add a Gadget
  3. Find Html/javascript and click to add
  4. Copy below the code and paste and then Save Template...Done.
Generate it by yourself on this website:


<!-- replace your blog URL-->

<marquee behavior="scroll" direction="down" style="position:absolute;border:0px;padding:0px;margin:0px;left:762px;top:845px;width:auto;height:707px;z-index:1;" scrollamount="7"><span

Tuesday, January 12, 2016

How to Disable mouse right click in your blog






Signin to Blogger 
  1. Go to Template
  2. Edit HTML
  3. Find </head> or hit ctrl + F on your keyboard and put </head> on the box and hit enter.
  4. Copy the code below and paste  above/before  </head>.Then Save Template...Done.

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
$(document).bind("contextmenu",function(e){
return false;
});
});
//]]>
</script>



Cool Animated Effect For Labels List Gadget In Blogger



Signin to Blogger 

  1. Go to Template
  2. Edit HTML
  3. Find </head> or hit ctrl + F on your keyboard and put </head> on the box and hit enter.
  4. Copy below the code and paste  above/before  </head>.Then Save Template...Done.

<!--replace your blog URL--><script
src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'
type='text/javascript'>
</script>
<script type='text/javascript'>
$('a.linknudge, .Label ul li a').hover(function() {
var dur = 450; $(document).ready(function() { $(this).animate({
}, dur);
paddingLeft: '20px' }, dur); }, function() { $(this).animate({ paddingLeft: 0 });
});</script><!--replace your blog URL-->