Want transcripts or subtitles of your #Whaletank talk?

in #beyondbitcoin7 years ago

(or any of your own podcasts)

Now you can get them here!

  • Get the links to the files here (below)
  • Upload the files (video format) you want to your YouTube channel
  • Wait a while for the subtitles to generate automatically
  • Edit your subtitles on YouTube by adding punctuation, capitalization and edit out everything which doesn't make sense like repeated words and stop words (So, you know, like etc.) and wrongly interpreted words by YouTube like bit chairs BitShares YouTubeCC.png
  • Download the srt from YouTubeDownloadSRT.png
  • Send them to me if you want to have a transcript i.e. a clean without timecodes

I will write a post with code later with the whole pipeline I use which you can put in your bash commandline and get clean text out of it.

So with that said here are the files:

(Of today's Whaletank talk)

MumbleMultitrack.png

Here's the code how to convert the Mumble recordings to video which can be batch uploaded to YouTube by just drag and drop. You have to be in the directory with the audio files and set the img variable to an image.

for file in *; do ffmpeg -loop 1 -r 2 -i "$img" -i "$file" -vf scale=-1:380 -c:v libx264 -preset slow -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p -threads 0 "$file".mkv; done

Sort:  

Congratulations @nutela, this post is the fifth most rewarded post (based on pending payouts) in the last 12 hours written by a User account holder (accounts that hold between 0.1 and 1.0 Mega Vests). The total number of posts by User account holders during this period was 958 and the total pending payments to posts in this category was $1616.30. To see the full list of highest paid posts across all accounts categories, click here.

If you do not wish to receive these messages in future, please reply stop to this comment.

Helpul in what way? ;)

Coin Marketplace

STEEM 0.31
TRX 0.12
JST 0.034
BTC 64742.01
ETH 3172.49
USDT 1.00
SBD 4.10