musiccaps_details (view)
2 rows where musiccaps_aspects contains "epic", musiccaps_aspects contains "exciting" and musiccaps_aspects contains "low quality"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Professional DSLR Camera | The low quality recording features an advertisement that consists of camera shuttering effects and high pitched down sweeps, followed by arpeggiated strings melody, orchestra percussions and synth sound effects playing in the background. It sounds exciting and epic. | 2012-05-30T08:02:40Z | Sanjay Khaparde | By Olympus. Mirror less technology with Fast Auto Focus. Buy It Now! | ["Music", "Single-lens reflex camera"] | ["low quality", "advertisement", "camera shuttering sound effects", "high pitched down sweeps", "arpeggiated strings melody", "epic", "orchestra percussions", "synth sound effects", "exciting"] | 4 | 0soVCtJgDTk | 217 | |
Qlimax 2011 | Official Q-dance Aftermovie | The low quality recording features an electro song that features loud choir vocals singing over loud low percussions and some tom rolls. Towards the end of the loop, the choir vocal is sustained and it blends with synth lead riser. It sounds powerful, epic, energetic and exciting. | 2011-12-06T01:37:33Z | Q-dance | Get your tickets for Qlimax The Source now at http://q-dance.link/QL20-Tickets-YT. http://www.q-dance.com Qlimax Digipack (BLU-RAY/DVD/CD) available here: http://store.q-dance.nl/en/dvd-blu-ray-38/qlimax-2011-blu-raydvd-62316/ On the 26th of November 2011 Qlimax took place in GelreDome Arnhem. Here the one and only official movie. Make sure to watch it full screen in 720p or higher. This unique event was captured live by 10 RED Epic cameras and edited in 5K cinema resolution and will be available on Blu-ray disc. More info about Q-dance and Qlimax can be found at http://Q-dance.com | ["Electronic music", "Music", "Electronic dance music", "Inside, large room or hall"] | ["low quality", "electro", "loud choir vocals", "loud low percussions", "tom roll", "synth lead riser", "exciting", "energetic", "powerful", "epic"] | 4 | 8qeTEfOqB0A | 954 |
Advanced export
JSON shape: default, array, newline-delimited
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;