Basic Anything to X.264 extension.
This is just a very basic extension i created so i didnt have to reset my settings by hand every time i had a DVD movie i needed to backup.
My first attempt at an extension, and my first attempt at a guide to use it.
dvd.xsl
extension.xml
Wrote a bit of a guide, i double checked it and everything appears to be exactly how i do it.
May have made some mistakes though, so if anyone notices anything let me know.
My first attempt at an extension, and my first attempt at a guide to use it.
dvd.xsl
- Code:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="utf-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:include href="../_include/extbase.xsl"/>
<xsl:template match="/extension">
<html>
<head>
<title><xsl:value-of select="name"/></title>
<xsl:call-template name="InitExtension"/>
<script language="javascript">
function onElementChange(id,value)
{
// handle element change here if needed
}
</script>
</head>
<body>
<!--Beginning of extension page-->
Output File Size in KB's
<!-- Edit box 'Output file Size' -->
<xsl:call-template name="AddElement"><xsl:with-param name="element" select="elements/element[@id='Output file Size']"/></xsl:call-template>
<br />Reccomend 700000KB's for a standard movie.<br />
Please note these basic settings do not have deinterlacing or any other features enabled.
<br /><br />
Created by KKLOLK
<!--End of extension page-->
</body>
</html>
</xsl:template>
</xsl:stylesheet>
extension.xml
- Code:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dvd.xsl"?>
<extension>
<name>DVD Vob to x.264</name>
<category>other</category>
<window width="400" height="250" resizable="true"/>
<defaults>
<node key="overall.audio.encoder" value="CT AAC+"/>
<node key="overall.video.enabled" value="true"/>
<node key="overall.video.mode" value="Two-Pass"/>
<node key="overall.video.format" value="H.264"/>
<node key="overall.video.autoEncoder" value="true"/>
<node key="overall.video.autoSource" value="true"/>
<node key="overall.audio.enabled" value="true"/>
<node key="overall.audio.channels" value="Original"/>
<node key="overall.video.mode" value="Two-Pass"/>
<node key="overall.audio.encoder" value="CT AAC+"/>
<node key="audioenc.aacplus.bitrate" value="128"/>
<node key="audioenc.aacplus.mode" value="Stereo"/>
<node key="videofilter.frame.enabled" value="false"/>
</defaults>
<elements>
<element type="editbox" id="Output file Size" key="overall.video.targetSize" value="700000"/>
</elements>
</extension>
Wrote a bit of a guide, i double checked it and everything appears to be exactly how i do it.
May have made some mistakes though, so if anyone notices anything let me know.
- Code:
Convert Single Movie DVD to x264
Required programs:
DvD Decrypter
MediaCoder
My DVD.VOB to X.264 MediaCoder Extension.
Ripping the DvD:
First have DvD Decrypter open, Goto Mode >> IFO.
Then goto Tools >> Settings >> IFO Mode, and set File Splitting to None.
Next in the righthand pane make sure it has selected your main movie which will be the longest avalible file/files.
Save to a folder of your choice, i use a folder on my desktop for easy access.
Hit Start.
Encoding the DvD
Install the extension.
either by creating these two files in a new folder in your Driveletter:\Program Files\MediaCoder\extensions folder, or download and extract the extension.
http://www.megaupload.com/?d=1S05VF7Q
Open up mediacoder and add your newly ripped .vob file from the folder you chose.
Goto Extensions >> Other Devices >> DVD Vob to X.264
Select your file size in KB's
You can now change any settings you want, but these default settings will work fine.
Press Start.