Re: Video file to subtitles file

2020-08-31 Thread Betty Hollinshead
ffmpeg mentioned elsewhere is the goto toolkit for all things video. Subtitles, see: https://trac.ffmpeg.org/wiki/ExtractSubtitles B. -- https://mail.python.org/mailman/listinfo/python-list

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
On Mon, Aug 31, 2020 at 3:36 PM Christian Gollwitzer wrote: > > Am 30.08.20 um 21:43 schrieb MRAB: > > On 2020-08-30 18:10, Christian Gollwitzer wrote: > >> Well, with enough effort it is possible to build a system that is more > >> useful than "entertaining". Google did that, English youtube vide

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
Am 30.08.20 um 21:43 schrieb MRAB: On 2020-08-30 18:10, Christian Gollwitzer wrote: Well, with enough effort it is possible to build a system that is more useful than "entertaining". Google did that, English youtube videos can be annotated with subtitles from speech recognition. For example, try

Re: Video file to subtitles file

2020-08-30 Thread MRAB
On 2020-08-30 18:10, Christian Gollwitzer wrote: Am 30.08.20 um 17:25 schrieb MRAB: On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: I recommend looking into CMU Sphinx then. I've used that from Python. The results are highly

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
On Mon, Aug 31, 2020 at 3:16 AM Christian Gollwitzer wrote: > > Am 30.08.20 um 17:25 schrieb MRAB: > > On 2020-08-30 07:23, Muskan Sanghai wrote: > >> On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: > >>> I recommend looking into CMU Sphinx then. I've used that from Pytho

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
Am 30.08.20 um 17:25 schrieb MRAB: On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: I recommend looking into CMU Sphinx then. I've used that from Python. The results are highly entertaining. ChrisA Okay I will try it, thank yo

Re: Video file to subtitles file

2020-08-30 Thread MRAB
On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer wrote: > > Am 29.08.20 um 13:51 schrieb Muska

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: > On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer > > wrote: > > > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > > > I want to ex

Re: Video file to subtitles file

2020-08-29 Thread Chris Angelico
On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer > wrote: > > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > > I want to extract subtitles from a MPEG video (which does not have any > > > previous subtitles) > >

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer wrote: > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > I want to extract subtitles from a MPEG video (which does not have any > > previous subtitles) > I'm still not sure I get it. "Extract" subtitles, when they are NOT >

Re: Video file to subtitles file

2020-08-29 Thread Christian Gollwitzer
Am 29.08.20 um 13:51 schrieb Muskan Sanghai: I want to extract subtitles from a MPEG video (which does not have any previous subtitles) I'm still not sure I get it. "Extract" subtitles, when they are NOT there? Can it be, by any chance, that you are talking about speech recognition? I.e., yo

Aw: Re: Video file to subtitles file

2020-08-29 Thread Karsten Hilbert
> I want to extract subtitles from a MPEG video (which does not have any > previous subtitles) and then add them to the same video . I am not sure I parse the above: You want to *extract* subtitles from a video which *does not have* subtitles ? I have a feeling you will need to rephrase your obj

Re: Video file to subtitles file

2020-08-29 Thread Chris Angelico
On Sat, Aug 29, 2020 at 11:15 PM Barry Scott wrote: > > On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > >> Not familiar with Openshot, but it's worth looking into. > >> Alternatively, I'd definitely recommend ffmpeg f

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Saturday, August 29, 2020 at 6:44:34 PM UTC+5:30, Barry Scott wrote: > > On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > >> On Sat, Aug 29, 2020 at 3:24 AM Barry >> > wrote: > >>>

Re: Video file to subtitles file

2020-08-29 Thread Barry Scott
> On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: >> On Sat, Aug 29, 2020 at 3:24 AM Barry > > wrote: >>> >>> >>> On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: On Frid

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > On Sat, Aug 29, 2020 at 3:24 AM Barry wrote: > > > > > > > > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > > On 27 Aug 20

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Friday, August 28, 2020 at 10:52:57 PM UTC+5:30, Barry wrote: > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > >>> > >>> I would be really thankful if

Re: Video file to subtitles file

2020-08-28 Thread Chris Angelico
On Sat, Aug 29, 2020 at 3:24 AM Barry wrote: > > > > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > >>> > >>> I would be really thankful if someone can sugg

Re: Video file to subtitles file

2020-08-28 Thread Barry
> On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: >>> >>> I would be really thankful if someone can suggest me how can I generate >>> subtitles file (srt format)

Re: Video file to subtitles file

2020-08-28 Thread Muskan Sanghai
On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > > > > I would be really thankful if someone can suggest me how can I generate > > subtitles file (srt format) from a video or audio without using Google > > cloud and AW

Re: Video file to subtitles file

2020-08-27 Thread Barry Scott
> On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > > I would be really thankful if someone can suggest me how can I generate > subtitles file (srt format) from a video or audio without using Google cloud > and AWS. What do you know about how subtitles work with video? Do you mean you wa