Spaces:
Paused
Paused
Update html.html
Browse files
html.html
CHANGED
@@ -103,9 +103,12 @@
|
|
103 |
|
104 |
<label for="action">Action:</label>
|
105 |
<select id="action" name="action">
|
106 |
-
|
107 |
-
|
108 |
-
|
|
|
|
|
|
|
109 |
</select>
|
110 |
|
111 |
<label for="format">Format:</label>
|
|
|
103 |
|
104 |
<label for="action">Action:</label>
|
105 |
<select id="action" name="action">
|
106 |
+
<option value="Convert Format">Convert Format</option>
|
107 |
+
<option value="Trim Video">Trim Video</option>
|
108 |
+
<option value="Resize Video">Resize Video</option>
|
109 |
+
<option value="Extract Audio">Extract Audio</option>
|
110 |
+
<option value="Extract Frames">Extract Frames</option>
|
111 |
+
<option value="Change Video Speed">Change Video Speed</option>
|
112 |
</select>
|
113 |
|
114 |
<label for="format">Format:</label>
|