资 源 简 介
Description
Python-based project that wraps functionality from various other projects and converts and/or remuxes MKV and AVI containers to MP4.
Can remux existing MPEG-4 video (Layer 2/ASP or Layer 10/H.264/AVC) streams and remux compatible audio formats for a comprehensive, linear conversion solution.
Features
Accepts input files AVI, with MPEG4 layer 2 video (ASP = xvid encoded, for example) and mp3 audio, and MKV with H.264 (AVC) and either AC-3 or DTS Surround sound.
Outputs either an MP4 with H.264 with AAC, or with dual AC-3 and AAC audio tracks, or MPEG-4 layer 2 video with AAC audio (as well as a "dummy" video file for iOS compatibility).
Tags MP4 files automatically if they are appropriately named by parsing out TV show name, season and episode numbers and attempts to find more information online using theTVDB; TV shows only
Notes
Written in Python 2.7.2, in Eclipse with PyDev