Windows 7

You can also visit my other blog at www.softknowledge.wordpress.com

Tips and Tricks

You can also visit my other blog at www.softknowledge.wordpress.com

How To(s)

You can also visit my other blog at www.softknowledge.wordpress.com

Downloads

You can also visit my other blog at www.softknowledge.wordpress.com

Wallpapers

You can also visit my other blog at www.softknowledge.wordpress.com

Quote of the Day

Showing posts with label VLC. Show all posts
Showing posts with label VLC. Show all posts

Sunday, March 13, 2011

7 Things You Didn't Know About VLC

7 Things You Didn't Know About VLC 

1. Rip DVDs: 

VLC includes a basic DVD ripper. You probably would never use it when there are better DVD rippersavailable, but it helps to know that you can in fact, get a decent quality DVD rip with VLC. To rip a movie follow these steps: Go to the Media menu and choose Convert–>Save. Click on the Disc tab. 

Here you can adjust the Starting Position and rip only specific titles or chapters. 

Enter file name making sure to end with .MPG, and start ripping. 

Click Save. 

2. Record videos: 

With the new VLC, you can record videos during playback. The record button is hidden by default. To see it, click on View–>Advanced Control. The record button will now appear. Clicking on the button while playing a movie or video will start recording. Clicking again will stop recording. 

3. Play RAR files: 

Do you know VLC can play videos zipped inside RAR files? They play like normal video files and you can even use the seek bar. If the RAR file is split into several files, no problem. Just load the first part (.part001.rar ) and it will automatically take the rest of the parts and play the whole file. 

4. Play in ASCII mode: 

VLC media player has an amusing ability, to playback movies in ASCII art. To enable ASCII mode, open VLC media player and click on Tools –>Preferences. Open the section “Video” section and under “Output” select “Color ASCII art video output” from the drop down menu. Save it. Now play any video file to enjoy the ASCII art. 

5. Listen to online radio: 

VLC includes hundreds of Shoutcast radio stations. You just need to enable it through Media –>Services Discovery –> Shoutcast radio listings. Now, open the Playlist and browse through the stations. 

6. Convert Audio and Video formats: 

In VLC you can convert video and audio files from one format to another. Several different formats are supported like MP4, WMV, AVI, OGG, MP3 etc. To access the converter: 

* Go to Media –>Convert/Save

* Load the file you want to convert using the Add button and click Convert

* Now choose the output format and output file location. 

7. Download YouTube and other online videos: 

First grab the URL of the YouTube video page. Now click on Media –>Open Network stream. Paste the URL and click Play. 

Once VLC starts streaming the video, click Tools –>Codec Information and at the bottom of the window you will see a Location box. Copy the URL and paste it on your browser’s address bar. The browser will now download the file which you can save it to your hard disk. Alternatively, you can record the video.

Sunday, March 7, 2010

How to install VLC Player in Linux


How to install VLC Player in Linux



There are three ways of Installing VLC Player in Linux. They are
  • One Click Method (Not present for all linux distributions)
  • Yast-> Software Management Method
  • Using Command Line

One Click Method

1. Visit the VLC Website




2.   Choose the Linux Distribution that you are using.


3.    The sub menu page will pop up on your screen with different versions of the selected distro.(Incase the version you are using is not there, select its immediate predecessor)



4.    Clicking on any of the version, will trigger the Yast Package Handler.



5.    Select OK , This will complete the VLC Player Installation on Linux


Software Management Method

1. Open YaST -> Software -> Installation Sources / Software Repositories




2.    Select Add New Repository


3.    In the HTTS Service Enter the details as specified in the image. ( Its respective to the linux distribution that you are using)




4.    After adding the repository, search for “VLC“and install the application.


Command Line Method

  1. Open the “Terminal” (or Konsole ) and login as the root user. (use SU or SUDO)
  2. Type the following Commands (the commands are respective to OpenSUSE 11.2, for other version check out the commands which are displayed in the VLC Site)
  3. sudo zypper ar http://download.videolan.org/pub/vlc/SuSE/11.2 VLC
  4. sudo zypper mr -r VLC
  5. sudo zypper in vlc
  6. This is download VLC and Install it automatically.