Skip to main content

Sync Audio and Subtitles easily in VLC Media Player

You might have come across videos that have their audio out of sync. And if it is a movie you will probably don't want to delete that file. Well there is an easy way to fix that using VLC. It is also possible to fix out out of sync subtitles using VLC using same procedure.
  • Figure out the lag of the audio/subtitle.
  • Then navigate to Tools >  Track Synchronization. Alternatively  you can use Ctrl + E shortcut.
1
  • In the pop-up windows that opened, adjust the settings according to the lag. If the subtitle/audio is lagging behind the video, the value would be negative. For example the lag is 3 seconds after the video, the value you would fill be –3.000 s.
  • After you have adjusted the settings, hit the Refresh button. And you are done.
2
There is also shortcut keys for the above job, but they aren't as precise. They move the audio back or forth by 50ms.
7

There are also cool features in VLC that you might like.
  • Play in 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.
3
  • Download YouTube and other online videos:—> Copy the URL of the YouTube video. Now click on Media>Open Network stream. Paste the URL and click Play.
Once the streaming starts, click on Tools>Codec Information and at the bottom of the window you will see a Location box.
You can use that location to download the video using your Download Manager.
5
  • 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..

  • 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.
  • 4
    • Capture Video from Webcam or Screen:—>
    Press Ctrl+N and enter following locations in the given field
    screen://   for your screen
    dshow://    for webcam

    Comments

    Popular posts from this blog

    jQuery support in Aptana Studio 3

    I use Aptana Studio primarily for web development. It has great support for languages like PHP and JavaScript. But the problem is that I mostly use jQuery rather than code in JavaScript and Aptana does not have good support / content assist from beginning. So we need to install ruble for jQuery library. Ruble is short for Ruby bundle and is a runtime environment that allows the extensibility of Aptana Studio's editors by using Ruby. To install the jQuery bundle follow the following steps: Navigate to Commands | Bundle Developement | Install Bundle. Select jQuery and click OK. Aptana will clone jQuery ruble from github. Include appropriate jQuery sdocml in Project Build Path from Project Properties. Include a VSDoc file for jQuery in your project. [caption id="attachment_47" align="aligncenter" width="1313"] Aptana fetching jquery ruble from GitHub[/caption] You must include appropriate version VSDoc for correct Content Assist. [caption id="attac...

    How to split large mp3 files using mp3splt

    If you have a  lengthy  or large MP3 file and you want to  split  it into files of smaller size or duration, You can easily do this using mp3splt. Mp3splt   is an utility to split mp3 and ogg vorbis digital audio files without the need of decoding. It can be used to split a file into no of tracks of fixed duration and size or specified  split points. It supports variable bit rate mp3 files, silent detection, splitting with local .XMCD, .CDDB or .CUE file splitpoints or from external servers like   tracktype.org . It copies the original files first and then generates new, smaller files during the process of splitting without altering the original file. It does not do any encoding or decoding so the splitting is very fast and lossless. Steps to follow Navigate to directory where you have downloaded mp3splt { if using portable version } . Run and execute mp3slpt using the command   mp3splt  . Specify the options according to which you wanna split. The basic syntax is   mp3splt [file path]...