summaryrefslogtreecommitdiff
path: root/multimedia/mkv2mp4
AgeCommit message (Collapse)AuthorFilesLines
2009-02-11Fix DESTDIR build.joerg1-2/+3
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2009-01-23Use PYTHON_VERSIONS_INCOMPATIBLE instead, suggested by snjjmcneill1-2/+2
2009-01-23subprocess.check_call is new in python 2.5, so require itjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23fix typo, spotted by joergjmcneill1-1/+1
2009-01-23Import mkv2mp4 based on SVN revision r11. I think I'll nominate it forjmcneill4-0/+54
the 'ugliest package name of the month' award (py25-mkv2mp4-0.0alpha11), but it is in fact quite handy. mkv2mp4 is a commandline utility, written in Python, which allows conversion of video files in the Matroska container (*.mkv file extension) containing H.264 video to be converted into a format which the Xbox 360 can play. It differs from other similar tools in that no video transcoding is performed; the video is passed through untouched and the just the audio is transcoded if necessary. This means that the conversion is much faster (the whole process being quicker than realtime on reasonably modern machines), and more importantly that there is no degradation in video quality (which makes it very suitable for HD video).