That "edit your podcast using Vim" program (recently mentioned on the #postmarketOS podcast) now supports #micro https://github.com/scateu/tsv_edl.vim because I realized I have a project that this is a good fit for, and I write micro plugins #lua. It's nice to have a lightweight audio/video editor that works in my favorite text editor.
@zachdecook Ah, I really want to try this for editing interviews for the radio on my linux laptop! But the readme mainly confuses me...
@yoshi There's a lot going on, but it's like this.
1. Get SRT files for your unedited audio files
2. use srt2tsv to make a tsv file
3. edit the tsv file
4. use tsv2roughcut to make an mp3 of your edit
@yoshi (I used https://github.com/ggerganov/whisper.cpp and a custom script instead of steps 1 and 2)
@zachdecook Okay, this is awesome. It just took me only 30 minutes to do a rough edit of an almost 2h interview, which is now also 30 minutes shorter! I'll play around a bit more, and then I'll see if I can do a write-up from a radio journalists perspective on what works well, and where the rough edges are.
@zachdecook Perfect, thank you, that worked!