
Saturday, 27 August 2016

Thursday, 21 November 2013
Tips for VLC Media Player
If any body tell me to chooos any
one Media Player for my ComputerI Would like to choose VLC Media
Player Because of its features like
VLC can Steam and Download videos,
Record your video chat session with
audio,able to Play High Defination
videos with no codec pack needed
and its also play Audio Format too.
Thank God! VLC Media Player is Free.
It is Open Source and Cross-Platform too.
hello every one i m here is a day and you also have a nice day
So if you want to use this fully loaded Media Player then download it from Official Website click here to go to Website
:)Let me introduce some feature of VLC Media Player
Here are some some use full tips For VLC Media Player.Learn and use all feature in your VLC
1.Use VLC for streaming youtube videos and also for Downloading
Using So if you want to use this fully loaded Media Player thendownload it from Official Website click here to go to Website a combination of VLC and your browser, you can download videos from YouTube and a few other video sites. Copy the URL of the video you want to download. For instance, in YouTube it could be like this:
1. Click on Media – Open Network stream. Paste the URL and click the Play button in the player.
2. VLC Media Player starts streaming the video. Now, click Tools – Codec Information and at the bottom of the window you will see a Location box. Copy the long URL in the box and paste it on your browser’s address bar. The browser will now start playing the video file. You can download the video file to your desktop by doing a Save As…. Or you can choose to record the video.
I tried this out with YouTube. Let us know in the comments about other services too.
Don’t Forget…VLC Can Play Audio Too!
We normally associate VLC with video, but VLC is a complete media player and that includes full music-playing features with playlist support. VLC not only displays cover art, but also has a pretty good graphic equalizer tucked away inside it.
You can bring it up with a CTRL+E. Pitch your song just right with the available presets, or finetune it with the 11 frequency bands.
The latest VLC also gives you Dynamic Range Compression that subdues loud sounds or amplifies quiet sounds by compressing an audio signal’s dynamic range. That’s just the thing if you are living in an apartment with thin walls.
Then there’s Audio Normalization
Just in case you don’t jump out of your skin, VLC has the normalization feature tucked deep inside Audio preferences (Tools – Preferences – Audio). It’s a feature to keep in mind when you are playing audio and video files; a sudden increase in the volume could jar your ears. In case of video, you have to restart the video for it to take effect.
Record Directly From Webcam
You can record your video chat session easily using VLC.
1. Go to Media – Open Capture Device.
2. On the Capture Device screen, you can select the video device and also the audio device like the system microphone.
3. You can also configure the options from the Configure settings. Finetune your capture withBrightness, Contrast, Hue, Saturation (and other) controls.
4. Head down and drop down the Play button to open the Convert dialog where you can select the Destination file, click on the Browse button to select video file location, name and format.
I end here with useful features of the ever-popular VLC media player. There are lots more of course. If you know about these features then they aren’t ‘top secret’ at all, but if you didn’t then try them out. Which feature of the VLC media player deserves to get mentioned? Do you know of a VLC feature that you think not many are aware of? Reveal it in the comments.
Wednesday, 17 April 2013
Make bootable CD/DVD and much more by Power ISO
First you have to know that what is Power ISO ?
Power ISO is an application used to create, open, mount / emulate, compress, encrypt, and otherwise manipulate CD / DVD image files.
- Can make bootable CD/DVD for Windows installation.
- Can open and extract ISO files.
- Can create an ISO file from hard disk files or CD/DVD-ROM.
- Can edit an existing ISO file.
- Can convert image files between ISO/BIN and other formats.
- PowerISO can convert almost all image file formats to standard ISO format file.
- Can make bootable ISO file, get boot information from bootable ISO file.
- Can make floppy disk image file.
- Can optimize files to save disk space while saving ISO file.
- Can mount ISO files with its internal virtual drive.
- Can compress DAA images, thus saving space and allowing smaller downloads.
- Can password protect DAA images.
- Can split DAA images into multiple smaller files.
- power ISO can save these types of fomats like .ISO,.DAA or .BIN files.
Minimum System requirements
Windows98/Me, Windows2000/XP/2003/Vista operating system or above (although the internal virtual drive needs Windows2000/XP/2003/Vista or above)- Intel Pentium 166 MHz or above
- 64MB memory
- At least 10MB hard disk space
- Support both 64-bit and 32-bit Windows
Lets see a small tutorial for making ISO files
first you must have a windows installation CD/DVD or if you have already an ISO file you go direct step2.
- Download and install Power ISO in your PC.
- Now insert CD/DVD which you want to make ISO file.
- Now right click on DVD drive and select Power ISO or click on add to image file.
See screenshot for better understanding
After click on make image file a new window come on screen for asking
which format you want to save.
Now select .ISO file and click OK
this process take few second depend on your CD/DVD size.
Now you have an ISO file of your window installation media (CD/DVD) etc.
Step:2
Make bootable CD/DVD from ISO files
first insert a blank disk in DVD drive
Now go into folder where your ISO file was saved
Dubble click on ISO file, file will open in Power ISO
Now click on Burn
Again click on Burn
Now burnig process will start automatically this process will take few minutes .
after burning completed DVD writer tray come out automatically
Now you have a bootale CD/DVD
Note:
Do not copy paste ISO file into your CD/DVD
Burning is Required for make bootable CD/DVD
If you dont have Power ISO
download here
Tuesday, 16 April 2013
how to make a bootable usb
What is the mean of bootable device?
Bootable device means, the device that can help to start a program without any Operating system. For example: "Windows installation media"
There are many types of software and tricks to make bootable pen drive for windows installation.
Some tricks are based on software tools and some tricks are based on command prompt.
Here i am providing you to a simple and safe trick for make a bootable pen drive.
First you should have an Iso image file or installation media of windows 7 or 8 for this trick.
Lets go on the trick:
Step:1
First pluged in your USB Pen drive in computer.
Now open CMD .
Note: If you are using Windows 7/Vista or 8 then open it with administrative rights.
Step:2
Now type following command in command prompt
DISKPART
Now type the following command.
LIST DISK
Then you can see a list of available disks on your system. Disk 0 is usually the hard disk. In my
case, Disk 1 is the USB drive (this can be a different one in your case).
Then type the following command
SELECT DISK 1
In the above command, 1 is the USB drive number on my Computer. If you have a different
number on your Computer, then you need to replace 1 with that number.
Step-3: Then type following list of commands one by one as shown below.
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
Step 4: Insert the Windows 7/Vista or 8 installation media and note down the “drive letter”
of your DVD drive. In my case, “G:”
I have installed power iso so i have an virtul drive for mount ISO file
Now again open cmd with administrative rights
Now type the following list of commands as shown below.
Note: If you have Windows ISO file, then mount it to virtual drive . Then in the bellow
command, instead of goto drive’ H:’, Using command prompt, Goto the folder in which you
extract windows ISO files. Then goto BOOT folder inside the folder that contains your
extracted ISO file as bellow.
G:
CD BOOT
BOOTSECT.EXE /NT60 H: (NOTE: H: is your USB drive letter and G: is DVD).
EXIT
This process will copy boot files from DVD to your Pen drive.Now your pen drive is bootable.
Step-5: Copy the contents of your Windows 7/Vista installation disk (or content of your extracted ISO files) into the Pen drive drive as it is. You can directly Copy-Paste all file into Pen drive
Dont forget to change boot priority to USB drive
Bootable device means, the device that can help to start a program without any Operating system. For example: "Windows installation media"
There are many types of software and tricks to make bootable pen drive for windows installation.
Some tricks are based on software tools and some tricks are based on command prompt.
Here i am providing you to a simple and safe trick for make a bootable pen drive.
First you should have an Iso image file or installation media of windows 7 or 8 for this trick.
Lets go on the trick:
Step:1
First pluged in your USB Pen drive in computer.
Now open CMD .
Note: If you are using Windows 7/Vista or 8 then open it with administrative rights.
Step:2
Now type following command in command prompt
DISKPART
Now type the following command.
LIST DISK
Then you can see a list of available disks on your system. Disk 0 is usually the hard disk. In my
case, Disk 1 is the USB drive (this can be a different one in your case).
Then type the following command
SELECT DISK 1
In the above command, 1 is the USB drive number on my Computer. If you have a different
number on your Computer, then you need to replace 1 with that number.
Step-3: Then type following list of commands one by one as shown below.
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
Step 4: Insert the Windows 7/Vista or 8 installation media and note down the “drive letter”
of your DVD drive. In my case, “G:”
I have installed power iso so i have an virtul drive for mount ISO file
Now again open cmd with administrative rights
Now type the following list of commands as shown below.
Note: If you have Windows ISO file, then mount it to virtual drive . Then in the bellow
command, instead of goto drive’ H:’, Using command prompt, Goto the folder in which you
extract windows ISO files. Then goto BOOT folder inside the folder that contains your
extracted ISO file as bellow.
G:
CD BOOT
BOOTSECT.EXE /NT60 H: (NOTE: H: is your USB drive letter and G: is DVD).
EXIT
This process will copy boot files from DVD to your Pen drive.Now your pen drive is bootable.
Step-5: Copy the contents of your Windows 7/Vista installation disk (or content of your extracted ISO files) into the Pen drive drive as it is. You can directly Copy-Paste all file into Pen drive
Dont forget to change boot priority to USB drive
Categories:
Home
Tips and tricks
Sunday, 14 April 2013
Download torrent using IDM
We find everything like Movies, Games, Applications etc.
on Torrents but the only way to get it using torrents clients like
Utorrent and Others clients. But this is boring to downloading
Torrents at slow Speed using Utorrent or bit torrent
There are many method to download torrent like Zbigz or furk.net but
on the free version you get Speed slow and there are limits and for getting full advantages of it user’s Need to buy premium Account.
lets see how to download torrent using Zbigz trick.
1.first download torrent link which you want to download.
4.paste your link here.
And hit GO and chose free or premium.
after a few minute Caching completed and downloading link displayed
5.click on download button your download automatic start.
5.click on download button your download automatic start.
using this trick you can save your data(MB)which upload in torrent
Categories:
Home
Tips and tricks












