Code Search for Developers
 
 
  

features.php from convert ogm, mkv to avi with subtitle at Krugle


Show features.php syntax highlighted

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AllToAvi Features</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<?php include("header.php"); ?>
<p>&nbsp;</p>
<h1>Features</h1>
Though the main aim of AllToAvi is ogm and mkv to avi, it can do a lot more. It may also convert to mpeg or even from Quicktime. Above all these containers may also have, for example, AAC audio and H.264 video codec. There is no need the ogm or mkv should have a videofile in the appriote codec.<br />
&nbsp;
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
	<h2>Features</h2>
	<ul>
	  <li>Support for AAC audio</li>
	  <li>Support for H.264! At last! my backlogs!</li>
	  <li>Can now encode to avi with PCM(wave) audio, this means all audio formats can be encoded no matter what!</li>
	  <li>Less error prone, more checks are added</li>
	  <li>More codecs, you can now encode to Mpeg as well</li>
	  <li>Windows Media Codecs now supported (better known as WMV files)</li>
	  <li>New tip system give you insights into how to convert sucessfully</li>
	  <li>Brand new <acronym title="Graphical User Interface">GUI</acronym></li>
	  <li>100% <acronym title="OGG Media File">OGM</acronym>/<acronym title="Matroska Video">MKV</acronym> support</li>
	  <li>Any format, as long as you can watch, you can convert</li>
	  <li>Subtitle track selection</li>
	  <li>Audio track selection</li>
	  <li>Resizing</li>
	  <li>Custom Bitrate</li>
	  <li>Custom Codec encoding</li>
	  <li>Multi platform (POSIX, Win32)</li>
	  <li>External Audio files (any format)</li>
	  <li>External Subtitle files (any format)</li>
	  <li>Stream information is given, ie language of the stream is in the selection box instead of numbers</li>
	</ul>
	</td>
    <td valign="top"><br />&nbsp;
	<h2>Supported conversions</h2>
	<ul>
	  <li>OGM to avi with subtitle and audio</li>
	  <li>MKV to avi with subtitle and audio</li>
	  <li>VOB to avi with audio [SUB not tested, please post to let me know if it works]</li>
	  <li>AVI to avi</li>
	  <li>WMV to avi</li>
	  <li>MOV to avi (Not offcial)</li>
	  <li>MPEG (all) to avi</li>
	  <li>Just realized IMDCT Transformation audio is supported XD</li>
	  <li><strong>!NEW! H.264</strong></li>
	  <li><strong>!NEW! AAC audio</strong><br />
		<br />
	  </li>
	  <li>...? Did you found more supported conversions, please let me now! </li>
	</ul>
	</td>
  </tr>
</table>
<?php include("footer.php"); ?>
</body>
</html>




See more files for this project here

convert ogm, mkv to avi with subtitle

A program that batch convert ogm, mkv to avi, with subtitle and audio track selection, video resizing, bitrate selection and codec selection. It is centered around mencoder, with a commandline tool as well as a GUI for Window

Project homepage: http://sourceforge.net/projects/alltoavi
Programming language(s): JavaScript,PHP,Visual Basic
License: other

  admin/
    addnewshandle.php
    export.php
    export_handle.php
    import.php
    import_handle.php
    index.php
    logged.php
    logout.php
    navbar.php
    notlogged.php
    overview.php
  images/
    AlltoAvi GUI v3 th.png
    AlltoAvi GUI v3.png
    allToAviLogo.jpg
    allToAviLogo.pspimage
    donatelogo.jpg
    fadeout.png
    h1.png
    h2.png
    h3.png
    index.htm
    menu.png
    menue.png
    menus.png
    rss.gif
    sflogo.png
  tutorial/
    images/
      Setup/
        setup img 1.png
        setup img 2.png
        setup img 3.png
        setup img 4.png
        setup img 5.png
        setup img 6.png
        setup img 7.png
        setup img 8.png
      tutorial/
        0 AlltoAvi Source.png
        1 AlltoAvi GUI th.png
        1 AlltoAvi GUI.png
        2 AlltoAvi Add File 1.png
        3 AlltoAvi Add File 2.png
        4 AlltoAvi GUI.png
        5 AlltoAvi converting finished.png
        6 AlltoAvi Result.png
    index.html
    tutsetup.html
    tutusing.html
  THANKS TO HIRVINE
  download.php
  features.php
  footer.php
  header.php
  index.php
  rss.php
  style.css