Simple DTS to AC3 using FFmpeg

Many people ask if they can convert the audio (usually DTS, DTS-HD or Dolby TrueHD) of their .mkv file to AC3 audio (Dolby Digital) without extracting the audio, converting the audio to AC3 and then muxing the audio back to .mkv. There is a much simpler way by using FFmpeg. You can download compiled FFmpeg from ffmpeg.zeranoe.com (Compiled builds for Windows). Selecting the Static build is recommended.

Using the following command, all the tracks (video, subtitles, chapters etc.) are copied to a new .mkv file unaltered except the audio track, which is converted to AC3. Please note that FFmpeg supports only 5.1 channels for AC3 conversion at the moment.

Continue reading

Atheros Wifi Card Led Blink Control

If you have Windows 8/Windows 10 installed on a laptop with a Atheros wifi card and a wifi led that was usually blinking whenever there was a network activity but doesn’t anymore with the default windows drivers, here is what you’ll have to do to restore its functionality. Continue reading