|
| 1 | +let scenes = [ |
| 2 | + { |
| 3 | + "scene": 'rain_on_leaves', |
| 4 | + "name": 'Rain on Leaves', |
| 5 | + "video": 'rain_on_leaves', |
| 6 | + "sfx": 'rain_on_leaves', |
| 7 | + "sfxSource": 'https://www.youtube.com/watch?v=eHPvfDUX8Ds', |
| 8 | + "videoSource": 'https://www.pexels.com/video/water-droplets-on-a-leaf-of-plant-2876754/', |
| 9 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 10 | + "description" : 'Light rain falling on leaves.', |
| 11 | + "background" : 'rain_on_leaves' |
| 12 | + }, |
| 13 | + { |
| 14 | + "scene": 'forest_1', |
| 15 | + "name": 'Calm Forest', |
| 16 | + "video": 'forest', |
| 17 | + "sfx": 'forest', |
| 18 | + "sfxSource": '#', |
| 19 | + "videoSource": 'https://www.pexels.com/video/plants-clinging-by-the-tree-branches-in-a-forest-2882118/', |
| 20 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 21 | + "description" : 'A calm forest with a gentle breeze.', |
| 22 | + "background" : 'forest1' |
| 23 | + }, |
| 24 | + { |
| 25 | + "scene": 'campfire', |
| 26 | + "name": 'Morning Campfire', |
| 27 | + "video": 'campfire', |
| 28 | + "sfx": 'campfire', |
| 29 | + "sfxSource": 'https://www.youtube.com/watch?v=O_LJWYzdD4o', |
| 30 | + "videoSource": 'https://www.pexels.com/video/bonfire-in-the-woods-2060826/', |
| 31 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 32 | + "description" : 'Waking up to a campfire in the woods.', |
| 33 | + "background" : 'campfire' |
| 34 | + }, |
| 35 | + { |
| 36 | + "scene": 'stars', |
| 37 | + "name": 'Among the Stars', |
| 38 | + "video": 'stars', |
| 39 | + "sfx": 'stars', |
| 40 | + "sfxSource": 'https://www.youtube.com/watch?v=OylMXBNSTXY', |
| 41 | + "videoSource": 'https://www.youtube.com/watch?v=X6dJEAs0-Gk', |
| 42 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 43 | + "description" : 'Flashing Stars on a dark background.', |
| 44 | + "background" : 'stars' |
| 45 | + }, |
| 46 | + { |
| 47 | + "scene": 'sunset', |
| 48 | + "name": 'Sunset', |
| 49 | + "video": 'https://drive.google.com/uc?id=14MAc4MNfHyf4xlYOlutz4aEZ4tkPPqlQ&export=download', |
| 50 | + "sfx": 'sunset', |
| 51 | + "sfxSource": 'https://www.youtube.com/watch?v=UaCRAJLvLFk', |
| 52 | + "videoSource": 'https://www.youtube.com/watch?v=UaCRAJLvLFk', |
| 53 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 54 | + "description" : 'Watch the sun descend over an island from the seaside, bringing the day to an end.', |
| 55 | + "background" : 'sunset', |
| 56 | + "externalVideo" : true |
| 57 | + }, |
| 58 | + { |
| 59 | + "scene": 'cloud_watching', |
| 60 | + "name": 'Cloud Watching', |
| 61 | + "video": 'https://drive.google.com/u/0/uc?id=1noXV2e7BR5dc8oSuY6NHLYbj2JwlKsKP&export=download', |
| 62 | + "sfx": 'cloud_watching', |
| 63 | + "sfxSource": 'https://www.youtube.com/watch?v=RD4pnw71ANo', |
| 64 | + "videoSource": 'https://www.youtube.com/watch?v=yupuohj6d8Y', |
| 65 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 66 | + "description" : 'Lying on warm summer grass with a nice breeze, watching the clouds go by.', |
| 67 | + "background" : 'cloud_watching', |
| 68 | + "externalVideo" : true |
| 69 | + }, |
| 70 | + { |
| 71 | + "scene": 'jungle_after_rainfall', |
| 72 | + "name": 'Jungle After Rainfall', |
| 73 | + "video": 'https://drive.google.com/u/0/uc?id=19Ngfw7CfG7HY4JTuuur_2bLl3hAZvWwZ&export=download', |
| 74 | + "sfx": 'jungle_after_rainfall', |
| 75 | + "sfxSource": 'https://www.youtube.com/watch?v=RD4pnw71ANo', |
| 76 | + "videoSource": 'https://www.youtube.com/watch?v=yupuohj6d8Y', |
| 77 | + "musicSource": 'https://www.youtube.com/watch?v=962VmrIh9vQ', |
| 78 | + "description" : 'A viewpoint over a tropical jungle, just after rainfall.', |
| 79 | + "background" : 'jungle_after_rainfall', |
| 80 | + "externalVideo" : true |
| 81 | + } |
| 82 | +] |
0 commit comments