
Recherche avancée
Autres articles (40)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7170)
-
Installation Error when installing MLT [on hold]
3 décembre 2013, par 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.
-
File Lib.so for replace the older one who has text relocations issues
29 avril 2019, par TaricHello I’m adding a video editor in my project, I find this library https://github.com/Zhaoss/WeiXinRecordedDemo , but my project is above the Api 21 and the file gives me errors ( libutility.so text relocations ), one of you would help me with the file to replace the old one (https://github.com/Zhaoss/WeiXinRecordedDemo/tree/master/weixinrecorded/libs/armeabi-v7a) so that I can use the library
-
ffmpeg image conversion works for nokia conformation heic files but not iphone heic images
2 novembre 2020, par user12879350Below ffmpeg image conversion works for nokia conformation heic files but not iphone heic images



ffmpeg -i c001.heic -c:v mjpeg -frames:v 1 -pix_fmt rgb48 outs.jpg 
(works for nokia conformation files https://github.com/nokiatech/heif_conformance/tree/master/conformance_files 
but not iphone images )



For iphone images ,it throws the below exception
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000021bcaba9980] moov atom not found
image4.heic : Invalid data found when processing input



Is there anything I'm missing