Browsing Posts in Computers

So, this is a script that will automate the installation required for converting mkv dts to ac3 for use on the tv.

original article with full installation and use instructions

when finished, you can run

$>mkvdts2ac3 path/to/file.mkv

or

$>mkvdts2ac3 -n path/to/file.mkv to remove the original dts track.

enjoy!

mkdir /ConverterTemp


This installs CMake

cd /ConverterTemp/

curl -O http://www.cmake.org/files/v2.6/” && cmake_install && tar xvzf  && cmake_install

./configure

make

sudo make install

This installs Aften

cd /ConverterTemp

svn co http://aften.svn.sourceforge.net/svnroot/aften Aften

cd Aften

mkdir default

cd default

cmake /ConverterTemp/Aften/

make

sudo make install

This installs MKVInfo

cd /ConverterTemp

curl -O http://iamthekiller.net/downloads/mkvinfo.zip

unzip mkvinfo.zip

sudo chmod 755 mkvinfo

sudo cp mkvinfo /usr/local/bin

This installs libdca

cd /ConverterTemp

svn co svn://svn.videolan.org/libdca/trunk libdca

cd libdca

sudo ./bootstrap

sudo ./configure

sudo make

sudo make install

This installs MKVDTS2AC3

cd ConverterTemp

curl -O http://iamthekiller.net/downloads/mkvdts2ac3.zip

unzip mkvdts2ac3.zip

cd mkvdts2ac3

sudo chmod 755 mkvdts2ac3.sh

cp /ConverterTemp/mkvdts2ac3/mkvdts2ac3.sh /ConverterTemp/mkvdts2ac3/mkvdts2ac3

sudo cp /ConverterTemp/mkvdts2ac3/mkvdts2ac3 /usr/local/bin/

This installs MKVMerge

cd /ConverterTemp

curl -O http://iamthekiller.net/downloads/mkvmerge

sudo chmod 755 mkvmerge

cp mkvmerge /usr/local/bin/

This installs MKVExtract

cd /ConverterTemp

curl -O http://iamthekiller.net/downloads/mkvextract

sudo chmod 755 mkvextract

If you want to make this into a .sh file, simply add semi-colons after each command for every  section.


I like to think of myself as an honest person… So I’ll throw this out there: I like cracking networks. I mean.. I would never crack a network that didn’t belong to me. Anyway, there are many tools out their for wireless network activities. Everything here is open source – so, there are no laws against having the software (unless you are in Germany (poor unfortunate souls (here is a link about the law in Germany))).

 


kismac logo
Originally from Germany, KisMAC is a wireless stumbler, sniffer, and cracker. I’ve been using KisMAC for a few years, and have been happy with it. Though the program faces challenges in making any progress in getting its self up to date with current hacking methods, It is the friendliest for Mac OS X users. It has a brand new Leopard-style GUI on the way… at least… it’s been submitted… Why the new interface is being delayed, I don’t know.

 


Kismet Logo
Kismet has some really interesting features. I haven’t used it much, but it is client-sever based, so, people can expand on it if they want ( I started an OS X GUI for Kismet a while back, but have since lost my ambition for the project. It’s open source if anyone wants to continue work on it. ).  But basically, Kismet is a stumbler, and has some REALLY nice analysis features and graphs. Also, it’s plugin system allows for the possibility of adding hacking capabilities.

 


AirCrack logo
Aircrack-ng is the leading WEP and WPA-PSK cracking program. It also has the broadest support for wireless cards. I haven’t used it much, because it doesn’t support the mac, and I don’t really like switching operating systems too much. But they just recently hit version 1.0, and updated their website.  — One of my favorite Operating Systems, BackTrack, users Aircrack-ng. ^_^

Powered by WordPress Web Design by SRS Solutions © 2012 L. Preston Sego III Design by SRS Solutions