The Don's Craptastic World A meta-level binary dude embedded to a multimedia proxy world!

24Aug/100

VirtualDub: How to prevent asynchronous sound

According to some comments here, here and in some of the Emails I get people sometime experience asynchronous sound. As I have speculated here, this is most likely due the CPU being overwhelmed with the whole encoding process. Let me try to explain, and bear in mind, this is just speculation based on nothing but my own suspicions.

When you set the threads in the x264 codec to fully utilize your CPU, meaning all cores, and then some, you make sure the CPU is working at its maximum capacity just for video processing.

If you then add audio to the pile, the CPU just hasn't got any resources to spare, and if it does, it does a miserable job, thus resulting in lag which translates in asynchronous sound.

If that is the case, lowering the numbers of threads in the x264 codec should fix it. This way you can have both audio and video encoding in one go. I haven't tried this method, because I employ a different solution.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
24Aug/102

VirtualDub: How to split and merge video files

Folks have been asking me here, here and on my YouTube channel how to split a single movie file into multiple ones, and how to merge multiple ones into a single movie.

I made 2 How-to clips way back then, but somehow forgot to include them in my previous tutorials, so here they are:

How To: Split a single video file into multiple video files with VirtualDub

How To: Add multiple video files into one single one with VirtualDub

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
22Aug/100

Make your Firefox load faster!

Me dad was complaining that his Firefox takes ages to start up and didn't want to run yet another application in the background.

So I hit google and came up with UPX, Ultimate Packer for eXecutables. What it does, is very simple: It compresses the .exe and all the DLLs associated with said .exe! Thus reducing its total size and load time.

  1. Download UPX and unpack the upx.exe into your Firefox folder, usually it's C:\Program Files\Mozilla Firefox.
  2. Close Firefox, and make sure its not running by checking the task manager
  3. Start the command prompt, the cmd.exe in ADMIN MODE!
  4. go to C:\Program Files\Mozilla Firefox in cmd.exe
  5. enter this command and execute it
    for %v in (*.dll *.exe plugins\*.dll components\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v" -9

Should you, for whatever reason, need to decompress and get the original files back, run this command
for %v in (*.dll *.exe plugins\*.dll components\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v" -d

What does it do?
It compresses all the DLLs and all the *.exe in C:\Program Files\Mozilla Firefox, then it goes to C:\Program Files\Mozilla Firefox\plugins and compresses all the DLLs, lastly it goes to C:\Program Files\Mozilla Firefox\components and compresses the DLLs in there. The -9 is for the best possible compression. The -d is for decompression.

My dad's Firefox folder went from 31 MB down to 20 MB. A 35% save!

The best bit?
UPX is usable on any other application you have. As long as they have *.exe and DLLs, you can use UPX on it.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
21Jun/100

Start Up Firefox in Private Browsing mode!

If you're one of the paranoid ones, like me, and are tired to constantly start up your Firefox and change to private browsing, here's an easy solution!

1. enter "about:config" without the " in your URL bar
2. search for "browser.privatebrowsing.autostart"
3. change false to true
4. ???
5. Profit

If browser.privatebrowsing.autostart doesn't exist, then create a new boolean string called just that and set it to true!

Enjoy!

VN:F [1.9.3_1094]
Rating: 6.3/10 (3 votes cast)
4May/100

Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio

Video EditingIf y'all been reading my blog somewhat you'll know I'm a somewhat active YouTube user. I've my own channel and I infrequently upload mostly pc gameplay videos. A very dear friend o' mine joined recently and has been actively recording, encoding and uploading to his 'tube channel, McAkomx.

Now I've been using mostly VirtualDub, a superawesomewtfbbqomgz application by the way, for encoding my recorded raw footage into acceptable size and quality. The guides I wrote can be found here and here.

But that's it, VirtualDub, compared to Sony Vegas Movie Studio or even Adobe Premier it is relatively primitive in terms of effects, filters, etc. But that's ok it was never VirtualDubs intention to be a full blown editing suite like the aforementioned applications.

Lately I've been watching user-made machinimas and clips and I've found some pearls amongst them on YouTube. I liked the movie effects, the text effects, and any other effects they implemented into their movies, and I set out to try some of mine.

I set out to do very simple text- and movie-effects in Sony Vegas Movie Studios. And I recorded the steps I've done until the final product. Enjoy!

VN:F [1.9.3_1094]
Rating: 9.0/10 (2 votes cast)
27Nov/092

Force Firefox Add-ons to work with Firefox 3.6 betas!

If you already are using Firefox 3.6 betas then you probably already figured that some of your add-ons are not working...because of their compatibility.

Well, to be honest not every add-on needs a huge code change, some of them simply need their compatibility status updated, most of them work with 3.6 anyway. At least mine do...

I wanted Identi.fox and Echofon running, which I way I turned of the Extension Compatibility Check! Here's how to force your Add-ons to work with 3.6+ betas.

  1. Type "about:config" in your Firefox url bar
  2. Search for "extensions.checkCompatibility.3.6b"
  3. If you have this entry change it from "true" to "false"
  4. If this entry doesn't exist, create it via:
  5. Right click your mouse -> "new" -> "boolean"
  6. Type in "extensions.checkCompatibility.3.6b" for the new entry and set it to false

This is how it looks finally:

extensions.checkCompatibility.3.6b

Enjoy your add-ons, but bear in mind there's a reason that the add-on compatibility check is there!

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
1 of 3123