Using avconv to Convert Videos for Low Bandwidth (3G)
In working further on a video project, I had to re-encode (reencode?) them to a lower bitrate for slower connections.
In working further on a video project, I had to re-encode (reencode?) them to a lower bitrate for slower connections.
I had to trim some videos to a 30 second clip, and needed to do it in a way that kept the codec. Using straight ffmpeg, I couldn’t figure out how to get an m...
I run weechat to integrate chat communications and protocols. I recently found the notify.py script that was invaluable for dunst notifications.
I like to listen to video conferences and podcasts at higher than normal speeds. Brightcove video doesn’t allow you to speed it up, so I was wondering if I c...
In case you need to set arguments for cloud foundry application on startup: cf set-env appname-uat JAVA_OPTS '-Djavax.net.debug=ssl,handshake'