sensible-cinema 0.21.3 → 0.21.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +11 -1
- data/README +91 -77
- data/TODO +50 -29
- data/VERSION +1 -1
- data/bin/sensible-cinema.rb +67 -37
- data/go.bat +0 -4
- data/goc.bat +1 -2
- data/goe.bat +1 -0
- data/how_to_create_your_own_delete_lists.txt +57 -0
- data/sensible-cinema.gemspec +8 -3
- data/spec/images/netflix_b9.bmp +0 -0
- data/spec/notes +51 -0
- data/www/index.html +30 -0
- data/zamples/edit_decision_lists/dvds/turn_around_alma_younger.txt +17 -0
- data/zamples/edit_decision_lists/netflix/example_file_copy_me.txt +10 -0
- metadata +8 -3
- data/how_to_create.txt +0 -37
data/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
== 0.21.4 ==
|
|
2
|
+
|
|
3
|
+
Added some todo, re-ordered some buttons to make more user friendly et al.
|
|
4
|
+
|
|
5
|
+
Also note that some other projects, like
|
|
6
|
+
http://universalsubtitles.org/
|
|
7
|
+
are related and exist and use web players' javascript API hooks into players in order to
|
|
8
|
+
track playback and insert dynamic overlays, and use their internal volume
|
|
9
|
+
control, all based on timestamp or inferred timestamp.
|
|
10
|
+
|
|
1
11
|
== 0.21.3 ==
|
|
2
12
|
|
|
3
13
|
Fix installation mistake.
|
|
@@ -98,7 +108,7 @@ The prototypes are there, though it's not enabled.
|
|
|
98
108
|
|
|
99
109
|
== 0.16.0 ==
|
|
100
110
|
|
|
101
|
-
Change the YAML style so that it can have filterable categories (disabled for now, but there are unit tests
|
|
111
|
+
Change the YAML style so that it can have filterable categories (disabled for now in production, but there are unit tests
|
|
102
112
|
that show the use of such as a form of "combining user preferences" with the EDL to produce a
|
|
103
113
|
new customized one.
|
|
104
114
|
|
data/README
CHANGED
|
@@ -5,24 +5,27 @@ I.e. you can play or edit a DVD to "mute out" or skip certain scenes.
|
|
|
5
5
|
|
|
6
6
|
This allows you to sit back and relax as you watch a more "sensiblized" showing of your DVD.
|
|
7
7
|
|
|
8
|
-
To use it, basically install
|
|
9
|
-
It will pop up some windows where you choose what to do.
|
|
8
|
+
To use it, basically install, then insert an original DVD that you want to edited, then run sensible cinema.
|
|
9
|
+
It will pop up some windows where you choose what to do with that DVD.
|
|
10
10
|
|
|
11
|
-
You can either watch it edited, or created an edited version of the DVD, on your hard drive.
|
|
12
|
-
You could
|
|
11
|
+
You can either watch it edited in realtime, or created an edited video version of the DVD, on your hard drive.
|
|
12
|
+
You could burn that edited file to a new DVD, if you desire and have a DVD burner on your computer,
|
|
13
|
+
or just watch it there.
|
|
13
14
|
|
|
14
|
-
How? Sensible
|
|
15
|
-
|
|
15
|
+
How? Sensible cinema basically takes the original DVD, slices out the bad parts, then gives you the result.
|
|
16
|
+
It is essentially a linear editor [1] that applies Edit Decision Lists [2] to videos. It wraps
|
|
17
|
+
a few freely available open source programs [3] to accomplish the editing for you.
|
|
18
|
+
It also has a few "realtime viewing" options available, again based on open source software [3].
|
|
16
19
|
|
|
17
|
-
Note that the whole process can
|
|
20
|
+
Note that the whole process can take several hours, so budget some time for it.
|
|
18
21
|
|
|
19
|
-
Also note that just because
|
|
22
|
+
Also note that just because an edited video lacks profanity...does not immediately make it an inspiring experience.
|
|
20
23
|
I'd suggest carefully evaluating your motives, and going with those.
|
|
21
24
|
Sensible cinema does not a clean movie make of a dirty one. Don't watch it if it's not wholesome! Be nice to yourself!
|
|
22
|
-
|
|
23
|
-
|
|
25
|
+
|
|
26
|
+
dove.org and common sense media are good references for discovering the "uplifting" level of movies [4].
|
|
24
27
|
Also note that even if you have an edited copy of a DVD floating around, if you have kids, chances are they
|
|
25
|
-
will eventually find (and watch) the unedited originals, so be careful there, and do what is
|
|
28
|
+
will eventually find (and watch) the unedited originals, so be careful there, and do what is needed.
|
|
26
29
|
|
|
27
30
|
Enjoy your movies!
|
|
28
31
|
|
|
@@ -37,25 +40,34 @@ Instructions available here: http://rogerdpack.t28.net/sensible-cinema/
|
|
|
37
40
|
|
|
38
41
|
== Creating Your Own Delete Lists, or modifying the previously existing ones ==
|
|
39
42
|
|
|
40
|
-
See the accompanied
|
|
43
|
+
See the accompanied how_to_create_your_own_delete_lists.txt file.
|
|
44
|
+
|
|
45
|
+
== Creating your own edited DVD ==
|
|
46
|
+
|
|
47
|
+
If you so desire, you could create an edited DVD from the edited file that sensible cinema gives you.
|
|
48
|
+
See http://www.youtube.com/watch?v=lBE4WlUM5Qs for how to create a DVD from a video file in windows
|
|
49
|
+
See
|
|
50
|
+
http://rogerdpack.t28.net/sensible-cinema/how to create a dvd from a file in windows using dvd flick.avi
|
|
51
|
+
for a full size version of that video. It just shows how to use the free http://www.dvdflick.net to burn a video file to a disk.
|
|
52
|
+
See also LICENSE.TXT for some caveats there.
|
|
53
|
+
|
|
54
|
+
Windows DVD Maker might help, too.
|
|
41
55
|
|
|
42
56
|
== FAQ ==
|
|
43
57
|
|
|
44
58
|
Q. How do I watch these on my TV, not just on my computer?
|
|
45
|
-
A.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
You might be able to move your laptop over to near your TV and hook it in from there.
|
|
50
|
-
Or buy a very long cord and plug it in as an extra monitor from your desktop.
|
|
51
|
-
You could buy a projector, attach it to your computer as a display, and then use that to display the video.
|
|
59
|
+
A. One option is you could burn a new DVD with the edited video file. See "Creating your own edited DVD"
|
|
60
|
+
You also might be able to move your laptop over to near your TV and hook it in from your laptop.
|
|
61
|
+
Or buy a very long cord and plug it in as an extra monitor from your desktop/laptop.
|
|
62
|
+
You could buy a projector, attach it to your laptop, and then use that to display the video.
|
|
52
63
|
If you're interested in also being able to "beam" it from your computer to your game console (ex: PS3) ping me--I might have
|
|
53
64
|
something in mind that could help, though hasn't been created yet. (Playon.tv does something like this, too, but
|
|
54
|
-
I might come up with a competitor to it if
|
|
55
|
-
If you're really good you could try VGA over an Ethernet cable, too:
|
|
65
|
+
I might come up with a competitor to it if desired).
|
|
66
|
+
If you're really good you could try VGA over an Ethernet cable, too:
|
|
67
|
+
http://ps3mediaserver.org/forum/viewtopic.php?f=6&t=5731#p34279
|
|
56
68
|
|
|
57
|
-
Q. I want to give an edited DVD to a friend, how do I do that?
|
|
58
|
-
A.
|
|
69
|
+
Q. I want to give an edited DVD to a friend, how do I do that well?
|
|
70
|
+
A. Give them the original DVD and a link to sensible-cinema's website so they can download it.
|
|
59
71
|
You may want to loan them a DVD burner if they don't have one and want one, too.
|
|
60
72
|
|
|
61
73
|
== Caveats ==
|
|
@@ -64,65 +76,44 @@ NB that "someone" has to first create a delete list, per DVD.
|
|
|
64
76
|
If one doesn't yet exist for the DVD you want edited,
|
|
65
77
|
you could employ somebody to create it, or create it yourself. Make sure to submit it
|
|
66
78
|
back to us when you're done, so that everyone can benefit from it.
|
|
67
|
-
Fortunately only one person has to do it, once, for everybody to benefit, and the
|
|
79
|
+
Fortunately only one person has to do it, once, for everybody to benefit, and the
|
|
80
|
+
editing process is fairly easy.
|
|
68
81
|
|
|
69
|
-
Also note that if your DVD has scratches that cause it to skip, the time signatures will be off,
|
|
82
|
+
Also note that if your DVD has scratches that cause it to skip, the time signatures will be off,
|
|
83
|
+
so we recommend to always clean your discs!
|
|
70
84
|
|
|
71
85
|
== Motivation ==
|
|
72
86
|
|
|
73
87
|
The initial motivation for the project was that I dislike deity profanity in movies.
|
|
74
88
|
And really any profanity is jarring, if you're not used to it in real life, and can
|
|
75
89
|
put you a bit on edge when you watch a movie.
|
|
76
|
-
Also sometimes
|
|
77
|
-
|
|
78
|
-
But I still want to be able to watch movies at all :)
|
|
90
|
+
Also sometimes producers put in certain scenes (read: sex scenes) just to get a rating.
|
|
91
|
+
I don't want just those scenes, but still want to be able to watch the movies :)
|
|
79
92
|
|
|
80
93
|
I tried Clearplay (a realtime filtering DVD player)
|
|
81
|
-
but (for me) it didn't seem to cut it. It costs money monthly (I'm too cheap to pay--and many
|
|
82
|
-
many other people don't use it because of that...). Their
|
|
83
|
-
filters sometimes don't cut out all unwanted content (ex: Saints and
|
|
84
|
-
Soldiers left profanity in...which wasn't what I had
|
|
94
|
+
but (for me) it didn't seem to cut it. It costs money monthly (I'm too cheap to pay--and many
|
|
95
|
+
many other people don't use it because of that...). Their
|
|
96
|
+
filters sometimes don't cut out all unwanted content (ex: Saints and
|
|
97
|
+
Soldiers left profanity in...which wasn't what I had
|
|
85
98
|
expected). Others have noted that sometimes their edit timings (or perhaps DVD players)
|
|
86
99
|
are slightly mismatched so that it will mute sections just previous to profanity, while
|
|
87
100
|
not muting the profanity itself. Clearplay apparently also runs a rather
|
|
88
101
|
confusing subscription policy, I'm told [1], as well as selling DVD players that
|
|
89
|
-
|
|
102
|
+
are a bit lackluster at times [2].
|
|
90
103
|
Clearplay also has little community collaboration/review (though you can email them feedback).
|
|
91
|
-
They no longer seem to have a "request a filter" option, though they used to.
|
|
92
|
-
They also don't have filters for all movies that I, at times, would like to watch edited (Condorman and Tron
|
|
93
|
-
lacking last time I checked...probably because they are too
|
|
94
|
-
obscure.) Also, some people watch movies only on computer, and they
|
|
95
|
-
no longer have a computer player, only DVD players. They also don't edit streamed
|
|
96
|
-
online movies either (last time I checked, anyway). So overall I
|
|
97
|
-
wanted to build my own that overcame some of these hurdles
|
|
98
|
-
also more accessible/open/cheap.
|
|
104
|
+
They no longer seem to have a "request a filter" option, though they used to.
|
|
105
|
+
They also don't have filters for all movies that I, at times, would like to watch edited (Condorman and Tron
|
|
106
|
+
lacking last time I checked...probably because they are too
|
|
107
|
+
obscure.) Also, some people watch movies only on computer, and they
|
|
108
|
+
no longer have a computer player, only hardware DVD players. They also don't edit streamed
|
|
109
|
+
online movies either (last time I checked, anyway). So overall I
|
|
110
|
+
wanted to build my own that overcame some of these hurdles.
|
|
99
111
|
I also emailed them once (2003?) to inform them I'd be making an open source
|
|
100
112
|
equivalent, and haven't heard back from them, which I assume to mean implicitly
|
|
101
|
-
they're all for
|
|
102
|
-
|
|
103
|
-
I also wanted to get a prototype out there of some of my ideas so that
|
|
104
|
-
others can't patent them and pretend that they were first inventors :)
|
|
105
|
-
|
|
106
|
-
So originally the project started off as a prototype that could "watch hulu (online) and netflix instant movies
|
|
107
|
-
edited" (it uses/used screen snap-shotting and track, using OCR, the on-screen
|
|
108
|
-
timestamp of the player, monitor it for specific times, and react appropriately).
|
|
109
|
-
However, this functionality, though working, is disabled currently for patent
|
|
110
|
-
concerns.
|
|
111
|
-
Some older released versions had it enabled, but not latest releases.
|
|
112
|
-
Then I realized I could basically create the same effect using
|
|
113
|
-
(more patent friendly) pre-processing and/or deletion lists (basically
|
|
114
|
-
Edit Decision Lists enforced using playlists for
|
|
115
|
-
VLC, like play from second x to y, then from x to mu, etc.).
|
|
116
|
-
I just pass in a playlist, it does all the work for me, without real-time tracking.
|
|
117
|
-
There are a few released versions that did this.
|
|
118
|
-
Then it occurred to me that you could grab the several clean segments
|
|
119
|
-
off a DVD, and piece them together to create an edited copy. This avoids
|
|
120
|
-
realtime tracking. This seems reasonably patent friendly, so it is
|
|
121
|
-
what I release here.
|
|
122
|
-
I also added mplayer functionality later, which does real-time tracking, as well.
|
|
123
|
-
The playlist option is currently disabled, as it was deemed too user-non-friendly.
|
|
113
|
+
they're all for it :)
|
|
124
114
|
|
|
125
|
-
|
|
115
|
+
I also wanted to get a prototype out there of some of these ideas so that
|
|
116
|
+
others can't later patent them and pretend that they were first inventors :)
|
|
126
117
|
|
|
127
118
|
[1] http://www.amazon.com/gp/product/B002YPRW7S/ref=cm_rdp_product
|
|
128
119
|
"...I agree that it is not made clear on their website that if you don't continue your membership, you can't continue
|
|
@@ -132,17 +123,44 @@ See also the LICENSE.TXT file for more legal information.
|
|
|
132
123
|
"We bought a clearplay player about 2 years ago. It worked great, until it just stopped working. I called their support line,
|
|
133
124
|
and they told us the model we got was defective, and that the new one was much better and we could get it at a discount, but
|
|
134
125
|
the next one just died also."
|
|
135
|
-
|
|
126
|
+
|
|
127
|
+
== History ==
|
|
128
|
+
|
|
129
|
+
Originally the project started off as a prototype that could "watch hulu (online) and netflix instant movies
|
|
130
|
+
edited" (it uses/used screen snap-shotting and tracks, using OCR, the on-screen
|
|
131
|
+
timestamp of the player, monitors it for specific times, and reacts appropriately).
|
|
132
|
+
However, this functionality, though working and available, is disabled currently for potential patent
|
|
133
|
+
concerns.
|
|
134
|
+
Some older released versions had it enabled, but not the latest releases.
|
|
135
|
+
Then I realized I could basically create the same effect using the
|
|
136
|
+
(deemed more patent friendly) pre-processing (slice out bad scenes) and/or deletion lists. It basically was
|
|
137
|
+
Edit Decision Lists enforced using playlists and
|
|
138
|
+
VLC. I.e. play from second x to y, now play then from z to second mu, muted, now from q to r, etc.
|
|
139
|
+
I just passed VLC a playlist, it did all the work for me, without any necessary real-time tracking.
|
|
140
|
+
There are a few released versions that did this.
|
|
141
|
+
Then it occurred to me that you could grab the several clean segments
|
|
142
|
+
off a DVD, and piece them together to create an edited version. This also avoids
|
|
143
|
+
realtime tracking, so I included it.
|
|
144
|
+
I also added some mplayer EDL playback functionality later.
|
|
145
|
+
The playlist option is disabled in later releases, as it was deemed too user-non-friendly.
|
|
146
|
+
|
|
147
|
+
You can see a full list of features that have already been published and demonstrated
|
|
148
|
+
in the file ChangeLog.txt. Each feature works in some released version of sensible-cinema
|
|
149
|
+
though some features or absent in later versions. The changelog lists all of the features.
|
|
150
|
+
|
|
136
151
|
== License ==
|
|
137
152
|
|
|
138
153
|
See the included LICENSE.TXT file for licensing and usage terms (basically it's under gplv3 for all the source).
|
|
139
|
-
Some other programs are (distributed separately and)
|
|
154
|
+
Some other programs are (distributed separately and) called out to, if present. These are
|
|
155
|
+
typically released under their own gpl v2 license.
|
|
140
156
|
|
|
141
157
|
All files (c) 2010 Roger Pack
|
|
142
158
|
|
|
159
|
+
See the accompanied LICENSE.TXT file for more legal information, before using the product.
|
|
160
|
+
|
|
143
161
|
== Related ==
|
|
144
162
|
|
|
145
|
-
The
|
|
163
|
+
The concepts aren't novel. Some other previously existing related type examples:
|
|
146
164
|
|
|
147
165
|
Edited "airplane edit" style movies.
|
|
148
166
|
Commercial TV (ABC, NBC) show their own (edited) movies.
|
|
@@ -161,7 +179,7 @@ http://forum.bsplayer.com/feature-requests-feedback-suggestions/7157-chapter-pla
|
|
|
161
179
|
http://www.inmatrix.com "scene cut editor" of the zoom player
|
|
162
180
|
http://wiki.xbmc.org/?title=EDL_(commercial_skipping)_and_SceneMarker_support (XBMC's scene cut support--also contains links to some other editors)
|
|
163
181
|
http://dvdshrink.info "Re-author" mode: to make "movie-only" backups, compilations, combine "flippers",.... DvdShrink has the ability to "crop or cut parts of a title" etc.
|
|
164
|
-
The VCR with its record button, coupled with the stop+rewind button.
|
|
182
|
+
The VCR with its record button, coupled with the stop+rewind button.
|
|
165
183
|
http://code.google.com/p/movie-content-editor (written in Python, controls VLC based on captions and edit decision lists, in realtime)
|
|
166
184
|
http://forums.gbpvr.com/showthread.php?10606-Automated-Cutting-and-Transcoding-Guide-Using-Mencoder/page45
|
|
167
185
|
http://www.imdb.com/swiki/special?ParentalGuideHelp (search for "scene description")
|
|
@@ -171,12 +189,12 @@ The scissors and old VHS tapes (Clean Flicks' origin, if I remember correctly).
|
|
|
171
189
|
Windows Movie Maker. Allows for users to cut and copy scenes of movies to their heart's content.
|
|
172
190
|
http://forum.videolan.org/viewtopic.php?f=7&t=56998 VLC Media Player using EDL's via playlists
|
|
173
191
|
Corel WinDVD has "Quick Clip" settings for capturing from DVD.
|
|
174
|
-
http://superuser.com/questions/85278/how-can-i-cut-scenes-out-of-a-dvd
|
|
192
|
+
http://superuser.com/questions/85278/how-can-i-cut-scenes-out-of-a-dvd
|
|
175
193
|
http://blog.josephhall.com/2008/09/command-line-dvd-authoring-part-1.html
|
|
176
194
|
|
|
177
195
|
== Troubleshooting ==
|
|
178
196
|
|
|
179
|
-
Note that you'll need java previously installed for this to work.
|
|
197
|
+
Note that you'll need java previously installed for this to work. Most people already do though.
|
|
180
198
|
If you run into a snag, it might have failed in "grabbing" the DVD, and only got part of it.
|
|
181
199
|
Try cleaning your DVD and starting over (delete all files, start again).
|
|
182
200
|
Baking soda toothpaste might help with cleaning it.
|
|
@@ -208,18 +226,14 @@ You try to play back a sensible cinema-ized video file and it plays back without
|
|
|
208
226
|
|
|
209
227
|
== Thanks ==
|
|
210
228
|
|
|
211
|
-
Thanks to Jarmo for the win32-screenshot gem, mini_magick gem authors, jruby guys, etc.
|
|
229
|
+
Thanks to Jarmo for the win32-screenshot gem, the mini_magick gem authors, jruby guys, etc.
|
|
212
230
|
The combination of these tools made programming this actually something of a pleasure.
|
|
213
231
|
|
|
214
232
|
== Feedback/Development ==
|
|
215
233
|
|
|
216
234
|
Feedback, including feature requests, comments, etc. welcome:
|
|
217
235
|
|
|
218
|
-
(for example it's windows only currently--if you want that changed, send an email, etc.):
|
|
219
|
-
|
|
220
236
|
Mailing List: http://groups.google.com/group/sensible-cinema
|
|
221
237
|
|
|
222
238
|
If you're a developer and want to help out with programmming or look and feel, etc., please do!
|
|
223
|
-
See development.txt
|
|
224
|
-
|
|
225
|
-
You can see a full list of features from the various releases in the file ChangeLog.txt
|
|
239
|
+
See development.txt / github.com/rdp
|
data/TODO
CHANGED
|
@@ -1,36 +1,45 @@
|
|
|
1
1
|
== high prio like blocking bugs ==
|
|
2
2
|
|
|
3
3
|
== up next release ==
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
post demo of it doing netflix (just screencast local computer)
|
|
4
|
+
|
|
5
|
+
email jon
|
|
7
6
|
|
|
8
7
|
== slightly lower than that, only somewhat ordered ==
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
agree to abide, shouldn't in the US [?]
|
|
10
|
+
fix 9 digit the fancy shmancy way :P
|
|
11
|
+
|
|
11
12
|
use DVD navigator?
|
|
12
|
-
wow terrifying
|
|
13
|
+
wow terrifying...mostly
|
|
13
14
|
http://msdn.microsoft.com/en-us/library/dd388584(v=VS.85).aspx
|
|
14
15
|
http://msdn.microsoft.com/en-us/library/ms787412(VS.85).aspx
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
post a demo of it playing back blu-ray edited, local computer, projector
|
|
21
|
-
does blu-ray work with my C++ project?
|
|
22
|
-
post a demo of it playing back via streaming to another computer, +- only streaming a particular region of the screen
|
|
23
|
-
edl straight DVD replay:
|
|
16
|
+
dshow c++ demo? PlayPeriodInTitleAutoStop EC_DVD_PLAYPERIOD_AUTOSTOP
|
|
17
|
+
does this line up right? can it work, at all?
|
|
18
|
+
does blu-ray work with my C++ project?
|
|
19
|
+
|
|
20
|
+
edl straight DVD mplayer replay:
|
|
24
21
|
work cars, monsters inc
|
|
25
22
|
clear runnings
|
|
26
|
-
have ben and chris test it out, then ask about quality
|
|
23
|
+
have ben and chris test it out, have it work, then ask about video quality
|
|
24
|
+
compare various computer DVD timings with physical player timings
|
|
25
|
+
|
|
26
|
+
== yes do, unordered ==
|
|
27
|
+
|
|
28
|
+
jonah timings at work
|
|
29
|
+
tool tips for all buttons...tweak naming, too :P
|
|
30
|
+
it should clear smplayer options on startup, just in case [?]
|
|
31
|
+
the "play DVD with smplayer unedited" prompts for delete list x2
|
|
32
|
+
post a demo of it playing back VLC edited, local computer
|
|
33
|
+
fix the "play previously credited edited file for current DVD" button
|
|
34
|
+
a button for "just play a dvd unedited" for normal users
|
|
27
35
|
make it so it can suck in from "another wiki" the DL's, at package time
|
|
28
|
-
check if the python one lines up or not/ping them
|
|
29
|
-
port to linux
|
|
30
|
-
add a "play edited file for current DVD" button
|
|
31
|
-
fix "play DVD unedited" button
|
|
32
36
|
vendor smplayer * 2
|
|
33
37
|
test if latest smplayer can work with edl and seek [?]
|
|
38
|
+
be able to use smplayer, never just mplayer [yikes]
|
|
39
|
+
check if the python one lines up or not/ping them
|
|
40
|
+
port to linux
|
|
41
|
+
port to OS X
|
|
42
|
+
when have a computer for the same :P
|
|
34
43
|
"release" it to developers
|
|
35
44
|
plug.org, more rubyists?
|
|
36
45
|
note to previewer "you are about to preview these edits"
|
|
@@ -45,15 +54,12 @@
|
|
|
45
54
|
after I do my own DVD's
|
|
46
55
|
ask for more beta testers for use, ask for more beta testers for creation
|
|
47
56
|
facebook? lds lists?
|
|
48
|
-
mpeg is lossy (at least my current one pass conversion still is...) and smplayer can't play it right unedited
|
|
49
|
-
frame accurate splitter naive
|
|
50
57
|
fast preview: change it to be aggressive sometimes yes, other times no
|
|
51
58
|
10 minute splits for much faster viewage [edl fast preview seems way too lossy ?]
|
|
52
59
|
beta release: rinse and repeat with various ppl
|
|
53
60
|
make website more "pictures-zy"/professional
|
|
54
61
|
own really long url movie bad scene skipper sensible cinema.t28.net add in there content editor or something lots of google SEO happy words
|
|
55
62
|
actually, just use sourceforge for hosting...
|
|
56
|
-
compare various computer DVD timings with physical player's timings...
|
|
57
63
|
propaganda-ize
|
|
58
64
|
advertise in LDS newsgroups et al, for beta testers?
|
|
59
65
|
advertise in christian places
|
|
@@ -65,15 +71,31 @@
|
|
|
65
71
|
advertise facebook (at least their page :) [?]
|
|
66
72
|
fast preview mode: look for modifications to file, kill mplayer instances for them :)
|
|
67
73
|
fast preview tends to "go too far" [like the end of profanity is still there when played via the "real way"]
|
|
68
|
-
better "how to create" file, rename
|
|
69
|
-
a button for "just play a dvd unedited" for normal users
|
|
70
|
-
fantom edit DL
|
|
71
74
|
an editor that can track and overlay...use OCR! :)
|
|
72
|
-
youtube videos -> new account
|
|
73
|
-
|
|
75
|
+
youtube videos -> new account name
|
|
76
|
+
youtube: use the javascript API somehow, like http://universalsubtitles.org/en/
|
|
77
|
+
does it use inferred timestamp? can I use that generally, too? [phase 1--publish simple javascript demo of it muting for awhile after startup]
|
|
78
|
+
phase 2: I can accomodate for pauses, too.
|
|
79
|
+
phase 3: I can re-train based on events of stoppage
|
|
80
|
+
phase 4: I can constantly poll and react
|
|
74
81
|
|
|
75
82
|
== DVD backlog (totally unordered, some very low prio, basically all never do) ==
|
|
76
83
|
|
|
84
|
+
more from that guy urug
|
|
85
|
+
demo of VLC += system keys
|
|
86
|
+
post a demo of it playing back VLC edited, projector
|
|
87
|
+
post a demo of it playing back blu-ray edited, +- projector, +- playon (?)
|
|
88
|
+
fantom edit DL
|
|
89
|
+
mpeg is lossy (at least my current one pass conversion still is...) and smplayer can't play it right unedited
|
|
90
|
+
frame accurate splitter naive
|
|
91
|
+
can have the mouse jerk "only every so often"
|
|
92
|
+
can jerk closer to failure sections...
|
|
93
|
+
blu-ray descriptor
|
|
94
|
+
post a demo of it playing back blu-ray edited, local computer, projector
|
|
95
|
+
infer from url for netflix
|
|
96
|
+
post some playon.tv demo screencast..this should prove all shouldn't it [?]
|
|
97
|
+
can "control mouse" to mute, and drag it to change location (+1 auto)
|
|
98
|
+
post a demo of it playing back via streaming to another computer, +- only streaming a particular region of the screen
|
|
77
99
|
move template .bat's to a template folder
|
|
78
100
|
have them use a real version of jruby.jar (the right er version)
|
|
79
101
|
use wget to download [newer version of] jruby, then can use RC2+ then can rename bin's
|
|
@@ -83,7 +105,7 @@
|
|
|
83
105
|
post a demo of it streaming to a console device
|
|
84
106
|
a fully javascript version...hmm...maybe an applet overlay [post 2020 ?]
|
|
85
107
|
alpha transparent "grey" overlay (for partial parts of the window)
|
|
86
|
-
|
|
108
|
+
post demo of it selecting categories....
|
|
87
109
|
certain sections: can speed them up, to make them less scary or what not, but you can still see what's happening. Not sure how audio could/should apply here.
|
|
88
110
|
donate to mplayer, others [?] [VLC ja, which includes libdvdcss, h264 kind of] dvd flick alternative.to, dns hosting
|
|
89
111
|
google android TV app/iTV ?
|
|
@@ -251,7 +273,6 @@ advertise my "splitting joining" google doc page. also test the various options
|
|
|
251
273
|
a check for "newer version available" or not...
|
|
252
274
|
buy blu-ray decrypter, and drive, try it out.
|
|
253
275
|
|
|
254
|
-
|
|
255
276
|
== random non-DVD 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). ==
|
|
256
277
|
|
|
257
278
|
take out use_class_name for descriptors
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.21.
|
|
1
|
+
0.21.4
|
data/bin/sensible-cinema.rb
CHANGED
|
@@ -21,6 +21,8 @@ print 'Loading Sensible Cinema...'
|
|
|
21
21
|
require File.expand_path(File.dirname(__FILE__) + "/../lib/add_any_bundled_gems_to_load_path.rb")
|
|
22
22
|
require 'sane' # failure here means you haven't bundled your dependencies...[rake task]
|
|
23
23
|
|
|
24
|
+
raise 'need newer jruby!' unless RUBY_DESCRIPTION =~ /1.6.\d/ # sanity check
|
|
25
|
+
|
|
24
26
|
require_relative '../lib/mencoder_wrapper'
|
|
25
27
|
require_relative '../lib/storage'
|
|
26
28
|
require_relative '../lib/edl_parser'
|
|
@@ -96,46 +98,58 @@ module SensibleSwing
|
|
|
96
98
|
jlabel.set_bounds(44,44,160,14)
|
|
97
99
|
panel.add jlabel
|
|
98
100
|
@starting_button_y = 120
|
|
99
|
-
@button_width = 400
|
|
101
|
+
@button_width = 400
|
|
102
|
+
|
|
103
|
+
## BUTTONS ##
|
|
104
|
+
|
|
105
|
+
@create_new_edl_for_current_dvd = new_jbutton("Create new Delete List for a DVD", true)
|
|
106
|
+
@create_new_edl_for_current_dvd.on_clicked do
|
|
107
|
+
create_brand_new_edl
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
@open_list = new_jbutton("Open/Edit a Delete List", true)
|
|
111
|
+
@open_list.on_clicked {
|
|
112
|
+
dialog = FileDialog.new(self, "Pick file to edit")
|
|
113
|
+
dialog.set_directory EDL_DIR
|
|
114
|
+
filename = dialog.go
|
|
115
|
+
open_file_to_edit_it filename if filename
|
|
116
|
+
}
|
|
117
|
+
|
|
100
118
|
|
|
101
119
|
@create = new_jbutton( "Create edited copy of DVD on Your Hard Drive, from a DVD", false )
|
|
102
120
|
@create.on_clicked {
|
|
103
121
|
do_copy_dvd_to_hard_drive false
|
|
104
122
|
}
|
|
105
123
|
|
|
106
|
-
@mplayer_edl = new_jbutton( "Watch DVD on computer edited realtime", false, true )
|
|
124
|
+
@mplayer_edl = new_jbutton( "Watch DVD on computer edited (realtime -- mplayer EDL)", false, true )
|
|
107
125
|
@mplayer_edl.on_clicked {
|
|
108
126
|
do_mplayer_edl
|
|
109
127
|
}
|
|
110
128
|
|
|
111
|
-
|
|
129
|
+
@play_smplayer = new_jbutton( "Watch DVD on computer unedited (realtime smplayer)", true).on_clicked {
|
|
130
|
+
play_dvd_smplayer_unedited
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
# @watch_created_file = new_jbutton( "Watch edited file copy of DVD", false).on_clicked {
|
|
112
134
|
# raise 'todo'
|
|
113
135
|
# }
|
|
114
136
|
|
|
115
|
-
@
|
|
116
|
-
@watch_unedited.on_clicked {
|
|
117
|
-
success_no_run, wrote_to_here_fulli = do_copy_dvd_to_hard_drive false, true, true
|
|
118
|
-
sleep 5 unless success_no_run
|
|
119
|
-
command = "smplayer #{wrote_to_here_fulli}"
|
|
120
|
-
system_non_blocking command
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@preview_section = new_jbutton( "Preview a certain time frame (edited)", true )
|
|
137
|
+
@preview_section = new_jbutton( "Preview a certain time frame from file (edited)", true )
|
|
124
138
|
@preview_section.on_clicked {
|
|
125
139
|
do_copy_dvd_to_hard_drive true
|
|
126
140
|
}
|
|
127
141
|
|
|
128
|
-
@preview_section_unedited = new_jbutton("Preview a certain time frame (unedited)", true)
|
|
142
|
+
@preview_section_unedited = new_jbutton("Preview a certain time frame from file (unedited)", true)
|
|
129
143
|
@preview_section_unedited.on_clicked {
|
|
130
144
|
do_copy_dvd_to_hard_drive true, false, true
|
|
131
145
|
}
|
|
132
146
|
|
|
133
|
-
@rerun_preview = new_jbutton( "Re-run most recently watched preview time frame", true )
|
|
147
|
+
@rerun_preview = new_jbutton( "Re-run most recently watched file preview time frame", true )
|
|
134
148
|
@rerun_preview.on_clicked {
|
|
135
149
|
repeat_last_copy_dvd_to_hard_drive
|
|
136
150
|
}
|
|
137
151
|
|
|
138
|
-
@fast_preview = new_jbutton( "preview (
|
|
152
|
+
@fast_preview = new_jbutton( "fast preview all (smplayer EDL on file)", true).on_clicked {
|
|
139
153
|
success, wrote_to_here_fulli = do_copy_dvd_to_hard_drive false, true
|
|
140
154
|
sleep 0.5 # lodo take out ???
|
|
141
155
|
background_thread.join if background_thread # let it write out the original fulli, if necessary [?]
|
|
@@ -165,36 +179,29 @@ module SensibleSwing
|
|
|
165
179
|
end
|
|
166
180
|
}
|
|
167
181
|
}
|
|
168
|
-
|
|
169
|
-
@
|
|
170
|
-
@
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
182
|
+
|
|
183
|
+
@watch_unedited = new_jbutton("Watch full DVD unedited (while simultaneously grabbing file to hard drive)", true)
|
|
184
|
+
@watch_unedited.on_clicked {
|
|
185
|
+
success_no_run, wrote_to_here_fulli = do_copy_dvd_to_hard_drive false, true, true
|
|
186
|
+
sleep 5 unless success_no_run
|
|
187
|
+
command = "smplayer #{wrote_to_here_fulli}"
|
|
188
|
+
system_non_blocking command
|
|
175
189
|
}
|
|
176
190
|
|
|
177
|
-
@create_new_edl_for_current_dvd = new_jbutton("Create new Delete List for a DVD", true)
|
|
178
|
-
@create_new_edl_for_current_dvd.on_clicked do
|
|
179
|
-
create_brand_new_edl
|
|
180
|
-
end
|
|
181
191
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
192
|
+
# until I can let them know *why* they would ever need this button...
|
|
193
|
+
# @display_unique = new_jbutton( "Display a DVD's unique ID", true ).on_clicked {
|
|
194
|
+
# drive, volume, md5 = choose_dvd_drive
|
|
195
|
+
# # display it, allow them to copy and paste it out
|
|
196
|
+
# get_user_input("#{drive} #{volume} for your copying+pasting pleasure (highlight, then ctrl+c to copy) \n
|
|
197
|
+
# This is USED to identify a disk to match it to its EDL, later.", "\"disk_unique_id\" => \"#{md5}\",")
|
|
198
|
+
# }
|
|
188
199
|
|
|
189
|
-
@upload = new_jbutton(
|
|
200
|
+
@upload = new_jbutton("Upload/E-mail suggestion/Submit anything", true).on_clicked {
|
|
190
201
|
system_non_blocking("start mailto:sensible-cinema@googlegroups.com")
|
|
191
202
|
system_non_blocking("start http://groups.google.com/group/sensible-cinema")
|
|
192
203
|
}
|
|
193
204
|
|
|
194
|
-
@play_smplayer = new_jbutton( "Play DVD unedited (smplayer)", true).on_clicked {
|
|
195
|
-
play_dvd_smplayer_unedited
|
|
196
|
-
}
|
|
197
|
-
|
|
198
205
|
@progress_bar = JProgressBar.new(0, 100)
|
|
199
206
|
@progress_bar.set_bounds(44,@starting_button_y,@button_width,23)
|
|
200
207
|
@progress_bar.visible = false
|
|
@@ -714,6 +721,29 @@ module Win
|
|
|
714
721
|
attach_function :get_process_id, :GetProcessId, [ :long ], :uint
|
|
715
722
|
end
|
|
716
723
|
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
class ShutdownHook
|
|
727
|
+
include java.lang.Runnable
|
|
728
|
+
def initialize( &block)
|
|
729
|
+
super()
|
|
730
|
+
@block=block
|
|
731
|
+
end
|
|
732
|
+
def run
|
|
733
|
+
@block[]
|
|
734
|
+
end
|
|
735
|
+
end
|
|
736
|
+
|
|
737
|
+
def at_exit2( &block)
|
|
738
|
+
hook = ShutdownHook.new( &block)
|
|
739
|
+
java.lang.Runtime.getRuntime.addShutdownHook(java.lang.Thread.new( hook ))
|
|
740
|
+
end
|
|
741
|
+
|
|
742
|
+
at_exit2 {
|
|
743
|
+
system("taskkill /f /im mencoder.exe") # todo...
|
|
744
|
+
system("taskkill /f /im ffmpeg.exe")
|
|
745
|
+
}
|
|
746
|
+
|
|
717
747
|
if $0 == __FILE__
|
|
718
748
|
a = SensibleSwing::MainWindow.new
|
|
719
749
|
a.set_visible true
|
data/go.bat
CHANGED
data/goc.bat
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
call j bin\sensible-cinema.rb --create-mode
|
|
2
|
-
taskkill /f /im mencoder.exe
|
|
1
|
+
call j bin\sensible-cinema.rb --create-mode
|
data/goe.bat
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
call j bin\sensible-cinema-cli
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
You can create a delete list for sensible cinema to use against whatever DVD you want.
|
|
2
|
+
|
|
3
|
+
A delete list (currently) lists sections you want muted or skipped. Here is an example
|
|
4
|
+
|
|
5
|
+
"mutes" => [
|
|
6
|
+
"02:02:15.0" , "02:02:25", "a muted demo section",
|
|
7
|
+
],
|
|
8
|
+
|
|
9
|
+
"blank_outs" => [
|
|
10
|
+
"02:02:00.0" , "02:02:10", "blanked out demo section",
|
|
11
|
+
],
|
|
12
|
+
|
|
13
|
+
"name" => "Greatest Story Ever Told",
|
|
14
|
+
"url" => "http://movies.netflix.com/WiPlayer?movieid=60004240&trkid=2430625",
|
|
15
|
+
|
|
16
|
+
You can see more examples in the "edit decision list" folder, here: https://github.com/rdp/sensible-cinema/tree/master/zamples
|
|
17
|
+
|
|
18
|
+
To create a new one, for a DVD, the steps might look like this:
|
|
19
|
+
|
|
20
|
+
open Sensible cinema ("edit/create mode...bat")
|
|
21
|
+
|
|
22
|
+
insert your DVD, click "Create new delete list for DVD" button
|
|
23
|
+
|
|
24
|
+
Now you want to add timestamps and then test them to make sure they're accurate, using the various buttons.
|
|
25
|
+
Just edit the file, save it, then choose the button you want, to test out your new deletion.
|
|
26
|
+
|
|
27
|
+
You can use the "Watch DVD unedited" button
|
|
28
|
+
to save time, as it allows you to watch while it "grabs" it to the hard drive simultaneously (note: you'll
|
|
29
|
+
probably need at least a dual core processor for this to work well).
|
|
30
|
+
|
|
31
|
+
Note that you can also add timestamps then click "Watch DVD on computer realtime" to avoid having
|
|
32
|
+
to rip it to your hard drive ever. This is slightly less accurate, though maybe faster. See also "pointers" below.
|
|
33
|
+
|
|
34
|
+
After you're done, you can submit your newly created delete list back to the project
|
|
35
|
+
(so others can use it) by using the Upload button and sending a message with it.
|
|
36
|
+
Note also that if you know how, you could fork the code from github, commit changes, and
|
|
37
|
+
submit a pull request if you desire to contribute, as well (for example more delete lists, etc.)
|
|
38
|
+
Email is probably easier though :)
|
|
39
|
+
|
|
40
|
+
A few pointers:
|
|
41
|
+
|
|
42
|
+
You can make several different "delete lists" per DVD, just use different filenames.
|
|
43
|
+
For example one could take out all profanity, and another take out profanity and also remove violence, or whatever.
|
|
44
|
+
Basically different levels of deletion :)
|
|
45
|
+
You can also just watch a DVD (using any DVD player), and get timestamps that way, before creating a delete list.
|
|
46
|
+
A good computer program for this is "smplayer" (the [ and ] keys control playback speed, and right and left,
|
|
47
|
+
page up and page down buttons control seeking), and you can also turn on subtitles to help locate profanity.
|
|
48
|
+
You can also do the same thing using VLC player, except note that VLC's timestamps are a bit inaccurate [1].
|
|
49
|
+
Also note that you should probably rewatch the whole thing when you're done, to double check and see
|
|
50
|
+
if you got the time signatures right (using "create DVD file on local hard drive" button).
|
|
51
|
+
Also note that you can add your timing information to IMDB's parental guide pages about movies.
|
|
52
|
+
This can help users of other than sensible cinema with editing their movies.
|
|
53
|
+
Also note that you don't need to "grab" the DVD to your hard drive to edit. You can just setup the
|
|
54
|
+
EDL to work right [ http://goo.gl/yMfqX ] then use math to setup the correct time signatures.
|
|
55
|
+
|
|
56
|
+
[1] http://forum.videolan.org/viewtopic.php?f=2&t=81879
|
|
57
|
+
|
data/sensible-cinema.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{sensible-cinema}
|
|
8
|
-
s.version = "0.21.
|
|
8
|
+
s.version = "0.21.4"
|
|
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-
|
|
12
|
+
s.date = %q{2011-02-22}
|
|
13
13
|
s.email = %q{rogerdpack@gmail.com}
|
|
14
14
|
s.executables = ["monkey.png", "sensible-cinema-cli", "sensible-cinema.rb"]
|
|
15
15
|
s.extensions = ["ext/mkrf_conf.rb"]
|
|
@@ -36,8 +36,9 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
"ext/mkrf_conf.rb",
|
|
37
37
|
"go.bat",
|
|
38
38
|
"goc.bat",
|
|
39
|
+
"goe.bat",
|
|
39
40
|
"gplv3.txt",
|
|
40
|
-
"
|
|
41
|
+
"how_to_create_your_own_delete_lists.txt",
|
|
41
42
|
"lib/add_any_bundled_gems_to_load_path.rb",
|
|
42
43
|
"lib/blanker.rb",
|
|
43
44
|
"lib/drive_info.rb",
|
|
@@ -92,6 +93,7 @@ Gem::Specification.new do |s|
|
|
|
92
93
|
"spec/images/netflix_a7.bmp",
|
|
93
94
|
"spec/images/netflix_a8.bmp",
|
|
94
95
|
"spec/images/netflix_a9.bmp",
|
|
96
|
+
"spec/images/netflix_b9.bmp",
|
|
95
97
|
"spec/images/vlc_0.bmp",
|
|
96
98
|
"spec/images/vlc_2_4.bmp",
|
|
97
99
|
"spec/images/vlc_2_6.bmp",
|
|
@@ -145,6 +147,7 @@ Gem::Specification.new do |s|
|
|
|
145
147
|
"vendor/music.wav",
|
|
146
148
|
"vendor/readme.txt",
|
|
147
149
|
"vendor/unzip.exe",
|
|
150
|
+
"www/index.html",
|
|
148
151
|
"zamples/edit_decision_lists/category descriptions.txt",
|
|
149
152
|
"zamples/edit_decision_lists/dvds/COOL_RUNNINGS.txt",
|
|
150
153
|
"zamples/edit_decision_lists/dvds/Harry Potter 2.txt",
|
|
@@ -162,6 +165,8 @@ Gem::Specification.new do |s|
|
|
|
162
165
|
"zamples/edit_decision_lists/dvds/old_and_inaccurate/making marriage work.txt",
|
|
163
166
|
"zamples/edit_decision_lists/dvds/old_and_inaccurate/star_trek_generations_hulu.txt",
|
|
164
167
|
"zamples/edit_decision_lists/dvds/pack_wedding_2007-03-03.txt",
|
|
168
|
+
"zamples/edit_decision_lists/dvds/turn_around_alma_younger.txt",
|
|
169
|
+
"zamples/edit_decision_lists/netflix/example_file_copy_me.txt",
|
|
165
170
|
"zamples/edit_decision_lists/netflix/greatest_story_ever_told_netflix.txt",
|
|
166
171
|
"zamples/edit_decision_lists/old_not_yet_updated/example_edit_decision_list.txt",
|
|
167
172
|
"zamples/edit_decision_lists/old_not_yet_updated/youtube/gummy_bear_song_youtube.txt",
|
|
Binary file
|
data/spec/notes
CHANGED
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
15, 30, 45
|
|
2
|
+
k-lite XP mplayer:
|
|
3
|
+
15: before you [eat]
|
|
4
|
+
30: a man that .. can count on to deliver his message yes [well]
|
|
5
|
+
45: big smile from after duck
|
|
6
|
+
|
|
7
|
+
DvdSampler (k-lite xp)
|
|
8
|
+
15: before [you] eat
|
|
9
|
+
30: a man that .. can count on to deliver his message yes [well]
|
|
10
|
+
45: big smile from after duck
|
|
11
|
+
|
|
12
|
+
VLC
|
|
13
|
+
15: and [if] you follow god's commands (early?)
|
|
14
|
+
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]
|
|
16
|
+
|
|
17
|
+
smplayer, mplayer 30369
|
|
18
|
+
15: wash your hands [before] you eat
|
|
19
|
+
30: a man that .. can count on to deliver his message yes [well]
|
|
20
|
+
45: big smile from after duck
|
|
21
|
+
|
|
22
|
+
hulu
|
|
23
|
+
15: wash your hands [before] you eat
|
|
24
|
+
30: a man that .. can count on to deliver his message yes [well]
|
|
25
|
+
45: just before the big grin from duck
|
|
26
|
+
|
|
27
|
+
youtube: lower quality?
|
|
28
|
+
15: wash your hands before you [eat]
|
|
29
|
+
30: yes well [you] and ...
|
|
30
|
+
45: big smile, turns [to his right] after duck
|
|
31
|
+
|
|
32
|
+
netflix
|
|
33
|
+
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])
|
|
34
|
+
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]
|
|
36
|
+
|
|
37
|
+
VLC jonah_edit.tmp.mpg
|
|
38
|
+
15: (on camel) do not fight, do not cheat [wash] your hands
|
|
39
|
+
30: can count on to deliver his messages [] yes well
|
|
40
|
+
45: the duck surfaces [right before big grin]
|
|
41
|
+
|
|
42
|
+
mplayer jonah_edit.tmp.mpg
|
|
43
|
+
15: (on camel) do not fight, do not cheat wash your hands [before] you eat
|
|
44
|
+
30: can count on to deliver his messages [] yes well
|
|
45
|
+
45: between duck surfacing [] big grin
|
|
46
|
+
|
|
47
|
+
forever young {netflix, byu.tv}
|
|
48
|
+
30: netflix: some running at 29:50...
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
1
52
|
MPlayer git-20100211-1-g1c6846f-Kovensky-mt (C) 2000-2009 MPlayer Team
|
|
2
53
|
can play dvd:// and dvdnav:// with seeking at the beginning without crashing...[because old, maybe?]
|
|
3
54
|
mulder's: http://mulder.googlecode.com/files/MPUI.2010-10-17.Full-Package.exe crashes like normal [dvdnav only]
|
data/www/index.html
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<body><html>
|
|
2
|
+
<pre>
|
|
3
|
+
Welcome to the (work in progress) home page of Sensible Cinema, the video scene skipper/muter.
|
|
4
|
+
|
|
5
|
+
A description of the program can be found <a href="https://github.com/rdp/sensible-cinema/blob/master/README">here</a>.
|
|
6
|
+
|
|
7
|
+
<h2 style="margin: 0px;">Download</h2>
|
|
8
|
+
Please download the latest version it from the <a href="releases">releases</a> directory,
|
|
9
|
+
the latest version can be found <a href="releases/latest-sensible-cinema.zip">here</a>.
|
|
10
|
+
After downloading, unzip it (right click -> Extract all).
|
|
11
|
+
Now open the newly extracted "sensible-cinema-x.x.x" folder,
|
|
12
|
+
and run the file "run sensible cinema.bat".
|
|
13
|
+
You will be initially prompted to accept the license agreement and also install a few (non included, separate) dependencies.
|
|
14
|
+
Now insert a DVD you have, and choose from sensible cinema's available options (buttons).
|
|
15
|
+
Enjoy!
|
|
16
|
+
|
|
17
|
+
Sensible cinema is currently for windows only, ping me if you want this changed.
|
|
18
|
+
|
|
19
|
+
If you want to create your own "delete list" for a DVD that doesn't have one yet,
|
|
20
|
+
see the <a href="https://github.com/rdp/sensible-cinema/blob/master/how_to_create_your_own_delete_lists.txt">how to create</a> file for instructions on creating a new delete list. <!-- this is actually a short line -->
|
|
21
|
+
Then run the contained file "edit or create sensible cinema delete list files.bat"
|
|
22
|
+
|
|
23
|
+
<h2 style="margin: 0px;">Resources</h2>
|
|
24
|
+
Source code is available <a href="http://github.com/rdp/sensible-cinema">here</a>. Notes for potential source code developers are <a href="https://github.com/rdp/sensible-cinema/blob/master/development.txt">here</a>. For (non-techy) contributions just upload files to the google group.
|
|
25
|
+
|
|
26
|
+
Let me know via the <a href="http://groups.google.com/group/sensible-cinema?pli=1">google group</a> or email rogerdpack@gmail.com if you have feedback or have any other ideas/suggestions, or just want to say hi.
|
|
27
|
+
</pre>
|
|
28
|
+
</html>
|
|
29
|
+
</body>
|
|
30
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# comments can go after a # on any line, for example this one.
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
"mutes" => [
|
|
5
|
+
"0:00:0.0", "0:01:30.0", "some raucous music",
|
|
6
|
+
],
|
|
7
|
+
|
|
8
|
+
"blank_outs" => [
|
|
9
|
+
#"00:03:00.0" , "00:04:00.0", "violence", "of some sort",
|
|
10
|
+
],
|
|
11
|
+
|
|
12
|
+
"name" => "Turn Around Alma Younger",
|
|
13
|
+
"disk_unique_id" => "f4538677a522494d571e6d23e73040e3",
|
|
14
|
+
|
|
15
|
+
"dvd_title_track" => "3",
|
|
16
|
+
"not edited out stuff" => "closing credit song loud, also there is a bit of violence [kicking] around 11:00",
|
|
17
|
+
"mplayer_dvd_splits" => [],
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"mutes" => [
|
|
2
|
+
"02:02:15.0" , "02:02:25", "a muted demo section",
|
|
3
|
+
],
|
|
4
|
+
|
|
5
|
+
"blank_outs" => [
|
|
6
|
+
"02:02:00.0" , "02:02:10", "blanked out demo section",
|
|
7
|
+
],
|
|
8
|
+
|
|
9
|
+
"name" => "Greatest Story Ever Told",
|
|
10
|
+
"url" => "http://movies.netflix.com/WiPlayer?movieid=60004240&trkid=2430625",
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: sensible-cinema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.21.
|
|
5
|
+
version: 0.21.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Roger Pack
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-02-
|
|
13
|
+
date: 2011-02-22 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -153,8 +153,9 @@ files:
|
|
|
153
153
|
- ext/mkrf_conf.rb
|
|
154
154
|
- go.bat
|
|
155
155
|
- goc.bat
|
|
156
|
+
- goe.bat
|
|
156
157
|
- gplv3.txt
|
|
157
|
-
-
|
|
158
|
+
- how_to_create_your_own_delete_lists.txt
|
|
158
159
|
- lib/add_any_bundled_gems_to_load_path.rb
|
|
159
160
|
- lib/blanker.rb
|
|
160
161
|
- lib/drive_info.rb
|
|
@@ -209,6 +210,7 @@ files:
|
|
|
209
210
|
- spec/images/netflix_a7.bmp
|
|
210
211
|
- spec/images/netflix_a8.bmp
|
|
211
212
|
- spec/images/netflix_a9.bmp
|
|
213
|
+
- spec/images/netflix_b9.bmp
|
|
212
214
|
- spec/images/vlc_0.bmp
|
|
213
215
|
- spec/images/vlc_2_4.bmp
|
|
214
216
|
- spec/images/vlc_2_6.bmp
|
|
@@ -262,6 +264,7 @@ files:
|
|
|
262
264
|
- vendor/music.wav
|
|
263
265
|
- vendor/readme.txt
|
|
264
266
|
- vendor/unzip.exe
|
|
267
|
+
- www/index.html
|
|
265
268
|
- zamples/edit_decision_lists/category descriptions.txt
|
|
266
269
|
- zamples/edit_decision_lists/dvds/COOL_RUNNINGS.txt
|
|
267
270
|
- zamples/edit_decision_lists/dvds/Harry Potter 2.txt
|
|
@@ -279,6 +282,8 @@ files:
|
|
|
279
282
|
- zamples/edit_decision_lists/dvds/old_and_inaccurate/making marriage work.txt
|
|
280
283
|
- zamples/edit_decision_lists/dvds/old_and_inaccurate/star_trek_generations_hulu.txt
|
|
281
284
|
- zamples/edit_decision_lists/dvds/pack_wedding_2007-03-03.txt
|
|
285
|
+
- zamples/edit_decision_lists/dvds/turn_around_alma_younger.txt
|
|
286
|
+
- zamples/edit_decision_lists/netflix/example_file_copy_me.txt
|
|
282
287
|
- zamples/edit_decision_lists/netflix/greatest_story_ever_told_netflix.txt
|
|
283
288
|
- zamples/edit_decision_lists/old_not_yet_updated/example_edit_decision_list.txt
|
|
284
289
|
- zamples/edit_decision_lists/old_not_yet_updated/youtube/gummy_bear_song_youtube.txt
|
data/how_to_create.txt
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
You can create a delete list for sensible cinema to use against whatever DVD you want.
|
|
2
|
-
|
|
3
|
-
A delete list looks something like this example:
|
|
4
|
-
|
|
5
|
-
https://github.com/rdp/sensible-cinema/blob/master/zamples/edit_decision_lists/example_edit_decision_list.txt
|
|
6
|
-
|
|
7
|
-
For a DVD, the steps might look like this:
|
|
8
|
-
|
|
9
|
-
open Sensible cinema with "edit/create mode...bat"
|
|
10
|
-
insert your DVD, click "Create new delete list for DVD" button
|
|
11
|
-
|
|
12
|
-
Now you want to add timestamps and then test them to make sure they're accurate, using the various buttons.
|
|
13
|
-
|
|
14
|
-
Note that you can also add timestamps then click "Watch DVD on computer realtime" to avoid having
|
|
15
|
-
to rip it to your hard drive. This is slightly less accurate, though faster. See pointers.
|
|
16
|
-
|
|
17
|
-
If you want to edit it the accurate way, then you can use the "Watch DVD unedited" button
|
|
18
|
-
to save time, as it allows you to watch it while it "grabs" it to the hard drive (note: you'll
|
|
19
|
-
probably need at least a dual core processor for this button to work well).
|
|
20
|
-
|
|
21
|
-
After you're done, you can submit your newly created delete list back to the project
|
|
22
|
-
(so others can use it) by using the Upload button.
|
|
23
|
-
|
|
24
|
-
A few pointers:
|
|
25
|
-
|
|
26
|
-
You can make several different "delete lists" per DVD, just use different filenames.
|
|
27
|
-
For example one could take out all profanity, and the other take out profanity and also remove tense scenes.
|
|
28
|
-
You can just watch a DVD (using any DVD player), and get timestamps that way, before creating a delete list at all.
|
|
29
|
-
A good computer program for this is "smplayer" (the [ and ] keys control playback speed, and right and left,
|
|
30
|
-
page up and page down buttons control seeking), and you can also turn on subtitles to help locate profanity.
|
|
31
|
-
You can also do the same thing using VLC player, except that VLC's timestamps are always a bit off.
|
|
32
|
-
Also note that you should probably rewatch the whole thing when you're done, to double check and see
|
|
33
|
-
if you got the time signatures right (using "create DVD file on local hard drive" button).
|
|
34
|
-
Also note that you can add your timing information to IMDB's parental guide pages about movies.
|
|
35
|
-
This can help users of other than sensible cinema with editing their movies.
|
|
36
|
-
Also note that you don't need to "grab" the DVD to your hard drive to edit. You can just setup the
|
|
37
|
-
EDL to work right [ http://goo.gl/yMfqX ] then use math to setup the correct time signatures.
|