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

How to block website in windows without using programs

Hello & welcome to Computer Tips
Here I’ll show you how to block any website without using programs
Go to  %SystemRoot%\system32\drivers\etc\hosts
Open the hosts file using notepad
In a new line  type “127.0.0.1”  , leave a space then enter the url of the website u want to block
Save the file
Note: if it was ur first time ,save the file in an new location (without any format) & then overwrite the existing hosts file
Now the website is blocked if u want to unblock the website just delete the line in the hosts file & save it
Note: only the url will be block but the subdomains will still be accessible
If you have any question leaves it in the comments below