sensible-cinema 0.21.5 → 0.21.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/LICENSE.TXT +13 -11
  2. data/README +59 -45
  3. data/Rakefile +27 -17
  4. data/TODO +272 -210
  5. data/VERSION +1 -1
  6. data/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_INSTEAD +0 -0
  7. data/bin/{sensible-cinema.rb → sensible-cinema} +40 -24
  8. data/bin/sensible-cinema-cli +7 -1
  9. data/business_ideas.txt +13 -0
  10. data/{ChangeLog → change_log_with_feature_list.txt} +97 -3
  11. data/development.txt +4 -0
  12. data/{experimental_readme.txt → experimental_ocr_readme.txt} +1 -1
  13. data/go.bat +2 -1
  14. data/go_ocr_tracker.bat +1 -0
  15. data/gocreatemode.bat +1 -0
  16. data/how_to_create_your_own_delete_lists.txt +11 -12
  17. data/legal/md5s.txt +50 -0
  18. data/legal/transcript_mute_vlc.txt +117 -0
  19. data/legal2 +1 -0
  20. data/lib/auto_convert.rb +3 -0
  21. data/lib/blanker.rb +22 -11
  22. data/lib/count_down_timer_jruby_swing.rb +40 -0
  23. data/lib/edl_converter.rb +34 -0
  24. data/lib/mouse.rb +61 -14
  25. data/lib/muter.rb +19 -5
  26. data/lib/profanity_finder.rb +84 -0
  27. data/{todo_if_need_speed → ocr.todo_if_need_speed} +0 -0
  28. data/propaganda +73 -0
  29. data/sensible-cinema.gemspec +45 -23
  30. data/spec/common.rb +1 -1
  31. data/spec/mouse.spec.rb +16 -1
  32. data/spec/notes +251 -8
  33. data/spec/screen_tracker.spec.rb +6 -4
  34. data/template_bats/RUN SENSIBLE CINEMA CLICK HERE.bat +19 -0
  35. data/template_bats/advanced--create or edit sensible cinema delete list files.bat +1 -0
  36. data/todo.build_library.txt +11 -0
  37. data/todo.inventionzy.txt +56 -0
  38. data/todo.open_edl_list_org.txt +148 -0
  39. data/todo.subtitle +35 -0
  40. data/www/index.html +46 -16
  41. data/zamples/edit_decision_lists/{netflix/example_file_copy_me.txt → dvds/example_delete_list.txt} +0 -0
  42. data/zamples/edit_decision_lists/dvds/example_delete_list_that_has_no_cuts_in_it.txt +10 -0
  43. data/zamples/edit_decision_lists/youtube/demo_mutes.txt +12 -0
  44. data/zamples/edit_decision_lists/youtube/nuki_song_youtube.txt +13 -0
  45. data/zamples/players/youtube/normal_in_youtube.com.chrome.txt +1 -0
  46. metadata +414 -311
  47. data/RUN SENSIBLE CINEMA CLICK HERE.bat +0 -7
  48. data/create or edit sensible cinema delete list files.bat +0 -7
  49. data/ext/mkrf_conf.rb +0 -27
  50. data/goc.bat +0 -1
  51. data/goe.bat +0 -1
  52. data/zamples/edit_decision_lists/old_not_yet_updated/youtube/nuki_song_youtube.txt +0 -9
@@ -5,43 +5,46 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sensible-cinema}
8
- s.version = "0.21.5"
8
+ s.version = "0.21.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roger Pack"]
12
- s.date = %q{2011-02-22}
12
+ s.date = %q{2011-05-18}
13
13
  s.email = %q{rogerdpack@gmail.com}
14
- s.executables = ["monkey.png", "sensible-cinema-cli", "sensible-cinema.rb"]
15
- s.extensions = ["ext/mkrf_conf.rb"]
14
+ s.executables = ["monkey.png", "sensible-cinema", "sensible-cinema-cli"]
16
15
  s.extra_rdoc_files = [
17
- "ChangeLog",
18
16
  "LICENSE.TXT",
19
17
  "README",
20
18
  "TODO"
21
19
  ]
