Transkript: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Regex) |
|||
Zeile 2: | Zeile 2: | ||
== Word == | == Word == | ||
300 minuten / Monat max. | 300 minuten / Monat max. | ||
=== Word to Wiki | === Word to Wiki convert === | ||
==== Regex ==== | ==== Regex ==== | ||
<nowiki>'''Find:'''</nowiki><br><nowiki> | <nowiki>'''Find:'''</nowiki><br><nowiki> |
Version vom 14. November 2022, 15:58 Uhr
Auto-Transcript
Word
300 minuten / Monat max.
Word to Wiki convert
Regex
'''Find:'''
0
'''Replace:'''
|-
| 0
'''Find:'''
Speaker
'''Replace:'''
||
'''Find:'''
Transcript
'''Replace:'''
{| class="wikitable"
|+ Transcript
|-
! Timestamp !! Speaker !! Text
'''Find:'''
'''Replace:'''
||
'''Find:'''
||
|-
'''Replace:'''
|-
'''Find:'''
||
'''Replace:'''
|}
'''Find(enable regex):'''
(?<=\d\d) \|\|\n
'''Replace:'''
|| ||
'''Find(enable regex):'''
^Audio file \|\|$
.+
\|\}\|\|
\{\|
'''Replace:'''
{|
- Done.
Quellen
- stackoverflow: better way to automate mouse&keyboard using pyautogui[1]
- Tool: pywinauto
- Sleep vs tight-loop: https://stackoverflow.com/questions/34361728/windows-desktop-gui-automation-using-python-sleep-vs-tight-loop
- Word-Alternativen
- AssemblyAI https://www.youtube.com/watch?v=rTWM5WuPhlQ
- pydub, ffmpeg and SpeechRecognition https://pythonbasics.org/transcribe-audio/
- ↑ stackoverflow: better way to automate mouse&keyboard using pyautogui https://stackoverflow.com/questions/42412157/better-way-to-automate-mousekeyboard-using-pyautogui