Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts

how to hardcode subtitle using format factory

Hello & welcome to Computer Tips

Here I’ll show you how to hardcode subtitle using format factory
  1. Open format factory and Drag the video to it 
  2. Choose the format of the video 
  3. Click on “setting”
  4. In the new window ,Dropdown ”additional suibtitle” menu
  5. Choose the type to be "embedded" 
  6. then Choose the subtitle file 
  7. press “ok”
  8. press “ok” again 
  9.  Begin the process and wait until it finish.

Done now u hardcoded the subtitle to the video
If you have any question leaves it in the comments below

How to make subtitle to a video (.srt)

Hello & welcome to Computer Tips
Here I’ll show you how to make subtitle(.srt) to a video
Open a new notepad the script will be like that
0
00:00:00.000 --> 00:00:00.000
write subtitle here

That is the format

  1. First line type the number of subtitle 
  2. Second line type the start & end time of subtitle to appear in the video with " --> " between the start & end time Time format will be :
    Hours: Min: Sec. Millisec 
  3. On the third line write the subtitle 
  4. Leave an empty line between subtitles 

Note: to know the timing use any video player I used MPC-HC & I press "ctrl+G " to get the time
Save the file using .srt format & rename it same as the video name

If you have any question leaves it in the comments below