In our previous video we discussed how
to create a subtitle file and as per our promise, we are back with this one. In
this video you are going to see, how to permanently add subtitles to a video
using your android device. So let's begin, let's dig in. But before we start,
make sure that you have the video file and the srt file or subtitle file in the
same memory. As I have the files in my sdcard. And here let me show you
that there is no subtitles in the video. If I click on the message like icon then no
Subtitles track is showing up here. It means it has no subtitles. So, to permanently add subtitles you need an application FFmpeg CLI. So just search
for it on Google as ffmpeg space cli space apk and hit enter. Now go to this website. Click Download APK Click OK and download the application.
As I have already downloaded it, so I will simply install the application. So
let's install this application Now open the application and
allow the permission. Here type -i space click on the plus icon and give
the path of the video by clicking on File Path and now choose the video. Again type -i space give the path of the
srt file in the same way. Thereafter type -c copy
which means it will copy the video and the audio codecs of the
video. Thereafter give another space and type -c colon s space srt.
"-c colon s" means subtitle codec which is srt in this case. Now give a
space and write -metadata colon s colon s colon zero. Here "first s" means stream,
"second s" means subtitle and "zero" is the number of stream. Give another space
and write language equals to eng. Now the command from metadata to
eng will tell the viewer that the subtitle is in English language. However give a
space for the last time, click on the plus icon. Now click on Directory Path
and choose the path for your output. Click yes and give a name of the output
file with an extension. Here note one thing, if you want your output in mp4
format then change srt to mov underscore text. And here change the extension from mkv to mp4. As I want my output in mkv format
so I will change it to srt and here also change this one to mkv.
Now let's run the program. It's done! Let's check our output. Now here, you can see it's showing Subtitles track.
So I'll choose Track 1 [English] and see it's working! In this way
you can permanently add subtitles to any video. But if you don't want to select Subtitles track
every time after playing the video then follow these additional steps. At first open the application,
click on settings, go to history, click on this command. Now what you'll have to do,
after eng give a space type -disposition colon s colon s colon zero.
Give a space and type default. Now I'll have to change the
output name. I will change it to output1. And run the program. So, it's finished. Now let's check again.
Go to the directory, check output1. So... yes it's working perfectly! So that's
it. Thanks for watching this video. If you like this video, please do like,
comment, share and don't forget to subscribe. We really need your support.
Bye Bye and have a great day!