autosub icon indicating copy to clipboard operation
autosub copied to clipboard

How to save a video transcript to text file?

Open reichaves opened this issue 7 years ago • 3 comments

Hi

I installed FFmpeg on Ubuntu (command example - http://www.codebind.com/linux-tutorials/install-ffmpeg-ubuntu-16-04/) and then pip install

On the command line I went to a directory with this file: video1.wmv

It is a video in Brazilian Portuguese, that I want to obtain a file with the transcriptions of the lines

Please, is this command what I should type? autosub -S pt -D pt video1.wmv

And then how to save in a .TXT file?


(It happened) I typed the - autosub -S pt -D pt video1.wmv - but this error appeared: File "/home/reinaldo/Documentos/Code/ti/bin/autosub", line 136 print "The given file does not exist: {0}".format(filename) ^ SyntaxError: invalid syntax

reichaves avatar Oct 08 '18 20:10 reichaves

https://github.com/agermanidis/autosub/issues/96#issuecomment-406490213

Hitaro avatar Oct 10 '18 09:10 Hitaro

Thank you. So it only works with Python 2.7? I do not understand if you can use it in Python 3

reichaves avatar Oct 10 '18 20:10 reichaves

Aegisub can do this for you

marinoborges avatar Oct 23 '18 19:10 marinoborges