summaryrefslogtreecommitdiff
path: root/readme.md
blob: 8e5c4e73e521cbbf5ebffa73be06fc19b7f32bc3 (plain)
1
2
3
4
5
6
7
8
#### problems
- metadata keys shouldnt be fullpaths but relative ones (imagine downloading this dataset);
- key-pair in metadata doesnt guarantee existence of audiofile;
- instead of writing ffmpeg commands to file maybe better to run them in go;
- change metadata format from json to csv for lower memory consumption;
- add config file; move constance to config file;
- ffmpeg call should be unique;
- ffmpeg commands are slow, split to clips inside of this module;