How to install kdenlive:
yum install ffmpeg xine dvdauthor dvgrab kdebase
yum install ffmpeg ffmpeg-devel xine dvdauthor dvgrab qt-devel kdelibs-devel SDL SDL-devel SDL_image SDL_image-devel
libsamplerate libsamplerate-devel libogg libogg-devel libdv libdv-devel libvorbis libvorbis-devel
ladspa ladspa-devel libjack libjack-devel sox sox-devel libxml2 libxml2-devel libmad libmad-devel
* You'll have to download and compile mlt and mlt++
* mlt:
svn co https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++ mlt+
configure:
Edit src/modules/sox/filter_sox.c, change #include <st.h> to #include <sox/st.h>
Edit src/modules/avformat/Makefile and comment out the "LDFLAGS+=-lswscale$(AVFORMAT_SUFFIX)" line inside ifdef SWSCALE stanza
Edit src/modules/qimage/Makefile and add "CFLAGS+=-I/usr/include/kde" inside ifdef USE_KDE stanza
make/make install
* mlt++:
svn co https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++ mlt++
didn't have any problems with standard configure/make/make install
* unsermake
svn co svn://anonsvn.kde.org/home/kde/tags/unmaintained/3/unsermake
export PATH=$PATH:path-to-unsermake-"binary"
Checkout Kdenlive from SVN:
svn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive kdenlive
cmake .
make
make install
------------------------
How to installing cmake:
wget -c http://www.cmake.org/files/v2.6/cmake-2.6.1-Linux-i386.sh
chmod +x cmake-2.6.1-Linux-i386.sh
su
./cmake-2.6.1-Linux-i386.sh
----------------------------------
How to print a man page to file:
command-
man ffmpeg | col -b >> man.txt
---------------------------------
Local port range sysctl tuning for high bandwidth Linux servers
September 23, 2007
Most of the Linux distributions specify local port range from 16384 to 65536 and this may be too low for very high bandwidth and busy boxes, let’s say SMTP, Hosting, POP3/Imap and Proxy servers.
You can adjust this setting by editing /etc/sysctl.conf file and replacing the default:
net.ipv4.ip_local_port_range = 16384 65536
with
net.ipv4.ip_local_port_range = 1024 65536
Filed under: Tips by Linux Admin
yum install ffmpeg xine dvdauthor dvgrab kdebase
yum install ffmpeg ffmpeg-devel xine dvdauthor dvgrab qt-devel kdelibs-devel SDL SDL-devel SDL_image SDL_image-devel
libsamplerate libsamplerate-devel libogg libogg-devel libdv libdv-devel libvorbis libvorbis-devel
ladspa ladspa-devel libjack libjack-devel sox sox-devel libxml2 libxml2-devel libmad libmad-devel
* You'll have to download and compile mlt and mlt++
* mlt:
svn co https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++ mlt+
configure:
Edit src/modules/sox/filter_sox.c, change #include <st.h> to #include <sox/st.h>
Edit src/modules/avformat/Makefile and comment out the "LDFLAGS+=-lswscale$(AVFORMAT_SUFFIX)" line inside ifdef SWSCALE stanza
Edit src/modules/qimage/Makefile and add "CFLAGS+=-I/usr/include/kde" inside ifdef USE_KDE stanza
make/make install
* mlt++:
svn co https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++ mlt++
didn't have any problems with standard configure/make/make install
* unsermake
svn co svn://anonsvn.kde.org/home/kde/tags/unmaintained/3/unsermake
export PATH=$PATH:path-to-unsermake-"binary"
Checkout Kdenlive from SVN:
svn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive kdenlive
cmake .
make
make install
------------------------
How to installing cmake:
wget -c http://www.cmake.org/files/v2.6/cmake-2.6.1-Linux-i386.sh
chmod +x cmake-2.6.1-Linux-i386.sh
su
./cmake-2.6.1-Linux-i386.sh
----------------------------------
How to print a man page to file:
command-
man ffmpeg | col -b >> man.txt
---------------------------------
Local port range sysctl tuning for high bandwidth Linux servers
September 23, 2007
Most of the Linux distributions specify local port range from 16384 to 65536 and this may be too low for very high bandwidth and busy boxes, let’s say SMTP, Hosting, POP3/Imap and Proxy servers.
You can adjust this setting by editing /etc/sysctl.conf file and replacing the default:
net.ipv4.ip_local_port_range = 16384 65536
with
net.ipv4.ip_local_port_range = 1024 65536
Filed under: Tips by Linux Admin
0 Comments