22
20
  s.files = [
23
- "ChangeLog",
24
21
  "LICENSE.TXT",
25
22
  "README",
26
- "RUN SENSIBLE CINEMA CLICK HERE.bat",
27
23
  "Rakefile",
28
24
  "TODO",
29
25
  "VERSION",
26
+ "_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_INSTEAD",
30
27
  "bin/monkey.png",
28
+ "bin/sensible-cinema",
31
29
  "bin/sensible-cinema-cli",
32
- "bin/sensible-cinema.rb",
33
- "create or edit sensible cinema delete list files.bat",
30
+ "business_ideas.txt",
31
+ "change_log_with_feature_list.txt",
34
32
  "development.txt",
35
- "experimental_readme.txt",
36
- "ext/mkrf_conf.rb",
33
+ "experimental_ocr_readme.txt",
37
34
  "go.bat",
38
- "goc.bat",
39
- "goe.bat",
35
+ "go_ocr_tracker.bat",
36
+ "gocreatemode.bat",
40
37
  "gplv3.txt",
41
38
  "how_to_create_your_own_delete_lists.txt",
39
+ "legal/md5s.txt",
40
+ "legal/transcript_mute_vlc.txt",
41
+ "legal2",
42
42
  "lib/add_any_bundled_gems_to_load_path.rb",
43
+ "lib/auto_convert.rb",
43
44
  "lib/blanker.rb",
45
+ "lib/count_down_timer_jruby_swing.rb",
44
46
  "lib/drive_info.rb",
47
+ "lib/edl_converter.rb",
45
48
  "lib/edl_parser.rb",
46
49
  "lib/fake_blanker.rb",
47
50
  "lib/file_chooser.rb",
@@ -55,12 +58,15 @@ Gem::Specification.new do |s|
55
58
  "lib/ocr.rb",
56
59
  "lib/overlayer.rb",
57
60
  "lib/play_audio.rb",
61
+ "lib/profanity_finder.rb",
58
62
  "lib/screen_tracker.rb",
59
63
  "lib/storage.rb",
60
64
  "lib/swing_helpers.rb",
61
65
  "lib/vlc_programmer.rb",
62
66
  "never_do",
67
+ "ocr.todo_if_need_speed",
63
68
  "preamble",
69
+ "propaganda",
64
70
  "sensible-cinema.gemspec",
65
71
  "spec/blanker.spec.rb",
66
72
  "spec/common.rb",
@@ -141,7 +147,12 @@ Gem::Specification.new do |s|
141
147
  "spec/swing_helpers.spec.rb",
142
148
  "spec/test_yaml.yml",
143
149
  "spec/vlc_programmer.spec.rb",
144
- "todo_if_need_speed",
150
+ "template_bats/RUN SENSIBLE CINEMA CLICK HERE.bat",
151
+ "template_bats/advanced--create or edit sensible cinema delete list files.bat",
152
+ "todo.build_library.txt",
153
+ "todo.inventionzy.txt",
154
+ "todo.open_edl_list_org.txt",
155
+ "todo.subtitle",
145
156
  "vendor/SetPriority.exe",
146
157
  "vendor/gocr049.exe",
147
158
  "vendor/music.wav",
@@ -154,6 +165,8 @@ Gem::Specification.new do |s|
154
165
  "zamples/edit_decision_lists/dvds/big_buck_bunny_dvd.txt",
155
166
  "zamples/edit_decision_lists/dvds/bob the builder pets in a pickle.txt",
156
167
  "zamples/edit_decision_lists/dvds/bobs_big_plan.txt",
168
+ "zamples/edit_decision_lists/dvds/example_delete_list.txt",
169
+ "zamples/edit_decision_lists/dvds/example_delete_list_that_has_no_cuts_in_it.txt",
157
170
  "zamples/edit_decision_lists/dvds/happiest baby on the block.txt",
158
171
  "zamples/edit_decision_lists/dvds/legend_of_the_guardians_the_owls_of_gahoole.txt",
159
172
  "zamples/edit_decision_lists/dvds/making_marriage_work.txt",
@@ -166,11 +179,11 @@ Gem::Specification.new do |s|
166
179
  "zamples/edit_decision_lists/dvds/old_and_inaccurate/star_trek_generations_hulu.txt",
167
180
  "zamples/edit_decision_lists/dvds/pack_wedding_2007-03-03.txt",
168
181
  "zamples/edit_decision_lists/dvds/turn_around_alma_younger.txt",
169
- "zamples/edit_decision_lists/netflix/example_file_copy_me.txt",
170
182
  "zamples/edit_decision_lists/netflix/greatest_story_ever_told_netflix.txt",
171
183
  "zamples/edit_decision_lists/old_not_yet_updated/example_edit_decision_list.txt",
172
184
  "zamples/edit_decision_lists/old_not_yet_updated/youtube/gummy_bear_song_youtube.txt",
173
- "zamples/edit_decision_lists/old_not_yet_updated/youtube/nuki_song_youtube.txt",
185
+ "zamples/edit_decision_lists/youtube/demo_mutes.txt",
186
+ "zamples/edit_decision_lists/youtube/nuki_song_youtube.txt",
174
187
  "zamples/players/how_to_create_more_players.txt",
175
188
  "zamples/players/hulu/total_length_over_an_hour.txt",
176
189
  "zamples/players/netflix/netflix_firefox_non_maximized.txt",
@@ -212,38 +225,47 @@ Gem::Specification.new do |s|
212
225
 
213
226
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
214
227
  s.add_runtime_dependency(%q<sane>, [">= 0.22.0"])
215
- s.add_runtime_dependency(%q<rdp-win32screenshot>, [">= 0.0.8"])
228
+ s.add_runtime_dependency(%q<rdp-win32screenshot>, [">= 0.0.7.3"])
216
229
  s.add_runtime_dependency(%q<mini_magick>, [">= 3.1"])
217
230
  s.add_runtime_dependency(%q<whichr>, [">= 0.3.6"])
218
231
  s.add_runtime_dependency(%q<jruby-win32ole>, [">= 0"])
219
232
  s.add_runtime_dependency(%q<rdp-ruby-wmi>, [">= 0"])
220
233
  s.add_runtime_dependency(%q<ffi>, [">= 0"])
221
- s.add_development_dependency(%q<rspec>, [">= 0"])
222
- s.add_development_dependency(%q<jeweler>, [">= 0"])
223
234
  s.add_development_dependency(%q<hitimes>, [">= 0"])
235
+ s.add_development_dependency(%q<rspec>, [">= 0"])
236
+ s.add_runtime_dependency(%q<hitimes>, [">= 0"])
237
+ s.add_runtime_dependency(%q<rspec>, [">= 0"])
238
+ s.add_runtime_dependency(%q<jeweler>, [">= 0"])
239
+ s.add_runtime_dependency(%q<rake>, [">= 0"])
224
240
  else
225
241
  s.add_dependency(%q<sane>, [">= 0.22.0"])
226
- s.add_dependency(%q<rdp-win32screenshot>, [">= 0.0.8"])
242
+ s.add_dependency(%q<rdp-win32screenshot>, [">= 0.0.7.3"])
227
243
  s.add_dependency(%q<mini_magick>, [">= 3.1"])
228
244
  s.add_dependency(%q<whichr>, [">= 0.3.6"])
229
245
  s.add_dependency(%q<jruby-win32ole>, [">= 0"])
230
246
  s.add_dependency(%q<rdp-ruby-wmi>, [">= 0"])
231
247
  s.add_dependency(%q<ffi>, [">= 0"])
248
+ s.add_dependency(%q<hitimes>, [">= 0"])
232
249
  s.add_dependency(%q<rspec>, [">= 0"])
233
- s.add_dependency(%q<jeweler>, [">= 0"])
234
250
  s.add_dependency(%q<hitimes>, [">= 0"])
251
+ s.add_dependency(%q<rspec>, [">= 0"])
252
+ s.add_dependency(%q<jeweler>, [">= 0"])
253
+ s.add_dependency(%q<rake>, [">= 0"])
235
254
  end
236
255
  else
237
256
  s.add_dependency(%q<sane>, [">= 0.22.0"])
238
- s.add_dependency(%q<rdp-win32screenshot>, [">= 0.0.8"])
257
+ s.add_dependency(%q<rdp-win32screenshot>, [">= 0.0.7.3"])
239
258
  s.add_dependency(%q<mini_magick>, [">= 3.1"])
240
259
  s.add_dependency(%q<whichr>, [">= 0.3.6"])
241
260
  s.add_dependency(%q<jruby-win32ole>, [">= 0"])
242
261
  s.add_dependency(%q<rdp-ruby-wmi>, [">= 0"])
243
262
  s.add_dependency(%q<ffi>, [">= 0"])
263
+ s.add_dependency(%q<hitimes>, [">= 0"])
244
264
  s.add_dependency(%q<rspec>, [">= 0"])
245
- s.add_dependency(%q<jeweler>, [">= 0"])
246
265
  s.add_dependency(%q<hitimes>, [">= 0"])
266
+ s.add_dependency(%q<rspec>, [">= 0"])
267
+ s.add_dependency(%q<jeweler>, [">= 0"])
268
+ s.add_dependency(%q<rake>, [">= 0"])
247
269
  end
248
270
  end
249
271
 
data/spec/common.rb CHANGED
@@ -31,6 +31,7 @@ Thread.abort_on_exception = true
31
31
  require 'timeout'
32
32
  require 'fileutils'
33
33
  require 'pathname'
34
+ require 'java' if OS.java?
34
35
 
35
36
  Dir.chdir File.dirname(__FILE__) # always run from the right dir...
36
37
  autoload :YAML, 'yaml'
@@ -44,7 +45,6 @@ begin
44
45
  }
