Sha256: 2138b628d6e77fee6d72c4c6e25f0880b242b9d0f82b8277c5be160f5316c0b3

Contents?: true

Size: 1.77 KB

Versions: 3

Compression:

Stored size: 1.77 KB

Contents

# comments can go after a # on each line.

"mutes" => [
  "00:00:01", "00:00:02", # mute from second 1 to second 2
  # so an example would be:  
  "00:00:01", "00:00:02", "profanity", "dang",
  "01:01:00", "01:02:00"  # another example:mute from one hour one minute to one hour two minutes
],

# So it would like like this:

"mutes" => [
  "00:00:01", "00:00:02", 
  "00:00:01", "00:00:02", "profanity", "dang",
  "01:01:00", "01:02:00" 
],
  
# note: items can be out of chronological order, that's ok

# you can also have blank outs
# and you can also refer to a category, instead of having to write out the real word.
# example:

"blank_outs" => [
  # this first one blanks (by overlaying *over* the video, a black window)
  # from one hour one minute to one hour two minutes, like:
  "01:01:00" , "01:02:00", "nudity", "5",
  # you can also use decimals, like 3 minutes 3 seconds and a half to 3 minutes 4 seconds and a half (one second blank out):
  "00:03:03.5", "00:03:04.5",
  # if you don't want to be explicit, you can reference a *number*
  # from the category descriptions.yml file, like
  "01:01:00", "01:02:00", "profanity", "bodily function 1",
  # (instead of "01:01:00", "01:02:00", "s***")
],
  
# (if something's not categorized yet then just write it in your file and I'll add it later, or just notify me)
  
# you can also add other notes, too, like title, source, whatever you want
# these are basically free form and not used for anything else yet
"missing_content" => "this doesn't list some mild name calling",
"title" => "Forever Strong",
"source" => "Hulu",
"url" => "http://www.byutv.org/watch/1790-100",
"whatever_else_you_want" => "this is the old version of the film"

# NB that you have to put commas just about everywhere. That might help

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sensible-cinema-0.16.3 zamples/edit_decision_lists/example_edit_decision_list.txt
sensible-cinema-0.16.2 zamples/edit_decision_lists/example_edit_decision_list.txt
sensible-cinema-0.16.1 zamples/edit_decision_lists/example_edit_decision_list.txt