First off, im very new to it and imo linux is pretty cool, I like it's repository's, it's 'immunity' to malicious scripts and viruses and so on, it's just so sterile compared to MS.
Im posting on a racing forum yes I know it seems odd but I know for a fact there's a lot of intelligent folk around here, and tbh linux forums seem very 'cloak & dagger' compared to the(imo)vast knowledgebase of MS, or maybe I just won't get answers to MS related questions on Linux boards. example
Im having trouble understanding commands, their abbreviations and just about everything to do with command line based input. Any help on what books or tutorials I could get would be greatly appreciated.
ATM i'm trying to integrate the .amr codecs into ffmpeg, I follow this guide below and get stuck on line three. it sayes 'libfaac-dev not found' so, i apt-get install libfaac-dev and it runs through and installs, but still the result is 'libfaac-dev not found' when I try to run line three???
What are conflags? and what does it mean by Add the following lines to debian/rules, under the other confflags lines:
confflags += --enable-mp3lame --enable-faad
confflags += --enable-faac --enable-xvid
???
Im posting on a racing forum yes I know it seems odd but I know for a fact there's a lot of intelligent folk around here, and tbh linux forums seem very 'cloak & dagger' compared to the(imo)vast knowledgebase of MS, or maybe I just won't get answers to MS related questions on Linux boards. example
Im having trouble understanding commands, their abbreviations and just about everything to do with command line based input. Any help on what books or tutorials I could get would be greatly appreciated.
ATM i'm trying to integrate the .amr codecs into ffmpeg, I follow this guide below and get stuck on line three. it sayes 'libfaac-dev not found' so, i apt-get install libfaac-dev and it runs through and installs, but still the result is 'libfaac-dev not found' when I try to run line three???
What are conflags? and what does it mean by Add the following lines to debian/rules, under the other confflags lines:
confflags += --enable-mp3lame --enable-faad
confflags += --enable-faac --enable-xvid
???
sudo apt-get build-dep ffmpeg
sudo apt-get install liblame-dev libfaad2-dev \
libfaac-dev libxvidcore4-dev checkinstall fakeroot
apt-get source ffmpeg
cd ffmpeg-0.cvs*
vi debian/rules
Add the following lines to debian/rules, under the other confflags lines:
confflags += --enable-mp3lame --enable-faad
confflags += --enable-faac --enable-xvid
Continuing in the terminal:
fakeroot debian/rules binary
sudo checkinstall