45
46
  rescue LoadError
46
47
  if RUBY_PLATFORM =~ /java/
47
- require 'java'
48
48
  Benchmark.module_eval {
49
49
  def self.realtime
50
50
  beginy = java.lang.System.nano_time
data/spec/mouse.spec.rb CHANGED
@@ -18,6 +18,8 @@ This file is part of Sensible Cinema.
18
18
  require File.expand_path(File.dirname(__FILE__) + '/common')
19
19
  require_relative '../lib/mouse'
20
20
 
21
+ p 'dont move the mouse!'
22
+
21
23
  describe Mouse do
22
24
 
23
25
  it "should move it a couple times" do
@@ -42,9 +44,22 @@ describe Mouse do
42
44
  rescue Timeout::Error
43
45
  end
44
46
  Mouse.total_movements.should == old + 1
45
-
46
47
  end
47
48
 
49
+ it "should be able to left mouse click" do
50
+ Mouse.left_mouse_button_state.should be :up
51
+ Mouse.left_mouse_down!
52
+ Mouse.left_mouse_button_state.should be :down
53
+ Mouse.left_mouse_up!
54
+ Mouse.left_mouse_button_state.should be :up
55
+ end
48
56
 
57
+ it "should be able to click" do
58
+ Mouse.left_mouse_button_state.should be :up
59
+ Mouse.single_click_left_mouse_button
60
+ Mouse.left_mouse_up!
61
+ Mouse.left_mouse_up!
62
+ Mouse.left_mouse_button_state.should be :up
63
+ end
49
64
 
50
65
  end
data/spec/notes CHANGED
@@ -1,10 +1,216 @@
1
+ avidemux barely off lips:
2
+ mencoder -forceidx -oac copy -ovc copy dvdoutmplayer.mpg -o yo3.mpg is unseekable
3
+ ffmpeg -i dvdoutmplayer.mpg -sameq yo.mpg took forever, grabbed wrong audio track :P
4
+
5
+ mplayer os x extended has the same "where am I?" on this DVD problem mplayer has.
6
+
7
+ monsters' inc. plays fine with CCCP+WMP in XP. No 'where am I?' syndrome.
8
+
9
+ DVD player conclusions:
10
+ VLC's are all pretty consistent
11
+ VLC DVD playback can be up to at least 30s off [!]
12
+ mplayers are at the 29.97 offset
13
+ I think mplayer.exe's are pretty consistent
14
+ smplayer?
15
+ WMP is pretty close, but internally inconsistent by some odd
16
+ powerdvd is pretty close but internally inconsistent by some odd
17
+ mplayer grab seems right on [played back with VLC]
18
+ VLC grabs it fine
19
+ WMP on handbrake is 29.97
20
+
21
+ speeds: ffmpeg: vertex 2: 105MB/s old HD desktop 58 MB/s
22
+
23
+ avidemux from "normal" rips are still off frame-rate wise somehow...
24
+
25
+ "wretch" and "me" were visually on, WMP, VLC, VLC on a VLC grab was either on or really really close, mplayer is right on with the DVD
26
+
27
+ handbrake file:
28
+ segfault
29
+
30
+ appears that 29.97 is closer to "wall clock time" and DVD players tell you 1:00:00 when it has taken you 1:00:04 in reality.
31
+ at 1:00:00 wristwatch was about 4s ahead
32
+ LODO verify by watching through whole film
33
+
34
+ I wonder if mplayer is just a little bit ahead, or internally inconsistent based on poor seeking for GOP's or some odd...it's either right ahead or right on?
35
+
36
+ appears smplayer is "like a second" or something behind mplayer, and mplayer doesn't quite agree with VLC but is pretty close, and mplayer.exe seems internally consistent.
37
+
38
+ are all windows GUI wrapper players internally incosistent, except maybe VLC which is still "a tidge off"?
39
+
40
+ OSOH:
41
+
42
+ mplayer.exe new dvdoutmplayer.mpg:
43
+ 1:00:00 I once [w]as lost but now
44
+
45
+ some mplayer.exe's may have been Sherpya-SVN-r33216-4.2.5
46
+ versus Sherpya-SVN-r30369-4.2.5 for smplayer
47
+ they seem pretty close though...
48
+
49
+ TODO mencoder splits versus ffmpeg on these ? +- vlc versus mplayer grabs...hmm...except we want GOP friendly...
50
+
51
+ smplayer's mplayer.exe on mplayer file:
52
+ 1:00:00 I once [w]as lost but now
53
+
54
+ smplayer's mplayer.exe on VLC file:
55
+ unknown timing (no times), but lips are in sync
56
+
57
+ smplayer's mplayer.exe DVD:
58
+ 1:00:00 I was wa[a]s lost like perfect --- I was w[a]as lost -- I once [wa]as lost like every time the w, or just right after it... 3/4 of the way through the w
59
+
60
+ WMP on handbrake:
61
+ 1:00:00 I was wa[a]s lost
62
+
63
+ WMP on VLC file:
64
+ 1:00:00 that saved a [wr]etch like me --- that save[d] a wretch like me [huh? it's guessing, like VLC does?]
65
+
66
+ WMP on mplayer file:
67
+ cannot seek
68
+
69
+ smplayer DVD
70
+ 1:00:00 once was [lo]st
71
+
72
+ avidemux on mplayer grab:
73
+ sound ok, lips off
74
+
75
+ avidemux on VLC grab:
76
+ 1:00:00 once wa[a]s lost audio, video appears messed up lips [looks like they are really grabbing raw data]
77
+
78
+ smplayer playing VLC grab:
79
+ lips are in sync
80
+ searching is "odd"
81
+ 1:00:00 once was [l]ost --- once was []lost --- once wa[s] lost
82
+
83
+ mplayer.exe playing any VLC grab:
84
+ the timing are all messed up, starting at 47453, but it appeared to be right one somewhere "once was lost"
85
+
86
+ the mplayer grab can be frame accurate, with matching md5's (I think it's actually mpg) dvdoutmplayer1.avi dvdoutmplayer.mpg
87
+ 87402c45126207884bacc46e6f681722
88
+
89
+ vlc grab appears to have the exact same file size, different md5sum's [!] dvdout.vlc3.mpg vlcdvdout2.mpg
90
+ 1b32659b94ea01b45e2860809db49539 *dvdout.7.mpg vlc
91
+ eb4ff70f8bfb1147294d218242492322 *dvdout.8.mpg vlc
92
+ bdcfadd21f09de4de011694af75b67cd *dvdout.vlc3.mpg # they seem to all work fine...
93
+
94
+ vlc doesn't have timing replay info for dvdout.9.mpg (its own grab) just approximates
95
+
96
+ dvdoutmplayer2 seems corrupt (garbled, too short, green)
97
+
98
+ WMP dvdoutmplayer1.avi works (doesn't know how to seek), VLC works 29.97
99
+
100
+ smplayer from dvdoutmplayer1.avi:
101
+ 1:00:00 once was [l]ost --- once was []lost (because of smplayer?)
102
+ seeks fine
103
+
104
+ VLC from mplayer grab:
105
+ 1:00:00 once wa[a]s lost
106
+
107
+ VLC reading OSOH from handbrake m4v:
108
+ 1:00:00 I once w[a]s lost but now --- I once [w]as lost but now am found
109
+ 1:53:11 sum [?] (accurate with mplayer!)
110
+
111
+ smplayer from DVDD:
112
+ 1:00:00 I once was [l]ost but now
113
+
114
+ avidemux reading OSOH from mplayer grab, also from vlc grab:
115
+ 1:00:00 accurate wa[a]s lost audio, video way off LOL
116
+ copy and paste also inaccurate <sigh>
117
+
118
+ avidemux reading OSOH from handbrake:
119
+ 1:00:00 accurate wa[a]s lost
120
+
121
+ ffmpeg reading OSOH from handbrake m4v:
122
+ 1:00:00 I once [was] lost but now (no audio though but looks like it would be...)
123
+
124
+ VLC reading dvdoutmplayer.mpg, handbrake m4v:
125
+ 1:00:00 accurate wa[a]s lost
126
+
127
+ All DVD's below this:
128
+
129
+ Mac's DVD Player total:
130
+ 1:53:04 (almost 5 I think) [barely shows 5 at the beginning]
131
+ 1:00 once was lost but now[ow] am found, possible slight hiccup immediately after
132
+ mac mplayer:
133
+ total: 6791.6 1:53:11.6
134
+ 1:00:00 that saved a wretch like me, I once [w]as lost
135
+ other "normal DVD player" this is at about my 3604.7
136
+ VLC mac:
137
+ at beginning, seemed to think it had 1:53:05 left negative
138
+ sum: 1:53:04 but it seemed to be cheating...I think it was cheating near the end, too :P
139
+ 1:00:00 saved a wret[ch] like me
140
+ Emerson DVD player:
141
+ barely displayed the 4 of 1:53:04
142
+ 1:00 once was lost but no[w] am found
143
+ VLC XP 1.1.7
144
+ 1:53:05 total
145
+ 1:00:00 saved a wr[ehhh]tch like me 59:49'ish on others I think.
146
+ MPCHC
147
+ 1:53:05 total
148
+ 1:00:00 once was lost but n[ow] am found beginning of oh on now
149
+ WMP CCCP
150
+ 1:53:05 total
151
+ 1:00:00 once was lost but [n]ow am found [quite close to above I think, might be normal]
152
+ smplayer XP:
153
+ 1:53:05 total [!] fake total
154
+ unable to seek [crash]
155
+ mplayer XP
156
+ 1:00:00 that saved a wretch like me, I once [w]as lost
157
+ sum: 6791.6 (= 1:53:11.5)
158
+ mac mplayer extended:
159
+ sum: -1:53:05, in reality went to 1:53:11 :P
160
+ 1:00:00 that saved a wretch like me, I once [w]as lost
161
+
162
+ [should be 3.6 off per hour, 6.8 for osoh's sum, is 6.6 'ish :P]
163
+
164
+ WMP windows 7 DVD:
165
+ -1:53:05
166
+ 1:00:00 once was lost but n[o]ow am found
167
+ ended with last second at 1:53:03...interesting.
168
+ powerdvd 8:
169
+ ended with last second at 1:53:03...interesting.
170
+ 1:00:00 once was lost but no[o]w am found
171
+ VLC 7 1.1.9 DVD
172
+ that saved a wre[tch] like me
173
+ exhibits same odd lagging timestamps at end.
174
+
175
+ tron
176
+
177
+ WMP
178
+ 15: knock knock, hey carl shows something, [switch scenes]
179
+ seek with WMP itself seems about 10s off late, but consistent
180
+
181
+ 60: and not just for me...[] what do you mean?
182
+ 2:00:00 Beau Garrett last just barely all left of straight center
183
+
184
+ mplayer:
185
+ 15=900: see above exactly
186
+ 60=3600: the golden ticket the way out []
187
+ "not just for me" is about 3603
188
+
189
+ 2:00=7200-4749=2451: bruce boxlightner barely left, half way to next
190
+ 2458 is beau garret done about
191
+
192
+ VLC
193
+ 15: knock [knock] hey carl
194
+ 60: so it's open now[] not for long
195
+ 1:00:26 not just for me
196
+ 2:00:00 james fran middle
197
+ boxlietner 1:59:55
198
+ beau 2:00:04
199
+
200
+ powerdvd:
201
+ 15: hey carl [switch scenes]
202
+ 60: not just for me [] what do you mean
203
+ 2:00:00 beau garrett stage left
204
+
205
+ Jonah:
206
+
1
207
  15, 30, 45
2
208
  k-lite XP mplayer:
3
209
  15: before you [eat]
4
210
  30: a man that .. can count on to deliver his message yes [well]
5
211
  45: big smile from after duck
6
212
 
7
- DvdSampler (k-lite xp)
213
+ DvdSample (k-lite xp)
8
214
  15: before [you] eat
9
215
  30: a man that .. can count on to deliver his message yes [well]
10
216
  45: big smile from after duck
@@ -12,7 +218,7 @@ DvdSampler (k-lite xp)
12
218
  VLC
13
219
  15: and [if] you follow god's commands (early?)
14
220
  30: something about nineveh makes you feel sad [I dont' really ] want to talk about it [?]
15
- 45: [smiles] traveling buddy, I'm coming [gulp]
221
+ 45: fire 3, I'm coming traveling buddy [flash back to them] (in wmp this is at 44:27)
16
222
 
17
223
  smplayer, mplayer 30369
18
224
  15: wash your hands [before] you eat
@@ -24,15 +230,53 @@ hulu
24
230
  30: a man that .. can count on to deliver his message yes [well]
25
231
  45: just before the big grin from duck
26
232
 
27
- youtube: lower quality?
233
+ youtube jonah: appears lower quality?
28
234
  15: wash your hands before you [eat]
29
235
  30: yes well [you] and ...
30
236
  45: big smile, turns [to his right] after duck
31
237
 
32
- netflix
238
+ powerdvd 8:
239
+ 15: wash your hands before you [eat] --- wash your hands [before] you eat --- wash your [hands] before you eat LOL
240
+ 30: can count on to deliver his messages yes [] well --- yes well ... you and [] ... are like peas in a pod ai ai
241
+ 45: big smile [] he turns to his right --- turns [to his right] -- [] turns to his right
242
+
243
+ wmp windows 7: [wmp feels slightly unstable timing-wise]
244
+ 15: before [] you eat --- before [you] eat
245
+ 30: yes []well --- yes well[]
246
+ 45: turns [to his right] --- turns to his right[]
247
+
248
+ TODO jonah blu ray timings windows 7
249
+
250
+ netflix jonah
251
+
33
252
  15: be a friend say your prayers, heavens knows a heart that cares, taht is why I've come to share a mes[sage] from the Lord (at times it's [mes]sage, once it was [from])
253
+ chrome at work: a[]message, a messa[ge] from the Lord, message [] from the Lord, [share] a message from the Lord, a message[] from the Lord
254
+ IE at work: [fr]om the Lord, a [mes]sage from the Lord, [fr]om the Lord.
34
255
  30: like two humps on a camel, you always sway the same way, humor runs in my family, my uncle was a [big] star
35
- 45: (LIKE 12 seconds later) (big smile, next scene) blue fades in [oooh]
256
+ IE at work: humor runs very deep in my family[] my uncle was, my uncle was[] a big star, my [uncle] was a big star
257
+
258
+ 45: (LIKE 12 seconds after the big grin) (big smile, next scene) blue fades in [oooh]
259
+ IE at work: 2 seconds after blue light fades in * 3
260
+ chrome: 1.5 seconds as blue light fades in
261
+
262
+ forever strong (chrome work netflix):
263
+
264
+ 15: I'm sorry, are you in the home add me now ... []almost, almost(two spaces)[], almost(one space)[]
265
+ 30: (ambulance...) let's go guys keep it tight (3 secs or so), same at 57-58, tight right on 58
266
+ 45: we stand on this field ready for battle []*2
267
+ 1:30 where I was 40 years ago...[don't] spend another, don't [spend] another minute being angry
268
+
269
+ saints and soldiers (chrome work netflix):
270
+
271
+ 15: is the squarest guy I know...[he's] from some little backwards, [] he's from some little
272
+ 30: flirting with the girl at my dad's store...[] what's her name*2
273
+ 45: music...basically second footstep, first footstep, end of first footstep
274
+ 1:15: kendrick's dead 1:14:56-7
275
+ 1:30: "copyright 2003...all rights reserved" is about in the middle, maybe barely above
276
+
277
+ jonah if you watch it all the way through
278
+ 30: my uncle [was] a big star
279
+
36
280
 
37
281
  VLC jonah_edit.tmp.mpg
38
282
  15: (on camel) do not fight, do not cheat [wash] your hands
@@ -44,11 +288,10 @@ mplayer jonah_edit.tmp.mpg
44
288
  30: can count on to deliver his messages [] yes well
45
289
  45: between duck surfacing [] big grin
46
290
 
47
- forever young {netflix, byu.tv}
291
+ forever young
48
292
  30: netflix: some running at 29:50...
49
293
 
50
294
 
51
-
52
295
  MPlayer git-20100211-1-g1c6846f-Kovensky-mt (C) 2000-2009 MPlayer Team
53
296
  can play dvd:// and dvdnav:// with seeking at the beginning without crashing...[because old, maybe?]
54
297
  mulder's: http://mulder.googlecode.com/files/MPUI.2010-10-17.Full-Package.exe crashes like normal [dvdnav only]
@@ -56,7 +299,7 @@ MPlayer git-20100211-1-g1c6846f-Kovensky-mt (C) 2000-2009 MPlayer Team
56
299
 
57
300
  the internet seems to "not tell me" if transcode's avisplit is frame accurate or not.
58
301
 
59
- watching a DVD "from the DVD" in smplayer seemed to have the right audio always. yep.
302
+ watching a DVD "from the new DVD ISO" in smplayer seemed to have the right audio always. yep.
60
303
  i.e. transcoding from dvd flick fixed it [probably]
61
304
 
62
305
  previewing section on HP 2 hours or so and the first thing overlapped the muted section in error...went too long...huh?