Saturday, May 7, 2016
How to dump audio using mplayer
mplayer -dvd-device c:\dvd_pupileira\VIDEO_TS dvd://1 -dumpaudio -dumpfile audio.ac3
Saturday, January 31, 2015
How to find development libraries for Ubuntu
Today I was compiling boost in my Ubuntu Linux 14.10 and got the following error:
Then I searched the web and found a nice explanation in this site.
I'll describe below a generic procedure to find which Ubuntu package contains some header file:
1) Install apt-file:
libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory
Then I searched the web and found a nice explanation in this site.
I'll describe below a generic procedure to find which Ubuntu package contains some header file:
1) Install apt-file:
sudo su2) Search for packages containing the header file:
apt-get install apt-file
apt-file update
apt-file search bzlib.h3) Install the package:
apt-get install libbz2-dev
Welcome
Hi!
I'm starting this blog to keep track of things that may be useful for me and possibly for others.
My main interests are software development, C++, Formula 1 and racing games / simulators.
I have created another blog for posts in Brazilian Portuguese.
You can contact me through the e-mail cmello @ gmail dot com.
Thank you for the visit!
I'm starting this blog to keep track of things that may be useful for me and possibly for others.
My main interests are software development, C++, Formula 1 and racing games / simulators.
I have created another blog for posts in Brazilian Portuguese.
You can contact me through the e-mail cmello @ gmail dot com.
Thank you for the visit!
Subscribe to:
Posts (Atom)