Archive for the ‘Media’ Category
Posted by jpluimers on 2017/04/05
A friend of mine made the mistake to capture some CDs using WMA files and throwing away the CDs. His old Nokia could play them, but not his new iOS and Android devices.
ffmeg and bash to the rescue:
find . -iname "*.wma" -execdir bash -c 'NAME="{}" && ffmpeg -y -i "$NAME" -ab 192k "${NAME/.wma/.mp3}" -map_metadata 0:s:0 && rm "$NAME"' \;
Tricks used:
Read the rest of this entry »
Posted in *nix, *nix-tools, Audio, bash, bash, Development, ffmpeg, Media, Power User, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2017/03/10
Every now and then I want to download or play a (fragment of a) YouTube video.
This is what I use to grab the video as music: YouTube to MP4 & MP3 Converter and Video Download – ClipConverter.cc
Then I use Audacity to create fragments.
–jeroen
Posted in Audacity, Audio, Media, Power User, SocialMedia, YouTube | 2 Comments »
Posted by jpluimers on 2016/04/01
IRC so: »i> Isotopp: Ich habe jetzt nen Mac als Arbeitsplatzrechner… Was will man als UNIX Hacker zuerst an Tools installieren?«
Source: IRC so: »i> Isotopp: Ich habe jetzt nen Mac als Arbeitsplatzrechner… Was will… by Kristian Köhntopp.
Since G+ is very bad at searching, I created this summary of the tools; read the full G+ post (Google Translate is quite OK), including comments on why.
Edit: 20160402 – I’m posting regular updates based on the comments for that G+ post. I’ve changed or added German iTunes store links to US-English ones.
Read the rest of this entry »
Posted in Apple, Audacity, Audio, Fusion, Hardware, Keybase, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Pro, Media, OS X 10.10 Yosemite, OS X 10.11 El Capitan, Power User, Security, VirtualBox, Virtualization, VMware | Leave a Comment »
Posted by jpluimers on 2016/03/24
Just wow (via Joe C. Hecht):
Linux-Based Low-Latency Multichannel Audio System (CTAG face2|4)
We’ve developed a multichannel audio system based on the AD1938 audio codec by Analog Devices and the BeagleBone Green (TI AM335X SoC).The audio system offers 2 stereo inputs and 4 stereo outputs.The whole project is based on open source software.To demonstrate the possibilities of the audio system, I’ve created a surround delay effect with the open source C++ library DSPatch by Marcus Tomlinson.Moreover I’ve created an automatic test based on GNU octave to evaluate the audio system characteristis, such as latency, THD+N, DNR, crosstalk and frequency-response.
Source: Hi there, We’ve developed a multichannel audio system based on the AD1938 au…
–jeroen
Posted in Audio, Development, Hardware Development, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/26
Source: Interactive Frequency Chart – Independent Recording Network
via The only eq chart one will ever need?!? and many others:
The only eq chart one will ever need?!? – Svein Idar Hansen – Google+
Posted in Audio, Power User | Leave a Comment »
Posted by jpluimers on 2009/04/24
At the CodeRage III on-line virtual conference, I have done 4 sessions. 
For me, it was the first time speaking at conference done this way.
A few things were different:
- Sessions were 45 minutes presenting in stead of the normal 60 minutes
- The main body of the session was pre-recorded, the 15 minute Q&A was live
- I had to learn Camtasia
- The broadcasts were done through LiveMeeting
Read the rest of this entry »
Posted in Audacity, Audio, Conferences, Development, Event, Internet, InternetArchive, Media, Power User, Software Development, WayBack machine, XML/XSD | 3 Comments »