Thứ Tư, 5 tháng 7, 2017

Waching daily Jul 5 2017

Add a video that you'd like to slow down

Here how it plays at 100% speed (50 fps)

Click the video and in 'Properties window' on the right

Find the 'Speed' parameter and set 50

if you want to make your video twice as slow

Now it will look like this

Please, note, that the source video has to contain minimum 50-60 frames per second

The more FPS it has, the better your slow motion effect will be

For more infomation >> Lifehack: create an ideal slow motion video - Duration: 1:12.

-------------------------------------------

Managing the Greatest Resource - Motivational Video - Duration: 2:57.

Hey guys Zenneth Nevers here, to help you find a life that's full of happiness and

purpose; and today we're going to talk about Management. But not in the way you

think. Stay tuned...

Do you know someone who is struggling to make ends meat? No matter how much money

they make, they're constantly living paycheck to paycheck? I have a co-worker

like that I'm not going to say her name because her name is totally Jennifer. And

she's always freaking out about how she's gonna pay her bills no matter how

much money she made that week. Obviously, she has issues with money management. Now

we're not judging; we've all had those times. But what if we didn't? What if we

had a bank account that every single day deposits 86,400 dollars into your

account? And it had only one stipulation you have to use that money that day

because at midnight any one of those dollars that you didn't use the bank

would just write it off and clear your account at zero. The good news is the

next day the bank would deposit again another eighty six thousand four hundred

dollars with the same stipulation you have to use all the funds. So what would

you do? Obviously we would use all that money. Wouldn't it be nice to

have a bank like that? It sounds like fantasy but it's actually real it's

called, "TIME". Everyday, "time" deposits 86,400 seconds into your account and how

you use those seconds is up to you. You can use them to spend time with your

family, to write that book you've always wanted to do, maybe take up that new

career, or hobby. But whatever amount of those seconds you don't use, gets written

off at midnight. They're gone. There's no pulling out from another

account, or overdrafts, or transfers, the 86,400 seconds not used are gone.

The good news is tomorrow, you'll get another 86,400 seconds. I'd like to ask

you to use those seconds wisely. I'm Zenneth Nevers reminding you to Make a

Great Day and #NeverGiveUp

For more infomation >> Managing the Greatest Resource - Motivational Video - Duration: 2:57.

-------------------------------------------

Tramin Video 4 - Duration: 0:33.

The Gewürztraminer Epokale

is reminiscent of medieval white wines

that had a high residual sugar content.

This vine has a very high aging potential.

This wine is truly special

and is aged for more than 7 years.

A forgotten wine that we have decided to reintroduce

to the modern times.

For more infomation >> Tramin Video 4 - Duration: 0:33.

-------------------------------------------

Tramin Video 3 - Duration: 0:33.

Gewürztraminer needs a very specific terrain and climate.

It's a vine that has been cultivated here since the Middle Ages.

It is a genetic component in many of the world's vines,

such as Cabernet Sauvignon, or the Burgundy vines.

That's how important this vine is.

For more infomation >> Tramin Video 3 - Duration: 0:33.

-------------------------------------------

Learn Colors with Street Vehicles & Wild Animals Educational Video Cars Toys for Kids Nursery Rhymes - Duration: 16:11.

Learn Colors with Street Vehicles & Wild Animals Educational Video Cars Toys for Kids Nursery Rhymes

For more infomation >> Learn Colors with Street Vehicles & Wild Animals Educational Video Cars Toys for Kids Nursery Rhymes - Duration: 16:11.

-------------------------------------------

How Do Computer Graphics/Video Cards Work? - Duration: 5:10.

Well, If you're a gamer or just someone who has a really nice spec'd out PC you

would have probably already heard the term ''Graphics Card'' and most likely

you know exactly what it is used for.

But how exactly does it work?

What causes the Graphics card to work how it does.

Well, in this video, I'll be talking about just that and I hope you learn something new.

So, why don't we jump into it.

Now before we get into how graphics card work, let's first set up a base as to what a graphics

card is.

Your Computer's graphics card is the component responsible for producing the visual output

from your computer.

Virtually all programs produce visual output; the video card is the piece of hardware that

takes that output and tells the monitor which of the dots on the screen to light up (and

in what colour) to allow you to see it.

Now, The CPU, working in conjunction with software applications, sends information about

the image to the graphics card.

The graphics card decides how to use the pixels on the screen to create the image.

It then sends that information to the monitor through a cable.

Either a classic VGA Cable or a HDMI Cable, but in most cases with newer Cards, People

tend to use HDMI Connectors.

Creating an image out of binary data is a demanding process.

To make a 3-D image, the graphics card first creates a wire frame out of straight lines.

Then, it rasterizes the image (fills in the remaining pixels).

It also adds lighting, texture and color.

For fast-paced games, the computer has to go through this process about sixty times

per second.

Without a graphics card to perform the necessary calculations, the workload would be too much

for the computer to handle.

One of the main things that a graphics card needs is memory.

The memory holds the color of each pixel.

In an extremely simple situation where your display resolution would be 640x480 and you

would have a black and white screen, each pixel may be only black or white, so you need

just 1 bit to store each pixel's color.

Since a byte holds 8 bits, you need (640/8) 80 bytes to store the pixel colors for one

line of pixels on the display.

You need (480 X 80) 38,400 bytes of memory to hold all of the pixels visible on the display.

The second thing a graphics card needs is a way for the computer to change the graphics

card's memory.

This is normally done by connecting the graphics card to the card bus on the motherboard.

The computer can send signals through the bus to alter the memory.

There are situations where your refresh rate is 60 frames per second.

This means that the graphics card scans the entire memory array 1 bit at a time and does

this 60 times per second.

It sends signals to the monitor for each pixel on each line, and then sends a horizontal

sync pulse; it does this repeatedly for all 480 lines, and then sends a vertical sync

pulse.

When a graphics card handles color, it does it in one of two ways.

A true-color card devotes 3 or 4 bytes per pixel (4 bytes allows an extra byte for an

"alpha channel").

On a 1600x1200-pixel display, this adds up to about 8 million bytes of video memory.

The other alternative is to use 1 byte per pixel and then use these bytes to index a

Color Look-Up Table (CLUT).

The CLUT contains 256 entries with 3 or 4 bytes per entry.

A modern card contains its own high-power central processing unit (CPU) that is optimized

for graphics operations.

Depending on the graphics card, this CPU will be either a graphics coprocessor or a graphics

accelerator.

Think of a coprocessor as a co-worker, and an accelerator as an assistant.

The coprocessor and the CPU work simultaneously, while the accelerator receives instructions

from the CPU and carries them out.

In the coprocessor system, the graphics card driver software sends graphics-related tasks

directly to the graphics coprocessor.

The operating system sends everything else to the CPU.

With a graphics accelerator, the driver software sends everything to the computer's CPU.

The CPU then directs the graphics accelerator to perform specific graphics-intensive tasks.

For example, the CPU might say to the accelerator, "Draw a polygon with these three vertices,"

and the accelerator would do the work of painting the pixels of the polygon into video memory.

I could probably go a little bit more in depth but this is meant to be a somewhat simple

video to people who are curious as to how a normal computer graphics card would work.

So, thanks for watching.

If you like the video, learnt anything new or want more feel free to subscribe, comment

what you think down below, and subscribe for new videos every single week.

Also, feel free to check out previous tech tips videos where you can learn some cool

new stuff by clicking the links provided in the description below.

Once again, thanks for watching and I'll be seeing you in the next video.

Không có nhận xét nào:

Đăng nhận xét