home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "epic" and musiccaps_author = 3

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
DPRK Music 1-15 어머니의 노래 The song feels cinematic and momentous. It's an orchestral piece with string instruments, and then with an electric guitar lick. The emotion is gripping and a little sombre. 2008-08-25T06:06:02Z chosunmusiccom Chosun Music Disc 1 - North Korean Karaoke Song ["New-age music", "Music"] ["orchestral music", "cinematic", "string instruments", "emotional", "electric guitar arpeggio", "electric bass guitar playing", "cinematic", "epic"] 3 BquHBzP5Ep0 1295
BALLOONS COMPILATION - SLOW MO (Water Balloons, Balloons, Balloon Fight, Balloon Pop, Giant Balloon) This is a thrilling orchestral piece that feels epic, suspenseful and intense. There are string instruments like violins and cellos, and timpani for percussion. There is one over-bearing vibrational sound that overwhelms the whole arrangement - it is played once and rings for three seconds. 2015-08-12T12:01:46Z Slow Mo Lab THIS IS ONE FUN YET INTENSE WATER BALLOON COMPILATION!!! Watch Previous Video: http://youtu.be/eNG0K73LqVM?list=PLaJvC5R-EeuuerfWfd4ANqzPo1OuU9EqR Find us on Facebook: https://www.facebook.com/SlowMotionLab In this video: Taras and Dima Enjoy the incredible slow motion compilation! ABOUT US: Taras (Crazy Russian Hacker) and Dima film a lot of cool video. Some of the clips they film in slow motion are: science experiments, fireworks reviews/testing, explosions, shooting bullets, demonstrations, compilations, and so much more!. Some of their best examples of their work include: dry ice explosion, works explosion, dry ice bomb, watermelon exploding, battery exploding etc. RUSSIAN/На Русском Тарас и Дима делают много разных приколов для видео. Они любят снимать разные видео: эксперементы (по физике, для дитей, эскперементы в домашних условиях, эксперементы с микроволновкой), врывы, слоy моушен, слоу мо, замедленная съемка. сухой лед и многое другое, Below are some of their best examples of their work: Incredible Slow Motion Compilation That Will Blow Your Mind! | Slow Mo Lab http://youtu.be/tw3q4_jZv8M Orange Exploding at 62,000 fps!! - Slow Mo Lab http://youtu.be/eNG0K73LqVM Scary Dry Ice Explosion at 62,000 FPS | Slow Mo Lab http://youtu.be/t6X0HTOKC24 Amazing Slow Mo Compilation - MIND BLOWING!!! | Slow Mo Lab http://youtu.be/4uojfjZ2ue0 Sulfuric Acid and Sponge Reaction in Slow Motion | Slow Mo Lab http://youtu.be/pgTRZjd_HSg 5 Crazy Science Experiments Compilation http://youtu.be/ed2AbvQ6ZrQ 10 Simple Life Hacks Part 1 http://youtu.be/Tbo7IZ5WKRY How to Open a Can without Can Opener - Zombie Survival Tips #20 http://youtu.be/oH2NahLjx-Y 10 Crazy Pranks To Play On Your Friends And Family! Part #5 http://youtu.be/hZ3Mijkbs-Y Square watermelons Japan. English version http://youtu.be/2JNSpMhJLvg Categories: #WaterBalloon #WaterBalloonFight #Balloon #BalloonPop #WaterBalloonPopping #GiantBalloonPop #BalloonShow Music "Dark Fog" Kevin MacLeod (incompetech.com) Licensed under Creative Commons:… ["Theme music", "Music", "Burst, pop"] ["epic", "orchestral", "string instruments", "violins", "cello", "timpani", "french horns", "suspenseful", "thrilling"] 3 GJYhDjThTHM 1709
Richard Strauss - Also Sprach Zarathustra (das Ziege) [Opening of 2001: A Space Goat Odyssey] This is a classical orchestral piece. The melody played on the trumpets feels like a prelude to an important, impressive moment. This music would suit any momentous occasion - like the countdown to a rocket launch. 2013-02-28T09:51:34Z switchmodthree Wait for it... :) --------------------- Source: http://www.youtube.com/watch?v=Y9QxaJLt7EA ["Timpani", "Brass instrument", "Music", "Musical instrument", "Orchestra", "Classical music"] ["classical music", "brass instruments", "trumpets", "timpani", "build-up", "epic", "uplifting", "impressive"] 3 LSaLPObrnZw 2190
「ラピュタ」~キャッスル・イン・ザ・スカイ~ This is an exciting, epic cinematic orchestral piece. This kind of music would be used for a scene involving a chase or something thrilling. There are tubas, trombones, trumpets and french horns playing the same exciting motif. 2012-10-12T10:05:51Z Toshikazu Sugita 庄内ハーモニーオーケストラ30周年コンサート 第2部 5曲目 ["Orchestra"] ["orchestral music", "cinematic", "thrilling", "epic", "exciting", "live recording", "low quality recording", "brass instruments", "french horns", "tubas", "trumpets", "trombones"] 3 e1sWvJsGOAc 3837

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 735.516ms · About: simonw/musiccaps-datasette