Skip to content

Commit

Permalink
Update the text on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Nov 12, 2017
1 parent 59581a0 commit 72bac35
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width" />
<title>Redub</title>
<style type="text/css" media="all">
html, body, h1, ul { margin: 0; }
html, body, h1, ul, p { margin: 0; }
html, body {
margin: 0;
width: 100%;
Expand Down Expand Up @@ -40,17 +40,21 @@
<div class="left">
<div class="center">
<h1>Redub</h1>

<br />

<br />
<p>A program that to re-dub the audio in a scene using your mic.</p>
<br />
<div>
<p>First, obtain the following:</p>
<br />
<ul>
<li>A microphone</li>
<li>A video file (VP8, VP9, Theora, H.264, MPEG-4)</li>
<li>The subtitles for that video (SRT)</li>
</ul>
<br />
<p>Then open Redub and:</p>
<br />
<ul>
<li>Create a new project.</li>
<li>Start re-dubbing the video, one subtitle at a time.</li>
Expand All @@ -63,7 +67,7 @@ <h1>Redub</h1>
<br />

<div>
<a href="videos/example-output.webm">Here's an example of me redubbing a scene.</a>
<a href="videos/example-output.webm">Here's an example redub by yours truly.</a>
</div>

<br />
Expand Down

0 comments on commit 72bac35

Please # to comment.