Nikse.dk
Back

Subtitle Edit 3.2 for Linux

Posted by nikse.dk 2011-10-17 Viewing 5 comments

SE 3.2 for Linux is out

This works well for me on Ubuntu, but my knowledge of Linux is rather small, so... ;)

posted by Fred at 11-01-12 8:19 AM
It works also on LMDE, great !

I want to import transcription files generated by F4 (http://www.audiotranskription.de/english/f4-v42). The format of the file is :

#00:00:31-6# text subtitle1 #00:00:33-1# text subtitle2 #00:00:39-2#

SE on linux says "unknown subtitle type". Could you help please ?
Thank you!!

posted by Asya at 11-17-12 8:57 PM
Hi.
Is there real Linux version of the program?
http://code.google.c...e=SE32Linux.zip

I found some files in the pack, but there is no one deb-file in it. There is exe-file in it, but I could not open it through Wine.
Well, I am newbie of Linux and may be I have done something wrong :rolleyes:
Is anybody tried to use this version?
I do not speak English well.

So I want to get answer: "You are right, this version is not for Linux" and I want to get working program

or

"You are one of that dummies! This version is for Linux. See what's wrong with your computer and head."

Thanks

posted by Fred at 11-18-12 6:19 AM
This requires the Mono: http://www.go-mono.com/mono-downloads/download.html

See README for more info

posted by Gonbe at 12-10-01 4:26 AM
Hi. On suse here. I have tesseract specifically these packages:
tesseract-traineddata-eng-3.00-3.1.noarch
tesseract-3.00-3.1.i586
tesseract-eng-2.04-3.1.i586
But the "ocr with tesseract" doesn't even make an attempt to ocr. Any clues? I also have LMDE, so I might try there.

posted by nikse.dk at 12-10-01 1:52 PM
Hi Gonbe!

Where is the tesseract data files located?

Code for locating tesseractdata files looks like this:
if (System.IO.Directory.Exists("/usr/share/tesseract-ocr/tessdata"))
return "/usr/share/tesseract-ocr/tessdata";
else if (System.IO.Directory.Exists("/usr/share/tesseract/tessdata"))
return "/usr/share/tesseract/tessdata";
else if (System.IO.Directory.Exists("/usr/share/tessdata"))
return "/usr/share/tessdata";

You can debug with Mono Develop (if you know a bit of programming)

Name *
E-mail Optional
Comment *
Do you want to delete the comment?

Comment



Back   |   Login   |   New user