musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic instrumentation", musiccaps_aspects contains "instrumental" and musiccaps_aspects contains "trippy"
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 |
---|---|---|---|---|---|---|---|---|---|---|
3D Trance Music | This music is an electronic instrumental. The tempo is fast with heavily synthesised music and electronic arrangements with heavy reverb and surround sound. The music is droning, incessant, trippy, hypnotic and trance like. This is an EDM/Synth Pop. | 2010-07-24T22:01:09Z | DeesendJess | Funny thing is that the inspiration for this project was that great trance track...hope u enjoy it as much as I do... And about this project: I used only 3Ds Max - all U need is to link audio float controller to any parameter. In this case I linked it to glow and self illumination values of different materials. You need also to have your audio tracks separated for example: drums, bass, vocals (I'm using FL Studio). It's really not that hard, there is plenty of tutorials of how to use audio in Max. And the rest is After Effects - all of the panels, screens, audio meters. That dancing girl comes from Crowd Control (allbetsareoff.com). Add some effects here and there and there U go. And about the song - since it is not mine I had to make some tracks on my own to synchronize with it for example: main melody. The crowd scene is simply a plane with 1000 particles (shape instance -- plane with image sequence of dancing people -- 6 time random). U have to be careful about framerate because it's really easy to have misplace audio & video. That whole project took me over 3 weeks to put together, but I had so much pleasure doing that -- this song is simply awesome...;) | ["Electronic music", "Music", "Trance music"] | ["instrumental", "fast tempo", "electronic music", "electro pop", "synth pop", "electronica", "futuristic", "psychedelic", "incessant", "synthesiser arrangements", "electronic instrumentation", "reverb", "surround sound", "psychedelic", "trap", "trippy", "techno", "rave", "trance", "edm", "hypnotic"] | 7 | sETUDPPoDuo | 4933 |
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;