sensible-cinema 0.34.0 → 0.35.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitmodules +1 -1
- data/README.TXT +19 -20
- data/Rakefile +191 -195
- data/TODO +122 -149
- data/VERSION +1 -1
- data/bin/sensible-cinema +52 -52
- data/change_log_with_feature_list.txt +532 -481
- data/documentation/troubleshooting.txt +3 -9
- data/go.bat +2 -2
- data/go.sh +1 -0
- data/goc.bat +1 -1
- data/goc.sh +1 -0
- data/lib/check_installed_mac.rb +2 -10
- data/lib/edl_parser.rb +40 -16
- data/lib/gui/base.rb +85 -27
- data/lib/gui/create-file.rb +3 -2
- data/lib/gui/create.rb +118 -101
- data/lib/gui/dependencies.rb +110 -76
- data/lib/gui/normal.rb +32 -81
- data/lib/mplayer_edl.rb +7 -1
- data/lib/subtitle_profanity_finder.rb +10 -5
- data/notes_for_potential_developers.txt +18 -25
- data/spec/bad_beginning.srt +3778 -0
- data/spec/edl_parser.spec.rb +4 -0
- data/spec/notes +327 -167
- data/spec/youtube_edl.spec.rb +28 -0
- data/template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat +2 -2
- data/todo.inventionzy.txt +3 -1
- data/vendor/mplayer_patches/how_to_doze.bat +6 -0
- data/vendor/mplayer_patches/port_dir/PortIndex.quick +1 -1
- data/vendor/mplayer_patches/port_dir/how_to +16 -9
- data/vendor/mplayer_patches/port_dir/multimedia/mplayer-edl/Portfile +10 -25
- data/vendor/mplayer_patches/port_dir/multimedia/rdp-projects/Portfile +2 -2
- data/vendor/mplayer_patches/{configure_from_betterlogic → port_dir_is_for_mac} +0 -0
- data/www/content_editor.html +9 -5
- data/zamples/edit_decision_lists/dvds/big_buck_bunny_dvd.txt +7 -4
- data/zamples/edit_decision_lists/dvds/court_jester.txt +0 -1
- data/zamples/edit_decision_lists/dvds/edls_being_edited/father_goose.txt +41 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/harry_potter_and_the_goblet_of_fire.txt +45 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/national_treasure.txt +6 -3
- data/zamples/edit_decision_lists/dvds/edls_being_edited/percy_jackson_lightening_thief.txt +40 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/percy_jackson_lightening_thief_mute_scary.txt +23 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/puss_in_boots.txt +33 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/ratatouille.txt +5 -5
- data/zamples/edit_decision_lists/dvds/edls_being_edited/rio.txt +24 -0
- data/zamples/edit_decision_lists/dvds/sintel_open_source_blender_ntsc_dvd.txt +0 -1
- metadata +17 -15
- data/lib/count_down_timer_jruby_swing.rb +0 -55
- data/vendor/mplayer_patches/apply.bat +0 -12
- data/vendor/mplayer_patches/libdvdnav/2905259c3b45529b3d8dedba572b6e4f67a2d8f4.diff +0 -19
- data/vendor/mplayer_patches/libdvdnav/83f1c9256f500285e46f1e44bcc74ffce90159db.diff +0 -16
- data/vendor/mplayer_patches/libdvdnav/eb91fb74680d30322461a1b9e425918ad4e2b2df.diff +0 -21
- data/vendor/mplayer_patches/libdvdnav/jump_to_time.diff +0 -654
- data/vendor/mplayer_patches/libdvdnav/non_strict.diff +0 -13
- data/vendor/mplayer_patches/mplayer_edl.diff +0 -354
- data/vendor/mplayer_patches/updated_lib_too +0 -0
data/TODO
CHANGED
@@ -1,186 +1,160 @@
|
|
1
|
-
== roadmap [for just tasks, see below though] ==
|
2
|
-
|
3
1
|
remember this stuff is all "oh gosh I have to do that too?" crud time, don't even want it.
|
4
2
|
and "won't even be useful to people in the end so why bother?"
|
5
3
|
"just for fun"
|
6
|
-
|
7
|
-
netflix instant EDL go live/mac'ify
|
8
|
-
|
9
|
-
then roadmap_possibilities
|
10
|
-
|
11
|
-
== high prio like blocking bugs ==
|
12
4
|
|
5
|
+
== roadmap [for just tasks, see below though] ==
|
6
|
+
|
7
|
+
netflix instant EDL
|
8
|
+
|
13
9
|
== things working on today/requested ==
|
14
|
-
genealogy collab wiki
|
15
|
-
screen saver gedcom
|
16
|
-
genealogy screen saver authorize
|
10
|
+
JPFA genealogy collab wiki--maybe just a page on weRelate? [+facebook genealogy page]
|
17
11
|
|
12
|
+
== blocked working on ==
|
13
|
+
|
18
14
|
== yes do, un-ordered currently, from all the various future release options ==
|
19
|
-
|
20
|
-
|
21
|
-
netflix screencast, prompt to see screencast
|
22
|
-
email genealogy questionaire
|
23
|
-
|
24
|
-
that one guy's VAC freakiness...
|
25
|
-
note assume DVD origin
|
26
|
-
combine all "folders" of movie EDL's into one folder
|
27
|
-
version => element
|
28
|
-
prompt "insert it directly?"
|
29
|
-
tell them to close it if open in other windows
|
30
|
-
only prompt for is it legal twice
|
31
|
-
"finalize" hulu upconvert, advertise
|
32
|
-
genealogy open source tree v0
|
33
|
-
|
15
|
+
publish 0.4 mac to "right place"
|
16
|
+
test it, test pc receiving from mac, test mac without deps, mac with deps downloaded, transfer mac deps
|
34
17
|
LLC
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
check this .srt entry it should be right on appropo [50 %]
|
42
|
-
melissa UI stuff/notes
|
43
|
-
cleanup youtube fella
|
44
|
-
amazing grace et al DVD's
|
45
|
-
our new DVD's
|
46
|
-
the cool uploader website
|
47
|
-
split EDL's to "mine" versus community
|
48
|
-
back lighting from the side
|
49
|
-
broken scanning hp2 init's
|
18
|
+
amazing grace et al borrowed DVD's
|
19
|
+
netflix instant descriptor work at all
|
20
|
+
it may need the "50% adjuster" fella...
|
21
|
+
determine its timing relative to DVD...
|
22
|
+
can work with audio CD's multi-track. Or maybe one at a time for now :)
|
23
|
+
|
50
24
|
rename it "..." or whatever google prefers :P after LLC
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
25
|
+
either match the file or match the DVD times, punk! No more half and half weird-o stuff.
|
26
|
+
upload movie of "controlling utube, and also for full length film"
|
27
|
+
umplayer for mac/use it
|
28
|
+
our new DVD's that we own
|
29
|
+
princess bride EDL
|
30
|
+
watch Gottman
|
31
|
+
parser misses first subtitle entry?
|
32
|
+
the "add on" type EDL
|
33
|
+
accomodate srt trailer/headers more (one on melissa's) -- has spec
|
34
|
+
hp 4 finalize intro waz off
|
35
|
+
broken scanning hp2 init's
|
36
|
+
make it easier to use for "just files"
|
37
|
+
"pick your source, pick your EDL, ready, ok?"
|
38
|
+
after have "awesome editor" when you change main title, it needs to change/update tons of junk...
|
39
|
+
disclosure for OCR, including wiki based processing
|
40
|
+
combine all "folders" of movie EDL's into one uni-folder (non youtube)
|
41
|
+
move documentation to online [all]
|
42
|
+
the awesome new editor GUI
|
43
|
+
allow for a mute to "encompass" a skip by splitting it, uh guess, otherwise hard to card 'bad' part in middle of a mute.
|
44
|
+
Or programmatically
|
45
|
+
use the cool uploader website
|
46
|
+
split EDL's to "mine" versus community?
|
47
|
+
mac: advertise urug
|
48
|
+
once things settle DVD-wise
|
49
|
+
DVD timing for makemkv forum:Snow White
|
50
|
+
google search for them goblet of fire en 1cd subtitles "srt file"
|
51
|
+
source_location hackz for ri_for
|
52
|
+
authorize.net SIM :)
|
77
53
|
melissa stuff:
|
78
|
-
button and drop down have DVD titles
|
79
54
|
readme be helpful for subtitles [?]
|
80
55
|
better readme documentation system overall. move all docs together, and/or move them all the wiki maybe.
|
81
56
|
guide them through process more/subtitles
|
82
57
|
split pc/mac for understandability :P
|
83
58
|
instructions on how to continue after creation
|
84
59
|
instructions on how to actually use opensubtitles LOL
|
85
|
-
avoid .sub!
|
86
|
-
overlapping mutes don't prompt
|
87
|
-
|
88
|
-
XBMC for DVD's?
|
89
|
-
upconverter disable aero automagically
|
90
|
-
subtitles: if at beginning of a sub, add extra offset...hmm...why not?
|
91
|
-
and end too why not?
|
92
|
-
ideally only if it varies much more than a sec.
|
93
|
-
mplayer muting causes jerkiness doze
|
94
60
|
dvd_start_offset -> dvd_mpeg_start_offset
|
95
|
-
better name for dvd_nav_packet_offset with mpeg in it so you know ordering
|
96
61
|
my treasury (john newspaper thing)
|
97
|
-
accomodate for telecine optionally [veggie tales]
|
98
|
-
|
99
|
-
|
100
|
-
it should not prompt if you don't have an EDL, upconverting [maybe tell them, in that case "use mouse to select DVD menu item, and enter to select it" if there's none]
|
101
|
-
pay somebody to test it
|
102
|
-
user preference "always just skip" if that's what he wanted :P
|
103
|
-
ffmpeg dshow input ramiro patches
|
104
|
-
try to reproduce the ffplay bug with just ffmpeg
|
105
|
-
submit abandonment for libdvdnav
|
106
|
-
upconvert screen try it out, "release" after testing it for netflix instant
|
107
|
-
display OSD on command line too, just mine :P
|
62
|
+
accomodate for telecine optionally [veggie tales, sintel need it <sigh>]
|
63
|
+
user preference to "always just skip" that's what he wanted I guess :) [or have I already done it?]
|
64
|
+
ffmpeg dshow input ramiro finalize patches
|
108
65
|
learn clojure
|
109
66
|
OS X netflix instant
|
110
|
-
mac'ify
|
111
|
-
test rvm email
|
112
|
-
add "revision" to mplayer edl's initial -v output
|
113
|
-
report ffmpeg/mencoder splitting bugz (2)
|
114
|
-
@mplayer: ctrl-keys patch, ask them anyway :P
|
67
|
+
mac'ify Mouse first
|
115
68
|
send bom to menumulti guy :P
|
116
69
|
try out VLC bindings to be able to award prize
|
117
|
-
grab wedding iso's
|
118
|
-
donate http://alexfeinman.com/W7.htm mkv xiph[?]
|
119
|
-
ffmpeg how to add subs demo
|
120
|
-
inspector general
|
121
|
-
check if mplayer handles "a mute that leads into a second mute or skip" well or not
|
122
|
-
remove splits' functionality
|
123
|
-
the "lined" "select this one" quality editor...
|
70
|
+
grab wedding iso's for backup purposes
|
124
71
|
gui/edl parser unit tests [just] work
|
125
72
|
added an extra "show" perhaps? EXIT_ON_CLOSE [?]
|
126
|
-
|
127
|
-
is powerdvd off by exactly 0.5s (rounds up)?
|
128
|
-
C player:
|
129
|
-
double check if it timing shucks, though I think it does...
|
130
|
-
also what happens if I hit "next frame" over and over and over? does it get behind then? huh?
|
131
|
-
the awesome ffmpeg file splitter :P
|
132
|
-
also do I really still need to use mencoder?
|
133
|
-
use DVD NAV packet time raw:
|
134
|
-
timestamps_relative_to "force them" to have, or to hit the upgrade button
|
135
|
-
add 2 options: file, "dvd"
|
136
|
-
update wiki/readme
|
137
|
-
timestamps_relative_to => "dvd"
|
138
|
-
remove -osd-add, or maybe fine tune it?
|
139
|
-
add OSD time to the console output
|
140
|
-
non 29.97 with mplayer edl change OSD
|
141
|
-
"static" mplayer-edl for OS X :P
|
142
|
-
add a migrate button, prompts for "file" versus DVD
|
143
|
-
test with something :P
|
144
|
-
assert files "always" start at 0
|
145
|
-
ffplay diagonal bug
|
146
|
-
ffplay 16,16,16
|
147
|
-
flds: the intelligent tag parent sync'er, other todo's :P
|
73
|
+
ffplay diagonal bug reproduce/file
|
148
74
|
create skype/google+ hangouts auto-easy-recorder windows
|
149
75
|
the php uploader thing :P
|
150
|
-
check jackman/ldsmusicnow.com/ldsmusicsource [green label] publishing costs LOL
|
151
|
-
nextsprocket the "camtwist for windows" avisynth+webcam as one part input
|
152
|
-
netflix instant descriptor work at all
|
153
|
-
maybe get it to work with say VLC full screen first?
|
154
|
-
it may need the "50% adjuster" fella...
|
155
|
-
note on the www once it works
|
156
|
-
meta domain redirect to "freedomainnamesforever"
|
157
|
-
popup_text in EDL's
|
158
|
-
ruby_prof stuffs (merge, release at least)
|
159
|
-
minor redcar tweaks
|
160
|
-
a true overlapping mute type failure when you hit the "watch edited realtime" should popup.
|
161
|
-
also if they're "close" but not overlapping [ex: contiguous] they should just combine
|
162
|
-
split LLC's website+consumer
|
163
|
-
get LLC before a "real" domain name
|
164
76
|
ask for more beta testers for use, ask for more beta testers for creation, too
|
165
|
-
create a semi-accurate phantom edit EDL [?] with just splits
|
166
|
-
http://www.chefelf.com/forums/index.php?showtopic=6176
|
167
77
|
can edit books' text too.
|
168
78
|
+- list/publish potter
|
169
79
|
inventionzy: blu-ray stuffs from todo.inventionzy [and add a blog for it LOL]
|
170
80
|
just OCR powerdvd for now
|
171
|
-
|
172
|
-
|
81
|
+
@ffmpeg: you can't convert mkv's of this creation type!
|
82
|
+
fix smplayer OSD, to make it default for editing/getting timestamps [that stuff is hard to do...]
|
83
|
+
@docu: imprecise dvd "end points"
|
173
84
|
|
174
85
|
== decide later to move up or down ==
|
175
|
-
|
176
|
-
|
86
|
+
mplayer dies tmnt dvdnav://1 but is ok with dvd://1 or after a title? vlc seeking fails?
|
87
|
+
If mutes are "close" but not overlapping [ex: contiguous] they should not fail, even with "added time"
|
88
|
+
upconvert hulu better/really work?
|
89
|
+
icon is not clear :P
|
90
|
+
"real" exe runner so that it can find java from just JAVA_HOME et al in case they don't have it setup in their path right :)
|
91
|
+
real installer, too, why not?
|
92
|
+
feedback button fails os x
|
93
|
+
remove splits' functionality [ruby code]
|
94
|
+
ffmpeg how to add subs demo
|
95
|
+
upconv: test snow white book:
|
96
|
+
adv. DVD upconverter [family first?]
|
97
|
+
it should not prompt if you don't have an EDL, upconverting [maybe tell them, in that case "use mouse to select DVD menu item, and enter to select it" if there's none]
|
98
|
+
pay somebody to test it
|
99
|
+
"finalize" hulu upconvert, advertise
|
100
|
+
use DVD NAV packet time raw:
|
101
|
+
timestamps_relative_to "force them" to have, or to hit the upgrade button
|
102
|
+
add 2 options: file, "dvd"
|
103
|
+
non 29.97 with mplayer edl change OSD
|
104
|
+
remove -osd-add, or maybe fine tune it?
|
105
|
+
after mplayer accepts my patches LOL
|
106
|
+
assert file played back "always" start at 0 [?]
|
107
|
+
back lighting
|
108
|
+
upconvert screen try it out, "release" after testing it for netflix instant
|
109
|
+
failed downloads can corrupt/interrupted...
|
110
|
+
can optionally select "supplemental" EDL's per DVD.
|
177
111
|
librivox EDL's and/or speedups :P
|
178
112
|
"process them at home, or download them here"
|
113
|
+
also HP's
|
114
|
+
double check if sampleDvd and HPC/PowerDvd are really inconsistent like I believe they are.
|
115
|
+
is powerdvd off by exactly 0.5s (rounds up)?
|
116
|
+
C player:
|
117
|
+
double check if it timing shucks, though I think it does...
|
118
|
+
also what happens if I hit "next frame" over and over and over? does it get behind then? huh?
|
119
|
+
fix crash on cancel edl-out
|
120
|
+
mplayer dies tmnt dvdnav://1
|
121
|
+
mplayer muting causes jerkiness doze [not work desktop though, works fine there]
|
122
|
+
|
123
|
+
== DVD+-DVD-realtime basically never do backlog (unordered) ==
|
124
|
+
fix mplayer "skipping" at chapter breaks
|
125
|
+
fix vlc "skipping" at chapter breaks
|
126
|
+
@VLC: TMNT broken seeks
|
127
|
+
|
128
|
+
super more precise DVD seeks "to this time"
|
129
|
+
@mplayer: you handle EDL skips one frame too late! [at least]
|
130
|
+
create a semi-accurate phantom edit EDL [?] with just splits
|
131
|
+
http://www.chefelf.com/forums/index.php?showtopic=6176
|
132
|
+
@mplayer: fix it playing the wrong audio track by default (ex: It's a Meaningful Life)
|
133
|
+
veggie tales dies (the lib v's?) (dunno which one...couldn't find it)
|
134
|
+
libdvdreaad fails for kites...or maybe does...
|
135
|
+
genealogy screen saver authorize
|
136
|
+
detect an overlap 'at parse time'
|
137
|
+
meta domain redirect to "freedomainnamesforever"
|
138
|
+
"ideal is if already matches..." (+ button "already known to match perfectly/well")
|
139
|
+
mplayer:
|
140
|
+
fix -sub to work with DVDNAV
|
141
|
+
step_sub maybe
|
142
|
+
ask why mplayer seems to show "overlap" at DVD time splits [and become non DVD]
|
143
|
+
@mplayer: ctrl-keys patch, ask them at least :P
|
144
|
+
report ffmpeg/mencoder splitting bugz (2)
|
145
|
+
the awesome ffmpeg file splitter :P
|
146
|
+
also do I really still need to use mencoder?
|
147
|
+
Do the C based "use the real thing" MSDN skipper it might actually be accurate after all...just not precise for doing edits.
|
148
|
+
super automatic-o "your DVD has no EDL? let me do all of that for you..."
|
149
|
+
email genealogy tree questionaire
|
150
|
+
genealogy open source tree v0
|
151
|
+
XBMC for real DVD's some how? Does it work now at all anyway?
|
152
|
+
ability to "yes show [+- edited] subtitles during this section"
|
179
153
|
super subtitle parser watcher for netflix instant...like on-demand...
|
180
154
|
without download, though...they download it, I let them use it, like a medium button?
|
181
155
|
or add button "reveal advanced" with this new button on it...
|
182
|
-
|
183
|
-
|
156
|
+
scanning profanity can pick one with or near profanity...
|
157
|
+
popup_text in EDL's
|
184
158
|
"if you're in edit mode, then scan for file changes, update too"
|
185
159
|
I don't "recognize" blu-ray disks...
|
186
160
|
blu ray timing
|
@@ -330,7 +304,7 @@
|
|
330
304
|
you can mark where the starts and stop are, then hit a button 'test my latest marks' and then edit them and retest...more easily, that is
|
331
305
|
screencast for creating using srt [after it's user friendly?]
|
332
306
|
linearize: full EDL with JSON on top, full timestamps. or something I like...
|
333
|
-
test DVD upconv it at 720*x resolution too...
|
307
|
+
test DVD upconv it at 720*x resolution too...
|
334
308
|
they need/want to realize it's for contribution, not just use...
|
335
309
|
ooh here's a good idea.
|
336
310
|
force them to create any new EDL's on the wiki, and just read them, always, straight from there.
|
@@ -410,9 +384,8 @@
|
|
410
384
|
"save to" -> same dir as "get from" yeah
|
411
385
|
figure out a way to get to the roku [ps3ms?], +- netflix edited to roku LOL
|
412
386
|
prompt something if the EDL is actually "empty" :)
|
413
|
-
already donated: big buck, sox, rubular, mplayer, vlc, menumeter, http://instantitunes.wordpress.com/2010/02/26/use-tsmuxer-on-snow-leopard, unlocker, mac fan thing, open office, many sourceforge tops, 7zip, VLC, mplayer, cannot donate: ffmpeg, http://ffmpeg.zeranoe.com/builds, tsmuxer (sent email), asked mulder, smplayer ($5), http://lame.buanzo.com.ar, sox, smcFanControl (eidac), free flash webcam tester guy, argentine audacity liblame, VLC, xiph, audacity, windirstat (done)
|
414
|
-
|
415
|
-
if 2 EDL's, still can choose a title trackfor automatically playing it right.
|
387
|
+
already donated: big buck, sox, rubular, mplayer, vlc, menumeter, http://instantitunes.wordpress.com/2010/02/26/use-tsmuxer-on-snow-leopard, unlocker, mac fan thing, open office, many sourceforge tops, 7zip, VLC, mplayer, cannot donate: ffmpeg, http://ffmpeg.zeranoe.com/builds, tsmuxer (sent email), asked mulder, smplayer ($5), http://lame.buanzo.com.ar, sox, smcFanControl (eidac), free flash webcam tester guy, argentine audacity liblame, VLC, xiph, audacity, windirstat (done), wot,http://alexfeinman.com/W7.htm matroska xiph
|
388
|
+
if 2 EDL's, still can choose a title track for automatically playing it right.
|
416
389
|
fast preview: change it to be aggressive sometimes yes, other times no
|
417
390
|
fast preview mode: watch for modifications to file, kill mplayer instances for them on change :)
|
418
391
|
fast preview tends to "go too far" [like the end of profanity is still there when played via the "real way"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.35.3
|
data/bin/sensible-cinema
CHANGED
@@ -1,60 +1,60 @@
|
|
1
|
-
#!/usr/bin/ruby # so my editor will like the file...
|
2
|
-
=begin
|
3
|
-
Copyright 2010, Roger Pack
|
4
|
-
This file is part of Sensible Cinema.
|
5
|
-
|
6
|
-
Sensible Cinema is free software: you can redistribute it and/or modify
|
7
|
-
it under the terms of the GNU General Public License as published by
|
8
|
-
the Free Software Foundation, either version 3 of the License, or
|
9
|
-
(at your option) any later version.
|
10
|
-
|
11
|
-
Sensible Cinema is distributed in the hope that it will be useful,
|
12
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
-
GNU General Public License for more details.
|
15
|
-
|
16
|
-
You should have received a copy of the GNU General Public License
|
17
|
-
along with Sensible Cinema. If not, see <http://www.gnu.org/licenses/>.
|
18
|
-
=end
|
19
|
-
|
20
|
-
|
21
|
-
puts 'Starting Sensible Cinema...'
|
22
|
-
|
23
|
-
require File.expand_path(File.dirname(__FILE__) + "/../lib/add_any_bundled_gems_to_load_path.rb")
|
24
|
-
begin
|
25
|
-
require 'sane'
|
26
|
-
require 'whichr'
|
27
|
-
rescue LoadError => e
|
28
|
-
raise 'please run
|
29
|
-
end
|
30
|
-
|
31
|
-
raise 'need jruby' unless OS.java?
|
32
|
-
|
1
|
+
#!/usr/bin/ruby # so my editor will like the file...
|
2
|
+
=begin
|
3
|
+
Copyright 2010, Roger Pack
|
4
|
+
This file is part of Sensible Cinema.
|
5
|
+
|
6
|
+
Sensible Cinema is free software: you can redistribute it and/or modify
|
7
|
+
it under the terms of the GNU General Public License as published by
|
8
|
+
the Free Software Foundation, either version 3 of the License, or
|
9
|
+
(at your option) any later version.
|
10
|
+
|
11
|
+
Sensible Cinema is distributed in the hope that it will be useful,
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
GNU General Public License for more details.
|
15
|
+
|
16
|
+
You should have received a copy of the GNU General Public License
|
17
|
+
along with Sensible Cinema. If not, see <http://www.gnu.org/licenses/>.
|
18
|
+
=end
|
19
|
+
|
20
|
+
|
21
|
+
puts 'Starting Sensible Cinema...'
|
22
|
+
|
23
|
+
require File.expand_path(File.dirname(__FILE__) + "/../lib/add_any_bundled_gems_to_load_path.rb")
|
24
|
+
begin
|
25
|
+
require 'sane'
|
26
|
+
require 'whichr'
|
27
|
+
rescue LoadError => e
|
28
|
+
raise 'please run the rake command to copy dependencies (like rebundle_copy_in_dependencies) first, as we prefer using cached gems ' + e.to_s
|
29
|
+
end
|
30
|
+
|
31
|
+
raise 'probably need jruby' unless OS.java? # put after loading sane gem so we have the OS gem available :)
|
32
|
+
|
33
33
|
require_relative '../lib/gui/dependencies'
|
34
|
-
require_relative '../lib/gui/base'
|
35
|
-
require_relative '../lib/gui/normal'
|
36
|
-
require_relative '../lib/gui/create' # LODO maybe don't need to require all these...
|
37
|
-
require_relative '../lib/gui/create-file'
|
38
|
-
require_relative '../lib/gui/upconvert'
|
39
|
-
|
40
|
-
if $0 == __FILE__
|
41
|
-
if ARGV.index('-h') || ARGV.index('--help')
|
42
|
-
puts <<-EOL
|
34
|
+
require_relative '../lib/gui/base'
|
35
|
+
require_relative '../lib/gui/normal'
|
36
|
+
require_relative '../lib/gui/create' # LODO maybe don't need to require all these every time...
|
37
|
+
require_relative '../lib/gui/create-file'
|
38
|
+
require_relative '../lib/gui/upconvert'
|
39
|
+
|
40
|
+
if $0 == __FILE__
|
41
|
+
if ARGV.index('-h') || ARGV.index('--help')
|
42
|
+
puts <<-EOL
|
43
43
|
# jruby bin/sensible-cinema # DVD/file EDL player
|
44
44
|
$ jruby bin/sensible-cinema --create-mode # DVD output "parser/cutter" create mode [advanced]
|
45
45
|
$ jruby bin/sensible-cinema --upconvert-mode # DVD/file upconverting player
|
46
46
|
--exit-immediately # don't show the GUI, for benchmarking startup times
|
47
47
|
$ jruby bin/sensible-cinema-cli # the experimental OCR tracker for edited arbitrary online/local/internet players.
|
48
|
-
run it with --help to see its various options.
|
48
|
+
run it with --help to see its various options.
|
49
49
|
|
50
50
|
$ jruby lib/**.rb Many library files have their own "main" method for example to 'just' parse an EDL file, etc. Ask for more details.
|
51
|
-
EOL
|
52
|
-
else
|
53
|
-
a = SensibleSwing::MainWindow.new true, ARGV
|
54
|
-
a.setup_default_buttons
|
55
|
-
puts 'Please use the Sensible Cinema GUI window popup...'
|
56
|
-
if ARGV.index('--exit-immediately')
|
57
|
-
a.dispose
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
51
|
+
EOL
|
52
|
+
else
|
53
|
+
a = SensibleSwing::MainWindow.new true, ARGV
|
54
|
+
a.setup_default_buttons
|
55
|
+
puts 'Please use the Sensible Cinema GUI window popup...'
|
56
|
+
if ARGV.index('--exit-immediately')
|
57
|
+
a.dispose
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
@@ -1,7 +1,58 @@
|
|
1
|
+
= 0.35.3 4/21/12 =
|
2
|
+
|
3
|
+
Test distro for mac.
|
4
|
+
|
5
|
+
= 0.35.2 4/20/12 =
|
6
|
+
|
7
|
+
Fix bug in DVD player, new mac release.
|
8
|
+
|
9
|
+
= 0.35.1 4/18/12 =
|
10
|
+
|
11
|
+
Attempt to not infinite loop on edge case DVD timings.
|
12
|
+
|
13
|
+
Also note the existence of several videos showing how to do "certain things"
|
14
|
+
here: https://sourceforge.net/projects/sensible-cinema/files/videos/
|
15
|
+
|
16
|
+
= 0.35.0 4/18/12 =
|
17
|
+
|
18
|
+
Preferences setup has changed, uses a new version of mplayer which "heck, might!" be more stable,
|
19
|
+
but I *think* it should be more accurate by 0.2s.
|
20
|
+
|
21
|
+
= 0.34.5 4-17-12 =
|
22
|
+
|
23
|
+
Made side by Side EDL format to default to "XBMC" human readable. Ask and ye shall receive...
|
24
|
+
|
25
|
+
Note that one can already "beam" edited video content from one computer to the next,
|
26
|
+
using my on-screen-video capture utility. Even can capture audio from the computer "natively"
|
27
|
+
for vista+.
|
28
|
+
You can also beam it to a console device (transmit) the (now being transmitted as edited) video.
|
29
|
+
|
30
|
+
= 0.34.4 4-6-12 =
|
31
|
+
|
32
|
+
Fix XBMC EDL style creation. Hopefully fix sorting bug for real this time.
|
33
|
+
|
34
|
+
NB that with ZoomPlayer Max's Blu-Ray support, you can watch blu-ray's edited too.
|
35
|
+
|
36
|
+
Split pomodoro timer out to its own repo. :)
|
37
|
+
|
38
|
+
= 0.34.3 3-17-12 =
|
39
|
+
|
40
|
+
Fix sorting bug. Add a few titles.
|
41
|
+
|
42
|
+
Add pomodoro timer!
|
43
|
+
|
44
|
+
= 0.34.2 2-6-12 =
|
45
|
+
|
46
|
+
minor subtitle friendli-ezations.
|
47
|
+
|
1
48
|
= 0.34.1 1-17-12 =
|
2
49
|
|
3
50
|
minor subtitle scanning improvements, EDL scanning improvements.
|
4
51
|
|
52
|
+
Note also that the subtitle profanity parser has been augmented to include "phrases that may accompany questionable scenes"
|
53
|
+
to give you hints as to where they may be, so you can search and discover them more easily/know approximately the time
|
54
|
+
when they occur/automatically find them even though not profanity per se.
|
55
|
+
|
5
56
|
= 0.34.0 1-6-12 =
|
6
57
|
|
7
58
|
Add a youtube "user controlled playback" device yes!
|
@@ -305,9 +356,9 @@ See also coupling it with [1] and [2].
|
|
305
356
|
|
306
357
|
Cleaned up upconverting options to hopefully cause less confusion. Until somebody complains otherwise.
|
307
358
|
|
308
|
-
Also note the existence of these files and their implication:
|
309
|
-
...\sensible-cinema>ls legal
|
310
|
-
control_youtube.html md5s.txt serve.rb transcript_mute_vlc.txt
|
359
|
+
Also note the existence of these files and their implication:
|
360
|
+
...\sensible-cinema>ls legal
|
361
|
+
control_youtube.html md5s.txt serve.rb transcript_mute_vlc.txt
|
311
362
|
|
312
363
|
|
313
364
|
== 0.25.4 ==
|
@@ -377,497 +428,497 @@ it all, and even use it in a limited manner.
|
|
377
428
|
|
378
429
|
Note that we can also copy to the clipboard
|
379
430
|
|
380
|
-
== 0.25.2 ==
|
381
|
-
|
382
|
-
It tracks better now if the current OCR tracked player is paused, reverting back to its current timestamp.
|
383
|
-
Added ability to "auto-select" based on the url of currently open browsers, the right EDL.
|
384
|
-
Added ability to "auto-download" an EDL based on the current movie playing in the browser. Video also shows
|
385
|
-
retraining when window changes.
|
386
|
-
Added ability to "auto-select" player based on what is running, browser windows up, crossed with movies running.
|
387
|
-
Added the above, without file download (earlier commit could do them both however).
|
388
|
-
Note that this also means that it can scan over several player descriptions to "pick the right one" automatically.
|
389
|
-
|
390
|
-
Added a demo of VLC doing "transparent" and "opaque" overlays on another running image, based on timing.
|
391
|
-
NB That I already have shown a demo of adjusting volume and/or overlaying new audio on top of existing
|
392
|
-
media (a la rifftrax) previously.
|
393
|
-
Added demo of merging two video clips, with or without opacity/user configurable locations/dynamic ok too.
|
431
|
+
== 0.25.2 ==
|
432
|
+
|
433
|
+
It tracks better now if the current OCR tracked player is paused, reverting back to its current timestamp.
|
434
|
+
Added ability to "auto-select" based on the url of currently open browsers, the right EDL.
|
435
|
+
Added ability to "auto-download" an EDL based on the current movie playing in the browser. Video also shows
|
436
|
+
retraining when window changes.
|
437
|
+
Added ability to "auto-select" player based on what is running, browser windows up, crossed with movies running.
|
438
|
+
Added the above, without file download (earlier commit could do them both however).
|
439
|
+
Note that this also means that it can scan over several player descriptions to "pick the right one" automatically.
|
440
|
+
|
441
|
+
Added a demo of VLC doing "transparent" and "opaque" overlays on another running image, based on timing.
|
442
|
+
NB That I already have shown a demo of adjusting volume and/or overlaying new audio on top of existing
|
443
|
+
media (a la rifftrax) previously.
|
444
|
+
Added demo of merging two video clips, with or without opacity/user configurable locations/dynamic ok too.
|
394
445
|
|
395
446
|
Added some demo commits showing how it could assign new/improved/user configurable/
|
396
447
|
ratings to EDL's and/or pieces of them.
|
397
448
|
|
398
|
-
Added ability to have one EDL "refer" to another..allowing multiple DVD's/dvd-id's to re-utilize the same EDL,
|
449
|
+
Added ability to have one EDL "refer" to another..allowing multiple DVD's/dvd-id's to re-utilize the same EDL,
|
399
450
|
and even add more settings of their own, if desired.
|
400
|
-
|
401
|
-
== 0.25.1 ==
|
402
|
-
|
403
|
-
Added ability to dynamically "find" which window contained the playing movie, and capture it, from desktop,
|
404
|
-
for upscaling or capturing.
|
405
|
-
|
406
|
-
added ability to "minimize" and "unminimize" a movie player window in order to "simulate" blanking.
|
407
|
-
|
408
|
-
possible speedup for slower systems without upconversion
|
409
|
-
|
410
|
-
== 0.25.0 ==
|
411
|
-
|
412
|
-
Created my own directshow screen capture filter to go along with netflix instant upconvert,
|
413
|
-
easier configurable, controllable at all LOL.
|
414
|
-
https://rdp:githubrox@github.com/rdp/open-source-directshow-screen-capture-filter.git
|
415
|
-
Version bumped some dependencies.
|
416
|
-
I can adjust programmatically where the window is "grabbed" from, and also already have
|
417
|
-
code in the base to find the correct hwnd, so could theoretically look up its coords and thus
|
418
|
-
automatically it adjust to find the right window in (hulu, netflix instant, etc), since
|
419
|
-
I already have programmed players for the same.
|
420
|
-
|
421
|
-
== 0.24.9 ==
|
422
|
-
|
423
|
-
Fix so that mplayer can display subtitles again in advanced mode. Hopefully only in advanced mode :)
|
424
|
-
|
425
|
-
NB that already mplayer2 can pull in from multiple source locations for its new EDL format: http://lists.mplayer2.org/pipermail/mplayer2-git/2011-April/000068.html
|
426
|
-
|
427
|
-
Added experimental support for upconverting {youtube, netflix instant, whatever}, complete with demo video even.
|
428
|
-
It tracks exact screen coordinates (if entered manually), and upconverts through a way of a 3rd party upconverter, to another 3rd party player.
|
429
|
-
With variable settings for upconversion.
|
430
|
-
|
431
|
-
Added support for using volume keys to "mute" or "partial" mute (equivalent of hitting down volume key on keyboard) of any 3rd party application.
|
432
|
-
With video.
|
433
|
-
|
434
|
-
Note also that the previous video of how to overlay "static" for muting is also a demonstration of how to overlay any arbitrary audio file
|
435
|
-
over any video file/player, at a given time (example: scene-based audio overlays, fan edit comment tracks, etc.) similar to RiffTrax.
|
436
|
-
|
437
|
-
== 0.24.8 ==
|
438
|
-
|
439
|
-
Fix some bugs in upconverting playback, cleanup UI.
|
440
|
-
|
441
|
-
== 0.24.7 ==
|
442
|
-
|
443
|
-
Tweak upconvert for when it has nothing set, and to not show subtitles.
|
444
|
-
Tooltip down down from infinity.
|
445
|
-
|
446
|
-
== 0.24.6 ==
|
447
|
-
|
448
|
-
Make it so it can load VIDEO_TS style directories, too.
|
449
|
-
Make it work better on slow machines.
|
450
|
-
Tweak upconvert.
|
451
|
-
|
452
|
-
== 0.24.5 ==
|
453
|
-
|
454
|
-
Fix some options for advanced mode so that it can playback files better.
|
455
|
-
Tweak upconvert to make it a bit more user friendly.
|
456
|
-
|
457
|
-
== 0.24.4 ==
|
458
|
-
|
459
|
-
Note that previous releases had the ability to "invert" skipping scenes,
|
460
|
-
by specifically listing only the scenes *to* play, not the scenes *not* to
|
461
|
-
play, as others may have done.
|
462
|
-
Created demo of it playing back static instead of muting (to overlay).
|
463
|
-
That's an extra audio file over the top of the original, while still playing
|
464
|
-
(ex: rifftrax), to "fake" a mute section.
|
465
|
-
|
466
|
-
Add an option for the upconverter to vary "strength" of screen size.
|
467
|
-
A few more demo videos.
|
468
|
-
|
469
|
-
== 0.24.3 ==
|
470
|
-
|
471
|
-
Distribution cleanups
|
472
|
-
polish up UI.
|
473
|
-
|
474
|
-
== 0.24.2 ==
|
475
|
-
|
476
|
-
In some recent version or other, added ability to start EDL's from an offset
|
477
|
-
(example: your video says it starts at 600s, it will add 600s to each EDL setting)
|
478
|
-
can auto-paste to clipboard
|
479
|
-
auto-full screen now by default for playback
|
480
|
-
In some recent revision, added ability to set upconvert options, use them for any playbacks.
|
481
|
-
Separates subtitles into "known profanities" and then "lesser" now.
|
482
|
-
|
483
|
-
It now has ability to "pre-tune" the OCR tracker with known images representing digits from known players.
|
484
|
-
Like "training" it.
|
485
|
-
|
486
|
-
Added video showing how the OCR tracker can use tracking+file selection+inline "send the window commands"
|
487
|
-
through its UI in order to minimize, which simulates or is equivalent to blanking a section,
|
488
|
-
but in realtime, causes no interruption.
|
489
|
-
|
490
|
-
Added a demonstration of using youtube javascript api's to control/monitor playback time and react appropriately.
|
491
|
-
It even mutes and skips appropriately. See demo (must be run from a web server to work). can_mute_youtube.avi
|
492
|
-
|
493
|
-
Added a demonstration of using "static overlay" as a form of muting. Basically, play some static so that it obscures
|
494
|
-
the current audio, instead of muting it. Actually works, though oddly.
|
495
|
-
|
496
|
-
Subtitles now are split into "bad" profanities and "mild" profanities for easier parsing.
|
497
|
-
|
498
|
-
Can use multiple threads to speedup playback. Slight speedup for mpeg2. Thanks mplayer guys!
|
499
|
-
|
500
|
-
== 0.24.1 ==
|
501
|
-
|
502
|
-
A few more profanities/subtitle tweaks.
|
503
|
-
Now can optionally "adjust" the auto-generated mutes from subtitles based on time
|
504
|
-
differences from the file versus from the movie file itself.
|
505
|
-
Some minor upconverting tweaks
|
506
|
-
|
507
|
-
== 0.24.0 ==
|
508
|
-
|
509
|
-
Now comes with an upconverting software player to play back DVD's/files.
|
510
|
-
This can used advanced deblocking, or hq denois3d, or lancosz filter, etc.
|
511
|
-
Uses much better mplayer options for slow computers now.
|
512
|
-
Added EDL for IQ.
|
513
|
-
Added ability to "offset" timestamps by a set factor (ex: 600s).
|
514
|
-
A few profanities added to the subtitler.
|
515
|
-
Much more compatible with mac.
|
516
|
-
Prompts users to assert they own disks for files they watch.
|
517
|
-
Added new button "watch file edited"
|
518
|
-
Now uses smplayer as the default player.
|
519
|
-
Can differentiate cross platform to decide which player to use.
|
520
|
-
Relies on mplayerx for mac now.
|
521
|
-
Other minor cleanups.
|
522
|
-
|
523
|
-
== 0.23.6 ==
|
524
|
-
|
525
|
-
Added capability/functionality to create files used in other players to automatically cut out bad scenes.
|
526
|
-
It now converts from one EDL format (ours) to another (mplayer), and saves it away as filename.mpg -> filename.edl
|
527
|
-
Now other players, like Windows Media Center, can playback files edited. Just use a plugin like mymovies,
|
528
|
-
instruct it to use smplayer as the default file player, create these .edl files, and voila, realtime playback
|
529
|
-
within a high quality media collection manager, on the fly, without much modification necessary.
|
530
|
-
|
531
|
-
Note also that work has been to convert across a wide variety of EDL formats: https://gist.github.com/52f5c6386fc67e9e6b6b
|
532
|
-
See also the history_and_related_works_list.txt file for a long list of related, previously existing works,
|
533
|
-
to get the full list to there.
|
534
|
-
|
535
|
-
== 0.23.5 ==
|
536
|
-
|
537
|
-
Cleanup some terminology/minor bug fix/usability fixes.
|
538
|
-
|
539
|
-
== 0.23.4 ==
|
540
|
-
|
541
|
-
Can process by filename now if no DVD is inserted (warns and asserts they must own it, then uses it).
|
542
|
-
It also memorizes directory names auto-magically according to source line location.
|
543
|
-
This one was quickly superceded by 0.23.5 to accomodate for some fatal bug.
|
544
|
-
|
545
|
-
== 0.23.3 ==
|
546
|
-
|
547
|
-
Revamp look of the create mode, add some buttons, revamp some docu.
|
548
|
-
|
549
|
-
== 0.23.{1,2} ==
|
550
|
-
|
551
|
-
It now *requires* outside files as file input, instead of just raw DVD's ever.
|
552
|
-
Also fixed up some unit tests.
|
553
|
-
|
554
|
-
== 0.23.0 ==
|
555
|
-
|
556
|
-
OS X compatibility. Though not heavily used it might work.
|
557
|
-
|
558
|
-
Subtitle parser/scanner: now it can scan for "complete" and "incomplete" words (e.g. hello is no longer considered a profanity)
|
559
|
-
even if they complete words are at the end of lines, middle, beginning, or the entire line. With unit tests.
|
560
|
-
|
561
|
-
Added a "play unedited with smplayer/mplayer" buttons that work better now. These are useful for
|
562
|
-
double checking the timestamps of subtitle files for accuracy.
|
563
|
-
|
564
|
-
== 0.22.1 ==
|
565
|
-
|
566
|
-
Test release for automated sourceforge build system
|
567
|
-
|
568
|
-
== 0.22.0 ==
|
569
|
-
|
570
|
-
Full release. No real changes, just made it able to be distributed again
|
571
|
-
[+ bundles its own ffmpeg instead of requiring an imagemagick installation]
|
572
|
-
|
573
|
-
== 0.21.10 == [gem only release]
|
574
|
-
|
575
|
-
The (offline) subtitle parser now generates descriptions better (to look for false positives),
|
576
|
-
and accepts parameters more easily on the command line (examle, if you want to exclude "Thor"
|
577
|
-
then its ruby lib\subtitle_profanity_finder.rb filename.srt Thor t....)
|
578
|
-
|
579
|
-
Note that I obscure profanities within the code to a "euphemized" version for human use.
|
580
|
-
|
581
|
-
Note that VLC has had a "subtitle filter" capability for awhile: https://forum.videolan.org/viewtopic.php?f=7&t=90847
|
582
|
-
|
583
|
-
Note that VLC can "upconvert" [ex: DVD's] so I guess that means since we support it, we support upconverting players.
|
584
|
-
|
585
|
-
Tons of notes on how to use (or not use) various players/grabbers.
|
586
|
-
|
587
|
-
== 0.21.9 == [gem only release]
|
588
|
-
|
589
|
-
Add profanity subtitle auto-parser-generator, which can parse .srt's, extract timestamps, look for profanity. also make it "optional" for specific profanities. (offline analyzer, doesn't include auto-OCR or what not)
|
590
|
-
This was inspired by the python program, and also an email'ed program to me that did this in C# with XBMC/mplayer EDL syntax.
|
591
|
-
Also it has optional profanities.
|
451
|
+
|
452
|
+
== 0.25.1 ==
|
453
|
+
|
454
|
+
Added ability to dynamically "find" which window contained the playing movie, and capture it, from desktop,
|
455
|
+
for upscaling or capturing.
|
456
|
+
|
457
|
+
added ability to "minimize" and "unminimize" a movie player window in order to "simulate" blanking.
|
458
|
+
|
459
|
+
possible speedup for slower systems without upconversion
|
460
|
+
|
461
|
+
== 0.25.0 ==
|
462
|
+
|
463
|
+
Created my own directshow screen capture filter to go along with netflix instant upconvert,
|
464
|
+
easier configurable, controllable at all LOL.
|
465
|
+
https://rdp:githubrox@github.com/rdp/open-source-directshow-screen-capture-filter.git
|
466
|
+
Version bumped some dependencies.
|
467
|
+
I can adjust programmatically where the window is "grabbed" from, and also already have
|
468
|
+
code in the base to find the correct hwnd, so could theoretically look up its coords and thus
|
469
|
+
automatically it adjust to find the right window in (hulu, netflix instant, etc), since
|
470
|
+
I already have programmed players for the same.
|
471
|
+
|
472
|
+
== 0.24.9 ==
|
473
|
+
|
474
|
+
Fix so that mplayer can display subtitles again in advanced mode. Hopefully only in advanced mode :)
|
475
|
+
|
476
|
+
NB that already mplayer2 can pull in from multiple source locations for its new EDL format: http://lists.mplayer2.org/pipermail/mplayer2-git/2011-April/000068.html
|
477
|
+
|
478
|
+
Added experimental support for upconverting {youtube, netflix instant, whatever}, complete with demo video even.
|
479
|
+
It tracks exact screen coordinates (if entered manually), and upconverts through a way of a 3rd party upconverter, to another 3rd party player.
|
480
|
+
With variable settings for upconversion.
|
481
|
+
|
482
|
+
Added support for using volume keys to "mute" or "partial" mute (equivalent of hitting down volume key on keyboard) of any 3rd party application.
|
483
|
+
With video.
|
484
|
+
|
485
|
+
Note also that the previous video of how to overlay "static" for muting is also a demonstration of how to overlay any arbitrary audio file
|
486
|
+
over any video file/player, at a given time (example: scene-based audio overlays, fan edit comment tracks, etc.) similar to RiffTrax.
|
487
|
+
|
488
|
+
== 0.24.8 ==
|
489
|
+
|
490
|
+
Fix some bugs in upconverting playback, cleanup UI.
|
491
|
+
|
492
|
+
== 0.24.7 ==
|
493
|
+
|
494
|
+
Tweak upconvert for when it has nothing set, and to not show subtitles.
|
495
|
+
Tooltip down down from infinity.
|
496
|
+
|
497
|
+
== 0.24.6 ==
|
498
|
+
|
499
|
+
Make it so it can load VIDEO_TS style directories, too.
|
500
|
+
Make it work better on slow machines.
|
501
|
+
Tweak upconvert.
|
502
|
+
|
503
|
+
== 0.24.5 ==
|
504
|
+
|
505
|
+
Fix some options for advanced mode so that it can playback files better.
|
506
|
+
Tweak upconvert to make it a bit more user friendly.
|
507
|
+
|
508
|
+
== 0.24.4 ==
|
509
|
+
|
510
|
+
Note that previous releases had the ability to "invert" skipping scenes,
|
511
|
+
by specifically listing only the scenes *to* play, not the scenes *not* to
|
512
|
+
play, as others may have done.
|
513
|
+
Created demo of it playing back static instead of muting (to overlay).
|
514
|
+
That's an extra audio file over the top of the original, while still playing
|
515
|
+
(ex: rifftrax), to "fake" a mute section.
|
516
|
+
|
517
|
+
Add an option for the upconverter to vary "strength" of screen size.
|
518
|
+
A few more demo videos.
|
519
|
+
|
520
|
+
== 0.24.3 ==
|
521
|
+
|
522
|
+
Distribution cleanups
|
523
|
+
polish up UI.
|
524
|
+
|
525
|
+
== 0.24.2 ==
|
526
|
+
|
527
|
+
In some recent version or other, added ability to start EDL's from an offset
|
528
|
+
(example: your video says it starts at 600s, it will add 600s to each EDL setting)
|
529
|
+
can auto-paste to clipboard
|
530
|
+
auto-full screen now by default for playback
|
531
|
+
In some recent revision, added ability to set upconvert options, use them for any playbacks.
|
532
|
+
Separates subtitles into "known profanities" and then "lesser" now.
|
533
|
+
|
534
|
+
It now has ability to "pre-tune" the OCR tracker with known images representing digits from known players.
|
535
|
+
Like "training" it.
|
536
|
+
|
537
|
+
Added video showing how the OCR tracker can use tracking+file selection+inline "send the window commands"
|
538
|
+
through its UI in order to minimize, which simulates or is equivalent to blanking a section,
|
539
|
+
but in realtime, causes no interruption.
|
540
|
+
|
541
|
+
Added a demonstration of using youtube javascript api's to control/monitor playback time and react appropriately.
|
542
|
+
It even mutes and skips appropriately. See demo (must be run from a web server to work). can_mute_youtube.avi
|
543
|
+
|
544
|
+
Added a demonstration of using "static overlay" as a form of muting. Basically, play some static so that it obscures
|
545
|
+
the current audio, instead of muting it. Actually works, though oddly.
|
546
|
+
|
547
|
+
Subtitles now are split into "bad" profanities and "mild" profanities for easier parsing.
|
548
|
+
|
549
|
+
Can use multiple threads to speedup playback. Slight speedup for mpeg2. Thanks mplayer guys!
|
550
|
+
|
551
|
+
== 0.24.1 ==
|
552
|
+
|
553
|
+
A few more profanities/subtitle tweaks.
|
554
|
+
Now can optionally "adjust" the auto-generated mutes from subtitles based on time
|
555
|
+
differences from the file versus from the movie file itself.
|
556
|
+
Some minor upconverting tweaks
|
557
|
+
|
558
|
+
== 0.24.0 ==
|
559
|
+
|
560
|
+
Now comes with an upconverting software player to play back DVD's/files.
|
561
|
+
This can used advanced deblocking, or hq denois3d, or lancosz filter, etc.
|
562
|
+
Uses much better mplayer options for slow computers now.
|
563
|
+
Added EDL for IQ.
|
564
|
+
Added ability to "offset" timestamps by a set factor (ex: 600s).
|
565
|
+
A few profanities added to the subtitler.
|
566
|
+
Much more compatible with mac.
|
567
|
+
Prompts users to assert they own disks for files they watch.
|
568
|
+
Added new button "watch file edited"
|
569
|
+
Now uses smplayer as the default player.
|
570
|
+
Can differentiate cross platform to decide which player to use.
|
571
|
+
Relies on mplayerx for mac now.
|
572
|
+
Other minor cleanups.
|
573
|
+
|
574
|
+
== 0.23.6 ==
|
575
|
+
|
576
|
+
Added capability/functionality to create files used in other players to automatically cut out bad scenes.
|
577
|
+
It now converts from one EDL format (ours) to another (mplayer), and saves it away as filename.mpg -> filename.edl
|
578
|
+
Now other players, like Windows Media Center, can playback files edited. Just use a plugin like mymovies,
|
579
|
+
instruct it to use smplayer as the default file player, create these .edl files, and voila, realtime playback
|
580
|
+
within a high quality media collection manager, on the fly, without much modification necessary.
|
581
|
+
|
582
|
+
Note also that work has been to convert across a wide variety of EDL formats: https://gist.github.com/52f5c6386fc67e9e6b6b
|
583
|
+
See also the history_and_related_works_list.txt file for a long list of related, previously existing works,
|
584
|
+
to get the full list to there.
|
585
|
+
|
586
|
+
== 0.23.5 ==
|
587
|
+
|
588
|
+
Cleanup some terminology/minor bug fix/usability fixes.
|
589
|
+
|
590
|
+
== 0.23.4 ==
|
591
|
+
|
592
|
+
Can process by filename now if no DVD is inserted (warns and asserts they must own it, then uses it).
|
593
|
+
It also memorizes directory names auto-magically according to source line location.
|
594
|
+
This one was quickly superceded by 0.23.5 to accomodate for some fatal bug.
|
595
|
+
|
596
|
+
== 0.23.3 ==
|
597
|
+
|
598
|
+
Revamp look of the create mode, add some buttons, revamp some docu.
|
599
|
+
|
600
|
+
== 0.23.{1,2} ==
|
601
|
+
|
602
|
+
It now *requires* outside files as file input, instead of just raw DVD's ever.
|
603
|
+
Also fixed up some unit tests.
|
604
|
+
|
605
|
+
== 0.23.0 ==
|
606
|
+
|
607
|
+
OS X compatibility. Though not heavily used it might work.
|
608
|
+
|
609
|
+
Subtitle parser/scanner: now it can scan for "complete" and "incomplete" words (e.g. hello is no longer considered a profanity)
|
610
|
+
even if they complete words are at the end of lines, middle, beginning, or the entire line. With unit tests.
|
611
|
+
|
612
|
+
Added a "play unedited with smplayer/mplayer" buttons that work better now. These are useful for
|
613
|
+
double checking the timestamps of subtitle files for accuracy.
|
614
|
+
|
615
|
+
== 0.22.1 ==
|
616
|
+
|
617
|
+
Test release for automated sourceforge build system
|
618
|
+
|
619
|
+
== 0.22.0 ==
|
620
|
+
|
621
|
+
Full release. No real changes, just made it able to be distributed again
|
622
|
+
[+ bundles its own ffmpeg instead of requiring an imagemagick installation]
|
623
|
+
|
624
|
+
== 0.21.10 == [gem only release]
|
625
|
+
|
626
|
+
The (offline) subtitle parser now generates descriptions better (to look for false positives),
|
627
|
+
and accepts parameters more easily on the command line (examle, if you want to exclude "Thor"
|
628
|
+
then its ruby lib\subtitle_profanity_finder.rb filename.srt Thor t....)
|
629
|
+
|
630
|
+
Note that I obscure profanities within the code to a "euphemized" version for human use.
|
631
|
+
|
632
|
+
Note that VLC has had a "subtitle filter" capability for awhile: https://forum.videolan.org/viewtopic.php?f=7&t=90847
|
633
|
+
|
634
|
+
Note that VLC can "upconvert" [ex: DVD's] so I guess that means since we support it, we support upconverting players.
|
635
|
+
|
636
|
+
Tons of notes on how to use (or not use) various players/grabbers.
|
637
|
+
|
638
|
+
== 0.21.9 == [gem only release]
|
639
|
+
|
640
|
+
Add profanity subtitle auto-parser-generator, which can parse .srt's, extract timestamps, look for profanity. also make it "optional" for specific profanities. (offline analyzer, doesn't include auto-OCR or what not)
|
641
|
+
This was inspired by the python program, and also an email'ed program to me that did this in C# with XBMC/mplayer EDL syntax.
|
642
|
+
Also it has optional profanities.
|
592
643
|
|
593
644
|
Note well that avidemux can extract subtitles from tracks (example: from DVD) through training it on character recognition (trainable), and parses it out for you appropriately. It's a separate, unrelated open source project. Note also that VLC and other players can overlay arbitrary .srt subtitles over movies, and also they can display DVD subtitles correctly. See also the python movie content editor. Also note that several programs can just use normal OCR to extract .srt's from subtitle overlays/tracks.
|
594
|
-
|
595
|
-
Demo of auto-adjusted time signature, to map for instance a timestamps to another player, or what not.
|
596
|
-
|
597
|
-
Also some cross platform capabilities.
|
598
|
-
|
599
|
-
== 0.21.9 == (released same day as 0.21.8 to try to clarify quickly)
|
600
|
-
|
601
|
-
Added some lists of previously existing work.
|
602
|
-
|
603
|
-
Clarified licenses and agreement.
|
604
|
-
|
605
|
-
Note also that zoomplayer has an (unrelated) "cut scene" editor, and anydvd has "dynamic DVD re-write"
|
606
|
-
|
607
|
-
== 0.21.8 ==
|
608
|
-
|
609
|
-
Added demo/prototype of being able to automatically adjust timestamps, given an input one,
|
610
|
-
to match say other players' location of that timestamp.
|
611
|
-
|
612
|
-
Note also that we have done tons of previous functionality related to selecting DVD title tracks appropriately.
|
613
|
-
|
614
|
-
Note also that since basically the original the online player has ability to not just skip scenes but "overlay" them so that they are not seen, and/or mute them.
|
615
|
-
|
616
|
-
Note also that SPlayer has the ability to use a DVD to lookup its information/subtitles, which is an interesting invention.
|
617
|
-
|
618
|
-
== 0.21.7 ==
|
619
|
-
|
620
|
-
Basically just added some demos codes/inventionzy stuff.
|
621
|
-
|
622
|
-
NB that sensible cinema can mute by muting system volume/adjusting it [the unmute actually uses adjustment]:
|
623
|
-
http://www.youtube.com/watch?v=8cUV8DKLOK8
|
624
|
-
or by using keystrokes sent directly to the application to mute it via the application:
|
625
|
-
http://www.youtube.com/watch?v=0AsJtVyVMzk
|
626
|
-
(and has been able to do this for quite some time)
|
627
|
-
|
628
|
-
Note also that many other forms of automation techniques have already existed (ex: autoit, etc.)
|
629
|
-
|
630
|
-
Note also that this other, separate project http://code.google.com/p/movie-content-editor/
|
631
|
-
can autodownload captions based on some unique identifier of the video
|
632
|
-
(a hash, which also apparently works with DVD's), parse the downloaded captions, and
|
633
|
-
use that information [see below] to call straight into a controlled
|
634
|
-
sub-player's API to then monitor and control the player.
|
635
|
-
|
636
|
-
Note that sensible-cinema can convert among various types of EDL playbacks, as well.
|
637
|
-
|
638
|
-
Note also that mplayer has a sort of EDL training mode, with
|
645
|
+
|
646
|
+
Demo of auto-adjusted time signature, to map for instance a timestamps to another player, or what not.
|
647
|
+
|
648
|
+
Also some cross platform capabilities.
|
649
|
+
|
650
|
+
== 0.21.9 == (released same day as 0.21.8 to try to clarify quickly)
|
651
|
+
|
652
|
+
Added some lists of previously existing work.
|
653
|
+
|
654
|
+
Clarified licenses and agreement.
|
655
|
+
|
656
|
+
Note also that zoomplayer has an (unrelated) "cut scene" editor, and anydvd has "dynamic DVD re-write"
|
657
|
+
|
658
|
+
== 0.21.8 ==
|
659
|
+
|
660
|
+
Added demo/prototype of being able to automatically adjust timestamps, given an input one,
|
661
|
+
to match say other players' location of that timestamp.
|
662
|
+
|
663
|
+
Note also that we have done tons of previous functionality related to selecting DVD title tracks appropriately.
|
664
|
+
|
665
|
+
Note also that since basically the original the online player has ability to not just skip scenes but "overlay" them so that they are not seen, and/or mute them.
|
666
|
+
|
667
|
+
Note also that SPlayer has the ability to use a DVD to lookup its information/subtitles, which is an interesting invention.
|
668
|
+
|
669
|
+
== 0.21.7 ==
|
670
|
+
|
671
|
+
Basically just added some demos codes/inventionzy stuff.
|
672
|
+
|
673
|
+
NB that sensible cinema can mute by muting system volume/adjusting it [the unmute actually uses adjustment]:
|
674
|
+
http://www.youtube.com/watch?v=8cUV8DKLOK8
|
675
|
+
or by using keystrokes sent directly to the application to mute it via the application:
|
676
|
+
http://www.youtube.com/watch?v=0AsJtVyVMzk
|
677
|
+
(and has been able to do this for quite some time)
|
678
|
+
|
679
|
+
Note also that many other forms of automation techniques have already existed (ex: autoit, etc.)
|
680
|
+
|
681
|
+
Note also that this other, separate project http://code.google.com/p/movie-content-editor/
|
682
|
+
can autodownload captions based on some unique identifier of the video
|
683
|
+
(a hash, which also apparently works with DVD's), parse the downloaded captions, and
|
684
|
+
use that information [see below] to call straight into a controlled
|
685
|
+
sub-player's API to then monitor and control the player.
|
686
|
+
|
687
|
+
Note that sensible-cinema can convert among various types of EDL playbacks, as well.
|
688
|
+
|
689
|
+
Note also that mplayer has a sort of EDL training mode, with
|
639
690
|
realtime tracking and input to create EDL's easily, using user keyboard input in realtime.
|
640
|
-
|
641
|
-
Note also that our EDL's can include URL's, ex: the youtube url in question, or netflix url.
|
642
|
-
|
643
|
-
Note also that since we can control VLC (via screen tracking, or API such as
|
644
|
-
http://code.google.com/p/movie-content-editor/
|
645
|
-
) which means that our system works for blu rays, as well, inasmuch as VLC +- handbrake plays blu ray
|
646
|
-
http://www.videolan.org/developers/libbluray.html
|
647
|
-
|
648
|
-
It could also track blu-ray players like PowerDVD, so check there.
|
649
|
-
|
691
|
+
|
692
|
+
Note also that our EDL's can include URL's, ex: the youtube url in question, or netflix url.
|
693
|
+
|
694
|
+
Note also that since we can control VLC (via screen tracking, or API such as
|
695
|
+
http://code.google.com/p/movie-content-editor/
|
696
|
+
) which means that our system works for blu rays, as well, inasmuch as VLC +- handbrake plays blu ray
|
697
|
+
http://www.videolan.org/developers/libbluray.html
|
698
|
+
|
699
|
+
It could also track blu-ray players like PowerDVD, so check there.
|
700
|
+
|
650
701
|
Also note that dvd profiler has been able to auto-download based on DVD title for quite awhile, since 1999 http://www.afterdawn.com/news/article.cfm/1999/07/14/dvd_profiler_open_beta_available
|
651
702
|
|
652
703
|
Note also some original content ideas here:
|
653
704
|
http://betterlogic.com/roger/2009/02/user-contributed-movie-scene-selection-or-past-clearplay/
|
654
|
-
and
|
655
|
-
http://programming-gone-awry.blogspot.com/2009/12/beyond-clearplay.html
|
705
|
+
and
|
706
|
+
http://programming-gone-awry.blogspot.com/2009/12/beyond-clearplay.html
|
656
707
|
|
657
708
|
Note also that gracenote CDDB has been able to do remote lookups based on metrics and/or title of optical discs for years.
|
658
|
-
|
659
|
-
Note also that Sensible Cinema has for several releases been able to auto-adjust timing info based on player.
|
660
|
-
|
661
|
-
Note also that we have a unit test that can control mouse position, and monitor it for changes, and use this
|
662
|
-
information to control our own mouse control, so it uses it like feedback, ex: less frequent jerking at times.
|
663
|
-
|
709
|
+
|
710
|
+
Note also that Sensible Cinema has for several releases been able to auto-adjust timing info based on player.
|
711
|
+
|
712
|
+
Note also that we have a unit test that can control mouse position, and monitor it for changes, and use this
|
713
|
+
information to control our own mouse control, so it uses it like feedback, ex: less frequent jerking at times.
|
714
|
+
|
664
715
|
So we can also jerk less frequently in certain given circumstances.
|
665
|
-
|
666
|
-
Note that I have heard tell of an edited movie service that streams "edited content" through the web to an end listener.
|
667
|
-
|
668
|
-
== 0.21.6 ==
|
669
|
-
|
670
|
-
Can work on windows 7 64 bit now
|
671
|
-
added ability to control whether needs mouse movement or not [control mouse movement]
|
672
|
-
brought back in youtube EDL's
|
673
|
-
added new feature to actually manipulate the mouse to control the playback controls
|
674
|
-
of the internal (embedded player), so it's like automaton controlling video playback.
|
675
|
-
|
676
|
-
demo of all: http://www.youtube.com/watch?v=gJ4jFCFPan0
|
677
|
-
|
678
|
-
== 0.21.6 ==
|
679
|
-
|
680
|
-
Note that this other project http://code.google.com/p/movie-content-editor/ previously existed and has
|
681
|
-
capability to take a list of subtitles (captions) for a VLC compatible device (file, DVD)
|
682
|
-
and control VLC to mute or skip over scenes. It can have a user-configurable
|
683
|
-
list of "words to avoid." It can also take the caption avoidable scene list, and merge
|
684
|
-
that one with a user given list, to come up with a "final" skip/mute list.
|
685
|
-
|
686
|
-
Note also that comskip:
|
687
|
-
http://www.kaashoek.com/comskip
|
688
|
-
Analyzes video for certain aspects and auto-skips scenes based on computerized criteria,
|
689
|
-
it also includes machine learning for that regard.
|
690
|
-
|
691
|
-
== 0.21.5 ==
|
692
|
-
|
693
|
-
Minor verbiage/instructions.
|
694
|
-
|
695
|
-
== 0.21.4 ==
|
696
|
-
|
697
|
-
Added some todo, re-ordered some buttons to make more user friendly et al.
|
698
|
-
|
699
|
-
Also note that some other projects, like
|
700
|
-
http://universalsubtitles.org/
|
701
|
-
are related and exist and use web players' javascript API hooks into players in order to
|
702
|
-
track playback and insert dynamic overlays, and use their internal volume
|
703
|
-
control, all based on timestamp or inferred timestamp.
|
704
|
-
|
705
|
-
+- https://github.com/8planes/mirosubs
|
706
|
-
|
707
|
-
== 0.21.3 ==
|
708
|
-
|
709
|
-
Fix installation mistake.
|
710
|
-
Add a "netflix instant" descriptor. Seems to work well on firefox on windows.
|
711
|
-
|
712
|
-
Note also that anything you can view on your computer you can view precisely the same,
|
713
|
-
and with audio, by capturing and "beaming" the screen (like playon.tv does) to your
|
714
|
-
console or to another computer. See also VLC, which can stream arbitrary streams,
|
715
|
-
including the current system screen, and the current system sound, if you pass it
|
716
|
-
the right directshow parameters.
|
717
|
-
|
718
|
-
You could also use a projector to project anything you see on your computer.
|
719
|
-
|
720
|
-
Note also that with the previous code (screen tracker), it already had the capability to do
|
721
|
-
"mutes" and "blank out overlays" simultaneously, for quite a few releases now.
|
722
|
-
|
723
|
-
== 0.21.2 ==
|
724
|
-
|
725
|
-
Make fast preview faster, some minor cleanups.
|
726
|
-
|
727
|
-
== 0.21.1 ==
|
728
|
-
|
729
|
-
Set lower priority for processes better.
|
730
|
-
|
731
|
-
== 0.20.5 ==
|
732
|
-
|
733
|
-
Now allow for editing using EDL mode only.
|
734
|
-
Also lower the priority for [most] processes during create time.
|
735
|
-
|
736
|
-
== 0.20.3 ==
|
737
|
-
|
738
|
-
Minor aesthetics, also it works now with mplayer EDL mode.
|
739
|
-
|
740
|
-
== 0.20.0 ==
|
741
|
-
|
742
|
-
Add a "fast preview" option which makes editing...faster. Also it incorporates the "arbitrary precision" around settings.
|
743
|
-
|
744
|
-
== 0.19.7 ==
|
745
|
-
|
746
|
-
Slightly more user friendly error handling.
|
747
|
-
|
748
|
-
== 0.19.6 ==
|
749
|
-
|
750
|
-
Update terminology to make it more clear what can play what when it's done.
|
751
|
-
|
752
|
-
== 0.19.5 ==
|
753
|
-
|
754
|
-
Some notes, deploy methods.
|
755
|
-
|
756
|
-
== 0.19.4 ==
|
757
|
-
|
758
|
-
Now you can specify an arbitrary "precision" around mute settings to make them more conservative or not.
|
759
|
-
Add audio alert.
|
760
|
-
Fix broken button.
|
761
|
-
|
762
|
-
== 0.19.3 ==
|
763
|
-
|
764
|
-
Hopefully work with audio from more DVD's now.
|
765
|
-
|
766
|
-
== 0.19.2 ==
|
767
|
-
|
768
|
-
More user friendliness.
|
769
|
-
|
770
|
-
== 0.19.1 ==
|
771
|
-
|
772
|
-
Clarify buttons' meanings, layout (add one), fix some bugs in create mode, like it not re-loading edited files.
|
773
|
-
Can optionally watch unedited.
|
774
|
-
|
775
|
-
== 0.19.0 ==
|
776
|
-
|
777
|
-
Add working EDL playback with mplayer, cleanup interfaces.
|
778
|
-
Also add ability to arbitrarily "enlargen" the scope of edit decisions (in this case, mutes), to match
|
779
|
-
(either paranoia or) mplayer playback, useful for daily normal use, too, in principle.
|
780
|
-
|
781
|
-
== 0.18.3 ==
|
782
|
-
|
783
|
-
Cleanup UI, make more user friendly in a few circumstances, for create, fix buttons.
|
784
|
-
|
785
|
-
== 0.18.0 ==
|
786
|
-
|
787
|
-
Add some home video EDL's, clarify the license(s), use a slightly better video codec, minor bug fixes/refactoring.
|
788
|
-
|
789
|
-
== 0.17.0 ==
|
790
|
-
|
791
|
-
Grab using a different codec (wish I could grab to the *same* codec)
|
792
|
-
Also note that, though Sensible Cinema doesn't do this yet (ping me if you want it),
|
793
|
-
RiffTrax provides players, capability, and files to be able to "overlay" a video
|
794
|
-
with another person's voice/audio.
|
795
|
-
|
796
|
-
== 0.16.7 ==
|
797
|
-
|
798
|
-
Accomodate for disks that have scratches in them better.
|
799
|
-
|
800
|
-
== 0.16.5 ==
|
801
|
-
|
802
|
-
Enable "preferences merging" of user preferences with an edit decision list to come up with a new edit decision list for them.
|
803
|
-
The prototypes are there, though it's not enabled.
|
804
|
-
|
805
|
-
== 0.16.0 ==
|
806
|
-
|
807
|
-
Change the YAML style so that it can have filterable categories (disabled for now in production, but there are unit tests
|
808
|
-
that show the use of such as a form of "combining user preferences" with the EDL to produce a
|
809
|
-
new customized one.
|
810
|
-
|
811
|
-
Allow for quite more easily user creation/editing of EDL's by allowing users to access just specific "scenes" of the video edited.
|
812
|
-
|
813
|
-
Disable title auto selection use, now use md5sum of the DVD's IFO files for auto-selection of EDL.
|
814
|
-
|
815
|
-
== 0.15.0 ==
|
816
|
-
|
817
|
-
Use all i-frames for more accurate precision in cutting segments.
|
818
|
-
Also use ffmpeg and mencoder for the same (no more VLC for encoding). Phew.
|
819
|
-
Note that by at least this version, auto DVD title selection as a parameter has been built in (see git log).
|
820
|
-
Note that by at least this version, it could compute an md5sum of a DVD's IFO files to compute
|
821
|
-
a unique ID for that disk.
|
822
|
-
Note that before this, I was using the volume name to generate filenames.
|
823
|
-
Note that several (even more) revisions ago, I used on screen timestamp OCR and thus tracking to be able to
|
824
|
-
control output of hulu, youtube, etc. (online displayable programs).
|
825
|
-
|
826
|
-
== 0.14.8 ==
|
827
|
-
|
828
|
-
Fix some copying bugs.
|
829
|
-
|
830
|
-
== 0.14.6 ==
|
831
|
-
|
832
|
-
Auto-select EDL depending on which disk they have.
|
833
|
-
|
834
|
-
== 0.14.5 ==
|
835
|
-
|
836
|
-
Made it distributable more easily.
|
837
|
-
|
838
|
-
== 0.14.4 ==
|
839
|
-
|
840
|
-
Add a progress bar.
|
841
|
-
|
842
|
-
== 0.14.{2,3} ==
|
843
|
-
|
844
|
-
Minor changes.
|
845
|
-
|
846
|
-
== 0.14.1 ==
|
847
|
-
|
848
|
-
Add ChangeLog (this file).
|
849
|
-
|
850
|
-
== 0.14.0 ==
|
851
|
-
|
852
|
-
Now it offers you a button to either play it on your computer, using VLC, or rip it to a file
|
853
|
-
(possibly write that to some other media, then play it say on your DVD player), or play it using screen tracking.
|
854
|
-
|
855
|
-
== From various previous releases ==
|
856
|
-
It now provides for screen tracking of DVD's, youtube, hulu, and anything else you want to play on VLC, and has
|
857
|
-
automatic detection of CD-Drives for ripping/playing back. It can handle full screen or windowed playback.
|
858
|
-
It can rip from user specified "title tracks" now. It has a nice GUI. The GUI can tell you which DVD is in which
|
859
|
-
drive so you know more easily which one to choose.
|
860
|
-
|
861
|
-
When screen tracking, it employs a "mouse moving" (feedback to computer) in order to keep the screen timestamp visible.
|
862
|
-
It allows for both "instant playback" watching a DVD, as well as "ripping a stream to a single file on your computer" in order to view
|
863
|
-
it from there (which is arguably easier to view). The single file can be put on a flash drive and played
|
864
|
-
via some console or other player, or can be copied to a disc and played in a DVD/blu-ray player.
|
865
|
-
|
866
|
-
When screen tracking, it uses input to the system (simulated keystrokes) to simulate a user "mute"
|
867
|
-
It overlays the playing screen (movie) with a separate window in order to simulate a "blank out" or
|
868
|
-
"skip this scene" which can be used with or without the mutes, as well.
|
869
|
-
|
870
|
-
Note that previous releases had this functionality: VLC could "grab" the various sections from a DVD, one at a time, and
|
871
|
-
either play them back in sequence [serially], or save all of them, appending to a single final "file", using either
|
872
|
-
a batch file to accomplish the same, or an XSPF playlist that designated the start and stop times and fed that
|
716
|
+
|
717
|
+
Note that I have heard tell of an edited movie service that streams "edited content" through the web to an end listener.
|
718
|
+
|
719
|
+
== 0.21.6 ==
|
720
|
+
|
721
|
+
Can work on windows 7 64 bit now
|
722
|
+
added ability to control whether needs mouse movement or not [control mouse movement]
|
723
|
+
brought back in youtube EDL's
|
724
|
+
added new feature to actually manipulate the mouse to control the playback controls
|
725
|
+
of the internal (embedded player), so it's like automaton controlling video playback.
|
726
|
+
|
727
|
+
demo of all: http://www.youtube.com/watch?v=gJ4jFCFPan0
|
728
|
+
|
729
|
+
== 0.21.6 ==
|
730
|
+
|
731
|
+
Note that this other project http://code.google.com/p/movie-content-editor/ previously existed and has
|
732
|
+
capability to take a list of subtitles (captions) for a VLC compatible device (file, DVD)
|
733
|
+
and control VLC to mute or skip over scenes. It can have a user-configurable
|
734
|
+
list of "words to avoid." It can also take the caption avoidable scene list, and merge
|
735
|
+
that one with a user given list, to come up with a "final" skip/mute list.
|
736
|
+
|
737
|
+
Note also that comskip:
|
738
|
+
http://www.kaashoek.com/comskip
|
739
|
+
Analyzes video for certain aspects and auto-skips scenes based on computerized criteria,
|
740
|
+
it also includes machine learning for that regard.
|
741
|
+
|
742
|
+
== 0.21.5 ==
|
743
|
+
|
744
|
+
Minor verbiage/instructions.
|
745
|
+
|
746
|
+
== 0.21.4 ==
|
747
|
+
|
748
|
+
Added some todo, re-ordered some buttons to make more user friendly et al.
|
749
|
+
|
750
|
+
Also note that some other projects, like
|
751
|
+
http://universalsubtitles.org/
|
752
|
+
are related and exist and use web players' javascript API hooks into players in order to
|
753
|
+
track playback and insert dynamic overlays, and use their internal volume
|
754
|
+
control, all based on timestamp or inferred timestamp.
|
755
|
+
|
756
|
+
+- https://github.com/8planes/mirosubs
|
757
|
+
|
758
|
+
== 0.21.3 ==
|
759
|
+
|
760
|
+
Fix installation mistake.
|
761
|
+
Add a "netflix instant" descriptor. Seems to work well on firefox on windows.
|
762
|
+
|
763
|
+
Note also that anything you can view on your computer you can view precisely the same,
|
764
|
+
and with audio, by capturing and "beaming" the screen (like playon.tv does) to your
|
765
|
+
console or to another computer. See also VLC, which can stream arbitrary streams,
|
766
|
+
including the current system screen, and the current system sound, if you pass it
|
767
|
+
the right directshow parameters.
|
768
|
+
|
769
|
+
You could also use a projector to project anything you see on your computer.
|
770
|
+
|
771
|
+
Note also that with the previous code (screen tracker), it already had the capability to do
|
772
|
+
"mutes" and "blank out overlays" simultaneously, for quite a few releases now.
|
773
|
+
|
774
|
+
== 0.21.2 ==
|
775
|
+
|
776
|
+
Make fast preview faster, some minor cleanups.
|
777
|
+
|
778
|
+
== 0.21.1 ==
|
779
|
+
|
780
|
+
Set lower priority for processes better.
|
781
|
+
|
782
|
+
== 0.20.5 ==
|
783
|
+
|
784
|
+
Now allow for editing using EDL mode only.
|
785
|
+
Also lower the priority for [most] processes during create time.
|
786
|
+
|
787
|
+
== 0.20.3 ==
|
788
|
+
|
789
|
+
Minor aesthetics, also it works now with mplayer EDL mode.
|
790
|
+
|
791
|
+
== 0.20.0 ==
|
792
|
+
|
793
|
+
Add a "fast preview" option which makes editing...faster. Also it incorporates the "arbitrary precision" around settings.
|
794
|
+
|
795
|
+
== 0.19.7 ==
|
796
|
+
|
797
|
+
Slightly more user friendly error handling.
|
798
|
+
|
799
|
+
== 0.19.6 ==
|
800
|
+
|
801
|
+
Update terminology to make it more clear what can play what when it's done.
|
802
|
+
|
803
|
+
== 0.19.5 ==
|
804
|
+
|
805
|
+
Some notes, deploy methods.
|
806
|
+
|
807
|
+
== 0.19.4 ==
|
808
|
+
|
809
|
+
Now you can specify an arbitrary "precision" around mute settings to make them more conservative or not.
|
810
|
+
Add audio alert.
|
811
|
+
Fix broken button.
|
812
|
+
|
813
|
+
== 0.19.3 ==
|
814
|
+
|
815
|
+
Hopefully work with audio from more DVD's now.
|
816
|
+
|
817
|
+
== 0.19.2 ==
|
818
|
+
|
819
|
+
More user friendliness.
|
820
|
+
|
821
|
+
== 0.19.1 ==
|
822
|
+
|
823
|
+
Clarify buttons' meanings, layout (add one), fix some bugs in create mode, like it not re-loading edited files.
|
824
|
+
Can optionally watch unedited.
|
825
|
+
|
826
|
+
== 0.19.0 ==
|
827
|
+
|
828
|
+
Add working EDL playback with mplayer, cleanup interfaces.
|
829
|
+
Also add ability to arbitrarily "enlargen" the scope of edit decisions (in this case, mutes), to match
|
830
|
+
(either paranoia or) mplayer playback, useful for daily normal use, too, in principle.
|
831
|
+
|
832
|
+
== 0.18.3 ==
|
833
|
+
|
834
|
+
Cleanup UI, make more user friendly in a few circumstances, for create, fix buttons.
|
835
|
+
|
836
|
+
== 0.18.0 ==
|
837
|
+
|
838
|
+
Add some home video EDL's, clarify the license(s), use a slightly better video codec, minor bug fixes/refactoring.
|
839
|
+
|
840
|
+
== 0.17.0 ==
|
841
|
+
|
842
|
+
Grab using a different codec (wish I could grab to the *same* codec)
|
843
|
+
Also note that, though Sensible Cinema doesn't do this yet (ping me if you want it),
|
844
|
+
RiffTrax provides players, capability, and files to be able to "overlay" a video
|
845
|
+
with another person's voice/audio.
|
846
|
+
|
847
|
+
== 0.16.7 ==
|
848
|
+
|
849
|
+
Accomodate for disks that have scratches in them better.
|
850
|
+
|
851
|
+
== 0.16.5 ==
|
852
|
+
|
853
|
+
Enable "preferences merging" of user preferences with an edit decision list to come up with a new edit decision list for them.
|
854
|
+
The prototypes are there, though it's not enabled.
|
855
|
+
|
856
|
+
== 0.16.0 ==
|
857
|
+
|
858
|
+
Change the YAML style so that it can have filterable categories (disabled for now in production, but there are unit tests
|
859
|
+
that show the use of such as a form of "combining user preferences" with the EDL to produce a
|
860
|
+
new customized one.
|
861
|
+
|
862
|
+
Allow for quite more easily user creation/editing of EDL's by allowing users to access just specific "scenes" of the video edited.
|
863
|
+
|
864
|
+
Disable title auto selection use, now use md5sum of the DVD's IFO files for auto-selection of EDL.
|
865
|
+
|
866
|
+
== 0.15.0 ==
|
867
|
+
|
868
|
+
Use all i-frames for more accurate precision in cutting segments.
|
869
|
+
Also use ffmpeg and mencoder for the same (no more VLC for encoding). Phew.
|
870
|
+
Note that by at least this version, auto DVD title selection as a parameter has been built in (see git log).
|
871
|
+
Note that by at least this version, it could compute an md5sum of a DVD's IFO files to compute
|
872
|
+
a unique ID for that disk.
|
873
|
+
Note that before this, I was using the volume name to generate filenames.
|
874
|
+
Note that several (even more) revisions ago, I used on screen timestamp OCR and thus tracking to be able to
|
875
|
+
control output of hulu, youtube, etc. (online displayable programs).
|
876
|
+
|
877
|
+
== 0.14.8 ==
|
878
|
+
|
879
|
+
Fix some copying bugs.
|
880
|
+
|
881
|
+
== 0.14.6 ==
|
882
|
+
|
883
|
+
Auto-select EDL depending on which disk they have.
|
884
|
+
|
885
|
+
== 0.14.5 ==
|
886
|
+
|
887
|
+
Made it distributable more easily.
|
888
|
+
|
889
|
+
== 0.14.4 ==
|
890
|
+
|
891
|
+
Add a progress bar.
|
892
|
+
|
893
|
+
== 0.14.{2,3} ==
|
894
|
+
|
895
|
+
Minor changes.
|
896
|
+
|
897
|
+
== 0.14.1 ==
|
898
|
+
|
899
|
+
Add ChangeLog (this file).
|
900
|
+
|
901
|
+
== 0.14.0 ==
|
902
|
+
|
903
|
+
Now it offers you a button to either play it on your computer, using VLC, or rip it to a file
|
904
|
+
(possibly write that to some other media, then play it say on your DVD player), or play it using screen tracking.
|
905
|
+
|
906
|
+
== From various previous releases ==
|
907
|
+
It now provides for screen tracking of DVD's, youtube, hulu, and anything else you want to play on VLC, and has
|
908
|
+
automatic detection of CD-Drives for ripping/playing back. It can handle full screen or windowed playback.
|
909
|
+
It can rip from user specified "title tracks" now. It has a nice GUI. The GUI can tell you which DVD is in which
|
910
|
+
drive so you know more easily which one to choose.
|
911
|
+
|
912
|
+
When screen tracking, it employs a "mouse moving" (feedback to computer) in order to keep the screen timestamp visible.
|
913
|
+
It allows for both "instant playback" watching a DVD, as well as "ripping a stream to a single file on your computer" in order to view
|
914
|
+
it from there (which is arguably easier to view). The single file can be put on a flash drive and played
|
915
|
+
via some console or other player, or can be copied to a disc and played in a DVD/blu-ray player.
|
916
|
+
|
917
|
+
When screen tracking, it uses input to the system (simulated keystrokes) to simulate a user "mute"
|
918
|
+
It overlays the playing screen (movie) with a separate window in order to simulate a "blank out" or
|
919
|
+
"skip this scene" which can be used with or without the mutes, as well.
|
920
|
+
|
921
|
+
Note that previous releases had this functionality: VLC could "grab" the various sections from a DVD, one at a time, and
|
922
|
+
either play them back in sequence [serially], or save all of them, appending to a single final "file", using either
|
923
|
+
a batch file to accomplish the same, or an XSPF playlist that designated the start and stop times and fed that
|
873
924
|
into the player.
|