Hi, I've been trying to get k3b to rip and encode dvd's. So far I have been unable to get the k3b that came with kubuntu to rip anything. When trying to rip it wouldn't go to the rip menu even though it showed the option in tools and the encode tool isn't there at all. After some investigation I found out that I need to compile k3b with the right dependencies to get it to work.
This is the first time I have tried to compile anything from source code and I have got stuck trying to work out what I need to get the ffmpeg plugin to install. When I run ./configure and check to see what's missing it says yes to everything except Resmgr support and the ffmpeg decoder plugin.
I've no idea what Resmgr is or how to install it and can't work out what I need to install for the ffmpeg headers and libraries. Also I couldn't find emovix in the repo's but it doesn't come up as missing in the ./configure output so I don't know about that one either.
This is what I have installed so far while trying to resolve the dependencies and compile the program, some were already installed, I got the basic list from the k3b site and worked the rest out from the ./configure output with a bit of hunting around the net.
build-essential
xorg-dev
libjpeg62-dev
libavahi-qt3-dev
kdelibs4-devmake
cdrdao
avifile-mad-plugin
libmad0-dev
libdvdread-dev
cdparanoia
transcode
vorbis-tools
flac
libflac++-dev
vcdimager
normalize
emovix (not in repo so havn't installed yet)
sox
lame
liblame-dev
libtagc0-dev
libhal-dev
libhal-storage-dev
dbus-qt-1-dev
libmusicbrainz4-dev
libmpcdec-dev
ffmpeg ?
This is the output from ./configure:
config.status: executing depfiles commands
K3b - Include libdvdread (Video DVD ripping) support:
K3b - yes
K3b - Resmgr support: no
K3b - Compile HAL support yes
K3b - Audioplayer available (alsa) yes
K3b - FFMpeg decoder plugin (decodes wma and others):
K3b - no
K3b - You are missing the ffmpeg headers and libraries
K3b - version 0.4.9 or higher.
K3b - The ffmpeg audio decoding plugin (decodes wma and
K3b - others) won't be compiled.
K3b - FLAC support: yes
K3b - libsndfile audio decoding support: yes
K3b - Mp3 decoding support (libmad): yes
K3b - Musepack support: yes
K3b - Ogg Vorbis support: yes
K3b - Lame Mp3 encoder plugin: yes
K3b - Audio meta data reading with Taglib: yes
K3b - Audio resampling:
K3b - using version bundled with K3b
K3b - Audioplayer available (aRts) yes
K3b - Compile K3bSetup 2: yes
K3b - Tag guessing using MusicBrainz yes
Good - your configure finished. Start make now
It looks like I'm really close but I don't know where to go from here, If someone could point me in the right direction to the missing dependencies I would really appreciate it thanks.
This is the first time I have tried to compile anything from source code and I have got stuck trying to work out what I need to get the ffmpeg plugin to install. When I run ./configure and check to see what's missing it says yes to everything except Resmgr support and the ffmpeg decoder plugin.
I've no idea what Resmgr is or how to install it and can't work out what I need to install for the ffmpeg headers and libraries. Also I couldn't find emovix in the repo's but it doesn't come up as missing in the ./configure output so I don't know about that one either.
This is what I have installed so far while trying to resolve the dependencies and compile the program, some were already installed, I got the basic list from the k3b site and worked the rest out from the ./configure output with a bit of hunting around the net.
build-essential
xorg-dev
libjpeg62-dev
libavahi-qt3-dev
kdelibs4-devmake
cdrdao
avifile-mad-plugin
libmad0-dev
libdvdread-dev
cdparanoia
transcode
vorbis-tools
flac
libflac++-dev
vcdimager
normalize
emovix (not in repo so havn't installed yet)
sox
lame
liblame-dev
libtagc0-dev
libhal-dev
libhal-storage-dev
dbus-qt-1-dev
libmusicbrainz4-dev
libmpcdec-dev
ffmpeg ?
This is the output from ./configure:
config.status: executing depfiles commands
K3b - Include libdvdread (Video DVD ripping) support:
K3b - yes
K3b - Resmgr support: no
K3b - Compile HAL support yes
K3b - Audioplayer available (alsa) yes
K3b - FFMpeg decoder plugin (decodes wma and others):
K3b - no
K3b - You are missing the ffmpeg headers and libraries
K3b - version 0.4.9 or higher.
K3b - The ffmpeg audio decoding plugin (decodes wma and
K3b - others) won't be compiled.
K3b - FLAC support: yes
K3b - libsndfile audio decoding support: yes
K3b - Mp3 decoding support (libmad): yes
K3b - Musepack support: yes
K3b - Ogg Vorbis support: yes
K3b - Lame Mp3 encoder plugin: yes
K3b - Audio meta data reading with Taglib: yes
K3b - Audio resampling:
K3b - using version bundled with K3b
K3b - Audioplayer available (aRts) yes
K3b - Compile K3bSetup 2: yes
K3b - Tag guessing using MusicBrainz yes
Good - your configure finished. Start make now
It looks like I'm really close but I don't know where to go from here, If someone could point me in the right direction to the missing dependencies I would really appreciate it thanks.
Comment