



DVDRemaster and ModulesDVDRemaster uses modules to recompress video. The modules accept the MPEG2 video data (not VOB) from the standard input and write the recompressed frames to the standard output. Modules can easily be added, as long as they respect the following specifications:
Modules will be given three arguments, the first one is a floating point value telling
by how much the data size should be decreased (the ratio). The second argument is a number
from 0 to 3 specifying the quality of the reencode - 0 being the worst (faster), 3 being
the best (slowest). The third is the size of the M2V (the module cannot know otherwise
since the data is streamed). For instance: The two modules that come with DVDRemaster are based on libmpeg2 and mpeg2enc and are released under the GNU General Public License (GPL).
|