Hello
System freebsd 8.1-RELEASE
I want to mount and encode video using KDEnlive, but a lot of coders are inactive of condition, such as XviD, Flash ...
All installed such PACKAGES and FFMPEG was installed as a dependency, together with KDE 4.5
This configuration of FFMPEG:
How do I add all codecs? Just recompile FFMPEG from port?
I tried to do this by following the instructions in the file UPGRADE, but after building the new version should compile all those who depend on ffmpeg:
"3) Rebuild all ports that depend on ffmpeg due to the shared library version bump:
All KDE will rebuild again!
Thanks for the help!
System freebsd 8.1-RELEASE
I want to mount and encode video using KDEnlive, but a lot of coders are inactive of condition, such as XviD, Flash ...
All installed such PACKAGES and FFMPEG was installed as a dependency, together with KDE 4.5
This configuration of FFMPEG:
Code:
configuration: --prefix=/usr/local --mandir=/usr/local/man --enable-shared --enable-gpl --enable-swscale --enable-postproc --enable-
avfilter --enable-avfilter-lavf --enable-pthreads --enable-memalign-hack --cc=cc --extra-cflags=-I/usr/local/include/vorbis -
I/usr/local/include --extra-ldflags=-L/usr/local/lib --extra-libs=-pthread --disable-debug --disable-sse --disable-mmx --disable-libamr-nb --
disable-libamr-wb --disable-libdirac --disable-libfaac --enable-libfaad --enable-libfaadbin --disable-libgsm --disable-vhook --enable-ipv6 --
disable-libmp3lame --disable-libopenjpeg --enable-libschroedinger --disable-ffplay --disable-libspeex --enable-libtheora --enable-libvorbis --
disable-x11grab --enable-libx264 --enable-libxvid
How do I add all codecs? Just recompile FFMPEG from port?
I tried to do this by following the instructions in the file UPGRADE, but after building the new version should compile all those who depend on ffmpeg:
"3) Rebuild all ports that depend on ffmpeg due to the shared library version bump:
cd /var/db/pkg && portupgrade -rf ffmpeg* -x ffmpeg*"All KDE will rebuild again!
Thanks for the help!