add (unsegmented) annotation of music #11

Merged
chrhaeusler merged 4 commits from master into master 2026-02-04 08:50:05 +00:00

4 commits

Author SHA1 Message Date
Christian O. Häusler
6b30d084bb [DATALAD RUNCMD] segment annotation of music (input: audio-track) respecting timings of the movie
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/researchcut2segments.py '{inputs}' aomovie avmovie '{outputs}'",
 "dsid": "45b9ab26-07fc-11e8-8c71-f0d5bf7b5561",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [
  "researchcut/music.tsv"
 ],
 "outputs": [
  "segments"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2021-04-30 18:32:51 +02:00
Christian O. Häusler
556afb15de [DATALAD RUNCMD] segment annotation of music (input: audio-track) respecting timings of the audio-description
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/researchcut2segments.py '{inputs}' aomovie aomovie '{outputs}'",
 "dsid": "45b9ab26-07fc-11e8-8c71-f0d5bf7b5561",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [
  "researchcut/music.tsv"
 ],
 "outputs": [
  "segments"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2021-04-30 18:30:48 +02:00
Christian O. Häusler
d5803afa10 add explanation of parameters 2021-04-30 18:28:20 +02:00
Christian O. Häusler
ab0e13c18e add (unsegmented) annotation of music 2021-04-30 16:41:05 +02:00