ChanJianHao / SubMe

Cloud-based solution to automatically generate and translate subtitles for video files
https://colab.research.google.com/github/ChanJianHao/SubMe/blob/master/SubMe.ipynb
MIT License
25 stars 5 forks source link

how to same language on video process? #4

Closed kaetykat closed 3 years ago

kaetykat commented 3 years ago

if src_language and dst_language are same its not working example: src_language: en dst_language: en

ChanJianHao commented 3 years ago

Hello,

The source and destination language needs to be different. If you are looking to transcribe an English video with English subtitles, you could try out other tools.

Cheers.