RandomPersonRR commited on
Commit
ed9e4c3
·
verified ·
1 Parent(s): d559fe3

Update html.html

Browse files
Files changed (1) hide show
  1. html.html +6 -3
html.html CHANGED
@@ -103,9 +103,12 @@
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
- <!-- Other actions... -->
 
 
 
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>