
Advanced search
Other articles (103)
-
Gestion de la ferme
2 March 2010, byLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Use, discuss, criticize
13 April 2011, byTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
On other websites (9489)
-
How to lower the volume in a specific time interval with ffmpeg.exe [on hold]
1 December 2013, by user1604523I am trying to lower the volume in a specific time interval with
ffmpeg.exe
. Let's say I have a 5 minutes long video and I want to lower the volume between 00:01:30 and 00:02:00. I read that we can use different parameters at the same time but I couldn't figure it out.Any help would be greatly appreciated.
-
How to minimize the delay in a live streaming with ffmpeg
9 July 2013, by Pasquale C.i have a problem.
I would to do a live streaming with ffmpeg from my webcam.- I launch the ffserver and it works.
-
From another terminal I launch ffmpeg to stream with this command
and it works:sudo ffmpeg -re -f video4linux2 -i /dev/video0 -fflags nobuffer -an http://localhost:8090/feed1.ffm
-
In my configuration file I have this stream:
<stream>
Feed feed1.ffm
Format webm
NoAudio
VideoCodec libvpx
VideoSize 720x576
VideoFrameRate 25
# Video settings
VideoCodec libvpx
VideoSize 720x576 # Video resolution
VideoFrameRate 25 # Video FPS
AVOptionVideo flags +global_header # Parameters passed to encoder
# (same as ffmpeg command-line parameters)
AVOptionVideo cpu-used 0
AVOptionVideo qmin 10
AVOptionVideo qmax 42
#AVOptionVideo quality good
PreRoll 5
StartSendOnKey
VideoBitRate 400 # Video bitrate
</stream> -
I launch the stream with
ffplay http://192.168.1.2:8090/test.webm
It works but I have a delay of 4 seconds and I would to minimize this delay because is essential for my application.
Thanks
-
Installation Error when installing MLT [on hold]
3 December 2013, by user3060419my PC configuration is
Gnome version 3.4.2
memory 1.7Gib
Processor AMD Athlon(tm) II X2 270 Processor × 2
Graphics VESA: RS780
Base system Debian GNU/Linux 7 (wheezy) 64-bit
Disc 486.3GibI tried to intall MLT(Media Lovin Toolkit). after installing all dependencies when i configure with this command----
./configure —prefix=/usr —enable-gpl —qimage-libdir=/usr/lib/ —qimage-includedir=/usr/include/qt4
Then the output shows as----
Configuring modules/linsys:
Configuring modules/lumas:
Configuring modules/motion_est:
Configuring modules/normalize:
Configuring modules/oldfilm:
Configuring modules/opengl:
Configuring modules/plus:
Configuring modules/qimage:
- Qt not found: disabling
Configuring modules/resample:
Configuring modules/rotoscoping:
Configuring modules/rtaudio:
Configuring modules/sdl:
Configuring modules/sox:
Configuring modules/swfdec:
Configuring modules/videostab:
Configuring modules/vmfx:
Configuring modules/vorbis:
Configuring modules/xine:
Configuring modules/xml:
Configuring mlt++:
Configuring swig:
GPLv2 license used; GPLv3 components disabled
and when i try to make by make command, then the output is---->
list='src/framework src/mlt++ src/melt src/modules src/swig profiles'; \
for subdir in $list; do \
make -s -C $subdir depend || exit 1; \
make -C $subdir all || exit 1; \
done
make[1]: Entering directory `/root/mlt/src/framework'make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/mlt/src/framework'
make[1]: Entering directory `/root/mlt/src/mlt++'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/mlt/src/mlt++'
make[1]: Entering directory `/root/mlt/src/melt'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/mlt/src/melt'
make[1]: Entering directory `/root/mlt/src/modules'
list='xml kino rotoscoping motion_est avformat effectv vmfx gtk2 opengl videostab rtaudio
jackrack resample oldfilm decklink sox vorbis dv core linsys feeds kdenlive frei0r qimage
swfdec plus xine lumas avsync normalize dgraft sdl'; \
for subdir in $list; doif [ -f $subdir/Makefile -a ! -f disable-$subdir ] ; \
then make -C $subdir all || exit 1; \
fi \
donemake[2]: Entering directory `/root/mlt/src/modules/xml'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/mlt/src/modules/xml'
make[2]: Entering directory `/root/mlt/src/modules/kino'
g++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags libquicktime
pkg-config --cflags libdv
-Wno-deprecatedpkg-config --cflags libquicktime
-c -o kino_wrapper.o kino_wrapper.ccg++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
-ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fPIC -pthreadpkg-config --cflags libquicktime
pkg-config --cflags libdv
-Wno-deprecated
pkg-config --cflags libquicktime
-c -o avi.o avi.ccg++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags libquicktime
pkg-config --cflags libdv
Wno-deprecated
pkg-config --cflags libquicktime
-c -o filehandler.o filehandler.ccg++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags libquicktime
pkg-config --cflags libdv
Wno-deprecated
pkg-config --cflags libquicktime
-c -o riff.o riff.ccg++ -shared -o ../libmltkino.so factory.o producer_kino.o kino_wrapper.o avi.o error.o
filehandler.o riff.o -L../../framework -lmlt -lpthread -Wl,—no-undefined -Wl,—as-needed
lstdc++
pkg-config --libs libquicktime
pkg-config --libs libdv
make[2]: Leaving directory `/root/mlt/src/modules/kino'
make[2]: Entering directory `/root/mlt/src/modules/rotoscoping'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/mlt/src/modules/rotoscoping'
make[2]: Entering directory `/root/mlt/src/modules/motion_est'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/mlt/src/modules/motion_est'
make[2]: Entering directory `/root/mlt/src/modules/avformat'
cc -shared -o ../libmltavformat.so factory.o filter_avcolour_space.o filter_avresample.o
filter_avdeinterlace.o filter_swscale.o producer_avformat.o consumer_avformat.o -L../..
/framework -lmlt -lpthread -Wl,—no-undefined -Wl,—as-needed -lavformat -lavcodeclavutil -lswscale -lavdevice
make[2]: Leaving directory `/root/mlt/src/modules/avformat'
make[2]: Entering directory `/root/mlt/src/modules/effectv'
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
-ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fPIC -pthread -c -o factory.o factory.ccc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o filter_burn.o filter_burn.c
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
-ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fPIC -pthread -c -o image.o image.c
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o utils.o utils.c
cc -shared -o ../libmlteffectv.so factory.o filter_burn.o image.o utils.o -L../../framework
-lmlt -lm -Wl,—no-undefined -Wl,—as-neededmake[2]: Leaving directory `/root/mlt/src/modules/effectv'
make[2]: Entering directory `/root/mlt/src/modules/vmfx'
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o factory.o factory.c
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o filter_chroma.o filter_chroma.c
filter_chroma.c: In function ‘filter_get_image’:
filter_chroma.c:52:10: warning: variable ‘y’ set but not used [-Wunused-but-set-variable]
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o filter_chroma_hold.o filter_chroma_hold.c
filter_chroma_hold.c: In function ‘filter_get_image’:
filter_chroma_hold.c:52:10: warning: variable ‘y’ set but not used [-Wunused-but-set-
variable]cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o filter_mono.o filter_mono.c
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o filter_shape.o filter_shape.c
filter_shape.c: In function ‘filter_process’:
filter_shape.c:137:9: warning: variable ‘extension’ set but not used [-Wunused-but-set-
variable]
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-preffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread -c -o producer_pgm.o producer_pgm.c
cc -shared -o ../libmltvmfx.so factory.o filter_chroma.o filter_chroma_hold.o filter_mono.o
filter_shape.o producer_pgm.o -L../../framework -lmlt -Wl,—no-undefined -Wl,—as-neededmake[2]: Leaving directory `/root/mlt/src/modules/vmfx'
make[2]: Entering directory `/root/mlt/src/modules/gtk2'
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread
pkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o factory.o factory.c
factory.c: In function ‘initialise’:
factory.c:47:3: warning: ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations]cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o consumer_gtk2.o consumer_gtk2.ccc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o producer_pixbuf.o producer_pixbuf.c
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthreadpkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o pixops.o pixops.c
pixops.c: In function ‘pixops_process’:
pixops.c:410:20: warning: variable ‘tcolor2’ set but not used [-Wunused-but-set-variable]pixops.c:410:11: warning: variable ‘tcolor1’ set but not used [-Wunused-but-set-variable]
cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fPIC -pthread
pkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o filter_rescale.o filter_rescale.ccc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
fPIC -pthread
pkg-config --cflags gtk+-2.0
pkg-config --cflags gdk-pixbuf-2.0
pkg-config --cflags pangoft2
-c -o producer_pango.o producer_pango.cproducer_pango.c:28:31: fatal error: freetype/freetype.h: No such file or directory
compilation terminated.make[2]: * [producer_pango.o] Error 1
make[2]: Leaving directory `/root/mlt/src/modules/gtk2'
make[1]: * [all] Error 1
make[1]: Leaving directory `/root/mlt/src/modules'
make: * [all] Error 1
Anyone please help me to install MLT, I really need help seriously.