You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
749 B
33 lines
749 B
![]()
1 year ago
|
<?php
|
||
![]()
1 year ago
|
include( 'website/download.php' );
|
||
![]()
1 year ago
|
?>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>
|
||
|
Transcription vosk
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<main class='container'>
|
||
|
<h1>Transcription</h1>
|
||
|
<section>
|
||
|
Donnez l'url de la vidéo à transcrire.
|
||
![]()
1 year ago
|
<form action='download.php' method='post' >
|
||
|
<input type='text' name='url'>
|
||
![]()
1 year ago
|
<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>
|