RunItYourself

Free code snippets and tools you can run yourself!
Video to Subtitles Extractor
Extract subtitles from a video.
OPTION 1: Run yourself in Google Colab
Google Colab is a free online computer that runs on securely on Google's servers. No downloads and no installations required!
Just select any options and hit the play button to run the tool!
OPTION 2: Run it on your local computer (requires Python)
# Enter the desired language on the right -->
# <-- Click the play button to run
# This work is licensed under CC BY-NC-SA 4.0
# Language options!
language = "English" #@param ["English", "Spanish", "French", "German", "Italian", "Portuguese"]
# Output format options!
output_format = "txt" #@param ["txt", "docx", "pdf"]
# Import necessary libraries!
import os
from pydub import AudioSegment
from google.colab import files
... #some code hidden ...
Click here to show all code!
Request new features or report bugs at reddit.com/r/runityourself