Another ffmpeg one: This time to capture a HLS-Stream into any wanted format.
ffmpeg -i http://hls.example.com/playlist.m3u8 -vcodec copy -acodec libfaac myCapturedVideo.mp4
Another ffmpeg one: This time to capture a HLS-Stream into any wanted format.
ffmpeg -i http://hls.example.com/playlist.m3u8 -vcodec copy -acodec libfaac myCapturedVideo.mp4
Took me not long, but before I forget how to do it:
find . -name "*.m4a" -exec ffmpeg -i "{}" -acodec libmp3lame -ab 196k -map_meta_data 0:0 "{}.mp3" \;
newer versions of ffmpeg seem to use -map_metadata 0.
There is no way of Updating Cached informations. You have to delete the cached User and recreate it.
The other day we had a problem with an OpenDirectory-User that was working on a mobile account on a laptop running MacOS 10.7. The user got a new laptop and to configure everything for the user we had to change the password to one we knew. So the password was changed in the OpenDirectory. We configured everything and the user changed his password back to a new one.
Everything fine – we thought.
Until the user went back home with his shiny new laptop, opened it up and tried to log in with the new password. the login-dialog shook and denied access. So the user was clever and tried the intermediate password we also knew. And voila – access was granted.
Continue reading “Update” Cached User-Information from Apples OpenDirectory
Thanks to the great work of a great number of developers Zend Framework 2 has been declared stable today. Have a look at http://bit.ly/zf2stable for more information.
I’m using Eclipse for a while now. In the good old days Eclipse has been delivered as a “proper” Mac-App with all libraries contained inside the Application.
But for some time now that is not the case any more. Now an Eclipse for the Mac comes as a folder containing the Application (called Eclipse.app) and a lot of other clutter that i’m not interested in. But when I drag the Eclipse.app into my Application folder and try to start it nothing happens (apart from that nice little Error-Message).
I simply accepted that.
Until today.
Continue reading Convert eclipse into a real Mac-App
By continuing to use the site, you agree to the use of cookies. That includes scrolling or clicking links. (Sorry for the inconvenience…) more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this. That includes scrolling or clicking links. (Sorry for the inconvenience…)