sensible-cinema 0.34.0 → 0.35.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitmodules +1 -1
- data/README.TXT +19 -20
- data/Rakefile +191 -195
- data/TODO +122 -149
- data/VERSION +1 -1
- data/bin/sensible-cinema +52 -52
- data/change_log_with_feature_list.txt +532 -481
- data/documentation/troubleshooting.txt +3 -9
- data/go.bat +2 -2
- data/go.sh +1 -0
- data/goc.bat +1 -1
- data/goc.sh +1 -0
- data/lib/check_installed_mac.rb +2 -10
- data/lib/edl_parser.rb +40 -16
- data/lib/gui/base.rb +85 -27
- data/lib/gui/create-file.rb +3 -2
- data/lib/gui/create.rb +118 -101
- data/lib/gui/dependencies.rb +110 -76
- data/lib/gui/normal.rb +32 -81
- data/lib/mplayer_edl.rb +7 -1
- data/lib/subtitle_profanity_finder.rb +10 -5
- data/notes_for_potential_developers.txt +18 -25
- data/spec/bad_beginning.srt +3778 -0
- data/spec/edl_parser.spec.rb +4 -0
- data/spec/notes +327 -167
- data/spec/youtube_edl.spec.rb +28 -0
- data/template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat +2 -2
- data/todo.inventionzy.txt +3 -1
- data/vendor/mplayer_patches/how_to_doze.bat +6 -0
- data/vendor/mplayer_patches/port_dir/PortIndex.quick +1 -1
- data/vendor/mplayer_patches/port_dir/how_to +16 -9
- data/vendor/mplayer_patches/port_dir/multimedia/mplayer-edl/Portfile +10 -25
- data/vendor/mplayer_patches/port_dir/multimedia/rdp-projects/Portfile +2 -2
- data/vendor/mplayer_patches/{configure_from_betterlogic → port_dir_is_for_mac} +0 -0
- data/www/content_editor.html +9 -5
- data/zamples/edit_decision_lists/dvds/big_buck_bunny_dvd.txt +7 -4
- data/zamples/edit_decision_lists/dvds/court_jester.txt +0 -1
- data/zamples/edit_decision_lists/dvds/edls_being_edited/father_goose.txt +41 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/harry_potter_and_the_goblet_of_fire.txt +45 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/national_treasure.txt +6 -3
- data/zamples/edit_decision_lists/dvds/edls_being_edited/percy_jackson_lightening_thief.txt +40 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/percy_jackson_lightening_thief_mute_scary.txt +23 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/puss_in_boots.txt +33 -0
- data/zamples/edit_decision_lists/dvds/edls_being_edited/ratatouille.txt +5 -5
- data/zamples/edit_decision_lists/dvds/edls_being_edited/rio.txt +24 -0
- data/zamples/edit_decision_lists/dvds/sintel_open_source_blender_ntsc_dvd.txt +0 -1
- metadata +17 -15
- data/lib/count_down_timer_jruby_swing.rb +0 -55
- data/vendor/mplayer_patches/apply.bat +0 -12
- data/vendor/mplayer_patches/libdvdnav/2905259c3b45529b3d8dedba572b6e4f67a2d8f4.diff +0 -19
- data/vendor/mplayer_patches/libdvdnav/83f1c9256f500285e46f1e44bcc74ffce90159db.diff +0 -16
- data/vendor/mplayer_patches/libdvdnav/eb91fb74680d30322461a1b9e425918ad4e2b2df.diff +0 -21
- data/vendor/mplayer_patches/libdvdnav/jump_to_time.diff +0 -654
- data/vendor/mplayer_patches/libdvdnav/non_strict.diff +0 -13
- data/vendor/mplayer_patches/mplayer_edl.diff +0 -354
- data/vendor/mplayer_patches/updated_lib_too +0 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
=begin
|
2
|
+
Copyright 2010, Roger Pack
|
3
|
+
This file is part of Sensible Cinema.
|
4
|
+
|
5
|
+
Sensible Cinema is free software: you can redistribute it and/or modify
|
6
|
+
it under the terms of the GNU General Public License as published by
|
7
|
+
the Free Software Foundation, either version 3 of the License, or
|
8
|
+
(at your option) any later version.
|
9
|
+
|
10
|
+
Sensible Cinema is distributed in the hope that it will be useful,
|
11
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
GNU General Public License for more details.
|
14
|
+
|
15
|
+
You should have received a copy of the GNU General Public License
|
16
|
+
along with Sensible Cinema. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
=end
|
18
|
+
require File.dirname(__FILE__) + "/common"
|
19
|
+
require_relative '../lib/youtube_edl'
|
20
|
+
|
21
|
+
#http://rogerdpack.t28.net/sensible-cinema/youtube_edl/yo?mute_start=2&mute_end=7&skip_start=10&skip_end=20&youtube_video_id=ylLzyHk54Z0
|
22
|
+
describe YoutubeEdl do
|
23
|
+
|
24
|
+
it "should be able to convert" do
|
25
|
+
a = YAML.load_file "../zamples/edit_decision_lists/dvds/happy_feet.txt"
|
26
|
+
end
|
27
|
+
|
28
|
+
end
|
@@ -6,10 +6,10 @@
|
|
6
6
|
@rem disable any local rubyopt settings, just in case...
|
7
7
|
@set RUBYOPT=
|
8
8
|
@rem check for java installed...we will be needing that :)
|
9
|
-
@java -version > NUL 2>&1 || echo need to install java JRE first please install it from java.com && pause && GOTO DONE
|
9
|
+
@call java -version > NUL 2>&1 || echo need to install java JRE first please install it from java.com && pause && GOTO DONE
|
10
10
|
|
11
11
|
@cd sensible-cinema
|
12
|
-
@java -cp "./vendor/jruby-complete-1.6.2.jar" org.jruby.Main bin\sensible-cinema %* || echo ERROR. Please look for error message, above, and report back the error you see, or fix it && pause
|
12
|
+
@call java -cp "./vendor/jruby-complete-1.6.2.jar" org.jruby.Main bin\sensible-cinema %* || echo ERROR. Please look for error message, above, and report back the error you see, or fix it && pause
|
13
13
|
|
14
14
|
@rem taskkill /f /im mencoder.exe ???
|
15
15
|
|
data/todo.inventionzy.txt
CHANGED
@@ -157,4 +157,6 @@
|
|
157
157
|
when playing they are presented with a list of "groups" of items that can be added to their EDL.
|
158
158
|
One for profanity, one for boredome, etc. and can pick and choose, mix and match the ones that they will apply for that viewing.
|
159
159
|
It then adds them together and uses them.
|
160
|
-
http://openplayback.blogspot.com/ lists some useful ideas
|
160
|
+
http://openplayback.blogspot.com/ lists some useful ideas
|
161
|
+
Create a system that "receives" for instance netflix instant streams, or DVD streams, or screen casts
|
162
|
+
1) edits them, "sends" them back to a client receiver. with or without OCR'ing elements of the screen.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
git clone https://rdp@github.com/rdp/mplayer-svn.git # with submodules :P
|
2
|
+
|
3
|
+
|
4
|
+
@rem --enable-iconv --enable-freetype --enable-static --enable-fontconfig --enable-runtime-cpudetection --enable-debug --no-mencoder # windows only no mencoder uh guess
|
5
|
+
|
6
|
+
then edit config.mak -lexpat -lfontconfig
|
@@ -1,2 +1,2 @@
|
|
1
1
|
mplayer-edl 0
|
2
|
-
rdp-projects
|
2
|
+
rdp-projects 1108
|
@@ -1,13 +1,20 @@
|
|
1
|
-
|
2
|
-
you want osd variant
|
3
|
-
this basically collids with mplayer, I guess [without any way around that?] so you cannot install this and any other mplayer port
|
4
|
-
|
5
|
-
|
6
|
-
sudo port -kd install mplayer-edl +osd
|
7
|
-
|
8
|
-
home macports: ./configure --prefix=/opt/rdp_project_local --with-applications-dir=/Applications/rdp_projects
|
1
|
+
howto:
|
9
2
|
|
10
3
|
add
|
11
|
-
|
4
|
+
file:///Users/rogerdpack/sensible-cinema/vendor/mplayer_patches/port_dir
|
12
5
|
to
|
13
6
|
/opt/rdp_project_local/etc/macports/sources.conf
|
7
|
+
# ref: http://guide.macports.org/#development.local-repositories
|
8
|
+
|
9
|
+
$ portindex # within there somewhere
|
10
|
+
|
11
|
+
this basically collides with mplayer, I guess [without any way around that?] so you cannot install this and any other mplayer port
|
12
|
+
|
13
|
+
$ export PATH=/opt/rdp_project_local/bin:$PATH
|
14
|
+
$ sudo port -kd install mplayer-edl
|
15
|
+
$ port mdmg rdp-projects
|
16
|
+
|
17
|
+
# and distribute to https://sourceforge.net/projects/mplayer-edl/files/mac-dependencies/
|
18
|
+
|
19
|
+
# to build home macports: ./configure --prefix=/opt/rdp_project_local --with-applications-dir=/Applications/rdp_projects
|
20
|
+
|
@@ -6,17 +6,14 @@
|
|
6
6
|
PortSystem 1.0
|
7
7
|
|
8
8
|
name mplayer-edl
|
9
|
-
version
|
10
|
-
revision
|
9
|
+
version 0
|
10
|
+
revision 4
|
11
11
|
categories multimedia
|
12
|
-
maintainers
|
12
|
+
maintainers rdp
|
13
13
|
platforms darwin
|
14
14
|
license GPL-2
|
15
15
|
|
16
|
-
|
17
|
-
set ffmpeg_ver ce253edf4e5bca101d618d7b
|
18
|
-
|
19
|
-
description The MPlayer movie player built from SVN.
|
16
|
+
description The MPlayer movie player built from SVN, with EDL luv.
|
20
17
|
long_description ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \
|
21
18
|
VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, \
|
22
19
|
NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, \
|
@@ -38,23 +35,11 @@ if {![variant_isset minimal]} {
|
|
38
35
|
default_variants +osd
|
39
36
|
}
|
40
37
|
|
41
|
-
fetch.type
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
fetch {
|
48
|
-
system "svn export --force -r${version} --ignore-externals svn://svn.mplayerhq.hu/mplayer/trunk ${worksrcpath}/"
|
49
|
-
system "svn export --force -r${dvdnav_ver} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src ${worksrcpath}/libdvdnav/"
|
50
|
-
system "svn export --force -r${dvdnav_ver} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src ${worksrcpath}/libdvdread4/"
|
51
|
-
|
52
|
-
# TODO novo lib, other patches
|
53
|
-
# 1000 should be deep enough to find out checkout
|
54
|
-
system "git clone --depth 1000 https://github.com/FFmpeg/FFmpeg.git ${worksrcpath}/ffmpeg"
|
55
|
-
system "cd ${worksrcpath}/ffmpeg && git checkout -f ${ffmpeg_ver}"
|
56
|
-
system "cd ${worksrcpath} && patch -p0 < ${portpath}/../../../mplayer_edl.diff"
|
57
|
-
system "cd ${worksrcpath}/libdvdnav && patch -p1 < ${portpath}/../../../libdvdnav/jump_to_time.diff"
|
38
|
+
fetch.type git
|
39
|
+
git.url https://github.com/rdp/mplayer-svn.git
|
40
|
+
|
41
|
+
post-fetch {
|
42
|
+
system "cd ${worksrcpath} && git submodule init && git submodule update"
|
58
43
|
}
|
59
44
|
|
60
45
|
# Do not use the following environment variables, otherwise the build phase
|
@@ -113,7 +98,7 @@ post-destroot {
|
|
113
98
|
xinstall -m 0755 ${worksrcpath}/TOOLS/midentify.sh ${destroot}${prefix}/bin/midentify
|
114
99
|
}
|
115
100
|
|
116
|
-
universal_variant
|
101
|
+
universal_variant yes
|
117
102
|
|
118
103
|
variant man_all_lang \
|
119
104
|
description {Install all possible languages for man pages} {
|
File without changes
|
data/www/content_editor.html
CHANGED
@@ -35,10 +35,14 @@ Don't forget to come back to this page to download it, though (from the "Downloa
|
|
35
35
|
To download, please check the checkbox if you agree to the terms of the
|
36
36
|
license agreement (<a href="http://www.gnu.org/licenses/gpl.html">gplv3</a>) and wish to download and use sensible cinema.
|
37
37
|
|
38
|
-
<input type="checkbox" class="trigger" onClick="$('#comments').toggle();
|
38
|
+
<input type="checkbox" class="trigger" onClick="$('#comments').toggle();"/> I have read and agree to the license terms and conditions and wish to download.
|
39
39
|
|
40
40
|
<div id="comments" style="display:none; border-style:dotted; border-width:1px; border-color: #aaaaaa; padding: 5px;">
|
41
|
-
Please download the latest version of sensible cinema from <a href="https://sourceforge.net/projects/sensible-cinema/files/">sourceforge</a>.
|
41
|
+
Please download the latest version of sensible cinema from <a href="https://sourceforge.net/projects/sensible-cinema/files/">sourceforge</a>.
|
42
|
+
<br/>
|
43
|
+
You can also see the <a href="source">source</a>.
|
44
|
+
<br/>
|
45
|
+
You can also see the what's new <a href="https://github.com/rdp/sensible-cinema/blob/master/change_log_with_feature_list.txt">ChangeLog</a>.
|
42
46
|
</div>
|
43
47
|
After download, unzip it. For windows users, that's like:
|
44
48
|
Reveal the file in explorer -> right click on the file -> Extract all -> Extract.
|
@@ -49,7 +53,7 @@ Now insert a DVD you own, to see available options.
|
|
49
53
|
Note that you want to download from sourceforge (here) not from github.com (github is just the raw source).
|
50
54
|
There is more documentation <a href="https://github.com/rdp/sensible-cinema/wiki">here</a>.
|
51
55
|
|
52
|
-
<h3>Mac user prerequisites</h3>Mac users will need to install some <a href="https://sourceforge.net/projects/
|
56
|
+
<h3>Mac user prerequisites</h3>Mac users will need to install some <a href="https://sourceforge.net/projects/mplayer-edl/files/mac-dependencies/">mac dependencies</a> first.
|
53
57
|
|
54
58
|
Note that by installing these dependencies, you're accepting their respective licenses/distributions.
|
55
59
|
|
@@ -82,10 +86,10 @@ You can get a list of DVD ISO's (creative commons licensed) <a href="releases/dv
|
|
82
86
|
if you want to try them out for experimenting/development/research etc.
|
83
87
|
|
84
88
|
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).
|
85
|
-
<div id="comments2"
|
89
|
+
<div id="comments2">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>.
|
86
90
|
|
87
91
|
</div>
|
88
92
|
Compatible with <a href="http://www.inmatrix.com/">Zoom Player MAX<img src="zoomplayer_max.png" width=45/></a> and <a href="http://www.mplayerhq.hu">MPlayer</a> (and <a href="http://videolan.org">VLC Player</a> if desired).
|
89
93
|
</pre>
|
90
94
|
</html>
|
91
|
-
</body>
|
95
|
+
</body>
|
@@ -1,20 +1,23 @@
|
|
1
1
|
"name" => "Big Buck Bunny DVD",
|
2
2
|
|
3
3
|
"mutes" => [
|
4
|
-
#
|
4
|
+
# skips are enough for this
|
5
5
|
],
|
6
6
|
|
7
7
|
"blank_outs" => [
|
8
|
-
"00:00:00.0" , "00:00:33.5", "skip intro",
|
8
|
+
"00:00:00.0" , "00:00:33.5", "boring", "skip intro",
|
9
9
|
"01:23", "01:25", "don't kill the nice butterfly!",
|
10
10
|
"03:15.5", "03:29", "don't kill the nice butterfly 2!",
|
11
11
|
"09:53", "09:58", "pooping"
|
12
12
|
],
|
13
13
|
|
14
14
|
"audio_codec" => "lavc", # weird compatibility issues...
|
15
|
-
# recalculate... "disk_unique_id" => "",
|
16
15
|
"url" => "http://www.bigbuckbunny.org/",
|
17
16
|
"dvd_title_track" => "2",
|
18
17
|
"volume_name" => "BIG_BUCK_BUNNY_NTSC",
|
19
18
|
"disk_unique_id" => "94a23146|afc6c923",
|
20
|
-
"closing thoughts" => "feels more adult than a kids movie, but probably ok edited"
|
19
|
+
"closing thoughts" => "feels more adult than a kids movie, but probably ok edited for kids",
|
20
|
+
"dvd_title_track" => "2",
|
21
|
+
"dvd_title_track_length" => 595.866,
|
22
|
+
"dvd_start_offset" => 0.3,
|
23
|
+
"dvd_nav_packet_offset" => [0.5, 0.738237],
|
@@ -19,7 +19,6 @@
|
|
19
19
|
|
20
20
|
"volume_name" => "JESTER",
|
21
21
|
"disk_unique_id" => "a0eadedd|449cd867",
|
22
|
-
#-> 1:41:11.465, ts 01:41:10.94, mkv 01:41:13.01
|
23
22
|
"dvd_title_track" => "1",# "not edited out stuff" => "some violence",
|
24
23
|
# "closing thoughts" => "still...",
|
25
24
|
# "mplayer_dvd_splits" => [lots...],
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# edl_version_version 1.1, sensible cinema v0.34.1
|
2
|
+
# comments can go be created by placing text after a # on any line, for example this one.
|
3
|
+
"name" => "Father Goose",
|
4
|
+
|
5
|
+
"mutes" => [
|
6
|
+
|
7
|
+
"0:01:19.26" , "0:01:23.55", "profanity", "da..", "? To tell the whole [da..] world if you don't happen to like it",
|
8
|
+
"0:06:46.98" , "0:06:51.18", "profanity", "da..", "It's important work, Walter, [da..]ed important, but I'd like you to volunteer.",
|
9
|
+
"0:35:52.28" , "0:35:55.56", "profanity", "da..", "- We're sinking! - Don't just sit there, [da..] it! Bail!",
|
10
|
+
"1:31:38.84" , "1:31:41.80", "profanity", "lo..", "- Dear [l...]. - It's Dominique's turn to say grace.",
|
11
|
+
"1:31:41.89" , "1:31:46.72", "profanity", "deity", "Mon [deity] b?nissez nous ainsi que la nourriture que nous allons prendre.",
|
12
|
+
"1:42:20.58" , "1:42:23.49", "profanity", "deity", "which is an honourable estate, instituted of [vain use].",
|
13
|
+
"1:45:34.57" , "1:45:39.70", "profanity", "h...", "Mr and Mrs Eckland, if you're finished now, I suggest you get the [h...] out of there.",
|
14
|
+
"1:47:37.25" , "1:47:39.64", "profanity", "l...", "[l...], you're stubborn.",
|
15
|
+
"1:48:15.59" , "1:48:18.26", "profanity", "deity", "- That's a Japanese patrol boat. - Oh, my [vain use]...",
|
16
|
+
|
17
|
+
"0:10:16.78" , "0:10:19.93", "profanity", "bloo..", "Now try to remember all that, Walter. It's [bloo..] important.",
|
18
|
+
"0:10:20.02" , "0:10:21.54", "profanity", "bloo..", "Yeah, [bloo..].",
|
19
|
+
|
20
|
+
],
|
21
|
+
|
22
|
+
"blank_outs" => [
|
23
|
+
# an example line, uncomment the leading "#" to make it active
|
24
|
+
# "00:03:00.0" , "00:04:00.0", "violence", "of some sort",
|
25
|
+
],
|
26
|
+
|
27
|
+
"source" => "dvd",
|
28
|
+
"volume_name" => "FATHER_GOOSE",
|
29
|
+
"timestamps_relative_to" => ["dvd_start_offset","29.97"],
|
30
|
+
"disk_unique_id" => "21b940b2|40bb33b1",
|
31
|
+
"dvd_title_track" => "2", # our guess for it
|
32
|
+
"dvd_title_track_length" => "6977.766",
|
33
|
+
"not edited out stuff" => "kissing girl, one profanity near end, honeymoon talk",
|
34
|
+
# "closing thoughts" => "only ...",
|
35
|
+
# "subtitles_to_display_relative_path" => "some_file.srt" # if you want to display some custom subtitles alongside your movie
|
36
|
+
"dvd_title_track_start_offset" => "0.3",
|
37
|
+
"dvd_nav_packet_offset" => [0.5, 0.667333],
|
38
|
+
|
39
|
+
#Also add these lines at the bottom of the EDL (for later coordination):
|
40
|
+
"beginning_subtitle" => ["This is the Australian Broadcasting Commission. And now the news.", "19.95"],
|
41
|
+
"ending_subtitle_entry" => ["Ah... I wonder if they serve coconut milk on submarines.", "1:55:56.9"],
|
data/zamples/edit_decision_lists/dvds/edls_being_edited/harry_potter_and_the_goblet_of_fire.txt
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
# edl_version_version 1.1, sensible cinema v0.34.1
|
2
|
+
|
3
|
+
"name" => "Harry Potter and the Goblet Of Fire (4)",
|
4
|
+
|
5
|
+
"mutes" => [
|
6
|
+
"0:04:04.69" , "0:04:05.89", "profanity", "h...", "[bloo..] [h...] ",
|
7
|
+
"0:17:51.50" , "0:17:53.10", "profanity", "h...", "[bloo..] [h...] ",
|
8
|
+
"0:20:47.01" , "0:20:49.81", "profanity", "h...", "[bloo..] [h...] It's Mad-Eye Moody.",
|
9
|
+
"0:35:30.12" , "0:35:32.32", "profanity", "h...", "- But of course he is lying. - The [h...] he is!",
|
10
|
+
"0:50:41.63" , "0:50:44.83", "profanity", "da..", "I don't give a [da..] what your father thinks, Malfoy.",
|
11
|
+
"0:59:46.34" , "0:59:47.74", "profanity", "deity", "Oh, my [vain use].",
|
12
|
+
"1:03:29.74" , "1:03:32.14", "profanity", "h...", "What the [bloo..] [h...] was that?",
|
13
|
+
"1:11:55.75" , "1:11:57.35", "profanity", "h...", "[bloo..] [h...] ",
|
14
|
+
"1:14:59.85" , "1:15:01.55", "profanity", "h...", "[bloo..] [h...] ",
|
15
|
+
"1:15:03.85" , "1:15:05.55", "profanity", "h...", "[bloo..] [h...] ",
|
16
|
+
"2:10:26.90" , "2:10:28.80", "profanity", "deity", "For [vain use]'s sake, [dumb]ledore, what's happened?",
|
17
|
+
#1:32:35 killed harry
|
18
|
+
# 2:01 hand 2:01:36 blood
|
19
|
+
# transform back to kid.
|
20
|
+
|
21
|
+
"0:01:47.19" , "0:01:49.59", "profanity", "bloo..", "[bloo..] kids.",
|
22
|
+
"0:38:08.22" , "0:38:11.52", "profanity", "bloo..", "- Let you know what? - You know [bloo..] well what.",
|
23
|
+
"0:38:51.42" , "0:38:53.12", "profanity", "piss", "[piss] off.",
|
24
|
+
"1:15:09.05" , "1:15:10.35", "profanity", "bloo..", "[bloo..]...",
|
25
|
+
"1:15:10.55" , "1:15:11.75", "profanity", "bloo..", "Oh, [bloo..]...",
|
26
|
+
"1:16:00.16" , "1:16:05.26", "profanity", "bloo..", "Nobody asked her. Would've taken her myself if she wasn't so [bloo..] proud.",
|
27
|
+
|
28
|
+
],
|
29
|
+
|
30
|
+
"blank_outs" => [
|
31
|
+
# an example line, uncomment the leading "#" to make it active
|
32
|
+
# "00:03:00.0" , "00:04:00.0", "violence", "of some sort",
|
33
|
+
],
|
34
|
+
|
35
|
+
"source" => "dvd",
|
36
|
+
"volume_name" => "HARRY_POTTER_GOBLET_OF_FIRE",
|
37
|
+
"timestamps_relative_to" => ["dvd_start_offset","29.97"],
|
38
|
+
"disk_unique_id" => "a174e1f1|8a74ac65",
|
39
|
+
"dvd_title_track" => "1", # our guess for it
|
40
|
+
"dvd_title_track_length" => "9414.166",
|
41
|
+
# "not edited out stuff" => "some...",
|
42
|
+
# "closing thoughts" => "only ...",
|
43
|
+
# "subtitles_to_display_relative_path" => "some_file.srt" # if you want to display some custom subtitles alongside your movie
|
44
|
+
"dvd_title_track_start_offset" => "0.13",
|
45
|
+
"dvd_nav_packet_offset" => [0.5, 0.59], # ??
|
@@ -1,12 +1,15 @@
|
|
1
1
|
# comments can go after a # on any line, for example this one.
|
2
|
-
"name" => "
|
2
|
+
"name" => "National Treasure",
|
3
3
|
|
4
4
|
"mutes" => [
|
5
|
-
|
5
|
+
|
6
6
|
],
|
7
7
|
|
8
8
|
"blank_outs" => [
|
9
|
-
|
9
|
+
"0:12", "0:15.7",
|
10
|
+
"30:00", "30:05",
|
11
|
+
"1:00:10", "1:00:15"
|
12
|
+
|
10
13
|
],
|
11
14
|
|
12
15
|
"dvd_nav_packet_offset" => [0.4, 0.6143],
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# edl_version_version 1.1, sensible cinema v0.34.1
|
2
|
+
# comments can go be created by placing text after a # on any line, for example this one.
|
3
|
+
"name" => "Percy Jackson Lightening Thief",
|
4
|
+
|
5
|
+
"mutes" => [
|
6
|
+
"0:13:43.33" , "0:13:48.38", "profanity", "deity", "Oh, [vain use], wait! Did that really just happen?",
|
7
|
+
"0:25:28.82" , "0:25:31.28", "profanity", "a..", "A real horse's [a..] ",
|
8
|
+
"0:29:33.80" , "0:29:37.10", "profanity", "deity", "Ow! [vain use], how do you guys wear this stuff? It weighs more than me.",
|
9
|
+
"0:46:42.23" , "0:46:45.28", "profanity", "h...", "If you see my dad on the highway to [h...] ..",
|
10
|
+
"0:46:46.58" , "0:46:47.95", "profanity", "a..", "Kick his [a..] for me.",
|
11
|
+
"0:46:51.29" , "0:46:54.29", "profanity", "h...", "I'm on the highway to [h...] ",
|
12
|
+
"0:46:54.79" , "0:46:57.76", "profanity", "h...", "Highway to [h...] ",
|
13
|
+
"0:46:57.79" , "0:47:01.29", "profanity", "h...", "I'm on the highway to [h...] ",
|
14
|
+
"0:47:02.80" , "0:47:05.80", "profanity", "h...", "Highway to [h...] ",
|
15
|
+
"0:57:39.76" , "0:57:40.60", "profanity", "deity", "Oh, my [vain use].",
|
16
|
+
"1:26:14.90" , "1:26:17.04", "profanity", "h...", "I'm already in [h...] ",
|
17
|
+
"1:27:52.11" , "1:27:57.40", "profanity", "da..", "I was banished here by Zeus and your father. I am [da..]ed.",
|
18
|
+
],
|
19
|
+
|
20
|
+
"blank_outs" => [
|
21
|
+
"20:07.9", "20:09.94", "stab",
|
22
|
+
"55:35.0", "55:36.7", "behead",
|
23
|
+
"1:40:16.78", "01:40:18.26", "stab",
|
24
|
+
],
|
25
|
+
|
26
|
+
"source" => "dvd",
|
27
|
+
"volume_name" => "PERCY_JACKSON_LIGHTENING_THIEF",
|
28
|
+
"timestamps_relative_to" => ["dvd_start_offset","29.97"],
|
29
|
+
"disk_unique_id" => "0668b3c4|eaff4b07",
|
30
|
+
"dvd_title_track" => "1", # our guess for it
|
31
|
+
"dvd_title_track_length" => "7110.366",
|
32
|
+
"not edited out stuff" => "some heck near the end, plenty of scary violence",
|
33
|
+
# "closing thoughts" => "only ...",
|
34
|
+
# "subtitles_to_display_relative_path" => "some_file.srt" # if you want to display some custom subtitles alongside your movie
|
35
|
+
"dvd_title_track_start_offset" => "0.2",
|
36
|
+
"dvd_nav_packet_offset" => [0.733333, 0.8699],
|
37
|
+
|
38
|
+
#Also add these lines at the bottom of the EDL (for later coordination):
|
39
|
+
"beginning_subtitle" => ["Zeus.", "00:02:47.32"],
|
40
|
+
"ending_subtitle_entry" => ["Come on! Go!", "01:19:06.18"],
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"name" => "Percy Jackson Lightening Thief",
|
2
|
+
|
3
|
+
"mutes" => [
|
4
|
+
"0:25:28.82" , "0:25:31.28", "profanity", "a..", "A real horse's [a..] ",
|
5
|
+
"12:54.0", "13:36.8", "scary", "fury",
|
6
|
+
"19:09.0", "20:22.79", "scary", "minotaur",
|
7
|
+
"38:51.73", "39:28.2", "scary", "hades",
|
8
|
+
"51:12.75", "51:15.0", "scary", "medusa",
|
9
|
+
"51:51.0", "51:54.9", "scary", "medusa",
|
10
|
+
"1:06:35.5", "1:09.55", "scary", "hydra",
|
11
|
+
"1:25:29.5", "01:25:40.93", "scary", "dogs",
|
12
|
+
"01:27:22.59", "01:27:31.49", "scary", "hades",
|
13
|
+
"01:30:20.0", "01:31:26.8", "scary", "dogs",
|
14
|
+
],
|
15
|
+
|
16
|
+
"blank_outs" => [
|
17
|
+
],
|
18
|
+
|
19
|
+
"not edited out" => "medusa's snakes",
|
20
|
+
"source" => "dvd",
|
21
|
+
"volume_name" => "PERCY_JACKSON_LIGHTENING_THIEF",
|
22
|
+
"timestamps_relative_to" => ["dvd_start_offset","29.97"],
|
23
|
+
"add_on_disk_unique_id" => "0668b3c4|eaff4b07",
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# edl_version_version 1.1, sensible cinema v0.34.2
|
2
|
+
# comments can go be created by placing text after a # on any line, for example this one.
|
3
|
+
"name" => "Puss In Boots",
|
4
|
+
|
5
|
+
"mutes" => [
|
6
|
+
# an example line, uncomment the leading "#" to make it active
|
7
|
+
|
8
|
+
"0:37:16.37" , "0:37:17.68", "profanity", "deity", "Oh, my [vain use]!",
|
9
|
+
"0:55:55.79" , "0:55:56.82", "profanity", "deity", "Oh, my [vain use]!",
|
10
|
+
|
11
|
+
],
|
12
|
+
|
13
|
+
"blank_outs" => [
|
14
|
+
# an example line, uncomment the leading "#" to make it active
|
15
|
+
# "00:03:00.0" , "00:04:00.0", "violence", "of some sort",
|
16
|
+
],
|
17
|
+
|
18
|
+
|
19
|
+
"beginning_subtitle" => ["Through the years I have been known by many names.", "34.98"],
|
20
|
+
"ending_subtitle_entry" => ["I spent a lot of time in prison preparing for this.", "1:00:07.67"],
|
21
|
+
|
22
|
+
|
23
|
+
"source" => "dvd",
|
24
|
+
"volume_name" => "PUSS_IN_BOOTS",
|
25
|
+
"timestamps_relative_to" => ["dvd_start_offset","29.97"],
|
26
|
+
"disk_unique_id" => "660a7687|a5356994",
|
27
|
+
"dvd_title_track" => "17", # our guess for it
|
28
|
+
"dvd_title_track_length" => "5407.633",
|
29
|
+
# "not edited out stuff" => "some...",
|
30
|
+
# "closing thoughts" => "only ...",
|
31
|
+
# "subtitles_to_display_relative_path" => "some_file.srt" # if you want to display some custom subtitles alongside your movie
|
32
|
+
"dvd_title_track_start_offset" => "0.28",
|
33
|
+
"dvd_nav_packet_offset" => [0.5, 0.735254],
|