Minor fixes, beginning work on adv options
This commit is contained in:
parent
71c28b480f
commit
f2f6e09c28
3 changed files with 36 additions and 48 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<title>Univerter</title>
|
||||
</head>
|
||||
|
@ -18,28 +18,13 @@
|
|||
</h1>
|
||||
|
||||
<p><a href="/">Downloader</a></p>
|
||||
|
||||
<p>Converter is still in beta!</p>
|
||||
<form action="/convert" method="post" target="_blank" enctype="multipart/form-data">
|
||||
|
||||
<div class="setting">
|
||||
<input name="files" type="file" accept="video/*, audio/*">
|
||||
</div>
|
||||
|
||||
<!-- <div class="setting">
|
||||
<p>Quality:</p>
|
||||
<select required id="preset" name="preset">
|
||||
<option value="ultrafast">Ultra Fast (Lowest)</option>
|
||||
<option value="superfast">Super Fast</option>
|
||||
<option value="veryfast" selected>Very Fast (Reccomended)</option>
|
||||
<option value="fast">Fast</option>
|
||||
<option value="medium">Medium</option>
|
||||
<option value="slow">Slow</option>
|
||||
<option value="slower">Slower</option>
|
||||
<option value="veryslow">Very Slow (Highest)</option>
|
||||
</select>
|
||||
|
||||
</div> -->
|
||||
|
||||
<div class="setting">
|
||||
<p>Format:</p>
|
||||
<select required id="format" name="format">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue