Video Editing software

How to do video editing?

Go to Google search and type video editing software, you will get much software of video editing. After download the video editing software save it and install the video editing software. If you take video from mobile or camera store memory and import into video editing software.

video editing, editing tools, graphics
Video editing software image-1

See the screen shot of video editing software application such as part one capture video have import video, import pictures and import audio or music. Part two Edit Movie have shown collections, view video effects, view video transitions, make titles or credits and make an AutoMovie. Last third one is Finish Movie have saved to my computer and send to DV camera.

video timeline, time frame, frame work
Video editing software image-2

From screen shot you can import video from your computer desktop hard disk data storage. After importing video then drag into the timeline format or frame. Before editing video take nice videos from your mobile or DSLR camera means digital single-lens reflex camera download into your desktop or pc, after that open video editing software and import the video which you taken video.

From timeline you can adjust with some special effects from Edit Movie select view video effects or view video transitions, timeline shows time of your video frames step by step process. If you want to add some music then download audio or music from internet, you can add in timeline there have option mute or audio.

video effects, video transitions, video graphic effects
Video editing software image 3

See screen shot about timeline format there have option mic to record audio into the video editing software. You can zoom in and zoom out as per your requirement, when click to play video it shows line to exact point of time-to-time frame.

Go to menu and select Tools and get few options such as Titles and credits, video effects, video transitions, create clips, take picture from preview, narrate timeline, audio levels and so on.

Video effects shows as Blur, Brightness, Decrease, Brightness, increase, Ease in, Ease out, Fade in, from Black, Fade in, From white, Fade out, To black, fade out, to white, Film age, old, Film age, older, Film Age, oldest, Film Grain, Grayscale, Hue, Cycle entire color spectrum, Mirror, horizontal, Mirror, vertical and many more.

Video transitions show as Bars, Bow Tie, Horizontal, Bow Tie, Vertical, Checkerboard, Across, Circle, Circles, Diagonal, Box out, Diagonal, cross out, Diagonal Down Right, Diamond, Dissolve, Eye, Fade, Fan, in, Fan out, Fan up, Filled V, Down and many more.


Latest Computer Stuff Kit Solutions of Topics 21.

 

How to do network issue on PC or Laptop?


How to do Home automation embedded c in micrcontroller?


Home automation with TV remote

How to do home automation light and fan with TV remote?

Embedded system microcontroller 8052 series making home automation light and fan operate with any TV remote.  Mainly use Keil c coding program can making operate between input and output pins of microcontroller 8052.  First take microcontroller at89s52 40 pin, tsop1738 sensor, 5v Relay, microcontroller development board, 5v DC power supply and remote rc5.

embedded system, microcontroller, 8052, 8051
Embedded system micro controller 8052 development board


Keil C coding

#include <reg52.H>

#define SWPort P1 // port definition

sbit IR = P3^0; // pin's definitions

sbit SW1 = P1^0;

sbit SW2 = P1^1;

sbit SW3 = P1^2;

sbit SW4 = P1^3;

sbit SW5 = P1^4;

sbit SW6 = P1^5;

sbit SW7 = P1^6;

sbit SW8 = P1^7;

void delay_3024ms(); // delay function for 3.024ms

void delay_1728ms();

void delay_4752ms(); // delay function for 4.752ms

void ReadAddr(void); // Read Address

void ReadCmd(void); // Read Command

bit ReadBit(void); // Read Bit

unsigned char temp,addr,cmd; // result in the form of Commands,Address

bit FLIP,TOG=0; // bits

char buffer[50];

void main() // main program

{

TMOD=0X01; // timer 0 mode 1 (16 bit mode)

SWPort=0x00;

while(1)

{

while(IR==1);

delay_3024ms();

FLIP=IR;

delay_4752ms();

ReadAddr();

ReadCmd();

P1=cmd;

}

}

void delay_3024ms(void) // delay of ms

{

TH0=0XF5; // 3.024ms

TL0=0X1D;

TR0=1;

while(TF0==0);

TR0=0;

TF0=0;

}

void delay_1728ms(void) // delay of 1.728ms

{

TH0=0XF9; //TH0=0XF9; // 1.728ms

TL0=0XC7; //TL0=0XC7;

TR0=1;

while(TF0==0);

TR0=0;

TF0=0;

}

void delay_4752ms(void) // delay of 1.728ms

{

TH0=0XEE; // 4.752ms

TL0=0XE4;

TR0=1;

while(TF0==0);

TR0=0;

TF0=0;

}

bit ReadBit(void)

{

return(IR); // return value of IR line

}

void ReadCmd(void)

{

unsigned char i;

cmd = 0;

for (i=0;i<6;i++)

{

cmd|=ReadBit()? 0x01<<i:cmd;

delay_1728ms();

P1=cmd;

}

}

void ReadAddr(void)

{

unsigned char i;

addr = 0;

for (i=0;i<5;i++)

{

addr|=ReadBit()? 0x01<<i:addr;

delay_1728ms();

}

}

The above code is for operate lights and fan through TSOP1738 sensor, the sensor pins +5v, Gnd, output these three pins are connect output pin to Port P3.0 pin.  You can connect port 1 pin 1.0 to pin 1.7 total 8 pins connect to devices like three lights, two fans, bed light so on. You can operate with TV remote button 0 to 9 operate can do ON and OFF.


Latest Computer Stuff Kit Solutions of Topics 20.

Blog traffic – how to increase traffic to website

Mobile Internet connection - Browsers like Google chrome, Mozilla Firefox.

Desktop or Laptop Troubleshoot - Monitor, Processor, Hard disk RAM and ROM.

Motherboard LAN connection NSlookup prompt

How to give connection to Motherboard or Main board?

Motherboard or Main board has buses travelled through wires like as 32-bit or 64-bit processor have. There are several components such as capacitors, resistors, transformers, pins, power supply pins, IDE cables for CD ROM drivers, Hard disk IDE cables or SATA HDD and so on.

On motherboard have PCI slot for external devices to use for other task or application, through PCI slot we use LAN card for internet purpose or TV tuners for television purpose.

Some have Graphic chord is use for display resolutions to adjust with settings, monitor which resolutions are perfect through Graphic drivers. You need to install graphic drivers through CD.

Cabin has Led’s such as Power LED, HDD LED, USB, Power button, reset button wires already had in cabinet, here you need to fix mother board or main board and processor fan wires 4 pins, power supply 24 pins and 2 pins for processor side. Give connect from cabinet to mother board or main board to male pins.

On motherboard have PCI slot connect LAN chord and give Ip address 192.168.1.1 go to command or win + R for RUN and type CMD or command then after open window or application to check networking or internet with some commands.

connection to motherboard, motherboard wires, HDD LED
WIN + R for RUN image-1

If you want to check network website then, go to RUN and type CMD and type nslookup your website ex: nslookup example.com then press enter. It displays about the Ip address like 127.0.0.1 regarding website servers.

command on networking, ip address, nslookup
Command for website image-2

Now, how to connect cabinet wires pins to motherboard male pins, before giving connections here have symbols like + or – or mark with white color on motherboard or main board to do connections wires of power button pins, power LED pins so on.

When power button ON then appear Green LED glow, it means computer or system on internally boot the motherboard through bios setup by display about RAM speed, HDD disk, you need to install or format the operating system called as OS.

Newly installed OS you need to install on Motherboard other software such as MS office, PDF, WIN RAR, Graphic drivers or display drivers, audio drivers or sound drivers and so on.


Latest Computer Stuff Kit Solutions of Topics 19.