sensible-cinema 0.14.6 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ == 0.15.0 ==
2
+
3
+ Use all i-frames for more accurate precision in cutting segments.
4
+ Also use ffmpeg and mencoder for the same (no more VLC for encoding). Phew.
5
+
6
+ == 0.14.8 ==
7
+
8
+ Fix some copying bugs.
9
+
1
10
  == 0.14.6 ==
2
11
 
3
12
  Auto-select EDL depending on which disk they have.
data/LICENSE CHANGED
@@ -18,6 +18,7 @@ Enjoy!
18
18
  [1] http://www.gnu.org/licenses/gpl.html, also gplv3 file.
19
19
  [2] http://www.videolan.org/support/faq.html
20
20
 
21
+ add note "we don't distribute anything that breaks encryption keys" like http://k9copy.sourceforge.net/
21
22
 
22
23
  honest about DMCA (we don't distribute the cracker, we don't redistribute, don't perform any acts, etc.)
23
24
  if you burn you'll eventually be using a DMCA compatible player :P
@@ -25,11 +26,13 @@ long list of players...we're not alone :)
25
26
  the authors of the program might not be liable for damages. We don't feel dishonest about it, as long as
26
27
  we own the DVD and have it with us when we watch the edited version.
27
28
 
28
-
29
29
  not more unethical than ripping your DVD collection to hard drive so you can keep your DVD's all in one
30
30
  place and don't have to worry about losing them. Then you edit them manually to remove cruft, and watch them
31
31
  from there.
32
32
 
33
+ for me, the images and audio are unencrypted, so storing/saving those away might well be fair use, but check your countries rules first
34
+ (similar to how recording using a VCR might well not be illegal under fair use). But don't take my word for it.
35
+
33
36
  note that you are watching it using only bits and pieces of the original, similar to said bill. And the
34
37
  authors of the program might not be cupable of copyright infringement themselves, since they distribute no infringed materials.
35
38
 
data/README CHANGED
@@ -1,57 +1,17 @@
1
1
  Sensible-cinema is a program that allows you to do pre-programmed edit decision lists (i.e. "mute out"
2
- or "bleep out" scenes) for DVD's.
2
+ or "bleep out" scene lists) for DVD's.
3
3
  An experimental player also works on arbitrary media players like netflix online, vlc, hulu, etc.
4
4
 
5
- Note that this README is outdated. Currently just run sensible-cinema in jruby and the GUI will guide you :)
5
+ To install:
6
6
 
7
- == old Readme ==
8
-
9
- Currently it takes as input a list of "skippable" scenes, and a player description.
10
- It then tracks whichever player you are using, and mutes or blanks out the system appropriately,
11
- during the scenes specified.
12
-
13
- It works out of the box with the hulu and VLC players on windows. It isn't hard to
14
- add new players, and probably wouldn't be too hard to add more operating systems etc.
15
-
16
- == How to Use ==
17
-
18
- Start playing your movie in its respective player, then startup sensible-cinema from
19
- the command line thus:
20
-
21
- C:\> jruby -S sensible-cinema
22
-
23
- It prompts you for an EL (Edit decision List) file (ex: bambi.txt),
24
- and then for a player file (ex: hulu_full_screen.txt).
25
-
26
- Sensible-cinema will now run in a console window, screen tracking the player to monitor its position,
27
- and react'ing appropriately.
28
-
29
- It is presumed that you'll then minimize sensible-cinema and proceed to enjoy the movie.
30
-
31
- You'll know that it's working if, when you change the time of your player (ex: dragging it to a new spot
32
- in the playback), the screen output in sensible-cinema's console should change to match the new time.
33
-
34
- == How to install ==
35
-
36
- First you'll need to install jruby (in case you haven't already), from http://www.jruby.org
37
- Make sure you check the box "add it to my path" or something similar to that.
38
-
39
- Next install the gem by either opening up the command window or hitting windows+r (run) and typing
40
-
41
- C:\> jruby -S gem install sensible-cinema
42
-
43
- it's jruby only currently (since jruby allows for proper thread concurrency, has an easy GUI, and feels actually sane on windows).
44
- It could theoretically be ported to MRI 1.9.2, if anybody wanted to do so.
45
- Also if anybody would be interested in porting this to Linux I'd be happy to collaborate.
46
-
47
- You can test that it's installed by running it (see above) and selecting the "example_edit_decision_list.txt", and
48
- choosing the hulu player.
49
-
50
- It will proceed do a few "demo" mutes and blank outs.
7
+ download the latest .zip version file from: http://rogerdpack.t28.net/sensible-cinema/
8
+ unzip it
9
+ run the file "run_sensible_cinema.bat" from within it.
10
+ Note that you'll need java installed for it to work, but chances are you already have it.
51
11
 
