博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mac gource_如何使用Gource显示项目的时间表
阅读量:2522 次
发布时间:2019-05-11

本文共 1463 字,大约阅读时间需要 4 分钟。

mac gource

The first time I heard about was . At the time I watched this cool video showing Ruby on Rails source code evolution:

我第一次听说是 。 当时,我观看了这段很酷的视频,展示了Ruby on Rails源代码的演变:

At we have (almost) monthly Product Town Halls, which we use to communicate product decisions and keep all product teams (Designers, Engineers, Product Managers and QAs) on the same page.

在 我们(几乎)每月都有一个产品大会堂,我们用它来传达产品决策并使所有产品团队(设计师,工程师,产品经理和质量保证)保持在同一页面上。

We like to start the keynote with some gource video of our projects. Here is how we are doing:

我们想从我们项目的一些短片开始主题演讲。 这是我们的工作方式:

gource --hide dirnames,filenames --seconds-per-day 0.1 --auto-skip-seconds 1 -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4

gource --hide dirnames,filenames --seconds-per-day 0.1 --auto-skip-seconds 1 -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4

The of Gource has all the options you can customize in your video. Tied to , we create a mp4 file that can be used inside Google Slides or YouTube. Here's the output of the example above:

Gource的文件提供了您可以在视频中自定义的所有选项。 与绑定 ,我们创建了一个mp4文件,可以在Google幻灯片或YouTube中使用。 这是上面示例的输出:

Also posted on . If you like this content, follow me on and .

也张贴在 。 如果您喜欢此内容,请在和关注我。

By the way - Thinkific is if you are interested.

顺便说一句- Thinkific被 ,如果你有兴趣。

翻译自:

mac gource

转载地址:http://fduzd.baihongyu.com/

你可能感兴趣的文章
python学习笔记-day10-01-【 类的扩展: 重写父类,新式类与经典的区别】
查看>>
查看端口被占用情况
查看>>
浅谈css(块级元素、行级元素、盒子模型)
查看>>
Ubuntu菜鸟入门(五)—— 一些编程相关工具
查看>>
PHP开源搜索引擎
查看>>
12-FileZilla-响应:550 Permission denied
查看>>
ASP.NET MVC 3 扩展生成 HTML 的 Input 元素
查看>>
LeetCode 234. Palindrome Linked List
查看>>
编译HBase1.0.0-cdh5.4.2版本
查看>>
结构体指针
查看>>
迭代器
查看>>
Food HDU - 4292 (结点容量 拆点) Dinic
查看>>
Ubuntu安装Sun JDK及如何设置默认java JDK
查看>>
[经典算法] 排列组合-N元素集合的M元素子集
查看>>
Codeforces 279D The Minimum Number of Variables 状压dp
查看>>
打分排序系统漫谈2 - 点赞量?点赞率?! 置信区间!
查看>>
valgrind检测linux程序内存泄露
查看>>
Hadoop以及组件介绍
查看>>
1020 Tree Traversals (25)(25 point(s))
查看>>
第一次作业
查看>>