The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,835 other subscribers

Archive for the ‘Media’ Category

Fix Apple TV No Sound Issue – AppleTV2

Posted by jpluimers on 2017/08/04

The first method I try for any Apple TV issue is to reset the device (Hold the Play & Menu button simultaneously on the remote for 6 seconds)

Source: [Wayback] Fix Apple TV No Sound Issue – AppleTV2

This usually works for me too and is easier/faster than fiddling with the solutions mentioned at Wayback: Apple TV: HDMI audio stops working – Apple Support (which now has moved to [WaybackGet help with audio, video, or power on Apple TV – Apple Support).

After releasing Play&Menu buttons, wait for the Apple TV to reboot itself and listen if your remote-buttons will give you audio-feedback from the Apple TV. If that works, then audio on multi-media works fine too.

This is way cheaper than putting additional hardware in the HDMI chain as described in [WaybackThe fix for AppleTV HDMI audio and video woes and HDMI problem solving | The Poor Audiophile

In my setup the [WaybackApple TV 3rd generation is hooked up to a [WaybackHarman Kardon BDS 580 receiver/blue-ray-player.

–jeroen

Posted in Apple, Apple TV, Audio, BDS580, Hardware, Harman Kardon, Home Audio/Video, iOS, Media, Power User | Leave a Comment »

Recursively convert WMA files to MP3 using ffmeg on a Mac OS X bash shell

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 »

YouTube to MP4 & MP3 Converter and Video Download – ClipConverter.cc

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 »

Audio Tape Recovery – recording old audio cassettes on modern hardware

Posted by jpluimers on 2016/11/14

I need this one day: Audio Tape Recovery – Saving the Tapes

Recording done on an IBM ThinkPad X30 using Gnome Sound Recorder, post processing on an IBM ThinkPad X200 using Audacity.

–jeroen

via Will Hill commenting on  Watch how old technology can make a comeback with trends, product quality and nostalgia. This is the last cassette factory in the world and the machines… – Jan Wildeboer – Google+

Posted in Audacity, Audio, History, LifeHacker, Media, Power User | Leave a Comment »

Using Reaper to normalize your tracks to the same LUFS …

Posted by jpluimers on 2016/09/09

Using Reaper To Normalize Your Tracks To The Same LUFS. It’s a SNAP! – Mack Caster

Source: Hello again Dawn. This is for you. :-) Using Reaper To Normalize Your Tracks To…

If you want to know more about LUFS (which is a synonym for LKFS), then read these:

–jeroen

Read the rest of this entry »

Posted in Audio, LifeHacker, Normalisation of audio, Power User, Reaper | Leave a Comment »

Tools that Isotopp installed on his Mac…

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 »

Linux-Based Low-Latency Multichannel Audio System (CTAG face2|4)

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 »

Interactive Frequency Chart – Independent Recording Network

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 »

Play anything local that is convertible through ffmpeg (via: Mustafa Akın – Google+)

Posted by jpluimers on 2014/03/09

Interesting project on github: [Wayback/Archive] mustafaakin/cast-localvideo.

Via: Mustafa Akın – Google+ – If anyone is interested, I made a local video player on….

–jeroen

Posted in Chromecast, Development, ffmpeg, Google, Media, Power User, Software Development | Leave a Comment »

Finaly, Audacity 2.0.0 is there (via: Release Notes 2.0.0 – Audacity Wiki)

Posted by jpluimers on 2012/03/16

Finally, Audacity made it to version 2.0.0.

From their release notes:

Read the rest of this entry »

Posted in Audacity, Audio, ffmpeg, Media, Power User | Leave a Comment »