Category Archives: ffmpeg

Convert wav to wav from 8bit to 16bit with ffmpeg cmdline for 3cx from NEC SV8100

Today I had to convert audio messages from a NEC pbx to the format a 3cx pbx uses. These are the digital audio intro messages etc. that you get when you call e.g. the main telephone number of a company. … Continue reading

Posted in 16bit pcm, 3cx, 8bit pcm, ffmpeg | Tagged | Comments Off on Convert wav to wav from 8bit to 16bit with ffmpeg cmdline for 3cx from NEC SV8100

raspi raspbian compile ffmpeg

Edit: It is called avconv, duh! You can use this now: https://www.raspberrypi.org/documentation/usage/camera/raspicam/README.md Today I’m setting up a raspi with raspbian and a raspi camera. After enabling the camera (with rapi-config as root) I wanted to test it wtih ffmpeg. Which … Continue reading

Posted in ffmpeg, raspi | Comments Off on raspi raspbian compile ffmpeg

Stacking some images with convert

Today I remembered I was reading on the web, somewhere I don’t remember, someone asked about stacking images that were grabbed from a webcam into one file, to create a kind of ghost effect. Playing around with ffmpeg and convert … Continue reading

Posted in convert, ffmpeg, linux | Comments Off on Stacking some images with convert