Category Archives: Software

Mountain Lion

Installed Mountain Lion for a look on weekend. Certainly different.

Didn’t use it long enough to draw any sort of opinion just yet, so will keep playing around. The first thing I do remember seeing was the way files are now displayed during file copy process using Finder was good. I quite liked this so far.

Booting Windows Server 2012 under VMware Workstation 8

Still not having much luck with getting Windows Server 2012 to boot under VMware Workstation 8. The failure during booting it in a Virtual Machine is below.

A little annoying to say the least. I’ll eventually work it out I am sure, have tried a number of the suggested workarounds and nothing has worked so far. I guess I will get more motivated eventually.

XBMC on ATV2

Finally got around to putting XBMC back on my ATV2 unit. Some of the plugins available are great. i.e. ABC iView etc. Not to mention MythBox and a few others.

Just so I dont forget some things the next time I am going to jot them down.

Configuration files at /private/var/mobile/Library/Preferences/XBMC/userdata, namely sources.xml showing a sample smb(cifs) share.

<video>
<default pathversion=”1″></default>
<source>
<name>tv shows</name>
<path pathversion=”1″>smb://username:password@192.168.n.n/video/tv/</path>
</source>
</video>

Windows System State backup via Simpana 9.0 CentOS/RHEL 6.2 MediaAgent

If you run Simpana 9.0 and have some issues backing up Windows System State via CentOS/RHEL 6.2 MediaAgents, don’t fear SP5a will fix some quirks.

I had an issue matching the above and seems it will be resolved in SP5a (when released). If you have any issues, I recommend opening a support ticket with CommVault to have it checked out.

Converting Kogan PVR ts files into mpeg streams on Mac OSX

If you own a Kogan TV which has the PVR feature built in, did you know you can take those recordings and convert them into mpeg streams and/or other formats post removing of adverts on Mac OSX.

Software Required:

You’ve already recorded the program on your Kogan TV using the PVR feature. Now take the external drive used to record on and connect to the Macintosh. Copy the *.TS file from the media and place somewhere. I like to create a folder. Once copied, you can eject the media from the Macintosh.

ProjectX is now used to demux the *.TS (transport stream) file and this will produce some additional files. The two important ones are *.mp* and *.mp*.

Using MPEG Streamclip open the *.mpv file, now you can cut out the adverts and anything else, so your only got the program you want minus all the extra stuff. Use save as to save out the finished product. This will save out a *.mpeg file which can now be used to convert into other formats as required with other tools. i.e. ffmpegx etc.