Compare commits

2 Commits

Author SHA1 Message Date
Kristofer Rolf Söderström 4701f94bc2 Update CITATION.cff 2023-03-22 21:56:05 +01:00
Kristofer Rolf Söderström eda1adca07 Update README.md 2023-03-22 16:05:29 +01:00
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
cff-version: 1.2.0 cff-version: 1.2.0
message: "If you use find this implementation useful in your research, please cite it as below." message: "If you use find this implementation useful in your research, and want to cite it, please do so as below."
authors: authors:
- family-names: "Söderström" - family-names: "Söderström"
given-names: "Kristofer Rolf" given-names: "Kristofer Rolf"
orcid: "https://orcid.org/0000-0002-5322-3350" orcid: "https://orcid.org/0000-0002-5322-3350"
title: "transcribe" title: "transcribe"
version: 1.0 version: 1.0
doi: None doi: 10.5281/zenodo.7760511
date-released: 2023-03-22 date-released: 2023-03-22
url: "https://github.com/soderstromkr/transcribe" url: "https://github.com/soderstromkr/transcribe"
+2
View File
@@ -25,3 +25,5 @@ and use the example.ipynb template to use the script **OR (for beginners)** down
See the [example](example.ipynb) implementation on jupyter notebook. See the [example](example.ipynb) implementation on jupyter notebook.
[^1]: Advanced users can use ```pip install ffmpeg-python``` but be ready to deal with some [PATH issues](https://stackoverflow.com/questions/65836756/python-ffmpeg-wont-accept-path-why), which I encountered in Windows 11. [^1]: Advanced users can use ```pip install ffmpeg-python``` but be ready to deal with some [PATH issues](https://stackoverflow.com/questions/65836756/python-ffmpeg-wont-accept-path-why), which I encountered in Windows 11.
[![DOI](https://zenodo.org/badge/617404576.svg)](https://zenodo.org/badge/latestdoi/617404576)