Spaces:
Sleeping
Sleeping
File size: 404 Bytes
028bb6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!doctype html>
<html lang="en">
<head>
<title>Video Audio Extractor</title>
</head>
<body>
<h1>Extract Audio from Loom or MP4 URL</h1>
<form method="POST">
<label for="video_url">Video URL:</label><br>
<input type="url" name="video_url" id="video_url" required style="width: 400px;"><br><br>
<button type="submit">Extract Audio</button>
</form>
</body>
</html>
|