Commit graph

11 commits

Author SHA1 Message Date
tron
ffc4c52ac3 This should work with Python 2.6 as well. 2010-11-27 23:48:14 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
3efe446c69 Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
joerg
8b432de625 Fix DESTDIR build. 2009-02-11 20:37:13 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
jmcneill
b459ad34d7 Use PYTHON_VERSIONS_INCOMPATIBLE instead, suggested by snj 2009-01-23 17:57:49 +00:00
jmcneill
564a6c722e subprocess.check_call is new in python 2.5, so require it 2009-01-23 17:55:27 +00:00
jmcneill
624c140e19 supports user-destdir 2009-01-23 15:14:41 +00:00
jmcneill
9776b27b4e fix typo, spotted by joerg 2009-01-23 15:11:43 +00:00
jmcneill
2278c59f20 Import mkv2mp4 based on SVN revision r11. I think I'll nominate it for
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).
2009-01-23 15:00:05 +00:00