Tommy Stephansen

Born in '84, I've always been a gamer at heart. My first gaming console was the Nintendo (NES), 8-bit system. I was sold from day one. Unfortunately, I couldn't get a SNES, but with patience came the PlayStation... The rest is pretty much history (for another time and place). Check out more about me on https://tommynation.com/about/

Most commented posts

  1. Hacking a Brother: Force your Printer into Printing in Black and White — 277 comments
  2. How to Install QuickTime on Windows 10 — 213 comments
  3. LG Home Link CIFS Problems and Solutions — 27 comments
  4. SSD Not Available During Windows 7 Setup — 26 comments
  5. How To: Create a Bootable USB to Install Windows — 21 comments

Author's posts

The Best Harlem Shake Video

Courtesy of a certain Freddy Wong and the rest of the gang at Node.

Equalizer for Spotify: Equalify

If you’d like more control over the sound in Spotify, check out Equalify.

Equalify

This little plugin gives you eleven points of equalization to play around with, along with excellent presets. You can even share custom presets with friends.

The automatic pre-amp limiter prevents distorstion and clipping, so it’s recommended to turn it on.

Equalify LogoDownload Equalify for Spotify

Battlefield 3: End Game Capture the Flag Gameplay Trailer

Check out the new premiere gameplay trailer for the upcoming Battlefield 3: End Game expansion below!

Blood Bros’ 80’s Action Movie Music Mixes

Blood Bros - Heaven 2 Hell Cover ArtDJA and Dirty South Joe are the Blood Bros.

They’ve mixed their favorite 1980s action movie songs together with some very familiar audio clips from the same movies for our listening pleasure.

The Rocky movies, Iron Eagle, The Karate Kid, Top Gun, The Last Dragon, Delta Force and much more… It’s all in there.

Excellent workout music, by the way!

Check out the mixes below and like the Blood Bros’ Facebook page if you like what you hear.
 
[soundcloud url=”http://api.soundcloud.com/tracks/5617456″ iframe=”true” /]

[soundcloud url=”http://api.soundcloud.com/tracks/8943615″ iframe=”true” /]

How To: Batch Converting FLV files to MKV

FLV to MKV batch conversion (article illustration picture)

To convert, or not convert? That is the question
And the answer is binary…

I wanted to convert some FLV files to a format that would play on my stand-alone LG Blu-Ray player via Home-Link and found a working solution worth sharing.

To convert one or more FLV (Adobe Flash Video Container) files to the more compatible MKV (Matroska) container “format”, simply follow the instructions below:

  1. You’ll need a copy of the FFmpeg executable:
    Download the latest Static 32-bit build from Zeranoe’s FFmpeg Builds page.
  2. You’ll now extract the compressed FFmpeg build you just downloaded.
    To extract the .7z file, I recommend using either 7-Zip (free!) or WinRAR (unlimited use shareware).
  3. Now copy the executable ffmpeg.exe from the bin folder that you just extracted to the same folder as your FLV files reside in.
  4. Open Notepad. (Shortcut: Windows key + R / Windows key + Q and type “notepad”. Hit enter.)
    1. Write or copy the following line into the empty notepad text editor box:
      for %%a in (“*.flv”) do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mkv
  1. Go to File and click “Save As…”
  2. Browse to the folder where your FLV files reside.
  3. In the file name box, enter (including the double quotes) a name for the file, with a .bat extension. For example:
    “FLVTOMKV.bat”.
  4. Hit Save.
  5. Browse to your newly created batch file and double click it to start the batch conversion process. It should only take up to a couple of minutes for a 300 MB file on a relatively new computer. You should see the progress clearly in the black command box that pops up.

NOTE #1: If nothing happens or you get an error message that you can’t read, try running the .bat file from the command line: Hit the Windows key + R / Windows key + Q . Type CMD. Hit ENTER. Type the full path to the batch file and hit ENTER again. You should now be able to read any error messages.

NOTE #2: You may need to rename the files to remove any spaces or special characters, or else the script can fail. I would suggest making copies of the original files, then you can simply copy and paste the old filenames back after conversion.

NOTE #3: Some FLV files may have MP4 extensions, and vice-versa. Either rename the extension to FLV if this is the case, or try changing the .bat command line to:
for %%a in (“*.mp4”) do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mkv

Battlefield 3: Aftermath Launch Trailer

Check out the new Launch Trailer for Battlefield 3: Aftermath below!