Automatic work session recordings with OBS Studio + TaskWarrior + TimeWarrior + YouTube

栏目: IT技术 · 发布时间: 5年前

内容简介:Not long ago I read a comment on Hacker News about tips to improve one’s performance as a developer; it recommended a system of recording oneself while working and someone suggested uploading the videos to YouTube (asI liked the idea so I wanted to give it

Automatic work session recordings with OBS Studio + TaskWarrior + TimeWarrior + YouTube

Not long ago I read a comment on Hacker News about tips to improve one’s performance as a developer; it recommended a system of recording oneself while working and someone suggested uploading the videos to YouTube (as private or unlisted ) for future revision and as a backup.

I liked the idea so I wanted to give it a try myself. Of course, like most of the stuff I do, the practicality of it was not as important as the chance to see how I would implement a system to support such workflow.

I landed with something I’m fairly happy with, because most of the process is automated. These are the ingredients:

  • I’m using Taskwarrior to keep track of what I’m doing right now.
  • I also integrate it with Timewarrior which keeps track of how long I take in each task. This also enabled some nice features in my workflow as we will see.
  • OBS Studio which is a multiplatform, customizable screencast recorder.

The workflow

  • I add task to Taskwarrior.
  • When I run task start TASK_ID it will start recording a screencast automatically (no UI is shown other than a discreet systray icon).
    • It will also call a Timewarrior hook to track the time.
  • When I run task stop TASK_ID it will stop the screen cast and stop tracking time.
  • At the end of the day (or the week, or whenever), I run a program that merges all the videos for a particular day and pushes them to YouTube using the name of the most used Taskwarrior tag, and other metadata. This also deletes the originals when the video upload finishes successfully.

Show me the code

I pushed the code I’m using to Github: https://github.com/casidiablo/hippo-critical . Keep in mind it is tailored to my usecase; I don’t expect it to work for anyone without some tweaking).

These are the things I had to do before I could fully automate this:

End result:

Automatic work session recordings with OBS Studio + TaskWarrior + TimeWarrior + YouTube

Final thoughts

  • Using Timewarrior enables very interesting use cases:
    • I’m using the export feature to get the tags used for each daily session, so I can rank it and have a sensical title for the video.
    • It should be fairly easy to use tags to filter out stuff you might not want to upload, or to push different videos for each tag, etc.
  • I don’t like the idea of pushing this to YouTube, but whatever. The videos are private and I am pretty much using them as a free storage system.
    • I find it funny that all of the videos have Copyright complaints, because I listen to a lot of music while coding.
  • I would use this if I were a freelancer to track my self and share it with my clients.
  • More ideas:
    • Track which applications I used and add it to the video description.
    • Add all the individual sessions to the description with links to their start time.

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

重新定义管理

重新定义管理

[美]布赖恩·罗伯逊 / 中信出版社 / 2015-10-1 / 45

还没听说过合弄制?你一定会听说的。终于,迎来了一本合弄制创建者的著作,讲解了这一公司经营方式的革命性新系统及其实施方法。 今天的商界,情况瞬息万变。但在绝大多数组织中,最具资格响应变化的人们却几乎都没有权力去做出改变。相反,他们不得不遵守那些由领导们设立的亘古不变的战略,而且这些领导们仍然相信“预测和控制”才是有效管理的关键。 合弄制向你展示了怎样让组织中工作的每一个人都成为一名领导,......一起来看看 《重新定义管理》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试