Code Search for Developers
 
 
  

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


Show download.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 Download</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<?php include("header.php"); ?>
<h1>Download</h1>
<p>Download the Win32 package at <a href="http://sourceforge.net/project/showfiles.php?group_id=156812">sourceforge.net</a>.</p>
<h2>Installation Instructions</h2>

<h3>Windows Users:</h3>
<ol start="1">
    <li><a href="http://sourceforge.net/project/showfiles.php?group_id=156812">Download</a> the Win32 package you want.</li>
    <ul>
      <li>If this is your first download, please get the &quot;alltoavi_installer&quot;</li>
	  <li>If you are upgrading from a previouse version, get the &quot;update&quot; package</li>
	  <li>Simply run the installer</li>
	  <li>Run either the commandline tool (alltoavi) or the GUI</li>
    </ul>
</ol>
<p>Note: For updates and patches, to intsall just unpack the files and replace the old ones</p>

<h3>Linux Users:</h3>
<strong>[SUPPORT CURRENTLY HALTED UNTIL I HAVE ENOUGH TIME TO LEARN QT OR YOUR DECIDE TO HELP ME XD]</strong><br />
<ol start="1">
  <li><a href="http://sourceforge.net/project/showfiles.php?group_id=156812">Download</a> the POSIX package you want.</li>
  <li>untar it into a folder</li>
  <li>For users downloading src, please read INSTALL and README for details on compiling</li>
  <li>Run alltoavi with the commad './alltoavi' within the untarred directory</li>
</ol>
<?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