How to save a video transcript to text file?
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
https://github.com/agermanidis/autosub/issues/96#issuecomment-406490213
Thank you. So it only works with Python 2.7? I do not understand if you can use it in Python 3
Aegisub can do this for you