-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract subtitles and print them #95
Comments
There are much more important things to target for 1.0.0, methinks. Descheduling. |
sweet! |
So we're decoding these now. How exactly do we want to display them? Do we pass them back to the streamer callback function? |
Ooooh this really calls for |
dankamongmen
added a commit
that referenced
this issue
Jan 30, 2020
dankamongmen
added a commit
that referenced
this issue
Jan 30, 2020
dankamongmen
added a commit
that referenced
this issue
Jan 30, 2020
Get rid of annoying empty line in notcurses-view (and ncvisuals at offsets in general) Implement most of the Selector widget. Need to add styling and scrolling still. #166 Reenable ubuntu focal build Subtitles! We decode them, and display them in notcurses-view. If ncvisual_simple_streamer() is provided an extra ncplane, it will use it to display subtitles. #95 We now build Python by default, as things are working much better. ncplane_set_base() now takes channel, attrword, and EGC, so you can usually avoid having to set up and release a cell. ncplane_set_base_cell() takes over duty from ncplane_set_base() for ease of conversion. notcurses-demo and notcurses-view now both accept a 0 for delay multiplier, meaning 'go as fast as you possibly can'. Very small multipliers (e.g. 0.00001) no longer cause floating point exceptions. fading routines no longer cause floating point exceptions on very small timescales.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once we have video done, we ought grab subtitles and write them directly for a bit of extra pop. :D
The text was updated successfully, but these errors were encountered: