musiccaps_details (view)
2 rows where musiccaps_names contains "Skidding"
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| How to Control a Skid on a Skid Pan | This instrumental song starts off with a repetitive synth melody and percussion. The percussion pauses and the sound of water splash is heard. The bass note continues to ring. During this pause, a three-note high pitched game sound is played. After the pause, the synth melody continues to play and a piano melody is played on top of that. The bass plays the root notes of the chords. The percussion plays a simple beat in common time. | 2010-04-30T18:16:18Z | DriverSkillsTV | Skid Pan Training tips in a front wheel drive car on a Skid Pan with Professional Driver Lionel Firn. Book Skid Pan Training Here: http://www.driverskills.com | ["Sampler", "Music", "Skidding", "Drum machine", "Car"] | ["ame sounds", "repetitive synth lick", "piano sound", "no voices", "instrumental music", "percussion", "bass", "moderate tempo", "game sound", "splash sounds"] | 0 | 6BitLl5Bnxw | 733 | |
| Transformers Optimus prime G1 VS Optimus Prime 2007 (stop motion) | The low quality recording features a car engine, tire screeching and pulsating, filter mod synth sound effects, followed by string melody. The weird arrangement of sounds is making it sound chaotic. Sounds like a sync sound for cartoons. | 2009-08-24T06:49:38Z | RaeonixPL | This my second Stop motion animation | ["Music", "Skidding"] | ["low quality", "car engine sound effect", "tire screeching sound effect", "strings melody", "pulsating filter mod synth sound effect", "chaotic", "weird arrangement", "cartoon sync sounds"] | 4 | dPM24O4my-Q | 3784 |
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;