G33K-TRICKS: Computers
Showing posts with label Computers. Show all posts
Showing posts with label Computers. Show all posts

Friday, June 24, 2016

Audio Testing Links for headphones and speakers


How to Test your Headphone and Speaker




Found a  nice Audio testing Website which I wanted to share with you all.


There are plenty of Audio test files which you can directly run over your browser and then you can put your Headphones or Speaker to test.



For Audio tests on your headphones 
http://www.audiocheck.net/soundtests_headphones.php


List of other Sound / Audio tests
http://www.audiocheck.net/soundtestsaudiotesttones_index.php

Saturday, April 16, 2016

How to change the resolution of videos or images : Quick and easy steps


Change the Image and Video Resolution using FFMPEG Tool



Changing the video resolution can also be termed as Scaling the Video / Resizing the Video.
How to change the video resolution
Image Resizing

One of the easiest way for manipulating the videos is to use FFMPEG tool.
FFMPEG is a free software that can produce libraries and programs for handling multimedia input. It can decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.


You can download ffmpeg tool from here based on your OS

FFMPEG uses the libswscale library to scale the input video.
[The scale filter forces the output display aspect ratio to be the same of the input, by changing the output sample aspect ratio.
If the input image format is different from the format requested by the next filter, the scale filter will convert the input to the requested format.]

For all the options available with FFMPEG scaling you can see
http://ffmpeg.org/ffmpeg-filters.html#toc-Options-1


Examples:

ffmpeg -i input_file.avi -vf scale=320:240 output_file.avi


With the above command the aspect ratio will also change. If you want to keep the aspect ratio same after changing the video resolution you have to specify only one component, either width or height. And have to set the other component to -1.

Example:
ffmpeg -i input_file.jpg -vf scale=320:-1 output_file_320.png

The above commands will work with Image files as well.
You can change the image resolution using the ffmpeg tool too.

You may also like visit few other pages:
http://g33ktricks.blogspot.com/2016/03/how-to-disable-microsoft-onedrive.html
http://g33ktricks.blogspot.com/2016/03/hack-web-sites-using-hexjector.html
http://g33ktricks.blogspot.com/2016/03/how-to-view-cams-for-free-all-over-world.html

Tuesday, March 22, 2016

How to disable Microsoft OneDrive


Disable MS OneDrive

Steps to Disable Microsoft OneDrive 


Are you annoyed of Windows 10 Microsoft OneDrive.

You have come to right place.
There are many ways to
disable Microsoft OneDrive and Remove OneDrive from File explorer.


For Windows 10 Home Edition this is what you need to do.

Right-click the OneDrive icon in your notification area (little white cloud) and then choose Settings.
Disable MS OneDriveUncheck the “Start OneDrive automatically when I sign in to Windows” Option and save your settings.
OneDrive won’t load at Windows Startup from now on..
If you are not planning to use OneDrive, you can click on the “Unlink OneDrive” button .
It will stop OneDrive from syncing to the Clouds.



For Windows 10 Professional  or Enterprise or Education Edition you need to ,
Press the Windows key to open the Start menu’s search box.
Type "gpedit.msc"and press Enter
This will open the Group Policy Editor.
Now go to :

Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > OneDrive

Now, Double-click on the “Prevent the usage of OneDrive for file storage” policy setting in the right pane and click on “Enabled” and then click  on “OK”

It will disable the access to OneDrive. OneDrive will be hidden from File Explorer.