Workflow Webcast - Desktop Customization & Workflow
Users browsing this thread: 3 Guest(s)
|
|||
Here is mine!
I recorded the video without codec (avi format) and it was 12Gb! But my machine is slow, so it worked like that: Code: ffmpeg -f x11grab -r 25 -s 1366x768 -i :0.0 -vcodec huffyuv screencast.avi - https://www.dropbox.com/s/ijot3jg1ltuth0...ncast.webm It is quite unusual, I do it this way because I like to have things made simple, and only have each tool once: Multiple vim windows in a terminal multiplexer within a window manager, with multiple computer screens -> window manager OR multiplexer, done! :P EDIT: Forgot the most important: the dotfiles: - .profile with the <code>a()</code> and <code>j()</code> functions: http://github.com/sshbio/Config/raw/mast...l/.profile - run script forked from dmenu: http://github.com/sshbio/Config/raw/master/bin/run - peax script that you could replace with slmenu, fzf or such: http://github.com/sshbio/Config/raw/bin/peax Have 'run' and 'peax' in your $PATH and a() and j() functions in your path, and it should work. PS: run can also be a r() function in the .profile I just watched venam's. It looks much more mature, used from a longer amount of time, and he shew all its tools, which I didn't. So have a look at venam's too! :D A pretty good setup: That is what you get while you write your own window manager. [EDIT]: the links are now dead. See the bottom to see updated versions! PS: Neural network color scheme... Oh yeah! |
|||
Messages In This Thread |
Workflow Webcast - by venam - 27-06-2016, 01:01 AM
RE: Workflow Webcast - by venam - 28-06-2016, 02:44 PM
RE: Workflow Webcast - by locc - 01-07-2016, 07:56 PM
RE: Workflow Webcast - by josuah - 09-07-2016, 09:38 AM
RE: Workflow Webcast - by venam - 10-07-2016, 09:46 AM
RE: Workflow Webcast - by Adrift - 28-07-2016, 12:04 AM
RE: Workflow Webcast - by Halfwit - 02-08-2016, 01:10 AM
RE: Workflow Webcast - by ox! - 03-08-2016, 03:27 AM
RE: Workflow Webcast - by acg - 18-09-2016, 10:17 PM
RE: Workflow Webcast - by acg - 21-09-2016, 02:24 PM
RE: Workflow Webcast - by pranomostro - 22-09-2016, 03:45 AM
RE: Workflow Webcast - by josuah - 21-11-2016, 07:09 PM
RE: Workflow Webcast - by josuah - 22-11-2016, 06:39 PM
RE: Workflow Webcast - by venam - 31-03-2017, 12:18 PM
RE: Workflow Webcast - by acg - 01-04-2017, 11:53 AM
RE: Workflow Webcast - by venam - 01-04-2017, 01:34 PM
RE: Workflow Webcast - by acg - 01-04-2017, 02:12 PM
RE: Workflow Webcast - by rocx - 01-04-2017, 05:39 PM
RE: Workflow Webcast - by venam - 01-04-2017, 05:59 PM
|