sensible-cinema 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +4 -0
- data/LICENSE.TXT +70 -0
- data/README +95 -29
- data/TODO +85 -71
- data/USAGE_TERMS.TXT +15 -0
- data/VERSION +1 -1
- data/bin/sensible-cinema +90 -32
- data/bin/sensible-cinema-cli +17 -0
- data/edit sensible cinema decision list files.bat b/data/create new sensible cinema decision list → files.bat +0 -0
- data/ext/mkrf_conf.rb +17 -0
- data/how_to_create +1 -0
- data/lib/add_any_bundled_gems_to_load_path.rb +17 -0
- data/lib/blanker.rb +17 -0
- data/lib/drive_info.rb +17 -0
- data/lib/edl_parser.rb +17 -0
- data/lib/fake_blanker.rb +17 -0
- data/lib/file_chooser.rb +17 -0
- data/lib/keyboard_input.rb +17 -0
- data/lib/mencoder_wrapper.rb +32 -33
- data/lib/mouse.rb +17 -0
- data/lib/mouse_forever.rb +17 -0
- data/lib/mplayer_edl.rb +31 -0
- data/lib/muter.rb +17 -0
- data/lib/ocr.rb +17 -0
- data/lib/overlayer.rb +17 -0
- data/lib/screen_tracker.rb +18 -1
- data/lib/storage.rb +99 -82
- data/lib/swing_helpers.rb +17 -0
- data/lib/vlc_programmer.rb +17 -0
- data/preamble +17 -0
- data/sensible-cinema.gemspec +12 -5
- data/spec/blanker.spec.rb +17 -0
- data/spec/common.rb +17 -0
- data/spec/convert_image.rb +17 -0
- data/spec/drive_info.spec.rb +17 -0
- data/spec/edl_parser.spec.rb +17 -0
- data/spec/keyboard_input.spec.rb +17 -0
- data/spec/mencoder_wrapper.spec.rb +61 -21
- data/spec/mouse.spec.rb +17 -0
- data/spec/mplayer_edl.spec.rb +33 -0
- data/spec/muter.spec.rb +17 -0
- data/spec/ocr.spec.rb +17 -0
- data/spec/overlayer.spec.rb +17 -0
- data/spec/screen_tracker.spec.rb +17 -0
- data/spec/sensible_cinema_gui.spec.rb +38 -16
- data/spec/swing_helpers.spec.rb +17 -0
- data/spec/vlc_programmer.spec.rb +17 -0
- data/zamples/edit_decision_lists/dvds/COOL_RUNNINGS.txt +23 -1
- data/zamples/edit_decision_lists/dvds/Harry Potter 2.txt +18 -0
- data/zamples/edit_decision_lists/dvds/pack_wedding_2007-03-03.txt +24 -0
- data/zamples/edit_decision_lists/example_edit_decision_list.txt +1 -1
- metadata +13 -6
- data/LICENSE +0 -56
data/ChangeLog
CHANGED
data/LICENSE.TXT
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
All files (c) Roger Pack 2010
|
|
2
|
+
All files are released under the GPLv3 license [1] unless otherwise specified. Ping me if you want/need this changed.
|
|
3
|
+
|
|
4
|
+
May contain some 3rd party libraries/executables under their own (separate, open source) licenses.
|
|
5
|
+
|
|
6
|
+
So...is this legal?
|
|
7
|
+
|
|
8
|
+
Unclear. In general ripping personal DVD's is legal.
|
|
9
|
+
And making "backup copies" of commercial DVD's (I think--I'm no laywer) may fall under fair use.
|
|
10
|
+
It is controversial to use open source software to play/rip commercial DVD's.
|
|
11
|
+
There are a few conflicting views.
|
|
12
|
+
Sensible-cinema doesn't actually do any decryption or decoding, nor has any knowledge of it.
|
|
13
|
+
It doesn't even have knowledge
|
|
14
|
+
as to whether the DVD being ripped is encrypted or not. We don't distribute sensible-cinema with
|
|
15
|
+
the ripping program, either (the user must install it later).
|
|
16
|
+
You can ask the authors of that program if it is legal. Apparently
|
|
17
|
+
libdvdcss (which the other programs that it calls out to use) has never been legally challenged in court (or so they say),
|
|
18
|
+
and uses a slightly different algorithm than those that have, so the jury's out.
|
|
19
|
+
Using sensible-cinema is probably not any more unethical than ripping your DVD collection to your hard
|
|
20
|
+
drive so you can ""keep your DVD's all in one place" or what not.
|
|
21
|
+
It's about the same as using VLC media player to watch a DVD, which also uses libdvdcss.
|
|
22
|
+
Also note that if you watch an edited DVD in a commercial DVD player, your are using a DVD player that conforms
|
|
23
|
+
with encryption specifications, so that might have some sway.
|
|
24
|
+
Note also that fair use at times does allow one to "record" things for personal use/backup (for example off the TV).
|
|
25
|
+
|
|
26
|
+
If general, if it's not legal in your country, then don't use it!
|
|
27
|
+
You are responsible for your actions and use of this program.
|
|
28
|
+
It is possible that the authors of sensible-cinema are not cupable of anything
|
|
29
|
+
regarding its use themselves, since they re-distribute no edited media,
|
|
30
|
+
nor distribute cracking codes. Check your country's rules first.
|
|
31
|
+
If it's illegal, don't use it!
|
|
32
|
+
|
|
33
|
+
Note: do not redistribute/re-sell edited commercial DVD's. We have learned from clean flicks that
|
|
34
|
+
redistributing edited commercial DVD's is illegal in the US. We hope that sensible-cinema
|
|
35
|
+
is more legal, since you can get the DVD's from wherever you want, and it doesn't change their
|
|
36
|
+
structure at all. Please don't redistribute. If creating copies of commercial DVD's is illegal
|
|
37
|
+
in your country, then don't do it! Use the "watch in realtime" option.
|
|
38
|
+
|
|
39
|
+
DO NOT MAKE ILLEGAL COPIES.
|
|
40
|
+
|
|
41
|
+
In terms of copyright, it could be legal under the The Family Home Movie Act of 2005,
|
|
42
|
+
at least in the United States, when viewed using the "playlist" option (v 0.10'ish, then later removed).
|
|
43
|
+
In general, if I have the original DVD sitting next to my TV, I don't feel bad about watching
|
|
44
|
+
its edited copy, but please consult a laywer first if you have any concerns.
|
|
45
|
+
|
|
46
|
+
This program can also be used for editing home movies, etc (example, the "pack wedding" file herein included).
|
|
47
|
+
|
|
48
|
+
Note that this software might well be legal in the EU,
|
|
49
|
+
as it is only software (if you watch it on your computer), and therefore possibly not subject to patents in certain countries
|
|
50
|
+
(see "What about patent licenses?" in [2]).
|
|
51
|
+
|
|
52
|
+
Also note that several ideas have been released in the code that are disabled in the final release. Please see the blog
|
|
53
|
+
for release notes http://betterlogic.com/roger, as well as http://ruby-forum.com (ruby talk ML there), and rubygems.org
|
|
54
|
+
which lists the various releases, including release notes, when installed, and also github.com/rdp/sensible-cinema which,
|
|
55
|
+
lists commits and changes and release notes, and is publicly available.
|
|
56
|
+
|
|
57
|
+
A more ancient history of various brainstorming thoughts was described here:
|
|
58
|
+
http://betterlogic.com/roger/?p=2618
|
|
59
|
+
|
|
60
|
+
Note also that the authors of sensible cinema make no money on the project, nor sell the product.
|
|
61
|
+
It's distributed free for use for any end users, source code is available (see license section).
|
|
62
|
+
|
|
63
|
+
YOU MUST AGREE TO THE gplv3 in order to use this software.
|
|
64
|
+
|
|
65
|
+
USING THIS SOFTWARE MIGHT BE ILLEGAL IN SOME COUNTRIES
|
|
66
|
+
|
|
67
|
+
Please check with your legal advisor, and if this is the case in your country, you are NOT licensed to use this freeware.
|
|
68
|
+
|
|
69
|
+
[1] http://www.gnu.org/licenses/gpl.html, also gplv3 file.
|
|
70
|
+
[2] http://www.videolan.org/support/faq.html
|
data/README
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
Sensible-cinema is a program that allows you to apply
|
|
2
|
-
|
|
1
|
+
Sensible-cinema (also known as "paranoid cinema" [inside joke] ) is a program that allows you to apply
|
|
2
|
+
programmed edit lists (Edit Decision Lists [2]) to DVD's.
|
|
3
|
+
I.e. you can edit a DVD to "mute out" or "bleep out" scenes, or skip them.
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
It is essentially a linear editor [1] that applies Edit Decision Lists [2] to videos, by wrapping
|
|
6
|
+
a few freely available open source (GPL) programs [3] (VLC Media Player, Mplayer/mencoder, ffmpeg et al)
|
|
7
|
+
to accomplish the editing.
|
|
5
8
|
|
|
6
|
-
|
|
7
|
-
|
|
9
|
+
To use it, basically install then run it (see below).
|
|
10
|
+
It will come up with some windows where you choose what you want to do
|
|
11
|
+
(edit an edit list, use an edit decision list to edit a DVD, etc.)
|
|
12
|
+
|
|
13
|
+
Enjoy!
|
|
8
14
|
|
|
9
15
|
[1] http://en.wikipedia.org/wiki/Linear_video_editing
|
|
10
16
|
[2] http://en.wikipedia.org/wiki/Edit_decision_list
|
|
11
17
|
[3] http://www.gnu.org/licenses/
|
|
12
18
|
|
|
13
|
-
To use it, basically install it, then run it. It will come up with some windows where you choose what to do
|
|
14
|
-
(edit a list, apply a list to a DVD, etc.)
|
|
15
|
-
|
|
16
19
|
== Installation ==
|
|
17
20
|
|
|
18
|
-
download the latest .zip
|
|
19
|
-
unzip it (right click -> Extract all)
|
|
20
|
-
"click into it" and search for and
|
|
21
|
+
To install, download the latest .zip versioned file from: http://rogerdpack.t28.net/sensible-cinema/
|
|
22
|
+
then unzip it (right click -> Extract all)
|
|
23
|
+
then "click into it" and search for and run the file "run sensible cinema.bat"
|
|
21
24
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
== Creating Your Own List ==
|
|
25
|
+
== Creating Your Own Edit Lists, or modifying previously existing ones ==
|
|
25
26
|
|
|
26
27
|
You create an edit decision list for sensible cinema to use against whatever you want.
|
|
27
28
|
|
|
@@ -34,19 +35,19 @@ https://github.com/rdp/sensible-cinema/blob/master/zamples/edit_decision_lists/e
|
|
|
34
35
|
Basically your job is to create an appropriate file (like that one) somewhere,
|
|
35
36
|
then start sensible-cinema and instruct it to use your new file.
|
|
36
37
|
|
|
37
|
-
Once you're done then you can contribute your scene descriptions file if desired, back to the project itself
|
|
38
|
-
|
|
39
|
-
[1] submit an issue: http://github.com/rdp/sensible-cinema/issues
|
|
38
|
+
Once you're done then you can contribute your scene descriptions file if desired, back to the project itself (see the "feedback" section,
|
|
39
|
+
below).
|
|
40
40
|
|
|
41
41
|
== FAQ ==
|
|
42
42
|
|
|
43
|
-
Q. How do I watch these on my TV?
|
|
44
|
-
A. You
|
|
45
|
-
Dvd Flick
|
|
43
|
+
Q. How do I watch these on my TV, not just on my computer?
|
|
44
|
+
A. You could burn a new DVD with it. First create it on your hard drive. Then use some burning utility.
|
|
45
|
+
Dvd Flick is a good one for windows. Heere's a screencast of using it: http://rogerdpack.t28.net/sensible-cinema
|
|
46
46
|
For OS X : iDVD might work well.
|
|
47
|
-
You
|
|
47
|
+
You might be able to move your laptop over to near your TV and hook it in from there.
|
|
48
|
+
Or buy a very long cord and plug it in as an extra monitor from your desktop.
|
|
48
49
|
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
|
|
49
|
-
something in mind that could
|
|
50
|
+
something in mind that could help, though hasn't been created yet.
|
|
50
51
|
|
|
51
52
|
== Caveats ==
|
|
52
53
|
|
|
@@ -56,22 +57,74 @@ you could employ somebody to create it, or create it yourself. Make sure to sub
|
|
|
56
57
|
back to us when you're done, so that everyone can benefit from it.
|
|
57
58
|
Fortunately only one person has to do it, once, for everybody to benefit, and the editing process is fairly easy.
|
|
58
59
|
|
|
60
|
+
Also note that if your DVD has scratches that cause it to skip, the time signatures will be off, so clean your discs!
|
|
61
|
+
|
|
62
|
+
== Motivation ==
|
|
63
|
+
|
|
64
|
+
The initial motivation for the project was that I dislike profanity in movies.
|
|
65
|
+
It's jarring, if you're not used to it in real life.
|
|
66
|
+
Also sometimes certain scenes in movies offend, and don't contribute to the overall plot,
|
|
67
|
+
and I'd rather not watch a movie that has them.
|
|
68
|
+
Clearplay (a realtime filtering DVD player)
|
|
69
|
+
(for me) didn't cut it. It costs (I'm too cheap to pay--and many
|
|
70
|
+
many other people don't/can't use it...). Their
|
|
71
|
+
filters sometimes don't cut out all unwanted content (ex: Saints and
|
|
72
|
+
Soldiers left profanity in its filtered version...which wasn't what I had
|
|
73
|
+
anticipated. Others have noted that sometimes the edit timings
|
|
74
|
+
are off so that it will mute out sections just previous to the profanity, while
|
|
75
|
+
leaving the profanity in, etc.). Also clearplay apparently runs a rather
|
|
76
|
+
confusing subscription policy, as well, so I'm told [1].
|
|
77
|
+
Also sometimes clearplay "mutes out" profanity but you can easily still lip read it,
|
|
78
|
+
so it's almost as if you were exposed to it anyway. Not ideal.
|
|
79
|
+
There is no little community collaboration/review.
|
|
80
|
+
They don't even have a "request a filter" option anymore.
|
|
81
|
+
They don't have filters for movies that I want edited (Condorman and Tron
|
|
82
|
+
lacked last time I checked...probably because they are too
|
|
83
|
+
obscure.) Also I watch movies only on computer, and they no
|
|
84
|
+
longer have a computer player. They also don't edit streamed
|
|
85
|
+
online movies either (last time I checked, anyway). So overall I
|
|
86
|
+
wanted to build my own that overcame some of these hurdles and was
|
|
87
|
+
also more accessible/open.
|
|
88
|
+
|
|
89
|
+
I also wanted to get a prototype out there of some ideas so that
|
|
90
|
+
people can't patent them and pretend that they were inventors :)
|
|
91
|
+
|
|
92
|
+
So the project started off as a prototype that could "watch hulu (online) movies
|
|
93
|
+
edited" (it uses screen tracking and OCR's the on-screen
|
|
94
|
+
timestamp, monitors it for specific times, and reacts appropriately).
|
|
95
|
+
However, I do not currently release that version to the public for patent
|
|
96
|
+
reasons (clearplay has a patent on realtime tracking,
|
|
97
|
+
which is similar). I have released older versions that do, but not
|
|
98
|
+
anymore.
|
|
99
|
+
Then I realized I could basically have the same effect by using
|
|
100
|
+
pre-processing and Edit Decision Lists (basically by using playlists with
|
|
101
|
+
VLC, to play from second x to y, then from x to mu, etc.).
|
|
102
|
+
I just pass in a playlist, it does all the work for me.
|
|
103
|
+
There are a few released versions that do this exactly.
|
|
104
|
+
Then it occurred to me that you could grab the several clean segments
|
|
105
|
+
off a DVD, and piece them together to create an edited copy. This avoids
|
|
106
|
+
realtime tracking. Which is where we are now.
|
|
107
|
+
|
|
108
|
+
See also the LICENSE.TXT file.
|
|
109
|
+
|
|
110
|
+
[1] http://www.amazon.com/review/R27VK5BR9NDHBD/ref=cm_cr_pr_viewpnt#R27VK5BR9NDHBD
|
|
111
|
+
|
|
59
112
|
== License ==
|
|
60
113
|
|
|
61
|
-
See the included LICENSE file for licensing
|
|
62
|
-
Some other programs are (distributed separately and)
|
|
114
|
+
See the included LICENSE file for licensing and usage terms (basically it's under gplv3 for all the source).
|
|
115
|
+
Some other programs are (distributed separately and) used by this one, typically they are under the gplv2 license.
|
|
63
116
|
|
|
64
117
|
All files (c) 2010 Roger Pack
|
|
65
118
|
|
|
66
119
|
== Related ==
|
|
67
120
|
|
|
68
|
-
The concept isn't too novel. Some
|
|
121
|
+
The concept isn't too novel. Some other previously existing examples:
|
|
69
122
|
|
|
70
123
|
Edited "airplane edit" style movies.
|
|
71
124
|
Commercial TV (ABC, NBC) show their own (edited) movies.
|
|
72
125
|
http://en.wikipedia.org/wiki/Linear_video_editing
|
|
73
126
|
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.
|
|
74
|
-
Normal movies versus "directors cut" versions of movies (one is at times preferable)
|
|
127
|
+
Normal movies versus "directors cut" versions of movies (one is at times preferable, profanity wise)
|
|
75
128
|
http://en.wikipedia.org/wiki/Edit_decision_list (it's a linear editing tool, after all--so see the vast list of those)
|
|
76
129
|
Clean Flicks (used to) sell edited movies
|
|
77
130
|
http://www.mplayerhq.hu/DOCS/HTML/en/edl.html
|
|
@@ -87,16 +140,29 @@ http://code.google.com/p/movie-content-editor (written in Python, controls VLC b
|
|
|
87
140
|
http://www.imdb.com/swiki/special?ParentalGuideHelp (search for "scene description")
|
|
88
141
|
http://www.mythtv.org/wiki/Removing_Commercials
|
|
89
142
|
Using the remote control with the pause, mute, stop, fast forward, and play buttons, along with previous knowledge of scene locations
|
|
90
|
-
The scissors and old VHS tapes (Clean Flicks' origin,
|
|
143
|
+
The scissors and old VHS tapes (Clean Flicks' origin, if I remember correctly).
|
|
91
144
|
Windows Movie Maker. Allows for users to cut and copy scenes of movies to their heart's content.
|
|
92
145
|
http://forum.videolan.org/viewtopic.php?f=7&t=56998 VLC Media Player using EDL's via playlists
|
|
93
|
-
Corel WinDVD has "Quick Clip" settings for capturing
|
|
146
|
+
Corel WinDVD has "Quick Clip" settings for capturing from DVD.
|
|
94
147
|
http://superuser.com/questions/85278/how-can-i-cut-scenes-out-of-a-dvd
|
|
95
148
|
http://blog.josephhall.com/2008/09/command-line-dvd-authoring-part-1.html
|
|
96
149
|
|
|
150
|
+
== Troubleshooting ==
|
|
151
|
+
|
|
152
|
+
Note that you'll need java previously installed for this to work. You probably already do though.
|
|
153
|
+
If you run into a snag, try cleaning your DVD. Baking soda toothpaste might help.
|
|
154
|
+
If it still errs, report it to the authors, along with a screen snapshot and steps of
|
|
155
|
+
how to reproduce the problem, preferably. See feedback section.
|
|
156
|
+
|
|
157
|
+
If it says "audio problem try pcm" then you can add
|
|
158
|
+
"audio_codec" => "lavc"
|
|
159
|
+
to your EDL and try again.
|
|
160
|
+
|
|
97
161
|
== Feedback ==
|
|
98
162
|
|
|
99
163
|
Feedback, including feature requests, comments, etc. welcome.
|
|
100
164
|
|
|
101
165
|
http://github.com/rdp/sensible-cinema (message me or create an issue for feedback/any requests/bugs)
|
|
102
|
-
or rogerdpack@gmail.com
|
|
166
|
+
or e-mail rogerdpack@gmail.com
|
|
167
|
+
If you're a developer and want to help out with programmming it, please do!
|
|
168
|
+
Also ping me if you want a mailing list created or what not.
|
data/TODO
CHANGED
|
@@ -1,85 +1,99 @@
|
|
|
1
1
|
== medium ==
|
|
2
2
|
|
|
3
|
-
==
|
|
3
|
+
== up next release ==
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
realtime
|
|
6
|
+
mplayer EDL...
|
|
7
|
+
test...
|
|
8
|
+
|
|
9
|
+
simplify/de-bugify
|
|
10
|
+
|
|
11
|
+
that button shows up? (issue 10)
|
|
12
|
+
|
|
13
|
+
EDL for blender movie...
|
|
14
|
+
re-run latest preview -> auto play in smplayer
|
|
15
|
+
move that one button *out* ...
|
|
16
|
+
only pick a drive once per session
|
|
17
|
+
only pick output filename once per session...
|
|
18
|
+
|
|
19
|
+
calculating disk's unique id...
|
|
20
|
+
F:\, Roger's Wedding, a2e3ece630251e4a785218ce71a20ce1
|
|
21
|
+
got fatal exception
|
|
22
|
+
D:\dev\sensible-cinema-never-commit-from-here\zamples\edit_decision_lists\dvds/pack_wedding_2007-03-03.txt:12: syntax error, unexpected tSTRING_BEG
|
|
23
|
+
|
|
24
|
+
"disk_unique_id" => "a2e3ece630251e4a785218ce71a20ce1",
|
|
25
|
+
^
|
|
26
|
+
D:\dev\sensible-cinema-never-commit-from-here\zamples\edit_decision_lists\dvds/pack_wedding_2007-03-03.txt:1:in `parse_string'
|
|
27
|
+
during "initial create rip" can watch it (unedited) while it's still ripping (mplayer)
|
|
28
|
+
|
|
29
|
+
assert that at least one drive has a DVD in it...maybe loop refuse with message until this?
|
|
30
|
+
disallow choosing empty drive? fail cleaner? (issue 11)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
== slightly lower than that, somewhat ordered ==
|
|
6
34
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
35
|
+
compare computer DVD timings with physical player...
|
|
36
|
+
|
|
37
|
+
mpeg is lossy (at least my current one pass one is)
|
|
38
|
+
could check if DVD Flick handles *oversize* files well, for information sake
|
|
39
|
+
check it against cool runnings...
|
|
40
|
+
on the big screen...does raw.mpg look normal there? fulli?
|
|
41
|
+
if so, then program the "frame accurate" cutter
|
|
10
42
|
partner for filters (Jon, Karlie if interested...give beta)
|
|
11
43
|
lotsa filters somehow
|
|
12
44
|
my dvd's (loose timestamps...)
|
|
13
45
|
partners'...
|
|
14
46
|
beta release/rinse and repeat with various ppl (once it's releasable...)
|
|
15
47
|
a real'ish-er website
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
Andrew's e-mail
|
|
48
|
+
play a bigger noise when totally done...(dvd flick'ish...)
|
|
49
|
+
note that this can corrupt your soul!
|
|
50
|
+
don't watch it if it's dark! come on!
|
|
51
|
+
does ffdshow let WMP playback the audio on those files?
|
|
21
52
|
|
|
22
|
-
== DVD backlog (unordered, some very low prio) ==
|
|
53
|
+
== DVD backlog (unordered, some very low prio, basically never do) ==
|
|
23
54
|
|
|
24
|
-
|
|
55
|
+
can pull from imdb at package time [?]
|
|
56
|
+
delete fulli file
|
|
57
|
+
except if it's a specific scene run...
|
|
58
|
+
bundle 7z [?]
|
|
59
|
+
if license agreement allows
|
|
60
|
+
thinking not though...
|
|
61
|
+
bundle rubyzip
|
|
62
|
+
create wiki ("next to" distributed EDL's?)
|
|
63
|
+
mencoder harddup useful?
|
|
64
|
+
.exe installer, just unzips, runs the .bat file for them [?] :)
|
|
65
|
+
create a forum
|
|
25
66
|
ask if you can somehow more grab to the *same* codec (ffmpeg, mencoder mailing lists)
|
|
26
|
-
allowing for torn discs:
|
|
27
|
-
does VLC as a ripper even make sense in these cases? (as "just a ripper")?
|
|
28
|
-
try baking sode tooth paste...
|
|
29
67
|
split EDL's somehow into their own project/LLC...
|
|
30
|
-
add md5 "warning" when
|
|
68
|
+
add md5 "warning" when something (anything) had failed disc fails doesn't match because of read failure...
|
|
31
69
|
not loop on preview view (smplayer)
|
|
32
|
-
note SSD or perhaps tons of RAM help with speed :)
|
|
33
|
-
only pick that filename once per session...
|
|
34
|
-
overlay audio
|
|
35
|
-
assert that at least one drive has a DVD in it...maybe loop refuse with message until this?
|
|
36
|
-
cool runnings:
|
|
37
|
-
make a copy me--do they now match?
|
|
38
|
-
get a working copy--do they match?
|
|
39
|
-
md5sum the full rip files...
|
|
40
|
-
is it necessary?
|
|
41
|
-
yes? add button for md5sum
|
|
42
70
|
propaganda-ize
|
|
71
|
+
advertise in christian places
|
|
43
72
|
alternative.to
|
|
44
73
|
blogs that have ever mentioned clearplay :P
|
|
45
|
-
play a bigger noise when totally done...(dvd flick has one...)
|
|
46
|
-
vnc has a good looking license :)
|
|
47
|
-
unzip instructions?
|
|
48
|
-
prompt for name, auto populate with volume name
|
|
49
74
|
LLC before ever pay anyone, if I ever do
|
|
50
|
-
|
|
51
|
-
note
|
|
52
|
-
don't watch it if it's dark! come on!
|
|
53
|
-
figure out if mplayer/smplayer as a player has a fast forward feature...
|
|
75
|
+
@DVD flick: support multi-track audio/subtitles (if they're already in the streams...)
|
|
76
|
+
note the mplayer/smplayer as a player fast forward feature...
|
|
54
77
|
several "play now" options...without a navigator of course :)
|
|
55
78
|
visualbasic-like playlist
|
|
56
79
|
one line at a time :P
|
|
57
|
-
provide link for cheap DVD decoder :)
|
|
80
|
+
provide link for cheap DVD decoder if absent [ffdshow?] :)
|
|
58
81
|
"round conservatively, write no file" playback
|
|
59
82
|
mplayer batch (playlist?)
|
|
60
83
|
can generate mplayer EDL's and play them...hmm...smplayer them?
|
|
61
|
-
update license too...
|
|
62
84
|
"round conservatively, yes write file"
|
|
63
|
-
then I guess they could play it back
|
|
85
|
+
then I guess they could play it back immediately...?
|
|
64
86
|
get half-way through (rip, start writing edited copy), then start playing back as writing edited full copy
|
|
65
87
|
one that's "play DVD to x, now play it muted, now play it to y" (playlist? batch?)
|
|
66
88
|
one for watch unedited "as grabbing" (in create mode)
|
|
67
89
|
can I do this super accurately anyway, more easily?
|
|
68
|
-
one that's "rip and save first 20 minutes, start me on that, do the whole thing..."
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
90
|
+
one that's "rip and save first 20 minutes edited, start me on that, do the whole thing..." [?]
|
|
91
|
+
except after 20 minutes you're hosed
|
|
92
|
+
some super spiffy version that can grab and play "both" *on the fly* somehow LOL
|
|
93
|
+
maybe one that is watching the extraction (get info, get info, get info...)...as it includes scene x, it adds it edited to the end of the final output file...
|
|
94
|
+
This seems like the only real way.
|
|
95
|
+
one that's "we're ripping, but play from that via EDL or playlist"
|
|
74
96
|
whichr: return nil
|
|
75
|
-
install smplayer before mencoder [?]
|
|
76
|
-
smaller .zip
|
|
77
|
-
bundle 7z [?]
|
|
78
|
-
remove note about it
|
|
79
|
-
using, burning, creating "howto's"
|
|
80
|
-
better
|
|
81
|
-
usability test them?
|
|
82
|
-
umm...shouldn't using be pretty straight forward tho?
|
|
83
97
|
|
|
84
98
|
using+burning screencast
|
|
85
99
|
editing screencast
|
|
@@ -102,9 +116,10 @@
|
|
|
102
116
|
check all the many options to see if there's a "cross platform way to split files accurately" besides my hacky kludge.
|
|
103
117
|
can rip from a DVD-like local folder (would anybody ever need this?)
|
|
104
118
|
ripping "redoes" a large last section, for combining. Can I avoid this?
|
|
105
|
-
plus I do some copy, some ac3?
|
|
106
|
-
@dvd flick do you need that frequent of i-frames?
|
|
119
|
+
plus I do some copy, some ac3 audio codec? huh? avoidable?
|
|
120
|
+
@dvd flick do you need that frequent of i-frames?
|
|
107
121
|
rename bat as template.bat
|
|
122
|
+
add a developer readme
|
|
108
123
|
can parse IMDB (require they put in the URL by hand fer now)
|
|
109
124
|
add stuffs to imdb hmmm
|
|
110
125
|
IMDB easy mapping
|
|
@@ -134,6 +149,8 @@ make the progress bar map "better" to the actual time that each section should t
|
|
|
134
149
|
Note to people: make several EDL's per movie.
|
|
135
150
|
Note to people: clean your disks!
|
|
136
151
|
|
|
152
|
+
@mencoder: cannot rip from dvd with -ovc copy -oac copy (tearing)
|
|
153
|
+
|
|
137
154
|
burnable to DVD/CD/multi DVD automagically... (auto-burn insert your new disk!)
|
|
138
155
|
can *re-use* original navigation stuffs, less the profanity (is that possible? VobBlanker help, perhaps?)
|
|
139
156
|
can lop off sections to save space (?)
|
|
@@ -145,33 +162,30 @@ try to compile transcode in cygwin (yipes)
|
|
|
145
162
|
legal shtuff (LICENSE)
|
|
146
163
|
|
|
147
164
|
@smplayer: right click on DVD...
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
the ac3 thing
|
|
165
|
+
the ac3 thing (I have to specify it...is this necessary? is it always ac3?)
|
|
166
|
+
can have different volume settings
|
|
152
167
|
ask VLC "fuzzy menus on the happiest baby dvd expected?"
|
|
153
168
|
right click on DVD player, rip edited with SC?
|
|
154
|
-
auto-zip it with my rake task :)
|
|
155
|
-
split the two projects somehow (project + distribution)
|
|
156
|
-
two releases: experimental, developer/experimental
|
|
157
|
-
bring back the old :)
|
|
158
|
-
button for "suck in EDL's"
|
|
159
|
-
split out the EDL's to a separate project (?)
|
|
160
|
-
make the other stuff work again, since I no longer use YAML...
|
|
161
|
-
advertise my "splitting joining" google doc page. also test the various options there for accurateness :)
|
|
162
|
-
also note that mencoder doesn't do splitting very well, for some reason.
|
|
163
|
-
|
|
164
|
-
pass unit tests again jruby
|
|
165
|
-
|
|
166
169
|
@mplayer and VLC "you should seek better, like the ogg vorbis fellas recommend..."
|
|
167
170
|
report to jruby "when one thread dies, the GUI becomes unresponsive" (and others already previously reported to ruby-forum.com...)
|
|
168
171
|
DVD's (right click on DVD player, play with SC?)
|
|
169
172
|
use spiffy differentiation for DVD's on windows
|
|
173
|
+
a "certified clean" list
|
|
174
|
+
advertise my "splitting joining" google doc page. also test the various options there for accurateness :)
|
|
175
|
+
check for "newer version available" or not...
|
|
176
|
+
buy blu-ray decrypter, try it out.
|
|
177
|
+
|
|
178
|
+
== 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). ==
|
|
179
|
+
|
|
180
|
+
fade in/fade out volume, video
|
|
181
|
+
make the other stuff work again, since I no longer use YAML...
|
|
182
|
+
|
|
183
|
+
pass unit tests again jruby
|
|
184
|
+
|
|
170
185
|
speed up slow unit tests
|
|
171
186
|
can "watch as it is being ripped" (concat, watching it as it grows faster than you watch...)
|
|
172
187
|
make the overlay window uncloseable (?)
|
|
173
|
-
note that youtube
|
|
174
|
-
a "certified clean" list (?)
|
|
188
|
+
note that youtube can be downloaded then a local edited copy created, from that download. (mb add downloading ability?)
|
|
175
189
|
screencast of things helpful (use, creation...).
|
|
176
190
|
tune up the levels...
|
|
177
191
|
prototypes of the experimental stuff (overlay, track time while recording -> map file, specifiable levels, more?)
|