65 reputation
7
bio website hudsonicdev.com
location Los Angeles, CA
age
visits member for 2 years, 1 month
seen Feb 19 at 21:11
stats profile views 10

computerist


Feb
7
comment How to script /etc/issue?
archlinux.org/packages/extra/i686/linux_logo is the Arch native package.
Sep
26
comment Detecting ssh agent forwarding
The ssh-add is what did the trick for me. I'd been working for months not knowing about that. Then I switched desktops from Unity to LXDE and agent key forwarding stopped working.
Aug
15
awarded  Popular Question
Jun
29
comment How can you trim mp3 files using `ffmpeg`?
An update. Later, I stumbled upon the fact that ffmpeg is very picky about the --ss time format, and I was able to most easily trim off the first 9 seconds for instance by specifying -ss 00:00:09 (note that it needs all 3 numbers in hh:mm:ss format) The version I was using may be old... FFmpeg version SVN-r18709, Copyright (c) 2000-2009 Fabrice Bellard, et al.
Aug
5
comment power management of USB-enclosed hard drives
The SuperUser cross-post has an answer...
Aug
5
awarded  Scholar
Aug
5
accepted How can you trim mp3 files using `ffmpeg`?
Aug
5
comment How can you trim mp3 files using `ffmpeg`?
Thanks, awesome: it worked. I ended up using the trim for simplicity. The only downer was sox FAIL formats: can't open output file 'blah.mp3': SoX was compiled without MP3 encoding support --so, re-enter ffmpeg :/
Aug
5
awarded  Organizer
Aug
5
revised How to record my full screen with audio?
added tags
Aug
5
answered How to record my full screen with audio?
Aug
5
suggested suggested edit on How to record my full screen with audio?
Aug
4
awarded  Supporter
Aug
3
answered Debian sed: can't read
Aug
3
comment Sed not working as intended
Here's one way of finding the version: (Note: I use Ubuntu) $ dpkg -l | grep ' sed ' ` ii sed 4.2.1-6 The GNU sed stream editor`
Aug
3
asked mp3info fails to make MP3 data fields readable by Android
Aug
3
awarded  Editor
Aug
3
revised How can you trim mp3 files using `ffmpeg`?
deleted 5 characters in body
Aug
3
awarded  Student
Aug
3
asked How can you trim mp3 files using `ffmpeg`?