52
12
  == Programming Your Own Edit List ==
53
13
 
54
- To program sensible-cinema, you create a scene description list it can use.
14
+ To program sensible-cinema, you create an edit decision list it can use.
55
15
 
56
16
  An Edit List looks something like this example:
57
17
 
@@ -62,95 +22,29 @@ blank_outs:
62
22
 
63
23
  Here's one with more detail
64
24
 
65
- http://github.com/rdp/sensible-cinema/blob/master/zamples/edit_decision_lists/example_edit_decision_list.yml
25
+ https://github.com/rdp/sensible-cinema/blob/master/zamples/edit_decision_lists/example_edit_decision_list.txt
66
26
 
67
- Basically your job is to save an appropriate file like that somewhere,
27
+ Basically your job is to create an appropriate file (like that one) somewhere,
68
28
  then start sensible-cinema and instruct it to use your new file.
69
29
 
70
- To create it, basically you notice something you want to add to the list, add it, then go back a few seconds
71
- in your media player, and it should now be muted/blanked out automatically.
72
-
73
- So here is a way to create your scene descriptions file.
74
-
75
- First create a new file
76
-
77
- The easiest way to do this is to start sensible-cinema, then instead of choosing an existing file,
78
- "right click" on the existing file "example_edit_decision_list.txt" and choose "Copy"
79
- now right click below the list of files and choose "paste"
80
- This will create the file "example_edit_decision_list Copy.txt"
81
- Right click on it, choose rename, and give it a better name.
82
- Now open it.
83
- You can make changes to this file *on the fly* while the player is still playing. It will notice
84
- changes as the file is saved and apply them.
85
-
86
- Now select it for use in sensible-cinema (even though it's still blank).
87
- Now "screen" your movie. As you watch it, you're going to add scenes to
88
- that file, and then re-watch the scene to test your additions.
89
-
90
- As you watch when you encounter a questionable scene, go back several seconds using your player's
91
- controls. When you encounter it once again, track its beginning and ending time. One way to do this
92
- is to, just before and just after the scene, hit the space bar *in the sensible-cinema window*.
93
- Hitting the space bar outputs the current time. If you hit it twice, once before and once after,
94
- you should now have two reasonably accurate "timestamps" displayed.
95
- Add the beginning and end times to your scene description file (changes will be automatically picked up),
96
- then review your additions by rewinding your player and letting it play through the scene again.
97
- It should now skip it (play it "sensibly"). If not, adjust your timestamps and try again.
98
-
99
30
  Once you're done then you can contribute your scene descriptions file if desired, back to the project itself [1].
100
31
 
101
- [1] http://github.com/rdp/sensible-cinema/issues
32
+ [1] submit an issue: http://github.com/rdp/sensible-cinema/issues
102
33
 
103
34
  == FAQ ==
104
35
 
105
- Q. Can I watch movies this way on my TV, not just on my computer?
106
-
107
- A. Maybe. Or possible not yet, depending on your current hardware.
108
- Currently you'll either need to attach your computer to your TV
109
- (buy some long cables, or a new graphics card that matches your cables, etc.)
110
- or get some computer that you can move closer to the TV to do the same
111
- (ex: buy a used older laptop with s-video out, use that, or a laptop with DVI/HDMI would
112
- work with an HDMI TV). If you're really aggressive you could run an ethernet cable from your computer, as well [1].
113
- I'd be happy to do a linux port of sensible-cinema if anybody requests it, for use with
114
- their dedicated TV computer.
115
- There has also been some work toward getting ones computer to stream "live" to your existing wii/ps3/xbox.
116
- Message me if you're interested in trying it out (testers wanted--plus I'll only work on it if there's demand)!
117
-
118
- Q. What movies does this work with?
119
-
120
- A. Any that you program it for :) (Assuming the computer player is compatible, which most probably are.)
121
-
122
- Q. What movies are freely available to watch online?
123
-
124
- A. Not many are available free (hulu, youtube have a few). Netflix has quite a few with its default subscription.
125
- You can of course use it with any existing DVD, or rent or borrow DVD's and watch them using sensible-cinema.
126
-
127
- Q. Why does my mouse bounce up and down while sensible-cinema is going?
128
-
129
- A. This enables your player to keep its on-screen time tracker, which in turn allows sensible-cinema to track where
130
- you're at. Message me if this bugs you too much and we'll see what we can do about it.
131
-
132
- [1] http://ps3mediaserver.org/forum/viewtopic.php?f=6&t=5731#p34279
133
-
134
- == Advanced Usage ==
135
-
136
- You could specify the scene descriptions list and player list on the command-line, if you don't want to have
137
- to pick them each time, like:
138
-
139
- C:\> jruby -S sensible-cinema edit_decision_list.yml player_description.yml
140
-
141
- Also if you specify "test" for the scene descriptions file, it will pause 4s, take a snapshot of the player, then exit.
142
- You can also specify -v or -t if you want to enable more verbose (chatty) output.
36
+ Q. How do I watch these on my computer?
37
+ A. You can burn a DVD with it. First create the edited copy on your hard drive. Then use
38
+ Dvd Flick is a good one for windows (here's a screencast of using it http://rogerdpack.t28.net/sensible-cinema/dvd%20flick%20create%20dvd%20from%20file.avi)
39
+ For OS X iDVD might work well.
40
+ You might be able to "beam" it to your PS3 and play it from there, using PS3 media server (or windows media player), or put it on a flash drive and play it from that.
143
41
 
144
42
  == Caveats ==
145
43
 
146
44
  NB that "someone" will have to create a scene descriptions list, per DVD/online movie.
147
45
  Unless it already exists, then "someone" already has, so you don't have to. Fortunately
148
46
  only one person has to do it, once, for everybody to benefit, and the editing process is fairly easy.
149
-
150
- == Thanks ==
151
-
152
- Thanks to Jarmo for the win32-screenshot gem, mini_magick gem authors, jruby guys, etc.
153
- The combination made programming this actually something of a pleasure.
47
+ You can employ somebody to do it, or do it yourself, then submit it.
154
48
 
155
49
  == License ==
156
50
 
@@ -160,29 +54,32 @@ See the LICENSE file for licensing, usage terms (basically gplv3).
160
54
 
161
55
  The concept isn't too novel. Some examples:
162
56
 
163
- Clean Flicks
57
+ Edited "airplane edit" style movies.
58
+ Commercial TV (ABC, NBC) show their own (edited) movies at times.
59
+ Clean Flicks (used to) sell edited movies
164
60
  http://en.wikipedia.org/wiki/Linear_video_editing
165
61
  http://imdb.com tends to have reasonably good lists of what occurs in movies (find a movie, click on "parent's guide" on the left). Sometimes it even lists the time signatures for events (ex: "Labyrinth" http://www.imdb.com/title/tt0091369/parentalguide) which you could use to translate into a sensible-cinema compatible list.
166
- Edited "airplane edit" style movies.
167
62
  Normal movies versus "directors cut unedited" movies (one is sometimes preferable)
168
63
  http://en.wikipedia.org/wiki/Edit_decision_list (it's a linear editing tool, after all--so see the vast list of those)
169
64
  http://www.oreillynet.com/sysadmin/blog/2005/06/make_your_own_phantom_edit_wit.html (mplayer has had this ability for awhile).
170
- http://clearplay.com commercial (tracks DVD's while they play--closed source, costs money, no user contribution possible), and only for DVD's (uses its own DVD-player in its current incantation).
65
+ http://clearplay.com a commercial editor (tracks DVD's while they play--closed source, costs money, no user contribution possible), and only for DVD's (uses its own DVD-player in its current incantation).
171
66
  http://forum.bsplayer.com/feature-requests-feedback-suggestions/7157-chapter-playlist-scene-cut-3.html
172
67
  http://www.inmatrix.com "scene cut editor" of the zoom player
173
68
  http://wiki.xbmc.org/?title=EDL_(commercial_skipping)_and_SceneMarker_support (XBMC's scene cut support--also contains links to some other editors)
174
69
  htp://dvdshrink.info "Re-author" mode: to make "movie-only" backups, compilations, combine "flippers",.... DvdShrink has always had the ability to "crop or cut parts of a title" etc.
175
- The VCR and the record button, coupled with the pause+rewind button (to edit out unwanted content).
70
+ The VCR and the record button, coupled with the pause+rewind button (edit out unwanted content).
176
71
  http://code.google.com/p/movie-content-editor (written in Python, controls VLC based on captions and scene lists)
177
72
  http://www.imdb.com/swiki/special?ParentalGuideHelp (search for "scene description")
178
73
  http://www.mythtv.org/wiki/Removing_Commercials
179
- The remote control with the pause, mute, stop, fast forward, and play buttons, along with previous knowledge of scene locations
74
+ Using the remote control with the pause, mute, stop, fast forward, and play buttons, along with previous knowledge of scene locations
180
75
  The scissors and old VHS tapes (Clean Flicks' origin, BTW).
181
- Windows Movie Maker allows for users to cut and copy scenes of movies to their heart's content.
182
- http://forum.videolan.org/viewtopic.php?f=7&t=56998 VLC Media Player can do it with playlists for quite awhile
76
+ Windows Movie Maker. Allows for users to cut and copy scenes of movies to their heart's content.
77
+ http://forum.videolan.org/viewtopic.php?f=7&t=56998 VLC Media Player can do it with playlists
78
+ Corel WinDVD has "Quick Clip" settings for capturing on DVD.
79
+ http://superuser.com/questions/85278/how-can-i-cut-scenes-out-of-a-dvd
183
80
 
184
81
  == Feedback ==
185
82
 
186
83
  Feedback, including feature requests, welcome.
187
84
 
188
- http://github.com/rdp/sensible-cinema
85
+ http://github.com/rdp/sensible-cinema (message me or create an issue for feedback/any requests/bugs)
data/Rakefile CHANGED
@@ -42,7 +42,11 @@ def get_transitive_dependencies dependencies
42
42
  new_dependencies = []
43
43
  dependencies.each{|d|
44
44
  gem d.name # make sure it's loaded so that it'll be in Gem.loaded_specs
45
- dependency_spec = Gem.loaded_specs.select{|name, spec| name == d.name}[0][1]
45
+ begin
46
+ dependency_spec = Gem.loaded_specs.select{|name, spec| name == d.name}[0][1]
47
+ rescue
48
+ raise 'possibly dont have that gem are you running jruby for sure?' + d.name
49
+ end
46
50
  transitive_deps = dependency_spec.runtime_dependencies
47
51
  new_dependencies << transitive_deps
48
52
  }
@@ -63,19 +67,21 @@ task 'bundle_dependencies' => 'gemspec' do
63
67
  Dir.mkdir 'vendor/cache'
64
68
  Dir.chdir 'vendor/cache' do
65
69
  dependencies.each{|d|
66
- system("gem unpack #{d.name}")
70
+ system("#{Gem.ruby} -S gem unpack #{d.name}")
67
71
  }
68
72
  # add imagemagick
73
+ puts 'copying in imagemagick'
69
74
  Dir.mkdir 'imagemagick'
70
- im_dir = RubyWhich.new.which('identify').select{|dir| dir =~ /ImageMagick/}[0]
75
+ im_identify_command = RubyWhich.new.which('identify').select{|dir| dir =~ /ImageMagick/}[0]
71
76
  # "d:\\installs\\ImageMagick-6.6.2-Q16\\identify.EXE",
72
- Dir["#{File.dirname im_dir}/*"].each{|file|
73
- FileUtils.cp(file, 'imagemagick') rescue nil # some fail for some odd reason
77
+ Dir["#{File.dirname im_identify_command}/*"].each{|file|
78
+ FileUtils.cp_r(file, 'imagemagick') rescue nil # some fail for some odd reason
74
79
  }
75
-
80
+ puts 'downloading in jruby-complete.jar file'
76
81
  # jruby complete .jar file
77
82
  Net::HTTP.start("jruby.org.s3.amazonaws.com") { |http|
78
83
  resp = http.get("/downloads/1.5.5/jruby-complete-1.5.5.jar")
84
+ puts 'copying... '
79
85
  open("jruby-complete-1.5.5.jar", "wb") { |file|
80
86
  file.write(resp.body)
81
87
  }
@@ -94,11 +100,13 @@ task 'create_distro_dir' do
94
100
  require 'fileutils'
95
101
  spec = eval File.read('sensible-cinema.gemspec')
96
102
  dir_out = spec.name + "-" + spec.version.version + '/sensible-cinema'
97
- FileUtils.rm_rf dir_out + '/..' # in case it exists
103
+ FileUtils.rm_rf Dir['sensible-cinema-*'] # remove old versions
104
+ raise 'unable to delete' if Dir[spec.name + '-*'].length > 0
105
+
98
106
  existing = Dir['*']
99
107
  FileUtils.mkdir_p dir_out
100
108
  FileUtils.cp_r(existing, dir_out)
101
109
  # this one belongs in the trunk
102
110
  FileUtils.cp("#{dir_out}/run_sensible_cinema.bat", "#{dir_out}/..")
103
- p 'created ' + dir_out
111
+ p 'created (still need to zip it) ' + dir_out
104
112
  end
data/TODO CHANGED
@@ -1,64 +1,118 @@
1
1
  == medium ==
2
2
 
3
+
3
4
  == probably next up+low prio ==
4
5
 
5
- better timing for the saver-er...
6
- match better
7
- merge better
8
- speed up unit tests
6
+ use mencoder from the gui
7
+ use mencoder + ffmpeg
8
+ re-do various EDL's I have :P
9
+ split the two projects somehow (project + distribution)
10
+ two releases: experimental, normal (no imagemagick)
11
+ preferences merger...hmm...;
12
+ compare computer DVD playback with physical player...
9
13
 
10
- == slightly lower than that even ==
14
+ == slightly lower than that ==
11
15
 
16
+ ripping "redoes" a large last section, for combining. Can I avoid this?
17
+ plus I do some copy, some ac3?
18
+ easy installer for x,y,z
19
+ unit test the GUI
20
+ no subtitles on national treasure...
12
21
 
13
- == slightly lower than that ==
22
+ ask if there's a "cross platform way to split files accurately" besides my hacky kludge.
23
+
24
+ popup "you may now watch": bring it to the front...
25
+
26
+ easy editor for this style of edit
27
+ partner (Jon, Karlie if interested...give beta)
28
+ create lotsa filters
29
+ beta release
30
+ some better ripper...
31
+ maybe vlc is bound by the same constrains mplayer is?
32
+ maybe rip it to a more precise encoding, then edit it?
14
33
 
15
- pass unit tests jruby
34
+ == DVD monetary backlog (unordered) ==
35
+
36
+ @mencoder.exe distributor: OCI plz? puh-lease?
37
+ @dvd flick do you need that frequent i-frames?
38
+ rename bat as template.bat
16
39
  can parse IMDB (require they put in the URL by hand fer now)
17
40
  add stuffs to imdb hmmm
18
41
  IMDB easy mapping
19
- unit test the GUI
20
- can have collaborators re-selling EL's
42
+ all dogs go to heaven...
43
+ can blank out the video, with audio continuing through...
44
+ add an option "just save full disk (unedited) to hard drive..."
45
+ add an option "just save full disk (edited) to hard drive...well compressed"
46
+ or do we want to do that by default anyway? (does it help burning? it helps with file size...hmm...)
47
+ @VLC: hard crash when ripping that one DVD...long one, about the constitution...
48
+ auto-zip it with my rake task :)
49
+ check DVD patent expiration date
50
+ better burning screencast
51
+
52
+ make sure can work with very large DVD's...
53
+ can use a fast temp drive, save through to other :P
54
+ only prompt if have two...
55
+ pass a better title through when ripping so it doesn't just say dvd://1 always
56
+ can have collaborators re-selling EDL's
21
57
  good license for their stuff like "public domain" or what not :P Can't be a hypocrite now, can I?
22
58
  80/20
23
- can "watch as it is being ripped" (concat, watching it as it grows faster than you watch...)
24
- a "big download" of the whole thing (so that people can actually use it without pain...batch file even would probably work splendidly...
25
- leaner gem (size-wise...) but I guess some ability to have a zip downloader...hmm...
26
- burnable to DVD/CD multi DVD, etc.
27
- easily
28
- automagically... (call into iso blah blah blah?)
29
- can lop off sections to save space (?)
30
- can burn the extras from the DVD, too?
31
- easy editor for this style of edit
32
- split the two projects loosely, then cleanly (project, distribution)
33
- partner (Jon, Karlie if interested...give beta)
34
- survey/beta release
35
-
36
- == DVD monetary backlog (unordered) ==
59
+ .ts doesn't seem too awesome....
37
60
 
61
+ k9 might preserve/shrink well...hmm...auto calculation may be possible...hmm...
62
+ better icon...
63
+ ensure file exists after we created it...and has a reasonable size, before declaring success
64
+ 148 cars_widescreen_2006_edited.ps
38
65
  use DVD navigator ?
39
66
  http://msdn.microsoft.com/en-us/library/dd388584(v=VS.85).aspx
40
- some way to choose between x,y,z when auto-select sees several
41
- careful phrasing "if you can't afford it..."
42
- authorize instead of paypal?
67
+ with an avi file sink?
68
+ authorize.net instead of paypal?
43
69
  blu-ray support somehow (real-time? rip?)
44
70
  legal shtuff (LICENSE)
45
- some type of one click installer that can setup the registry...
71
+ some type of installer that can setup the registry...
46
72
  auto-assignment of EDL's to media:
47
- auto-play option for DVD's (auto-start?)
48
- use volume label differentiation
49
- use spiffy differentiation for DVD's on windows
50
- DVD's (right click on DVD player, play with SC?)
51
- a real website (github-y?)
52
- instructions on how to do their own (private) or do one and submit it (public), or email their friends :P
53
- double buffering hard drive/copying might speed things, if your HD is fast.
73
+ DVD's (right click on DVD player, rip with SC?)
74
+ a real website
75
+ instructions on how to do their own (private) EDL or do one and submit it (public), or email their friends :P
76
+ double buffering hard drive/incoming copying from DVD might speed things, if your HD is fast.
54
77
  personalized copier might be faster than the "type" command.
55
78
  merge with preferences
56
- install VLC from .msi where needed. Pretty low prio...
57
79
  For the monetized version: nothing but cut and paste, no merging et al
58
80
  mplayer EDL's
81
+ add option to "just rip a DVD of your own straight full thing"
82
+ avisynth?
83
+ make the progress bar map "better" to the size of the various sections...
84
+ detect occurrence of these type errors: dvdnav warning: cannot get next block (Error reading from DVD.) somehow (file size...)
85
+ per movie, various EDL's, one includes profanity, one just violence, one paranoid, etc.
86
+ when there are several, it lets you just choose between the ones that are valid (?)
87
+
88
+ ask VLC is "adding 0.23 expected?" "do you have the same constraints as mplayer?"
89
+ ask VLC "fuzzy menus on the happiest baby dvd expected?"
90
+ slightly faster copying possible (664 versus 887 seconds to combine them all together.)
91
+ @mplayer "when it says nearest keyframe, that could be in the future?"
92
+ @mplayer "when I say play for 3.2, and the keyframe is 0.5 before, does it end up playing for 3.2 or 3.7?"
93
+ burnable to DVD/CD/multi DVD automagically... (auto-burn insert your new disk!)
94
+ can *re-use* original navigation stuffs, less the profanity (is that possible? VobBlanker help, perhaps?)
95
+ can lop off sections to save space (?)
96
+ can burn extras from the DVD, too?
97
+ optionally ?
98
+ transcode to condense...
99
+ split to allow?
100
+ @smplayer: playing DVD's doesn't work currently
101
+ try to compile transcode in cygwin (yipes)
102
+ the ac3 thing
59
103
 
60
104
  == random backlog ... note: just plow forward, to "grab" available ideas...except that for now, just what *I* plan on needing for myself (filters for what I need/want). ==
61
105
 
106
+ pass unit tests again jruby
107
+
108
+ @mplayer and VLC "you should seek better, like the ogg vorbis fellas recommend..."
109
+ report to jruby "when one thread dies, the GUI becomes unresponsive" (and others already previously reported to ruby-forum.com...)
110
+ DVD's (right click on DVD player, play with SC?)
111
+ use spiffy differentiation for DVD's on windows
112
+ speed up slow unit tests
113
+ can "watch as it is being ripped" (concat, watching it as it grows faster than you watch...)
114
+ make the overlay window uncloseable (?)
115
+ note that youtube "can" be downloaded then a local edited copy created, from that download. (mb add downloading ability?)
62
116
  a "certified clean" list (?)
63
117
  screencast of things helpful (use, creation...).
64
118
  tune up the levels...
@@ -77,16 +131,10 @@ a netflix player descriptor
77
131
  beep at them when not tracking [?]
78
132
  default on...hmm
79
133
 
80
- An 'edit preferences' button et al.
81
-
82
134
  Just fold if s....
83
135
 
84
136
  a descriptor for some closed source app player...
85
137
 
86
- when saving to hard drive, you can "insert" streams where desired (experimental version only)
87
-
88
- can save stuff "for review later" as they watch it,
89
-
90
138
  can "overlay-audio/video"
91
139
 
92
140
  GUI:
@@ -106,11 +154,12 @@ run it off a normal person (hulu, DVD). rinse and repeat
106
154
 
107
155
  advertise on ruby flow
108
156
 
109
- "ripperzy-ize"
157
+ "ripperzy-ize" (low prio)
110
158
  can record from online [huh? do I even want this?]
111
159
  maybe can record something, then extract the bad, and get a better looking video...
112
160
  low prio
113
161
  remove commercials?
162
+ myth cutlist?
114
163
 
115
164
  DRY up :levels--it's in the ocr spec as well as the others...
116
165
 
@@ -119,10 +168,6 @@ unit tests run with normal ruby
119
168
  back off on mouse jerking...only every so often?
120
169
  maybe increase timings as you get farther along, to accomodate for drift?
121
170
 
122
- screen time change only detected... [unexpected] [rid myself of it]
123
-
124
- Do I *need* that other window always up or not? (Get rid of it?...only do this after have a real window of my own though, that's always up)
125
-
126
171
  preference for beeping at them, et al
127
172
 
128
173
  itunes video on demand player
@@ -133,7 +178,7 @@ no money making for now...all volunteer...more respectful.
133
178
  or make it so it can work with an editor of some kind...like a "save here" command line snip this tuck that.
134
179
  probably only possible after creating the desktop streamer hmm
135
180
 
136
- no popularizing it for now, I guess
181
+ no releasing experimental for now, I guess
137
182
 
138
183
  integrate with librivox' audio so you can avoid profanity in classics. Somehow. This would be nice for portable players.
139
184
  You know, for static things like this, a 'pre-cutter' would sure be convenient...
@@ -141,7 +186,7 @@ integrate with librivox' audio so you can avoid profanity in classics. Somehow.
141
186
 
142
187
  itunes player for profanity (music)?
143
188
 
144
- make a list of "known clean" movies or what not...hmm...
189
+ make a list of "known clean" movies...hmm...
145
190
 
146
191
  an "online anybody can chat while watching this movie" (or anybody can edit this wav and listen to it as overlay...) prefer the latter.
147
192
 
@@ -150,7 +195,7 @@ an online applet web runnable? Why not?
150
195
 
151
196
  code refactors: "screen time change", order should be swapped in bin/x output (just cleanup)
152
197
 
153
- easier installation for windows: release a zip file that they can just click on a .bat file to run it
198
+ easier installation for windows: self-extracting exe's :)
154
199
  later: .msi?
155
200
 
156
201
  can blank overlay with added text like "and you are one awesome klingon"
@@ -192,7 +237,7 @@ control volume programmatically (using mouse) on the player itself.
192
237
  control mute programmatically (using mouse) on the player itself.
193
238
  control location programmatically (using mouse) on the player itself.
194
239
 
195
- compare VLC (and other) timings with a real DVD player, and with netflix online, etc.
240
+ compare VLC (and other) timings with a real DVD player, and with netflix instant, etc.
196
241
 
197
242
  Have a "list of all known movies (url's)" and be able to open (IE et al) to the correct part, and start playing them, and they work...
198
243
  or known parseable imdb's
@@ -200,16 +245,41 @@ Have a "list of all known movies (url's)" and be able to open (IE et al) to the
200
245
  does my sweet heart have any suggestions? (make it work well for laymen)
201
246
 
202
247
  web browser plugin?
248
+ popups *inside* netflix "play this edited" ?
203
249
 
204
250
  Programmatically do all of the above, by driving VLC with libvlc (its API).
205
251
  So this would be basically tracking VLC using its libvlc callbacks, instead of screen times
206
252
  fork the Python project?
207
253
  VLC
208
- Allow it to record somehow (recordable)
209
254
  use VLC's web interface? telnet?
210
255
  optimize it with best appropriate iframes (LOL)
211
256
 
212
257
  integrate with google TV...bravia...maybe...somehow...boxxee? roku?
213
258
  itunes TV? apple tv? ps3?
214
259
 
215
- OCR the captioning as an auto profanity filter? (or perhaps download subtitles to be able to pre-screen), like the python fella does.
260
+ OCR the captioning as an auto profanity filter? (or perhaps download subtitles to be able to pre-screen), like the python fella does.
261
+
262
+ --server? optionally higher prio?
263
+
264
+ irb(main):001:0> a = File.open('big1', 'w')
265
+ => #<File:big1>
266
+ irb(main):002:0> a.seek 10_000_000_000
267
+ => 0
268
+ irb(main):003:0> a.write 'b'
269
+ => 1
270
+ irb(main):004:0> a.close # freeze mri 1.9.2
271
+ =======
272
+ take out all require 'rubygems'ses...
273
+
274
+ package with portable imagemagick (meh)
275
+
276
+ create a "book edit list" (word x is at position y...)
277
+
278
+ @dvd flick:
279
+ don't re-encode if not necessary
280
+ are your highest settings optimal?
281
+ accept subtitled video...
282
+
283
+ @smplayer: your CD config is awful.
284
+ @mencoder: can't split
285
+ something like you watch it *with* you friends and can all chat together...hmm...