diff --git a/resources/0ff22a15475e27fcc200f6d618a9-orig.wav b/resources/0ff22a15475e27fcc200f6d618a9-orig.wav new file mode 100644 index 0000000..1757978 Binary files /dev/null and b/resources/0ff22a15475e27fcc200f6d618a9-orig.wav differ diff --git a/video2.yml b/video2.yml index e0f9b36..753b118 100644 --- a/video2.yml +++ b/video2.yml @@ -1,4 +1,39 @@ size: 720p +# you can also add background music, +# see https://github.com/gojko/vpexamples/blob/master/background-sound +background: + audio: 0ff22a15475e27fcc200f6d618a9-orig.wav + volume: 0.2 resourceDir: resources scenes: - - video: Living Doc.mp4 \ No newline at end of file + - image: 2.png + slide: Define a default language for Living Doc + duration: 2 +# no need to define duration when there is an audio or video in the scene, +# it will be automatically calculated +# you can pull segments out of a video, check out https://github.com/gojko/vpexamples/tree/master/video + - video: + file: Living Doc.mp4 + segment: start +# you can do multi-line narration, just use > to tell YAML what follows is a +# multi-line string + narration: > + The new version of Living Doc allows you to define a default language for your builds. + Previously, English was the default language used to parse feature files. + - narration: Select your project language in the build step from the drop-down list + video: + file: Living Doc.mp4 + segment: 00:16 - 00:26 + - narration: > + Furthermore, the list of builds has been improved. + The list now only includes those builds that include the SpecFlow+ build step, + and the entries are now sorted alphabetically. + + This is a real time-saver in cases where you have a lot of builds. + video: + file: Living Doc.mp4 + segment: 00:37 - 00:58 + - narration: And as you can see, our German language feature files have been parsed correctly! + video: + file: Living Doc.mp4 + segment: end