sensible-cinema 0.26.3 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/TODO +9 -11
- data/VERSION +1 -1
- data/change_log_with_feature_list.txt +7 -0
- metadata +1 -1
data/TODO
CHANGED
|
@@ -34,11 +34,10 @@
|
|
|
34
34
|
see if I need to fix my capturer...
|
|
35
35
|
no super scale res necessary?
|
|
36
36
|
|
|
37
|
-
fake "tenseness" metric
|
|
38
37
|
netflix instant descriptor for OS X/work at all
|
|
38
|
+
maybe get it to work with say VLC full screen first?
|
|
39
39
|
netflix upconvert
|
|
40
|
-
|
|
41
|
-
do another srt comparison with netflix...see if it matches less 1s
|
|
40
|
+
after get DVD down
|
|
42
41
|
C player feedback message
|
|
43
42
|
nextsprocket...
|
|
44
43
|
releases that include Debug, python too :)
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
snapshots of Sintel "normal", then deploy the various comparison pics
|
|
53
52
|
DVD test it (+- with others testing it for me too)
|
|
54
53
|
|
|
55
|
-
"open EDL" should save dir
|
|
56
54
|
ri_for updatez
|
|
57
55
|
subtitle -> url everywhere
|
|
58
56
|
english name (movie name) mass everywhere
|
|
@@ -84,11 +82,10 @@
|
|
|
84
82
|
short list of todo's for screen capture
|
|
85
83
|
"fix" mplayer EDL pausing (within the mplayer code itself)
|
|
86
84
|
bounty it for now/test with latest ffmpeg et al, maybe on mac with source [?
|
|
87
|
-
the open button should open in the "editing" EDL dir.
|
|
85
|
+
the open button should open in the "editing" EDL dir + save.
|
|
88
86
|
add the other type in there, esp. if a man answers
|
|
89
|
-
add to the template, various can use it
|
|
87
|
+
add to the template, make it so that various can use it
|
|
90
88
|
an overlapping mute failure when you hit the "watch edited realtime" should popup.
|
|
91
|
-
split out the "dependency" codes
|
|
92
89
|
consistency for flight of nav. srt? huh?
|
|
93
90
|
consistency of others, also "DVD reported full-time versus ts time" for others...
|
|
94
91
|
subtitles: if at beginning of a sub, add extra initial offset...hmm...why not?
|
|
@@ -105,7 +102,6 @@
|
|
|
105
102
|
mv jruby-swing-helpers to lib dir
|
|
106
103
|
splits... [add better instructions on how to be precise...]
|
|
107
104
|
open EDL to edit it can have a rememberable DIR
|
|
108
|
-
@instructions "this is great for comparing srt's, except...when it isn't, then you have to..."
|
|
109
105
|
@instructions: full srt how-to document instead of tooltip [?] or combine the two! yes!
|
|
110
106
|
volume_name => dvd_volume_label
|
|
111
107
|
why is the Sintel's EDL seemingly off?
|
|
@@ -154,9 +150,8 @@
|
|
|
154
150
|
inventionzy: blu-ray stuff from todo.inventionzy
|
|
155
151
|
sons of provo "music video" EDL
|
|
156
152
|
ffmpeg compile it in mingw, see if it runs dshow windows
|
|
157
|
-
clarify input for srt (remove those
|
|
158
|
-
|
|
159
|
-
also double check unit tests, and if I do one in the middle does it still work?
|
|
153
|
+
clarify input for srt (remove those old ones)
|
|
154
|
+
also double check edl_parser unit tests, and if I do one in the middle and timestamps way past it does it work
|
|
160
155
|
and why was there an extra uncaught profanity in wrinkle in time?
|
|
161
156
|
|
|
162
157
|
== other lists to not do (duplicate the todo here if want to actually do it though, basically no do) ==
|
|
@@ -173,6 +168,9 @@
|
|
|
173
168
|
== DVD decide later to move up or down ==
|
|
174
169
|
|
|
175
170
|
== DVD+-DVD-realtime backlog (totally unordered, some very low prio, basically all never do) ==
|
|
171
|
+
split out the "dependency" codes
|
|
172
|
+
more netflix instant timing
|
|
173
|
+
do another srt comparison with netflix...see if it matches less 1s
|
|
176
174
|
"srt" double checker "ok now at exactly this time this should be here."
|
|
177
175
|
java webstart for being able to playback netflix instant edited "automagically"
|
|
178
176
|
also it can uses key presses/buttons to log keystrokes to know when edits should occur/associate them with timestamps
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.27.0
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
== 0.27.0 ==
|
|
2
|
+
|
|
3
|
+
Added support for Microsoft DVD Player style playback codes.
|
|
4
|
+
This one uses the built in DVD player interface, which is typically licensed,
|
|
5
|
+
and also performs quite well. It also respects UOP's et al.
|
|
6
|
+
It involves interaction back and forth to control playback/monitor.
|
|
7
|
+
|
|
1
8
|
== 0.26.3 ==
|
|
2
9
|
|
|
3
10
|
Make it so that it can modify timestamps from .srt files programmatically in order to ensure that time signatures match
|