LordIce Posted January 10, 2014 Report Share Posted January 10, 2014 Hello I have a problem running SE on Ubuntu 12.04 LTS, when I load a subtitle .sub I get this message... Unable to start hunspell spel cheker - make sure hunspell is installed! Then when I open the options the option is not active for the player or for hundspell. Terminal error System.ComponentModel.Win32Exception: ApplicationName='tesseract', CommandLine='"/tmp/5bbe143b-7cd0-44f2-ae5f-013a3c6c3b83.png" "/tmp/42b3c7e7-dae6-4982-86eb-a30f20125ab2" -l spa+music -psm 6 hocr', CurrentDirectory='' at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start () at Nikse.SubtitleEdit.Forms.VobSubOcr.Tesseract3DoOcrViaExe (System.Drawing.Bitmap bmp, System.String language, System.String psmMode) [0x00000] in <filename unknown>:0 SE 3311 and SE 3312 beta Portable , Ubuntu 12.04 LTS 64 Bit Any help please? thanks. :unsure: Link to comment Share on other sites More sharing options...
Nikse Posted January 12, 2014 Report Share Posted January 12, 2014 I don't think I ever got the spell checking running... so you probably have to fix some code I re-installed my hd recently and I don't have Linux atm... but I'll try to install Mint soon... Link to comment Share on other sites More sharing options...
LordIce Posted January 12, 2014 Report Share Posted January 12, 2014 Thanks for replying and for your great program. I tried it with wine and it seems that all is well. Off topic: Now that going to install linux, I created a video of how to compile x265 HEVC in alpha stage but hey if someone is interested, I hope I do not disturb anyone putting this video http://youtu.be/kCDEVJI0efk Thanks Link to comment Share on other sites More sharing options...
vipo Posted April 28, 2014 Report Share Posted April 28, 2014 If this topic is still alive: I am using Linux (LMDE - LInux Mint Debian Edition) currently. There are at least 6 subtitle editors shown at Synaptic Package Manager. From those "Gnome Subtitles" I do use most. Link to comment Share on other sites More sharing options...
jolar2000 Posted November 21, 2015 Report Share Posted November 21, 2015 When I'm opening SE via wine, hunspell works just fine, but the "OK" and "Back" button in the "Fix common errors" window cannot be clicked... very, very frustrating. The third button - "Cancel" - works fine. And when running it under mono, all button are as they should, but then hunspell doesn't work. Somebody here that have a solution to this? Link to comment Share on other sites More sharing options...
theEndBeta Posted January 3, 2016 Report Share Posted January 3, 2016 When I'm opening SE via wine, hunspell works just fine, but the "OK" and "Back" button in the "Fix common errors" window cannot be clicked... very, very frustrating. The third button - "Cancel" - works fine. And when running it under mono, all button are as they should, but then hunspell doesn't work. Somebody here that have a solution to this? Took me a while to figure it out, but you need to install the hunspell dev libraries, not just the command line app. This worked for me on Ubuntu 14.04: sudo apt-get install libhunspell-dev Link to comment Share on other sites More sharing options...
ghoulash Posted October 10, 2016 Report Share Posted October 10, 2016 Does Find+Replace work for anyone? The dialog opens up, but it doesn't do anything. Also, I can't get Unicode symbols (such as ♪) to display properly (I only get squares) when running in Mono, although it shows up fine in Wine (everything else becomes unusable though!). Any idea what I can do to fix this? [EDIT: it's actually a problem with the Tahoma font, which my employer requires.] Link to comment Share on other sites More sharing options...
ghoulash Posted October 11, 2016 Report Share Posted October 11, 2016 + is there a way to set the default output format to something other than .srt? It's a bit tedious having to select .scc every time I save. (SOLVED: just had to edit the settings XML file) Link to comment Share on other sites More sharing options...
ghoulash Posted October 18, 2016 Report Share Posted October 18, 2016 aaaand one more thing: what's up with .scc files getting all messed up upon saving? For example, longer captions (even if they are still within the accepted character limits) will get split up into 3 lines, and even some timings will go off for no apparent reason. This is very frustrating. I'd love not having to use that format, but my employer requires it. Does this happen under Windows as well? Link to comment Share on other sites More sharing options...
Nikse Posted December 13, 2016 Report Share Posted December 13, 2016 @ghoulash: scc lines must not exceed 32 characters, so this happens under windows too. Also, SE 3.5.1 is out - should support mpv lib as video player on Linux https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.1/SE351.zip Link to comment Share on other sites More sharing options...
cwrunks Posted March 7, 2017 Report Share Posted March 7, 2017 SE352 portable, Ubuntu 16.10, mono 4.2.3 (mono-complete package). App launches fine but kicks back "this is not a valid matroska file" for every mkv I try to open, even ones I know are good. Anyone else? Edit: For what it's worth, I went back and tried earlier and earlier versions until it worked again and landed at 3.4.3. This version works, 3.4.4 and up give me the error message above. Link to comment Share on other sites More sharing options...
sup Posted May 6, 2017 Report Share Posted May 6, 2017 Nikse, how exactly is it supposed to work with mpv? For me, video playback does not work and it is all greyed out in the preferences (and I am not the only one from reading this thread).I am on Ubuntu 16.04, I have mono-complete installed, I use SE 3.5.2. Mpv is installed (but the linux binary) - when I tried to download it from the interface, it didn't seem to do anything. I am on 64bit. Or has anybody here suceeded in making SE work with mpv (or any other video player for that matter)? Link to comment Share on other sites More sharing options...
sup Posted October 24, 2018 Report Share Posted October 24, 2018 So regarding MPV, a solution has been found, go here for details: https://github.com/SubtitleEdit/subtitleedit/issues/2386(libmpv needs to be symlinked) Link to comment Share on other sites More sharing options...
KamHywor Posted August 8, 2019 Report Share Posted August 8, 2019 ah yes.. i think i must have got he i686 .deb, which worked a treat on my pentium ubuntu box. here i go compiling from source again... i wish i was better at it, like id love to contribute back a ppc .deb, but im just not very knowledgable, patient or thorough Link to comment Share on other sites More sharing options...
Nikse Posted September 22, 2019 Report Share Posted September 22, 2019 SE 3.5.11 Beta has some fixes for Linux: https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.10/SubtitleEditBeta.zipFixes includes video player, settings, matroska loading, and ocr. SE works on Ubuntu 19.04 with these packages: "libmpv-dev" + "vlc" + "libhunspell-dev" + "tesseract-ocr" Red hat packages should be something like: "hunspell-devel" + "vlc" + "mpv-libs-devel" + https://github.com/tesseract-ocr/tesseract/wiki (libmpv for video player, vlc for audio form generating, libhunspell for spell check + tesseract for ocr) 2 Link to comment Share on other sites More sharing options...
AMDRX Posted November 5, 2019 Report Share Posted November 5, 2019 SE 3.5.11 Beta has some fixes for Linux: https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.10/SubtitleEditBeta.zipFixes includes video player, settings, matroska loading, and ocr. SE works on Ubuntu 19.04 with these packages: "libmpv-dev" + "vlc" + "libhunspell-dev" + "tesseract-ocr" Red hat packages should be something like: "hunspell-devel" + "vlc" + "mpv-libs-devel" + https://github.com/tesseract-ocr/tesseract/wiki (libmpv for video player, vlc for audio form generating, libhunspell for spell check + tesseract for ocr) Thank you for your effort, we have to spread the word about this new update Link to comment Share on other sites More sharing options...
AMDRX Posted November 15, 2019 Report Share Posted November 15, 2019 Thank you very much again, I want to report that everything works very well with the following steps collected here, the credits to people who have made the effort to help us use this wonderful tool in Linux and publish them here.Today is Nov. 15. of 2019 and I'm using Pop! _OS (based on Ubuntu) 19.10. My hardware is a Ryzen 2700x CPU and an RX 570 Radeon video card. The software is fully updated. I include the hardware because I don't know if it will work with Nvidia. In the past I didn't have much luck with Nvidia with this wonderful program.Here I share what needs to be installed and it worked for me. I hope it works for you. Anyway I think it can help for the future development of Subtitle Edit for Linux. Regards. Requirements: sudo apt-get install libhunspell-dev sudo apt-get install mplayer sudo apt-get install w64codecs libdvdcss2 sudo apt-get install mono-complete sudo apt-get install libqtgui4 sudo apt install libmpv1 sudo apt install libmpv-dev sudo apt install vlc sudo apt install libhunspell-dev sudo apt install tesseract-ocr *vlc and all codecs must be installed *player optional and works for me: Mplayer sudo apt-get install mplayer Installing Subtitle Edit. Extract the zip in a subdirectory in your home directory (example: home/your-user/subtitle-edit/) Run the program: From the gui (Nautilus), In the directory where SubtitleEdit.exe is Open the terminal and just type: mono SubtitleEdit.exe That's it. **Note to the developer: The "Fix common errors" feature works very fast with English (my Linux is installed on English) but if you want use the same tools to Spanish subs, it takes around 3 minutes Cheers! Link to comment Share on other sites More sharing options...
Nikse Posted January 19, 2020 Report Share Posted January 19, 2020 SE 3.5.12 has improved Linux support I've tested on Ubuntu/Kubuntu and these packages are needed: sudo apt-get install mono-complete sudo apt-get install libhunspell-dev sudo apt-get install libmpv-dev sudo apt-get install tesseract-ocr sudo apt-get install vlc (already installed on most distros) sudo apt-get install ffmpeg (already installed on most distros) If it's not already present you will also need the true type font dejavu - so you get Unicode support. For more info (+ Arch/Manjaro packages) see: https://nikse.dk/SubtitleEdit/Help#linux (you can also try "libvlc" but that did not work too well for me - wait for VLC 4...) @AMDRX: Could not re-produce slowness for "Fix common errors" with Spanish. A specific subtitle file? Link to comment Share on other sites More sharing options...
Olof Posted February 15, 2020 Report Share Posted February 15, 2020 Hi. Thanks for your great work in figuring out what is needed to make Subtitle Edit run on Ubuntu. I have installed it and most of it works, but there is one problem: The keyboard shortcuts do not work as expected. For example, Ctrl+Z does not work. After some investigation it turned out that the quite surprising reason is that whenever i apply a modifier key (ctrl, shift, alt), it uses the AZERTY keyboard (i.e. the keyboard layout used in France), which explains why it seemed like some shortcut didn't work, when in fact they were located on another physical key. I don't have a French operating system, or French keyboard layout or anything like that (I live in Sweden), so it seems to be a bug either in Mono or in Subtitle Edit? When I type normal text, for example to edit a subtitle, then my regular QWERTY keyboard is used, as it should. I.e. the AZERTY layout is in effect only together with modifier keys (ctrl, shift, alt). Have anyone else experienced this error, or have any idea what might be the problem? Notes:I am running Subtitle Edit 3.5.13 (which is the latest version at the time of writing this) on Ubuntu 19.10 (or actually Xubuntu).I tried also with Subtitle Edit 3.5.11, and had the same problem.Also, worth to notice: If i go to Options > Settings > Shortcuts, and highlight the "Key" dropdown-menu, and press Z, then the letter W is selected, i.e. the AZERTY keyboard is used also in this dropdown menu. (see screenshot). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now