How to add subtitles to a youtube video that is not yours 2022

Filters

How to add subtitles to a youtube video that is not yours 2022

A Guide to Accommodating Employees Who are Deaf

How to add subtitles to a youtube video that is not yours 2022

CaptionSync’s Kaltura MediaSpace Integration

How to add subtitles to a youtube video that is not yours 2022

Make Lectures Accessible & Engaging with Lecture Transcription

How to add subtitles to a youtube video that is not yours 2022

How Microsoft Teams Transcription Supports eLearning 

[lastupdated]

Update: Although this method using JW Player still works, for AST users captioning someone else’s YouTube videos has gotten a lot easier with our CaptionSync Smart Player. Details on how to use the CaptionSync Smart Player interactive transcript tool can be found on our support center

We’ve had articles about this topic in our CaptionSync Support Center knowledge base for quite awhile, but recently we had a request from our friends at WebAIM to make a publicly available post about the process that could be shared with people who don’t have a CaptionSync account. I think that’s an excellent idea, and I have to apologize for not getting this posted sooner.

Captioning your own YouTube video is pretty straight-forward. But YouTube does not allow you to add a caption file if you are not the video owner. Fortunately, there is a work-around for this. JW Player provides a nice way of adding captioning to any YouTube video. This tutorial shows you exactly how to do this.

If you are creating your own video content and publishing it on YouTube, it is relatively straightforward to add closed captions by uploading a caption file and associating it with the video. But YouTube does not allow you to add a caption file if you are not the video owner. Fortunately JW Player from LongTail Video provides an easy way to add captions to any YouTube video. This tutorial walks you through the steps required to display closed captions for videos on YouTube, using JW Player and closed caption files in DFXP (sometimes referred to as TTML) format.

Requirements:

To use this method you need just two things: JW Player version 6.0 or higher installed on a webserver, and caption file(s) in either DFXP or SRT format, stored on the same webserver. Download and installation instructions for JW Player can be found here.

Embedding Videos with Closed Captions:

  1. Upload the caption file that you have created for the video to the same webserver where you installed JW Player. You may want to have a separate subdirectory for all of your caption files.
  2. Create an embed code, that references your instance of JW Player, the YouTube video that you have captioned, and the caption file.
  3. Save the embed code on a web page on your website or learning management system.

Here is an example:

<script type="text/javascript" src="http://uni.edu/jw/jwplayer.js">
</script>
<div id='mediaplayer'></div>
<script type="text/javascript">
  jwplayer('mediaplayer').setup({
     width: 480,
     height: 360,
     controlbar: "bottom",
     playlist: [{
        captions:
          [{file: "http://uni.edu/jw6/captions/nbc.dfxp.xml", 
             label: "English"}],
        file:"http://www.youtube.com/watch?v=-spgUfGFTSY"
     }]
});
</script>

The three portions highlighted in Bold and Italic should be replaced with URLs specific to your installation and the particular video and caption file:

  • jwplayer.js: The URL to the jwplayer.js file, installed as part of your JW Player installation.
  • file: The first file parameter should be replaced with the URL to the caption file created for this video. The second file parameter should be replaced with the URL to the YouTube video. Note that the caption file should be on the same webserver as the JW Player files. If they are not, you will need to use a crossdomain.xml file, as explained here on the Caption Plugin Reference Guide.

Once you have JW Player up and running on a webserver and your initial video displaying with captions, captioning other YouTube videos can be accomplished very simply by submitting the video to CaptionSync, uploading the caption file to your web server, and creating a new embed code with references to the YouTube video and the caption file.

If you are doing a lot of these I can envision some extensions to this that would make the process easier for your users who are captioning these videos and using them in courses or on their own web pages:

  1. You could create an upload form that allows an authenticated user to upload a caption file to your server.
  2. Users could paste in a YouTube URL, and any other desired parameters such as video width and height, and you could generate a formatted embed code like the example above for them to paste into their page.

How do I put Subtitles on someone else's YouTube video?

On the watch page for the video you want to contribute to, click the gear and then click 'Subtitles/CC'..
Click the "Add subtitles/CC" button. ... .
Select the language of captions you want to add. ... .
Add captions or translations. ... .
This video has captions that have been auto-generated..

How do you add Subtitles on YouTube that is not yours 2022?

Add subtitles and captions.
Sign in to YouTube Studio..
From the left menu, select Subtitles..
Click the video that you'd like to edit..
Click ADD LANGUAGE and select your language..
Under subtitles, click ADD..

Can I translate someone else's YouTube video?

Click on the “Settings” icon, select “Subtitles/CC,” and then click “Auto Translate.” A list of languages you can translate into will be displayed. Select “English.” You'll see that the subtitles have automatically been translated into English.

How do you get Subtitles on YouTube that is not available?

From the left-hand menu, click Playback and performance. Check or uncheck Always show captions. Check or uncheck Include auto-generated captions (when available). This option turns on or off automatic captions for videos that don't have captions added.