sensible-cinema 0.25.4 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README +6 -0
- data/Rakefile +1 -0
- data/TODO +82 -176
- data/VERSION +1 -1
- data/also_see_rogerdpack_youtube_account_and_sourceforge_files_movies_account +0 -0
- data/bin/sensible-cinema +3 -6
- data/bin/sensible-cinema-cli +2 -10
- data/change_log_with_feature_list.txt +31 -1
- data/lib/convert_thirty_fps.rb +11 -3
- data/lib/edl_parser.rb +62 -1
- data/{bin → lib}/sensible-cinema-dependencies.rb +12 -0
- data/spec/edl_parser.spec.rb +17 -3
- data/todo.inventionzy.txt +33 -27
- data/todo.upconvert +3 -0
- data/www/content_editor.html +91 -0
- data/www/index.html +55 -93
- data/www/upconverting_movie_player.html +52 -0
- data/www/video reel.jpg +0 -0
- data/zamples/edit_decision_lists/youtube/nuki_song_youtube_pointer.txt +2 -1
- metadata +7 -5
- data/spec/files/edls/edls_being_edited/edl_for_unit_tests.txt +0 -19
data/www/index.html
CHANGED
@@ -1,93 +1,55 @@
|
|
1
|
-
<
|
2
|
-
|
3
|
-
<
|
4
|
-
|
5
|
-
<script type="text/javascript">
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
_gaq
|
10
|
-
|
11
|
-
(
|
12
|
-
|
13
|
-
|
14
|
-
var
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
</
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<
|
24
|
-
<
|
25
|
-
|
26
|
-
|
27
|
-
<pre>
|
28
|
-
|
29
|
-
Sensible Cinema
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
<
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
<
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
If you plan on doing any auto-video editing/saving then you'll need to install <a href="http://www.macports.org/">macports</a>.
|
58
|
-
Install macports, then afterward open the "terminal" Application and execute the following command:
|
59
|
-
$ sudo port install mencoder ffmpeg gocr
|
60
|
-
After this finishes (it will take awhile) you'll be ready to run Sensible Cinema.
|
61
|
-
Note that by installing these, you're accepting their respective licenses/distributions.
|
62
|
-
|
63
|
-
<--h3>Upconverting/upscaling DVD/video player</h3>Sensible Cinema comes with its own upscaling/upconverting software DVD/movie file player.
|
64
|
-
This is designed to make playback on high resolution monitors look better by processing the image to sharpen it.
|
65
|
-
Try it out and give feedback! -->
|
66
|
-
|
67
|
-
<h3>Available edited movie lists</h3>You can see the (small) current list of DVD edit lists (EDL's) thus far available <a href="https://github.com/rdp/sensible-cinema/tree/master/zamples/edit_decision_lists/dvds">here</a> (all of them created previously by volunteers like you).
|
68
|
-
If yours is already there, then you might be good to go. Just use it.
|
69
|
-
|
70
|
-
If yours isn't there, then we'd ask you to help us by creating and submitting your own EDL (delete/cut list) for your DVD that doesn't have one yet,
|
71
|
-
see the <a href="https://github.com/rdp/sensible-cinema/blob/master/documentation">how to create</a> file for instructions on creating a new delete list. <!-- this is actually a short line -->
|
72
|
-
Then run the file "advanced-edit or create sensible cinema delete list files.bat" to create and edit your new delete list. Sensible Cinema has a few things to help you there.
|
73
|
-
Don't forget to upload your new file back to us when you're done, so others can benefit from your work (see "contact", below).
|
74
|
-
|
75
|
-
That link is the full list--your help is wanted/needed to help it grow!
|
76
|
-
|
77
|
-
<h2 style="margin: 0px;">Other Resources/Contact/Support</h2>
|
78
|
-
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.
|
79
|
-
<h3>Source code</h3>Source code is all 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/developer_how_to_contribute_to_the_project.txt">here</a>.
|
80
|
-
For (techy or non-techy) contributions, see the contact info in the README file, or write to the google group, above.
|
81
|
-
|
82
|
-
You can see the <a href="source/change_log_with_feature_list.txt">change log with feature list</a>.
|
83
|
-
|
84
|
-
You can get a list of DVD ISO's (creative commons licensed) <a href="releases/dvd_isos">here</a>, if you want to try them out for experimenting/development/research etc.
|
85
|
-
|
86
|
-
Please click the license agreement checkbox at the top to see a list of some old releases (newer ones are found on sourceforge exclusively, old ones here).
|
87
|
-
<div id="comments2" style="display:none;">You can find an old list of older releases, as well as the MS based C <a href="releases/c_player">DVD player</a> listed <a href="releases">in the archives</a>.
|
88
|
-
|
89
|
-
</div>
|
90
|
-
</pre>
|
91
|
-
</html>
|
92
|
-
</body>
|
93
|
-
|
1
|
+
<html>
|
2
|
+
|
3
|
+
<head>
|
4
|
+
|
5
|
+
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script>
|
6
|
+
|
7
|
+
<script type="text/javascript">
|
8
|
+
|
9
|
+
var _gaq = _gaq || [];
|
10
|
+
_gaq.push(['_setAccount', 'UA-4531218-5']);
|
11
|
+
_gaq.push(['_trackPageview']);
|
12
|
+
|
13
|
+
(function() {
|
14
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
15
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
16
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
17
|
+
})();
|
18
|
+
|
19
|
+
</script>
|
20
|
+
|
21
|
+
</head>
|
22
|
+
|
23
|
+
<body>
|
24
|
+
<h1 style="float: left;">Welcome to Sensible Cinema</h1>
|
25
|
+
<img src="video reel.jpg" height=200/>
|
26
|
+
|
27
|
+
<pre>
|
28
|
+
|
29
|
+
Sensible Cinema (the free awesome video player) has a few aspects to it.
|
30
|
+
Click on the part you're interested in:
|
31
|
+
|
32
|
+
1) <a href="content_editor.html">Edited video player</a>
|
33
|
+
A free video scene skipper/muter. Sensible Cinema allows you watch edited movies by applying edit lists (EDL's)
|
34
|
+
to DVD's or movie files. i.e. "mute out" or "cut out" questionable scenes/content.
|
35
|
+
Click <a href="content_editor.html">here</a> for more detail.
|
36
|
+
|
37
|
+
2) <a href="upconverting_movie_player.html">Upconverting software player</a>.
|
38
|
+
Sensible Cinema can playback DVD's or movie files in quality upscaled resolution. This means they look
|
39
|
+
awesome on higher resolution monitors and it brings out extra details in the movie and looks better,
|
40
|
+
similar to how an upscaling DVD player plays DVD's on high-res TV's, this makes them look better.
|
41
|
+
Works well on computer monitors, which are already high-res to begin with. It can also be used as an upscaling
|
42
|
+
player for a TV if you hook your laptop up to it.
|
43
|
+
|
44
|
+
3) Netflix Instant/online movie playing upconverter.
|
45
|
+
Sensible Cinema can hopefully soon "upconvert" Netflix Instant movies as you watch them
|
46
|
+
to make them look even better than they already are (or hulu, or youtube, or whatever).
|
47
|
+
This is a work in progress but is somewhat close.
|
48
|
+
Ping me if you'd like to try it out. rogerdpack@gmail.com
|
49
|
+
|
50
|
+
Questions/feedback welcome: rogerdpack@gmail.com
|
51
|
+
|
52
|
+
</pre>
|
53
|
+
<!-- Also see my <a href="..">other projects</a>. when I have some ...-->
|
54
|
+
</body>
|
55
|
+
</html>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
|
4
|
+
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script>
|
5
|
+
|
6
|
+
<script type="text/javascript">
|
7
|
+
|
8
|
+
var _gaq = _gaq || [];
|
9
|
+
_gaq.push(['_setAccount', 'UA-4531218-5']);
|
10
|
+
_gaq.push(['_trackPageview']);
|
11
|
+
|
12
|
+
(function() {
|
13
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
14
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
15
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
16
|
+
})();
|
17
|
+
|
18
|
+
</script>
|
19
|
+
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<h1>Upconverting Software DVD/Video Player</h1>
|
23
|
+
<pre>
|
24
|
+
Sensible Cinema can playback your DVD's or Movie files in upscaled goodness. This means they look
|
25
|
+
awesome on higher resolution monitors and it really brings out the details in the movie.
|
26
|
+
|
27
|
+
You can use this to play it back in high-res on your monitor, or attach your computer to your projector
|
28
|
+
or TV to get back the equivalent of a hardware "DVD upscaler" playback, but for free, no extra
|
29
|
+
hardware necessary.
|
30
|
+
|
31
|
+
How:
|
32
|
+
|
33
|
+
1) installation: download the latest version from <a href="http://sourceforge.net/projects/sensible-cinema/files">http://sourceforge.net/projects/sensible-cinema/files</a>.
|
34
|
+
Note that you must accept the terms of the gplv3 in order to use this software.
|
35
|
+
2) unzip it
|
36
|
+
3) run "advanced--upconverter.bat" file
|
37
|
+
4) click setup upconverting options button, choose "DVD style playback"
|
38
|
+
5) close the setup window, insert DVD, click "watch DVD upconverted (unedited)" button
|
39
|
+
|
40
|
+
Enjoy your film. Feedback welcome rogerdpack@gmail.com
|
41
|
+
|
42
|
+
How does it do this? It uses a high quality software upscaling algorithm (lanczos)
|
43
|
+
along with some denoise and sharpening filters, via ffmpeg/mplayer programs.
|
44
|
+
This is (arguably) better than some hardware DVD upscalers. It's still a work in progress
|
45
|
+
but seems to be working well. WE NEED HELP if you are a movie or image buff we could use
|
46
|
+
help tweaking upconvert parameters to find the best settings (though the default seem to work well).
|
47
|
+
|
48
|
+
See also the various other things that sensible cinema does <a href="..">here</a>.
|
49
|
+
|
50
|
+
</pre>
|
51
|
+
</body>
|
52
|
+
</html>
|
data/www/video reel.jpg
ADDED
Binary file
|
@@ -1,2 +1,3 @@
|
|
1
1
|
"url" => "http://www.youtube.com/watch?v=xd12hR6 8sWM",
|
2
|
-
|
2
|
+
# disabled to save load time for now
|
3
|
+
# "from_url" => "https://github.com/rdp/sensible-cinema/raw/master/zamples/edit_decision_lists/youtube/nuki_song_youtube.txt"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: sensible-cinema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.26.0
|
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-08-
|
13
|
+
date: 2011-08-24 00:00:00 -06:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -205,7 +205,6 @@ email: rogerdpack@gmail.com
|
|
205
205
|
executables:
|
206
206
|
- sensible-cinema
|
207
207
|
- sensible-cinema-cli
|
208
|
-
- sensible-cinema-dependencies.rb
|
209
208
|
extensions: []
|
210
209
|
|
211
210
|
extra_rdoc_files:
|
@@ -219,9 +218,9 @@ files:
|
|
219
218
|
- TODO
|
220
219
|
- VERSION
|
221
220
|
- _DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD
|
221
|
+
- also_see_rogerdpack_youtube_account_and_sourceforge_files_movies_account
|
222
222
|
- bin/sensible-cinema
|
223
223
|
- bin/sensible-cinema-cli
|
224
|
-
- bin/sensible-cinema-dependencies.rb
|
225
224
|
- business_ideas.txt
|
226
225
|
- change_log_with_feature_list.txt
|
227
226
|
- conclusions
|
@@ -270,6 +269,7 @@ files:
|
|
270
269
|
- lib/play_audio.rb
|
271
270
|
- lib/ruby_clip.rb
|
272
271
|
- lib/screen_tracker.rb
|
272
|
+
- lib/sensible-cinema-dependencies.rb
|
273
273
|
- lib/shutdown_kill.rb
|
274
274
|
- lib/storage.rb
|
275
275
|
- lib/subtitle_profanity_finder.rb
|
@@ -289,7 +289,6 @@ files:
|
|
289
289
|
- spec/dragon.srt
|
290
290
|
- spec/drive_info.spec.rb
|
291
291
|
- spec/edl_parser.spec.rb
|
292
|
-
- spec/files/edls/edls_being_edited/edl_for_unit_tests.txt
|
293
292
|
- spec/frame_accurate.spec.rb
|
294
293
|
- spec/go_line.bat
|
295
294
|
- spec/keyboard_input.spec.rb
|
@@ -354,8 +353,11 @@ files:
|
|
354
353
|
- vendor/profs.png
|
355
354
|
- vendor/readme.txt
|
356
355
|
- vendor/tsmuxer_1.10.6/licence.txt
|
356
|
+
- www/content_editor.html
|
357
357
|
- www/index.html
|
358
358
|
- www/monkey.png
|
359
|
+
- www/upconverting_movie_player.html
|
360
|
+
- www/video reel.jpg
|
359
361
|
- zamples/edit_decision_lists/dvds/Harry Potter 2 chamber of secrets.txt
|
360
362
|
- zamples/edit_decision_lists/dvds/aa_example_delete_list_that_has_no_cuts_in_it.txt
|
361
363
|
- zamples/edit_decision_lists/dvds/bambi.txt
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# comments can go after a # on any line, for example this one.
|
2
|
-
|
3
|
-
"mutes" => [
|
4
|
-
"6:18" , "6:19.1", "type", "details"
|
5
|
-
],
|
6
|
-
|
7
|
-
"blank_outs" => [
|
8
|
-
"00:01:10.0" , "00:01:13.0", "violence", "stabbing",
|
9
|
-
],
|
10
|
-
|
11
|
-
"name" => "sintel open source blender",
|
12
|
-
"volume_name" => "An Awesome Test DVD",
|
13
|
-
|
14
|
-
"disk_unique_id" => "deadbeef|8b27d001",
|
15
|
-
|
16
|
-
"dvd_title_track" => "2",
|
17
|
-
"not edited out stuff" => "some violence",
|
18
|
-
# "closing thoughts" => "still...",
|
19
|
-
"mplayer_dvd_splits" => [], # these are where, in mplayer, the DVD timestamp "resets" to zero for some reason (bug) http://goo.gl/yMfqX . [] is a valid option, if there are none.
|