Joined: Feb 2008
Posts: 101
Thanks:
0
that request is in regard to the fact that subtitles on a dvd are in a format that is graphic based and not text based. It is very easy using any number of programs to get a subtitle in a graphic format. Unfortunately getting one that is in .srt (text) is not so easy. While there are many sources out there, only really random stuff is available in .srt. Converting a graphic to a text based subtitle takes the use of an OCR program that is both life-sucking and miserably slow.
sites like daddicts do not release their text based versions of subs so others cannot profit off their hard work by reselling their finished products.
a text based subtitle (.srt) would be infinitely more useful as you could use analyze your information and divide it any number of ways.
so the hope is that subs2srs will be able to convert that graphic based sub into one that could then be imported into the program, which in turn would simply be displayed as a picture of that particular subtitle.
Its not as easy as it sounds to do this, but i have my fingers crossed.
I don't imagine that you have to import the whole screenshot in order to do that - though I suppose you could do that.
after reading your question again - I think it should be mentioned that there are 2 kinds of subs - hard and soft - hard subs are encoded directly into the video file and cannot easily be removed. Soft subs are included with the video file and are simply overlaid onto the picture. That original post was in reference to soft sobs
Edited: 2009-02-12, 5:25 am
Joined: Oct 2007
Posts: 4,582
Thanks:
0
Yes, I have quite a few idx/subs, and I seem to have trouble converting them with various programs, and I didn't think hardcoding them before processing would be worth the bother, so I was hoping that Avisynth could be somehow told to process video frames in conjunction with their accompanying idx/sub files while taking screenshots. I guess that's not possible, though.
Edited: 2009-02-12, 8:16 am
Joined: Jun 2007
Posts: 1,023
Thanks:
12
The next version will be able to extract the timings and bitmaps from an idx/sub pair. No hardcoding required! I will probably release it this weekend.
Joined: Oct 2007
Posts: 4,582
Thanks:
0
Thanks a lot dude, can't wait to try this out.
Joined: Apr 2008
Posts: 24
Thanks:
0
Awesome, thanks! Time to put some ドラマ in my deck.
Joined: Feb 2008
Posts: 871
Thanks:
0
for my level personally, it's inefficient b.c. i already get 80/90% but by all means it seems like a fun way to get through basic/intermediate the stuff that pops up the most in anime
Joined: Nov 2006
Posts: 40
Thanks:
0
I just found this post randomly while looking for something else, and have to say, this is so awesome that I can't stand it! I had seen "toki wo kakeru shojo" before (actually, I rented it and watched it in Japan) and I had made some cards with a few choice words and sentences that I wanted to memorize... however, Windowz was getting slow and I wiped my computer - and that file was in a directory I didn't back up. *sigh* I downloaded the sample card pack today and it was basically like watching the whole movie again. It took me an hour or two to go through the whole thing. I kept 77 cards from the deck for study, and it was pretty easy to get rid of the cards I didn't need. I just marked sentences I needed to know as a "1" and everything else a "4" and then sorted by due date and deleted everything due a few weeks out, then I imported the remaining cards into my main deck. It was like rewatching the movie again, and reinforced everything I had learned before. This is just the coolest thing ever! I came back to say thanks, and to top it all off, I found a that there was a new version that works with vobsub files directly. Thank you!!!!!!
Joined: Aug 2006
Posts: 5
Thanks:
0
Been really looking forward to the vobsub support in this update! Love your work cb4960.
Time for me to get extracting the idx/subs from the MKV files I encoded from dvds, or is subs2srs going to automagically do this in the future??
Joined: Jul 2007
Posts: 2,313
Thanks:
22
Ok, I have to ask: Is getting idx/subs from a DVD a labor intensive process? Last I checked, it was a kind of hackish method.
Joined: Jan 2008
Posts: 419
Thanks:
0
I' m looking into it at the very moment .... I'll give you news anytime .
EDIT : actually what's bothering me is not really the technical feat ..... it has more to do with the stuff : I mean it a well know fact that subtitles on dvd match rarely what' s said on screen.... (pro are more concerned about casual viewers who wants a quick to catch traduction than japanese learners who are looking for perfect serif )
On the other hand I have several magnificent scripts (gunsligers girls , FLCL , etc...) with no timing .... I'm pondering about combining that with the timing of english fansub but until now I get no results . Do you guys have any ideas to use a script with subs2srs ?
Edited: 2009-02-17, 2:51 am
Joined: Mar 2008
Posts: 48
Thanks:
0
The Snapshot feature isn't working for me. It appears in the .csv file but no Snapshot files are actually made. I have Avisynth installed (2.5 I think). Can anybody help me with this issue?
Joined: Jan 2007
Posts: 237
Thanks:
0
After reviewing you can go to edit cards --> show only tags --> suspend --> action delete. But having a delete button would definetly be cool.
The code in the plugin looks really simple, so I guess it would be easy to rewrite it:
Here the code.
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from ankiqt import mw
def init():
mw.mainWin.toolBar.addSeparator()
mw.mainWin.toolBar.addAction(mw.mainWin.actionSuspendCard)
mw.addHook("init", init)
I will try put sth like .actionDeleteCard there - will report back shortly.
EDIT: No success. Will ask in the anki-forum.
Edited: 2009-02-19, 5:27 pm
Joined: Jan 2007
Posts: 237
Thanks:
0
@anon do you have some codecs installed? I was not able to make snapshots until I installed the Xvid codec (and maybe some more).
Edited: 2009-02-19, 5:37 pm