forked from tykayn/transcription
add index webpage
This commit is contained in:
parent
29c19f6906
commit
42fede81e5
33
index.php
Normal file
33
index.php
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<?php
|
||||||
|
include('src/download.php');
|
||||||
|
include('src/run.php');
|
||||||
|
?>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>
|
||||||
|
Transcription vosk
|
||||||
|
</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<main class='container'>
|
||||||
|
<h1>Transcription</h1>
|
||||||
|
<section>
|
||||||
|
Donnez l'url de la vidéo à transcrire.
|
||||||
|
<form action='' >
|
||||||
|
<input type='text' >
|
||||||
|
<button type='submit'>Envoyer</button>
|
||||||
|
</form >
|
||||||
|
</section>
|
||||||
|
<section class='result'>
|
||||||
|
Voici votre fichier de sous titres:
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h1>Vie privée</h1>
|
||||||
|
ce site utilise youtube-dl pour récupérer la vidéo à transcrire et travailler dessus sur le serveur où cette page est installée.
|
||||||
|
Vous pouvez aussi installer sur votre propre machine ce logiciel libre sous licence GNU affero v3.
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
0
src/download.php
Normal file
0
src/download.php
Normal file
0
src/run.php
Normal file
0
src/run.php
Normal file
Loading…
Reference in New Issue
Block a user