
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (22)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
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 (...)
Sur d’autres sites (6750)
-
I use msys2 compile ffmpeg which Support Nividia hardware acceleration,the error [on hold]
11 juillet 2017, par 秦先生I use msys2 compile ffmpeg which Support nividia hardware acceleration, I’ll do it in accordance with the requirements of nividia ’s document.
When I execute ./configure command,this is the error ,the log file ffbuild/config.log contain this error.
my command : ./configure —enable-nonfree —enable-nvenc —enable-cuda —enable-cuvid —enabl e-libnpp —extra-cflags=-Ilocal/include —extra-cflags=-I../include —extra-ldflag s=-L../libthe error : : note : this is the location of the previous definition
gcc -L../lib -Wl,—nxcompat,—dynamicbase -Wl,—high-entropy-va -Wl,—as-needed -Wl,—image-base,0x140000000 -o /tmp/ffconf.eoLFY0Lt.exe /tmp/ffconf.Z00DOpJQ.o -lnppi -lnppc -lm -pthread -pthread -lpsapi -ladvapi32 -lshell32
../lib/nppc.lib(nppc64_80.dll.b) :(.text+0x2) : relocation truncated to fit : R_X86_64_32 against symbol `__imp_nppGetLibVersion’ defined in .idata$5 section in ../lib/nppc.lib(nppc64_80.dll.b)
collect2 : error : ld returned 1 exit status
ERROR : libnpp not foundMy computer configuration : cpu:intel(R) core(TM) i3-4170 3.70HZ RAM 16GB operate system win7 64 bit
I used software : ffmpeg 3.2.4 gcc 5.3.0
-
Posthoc connect FFMPEG to opencv-python binary for Google Cloud Dataflow job
16 juillet 2017, par bw4szI would like to run some video processing jobs on linux based compute engines on Google Cloud DataFlow. Cloud DataFlow requires you to build a setup.py file, or supply dependencies in a requirements.txt.
https://cloud.google.com/dataflow/pipelines/dependencies-python
My video process requires opencv in python with FFMPEG support. I would like to avoid building opencv from source, as this takes nearly 35 minutes for each worker to git clone/make/make install.
There is a linux python binary .whl that works great. But its specifically compiled without FFMPEG.
From https://pypi.python.org/pypi/opencv-python
"IMPORTANT NOTE
MacOS and Linux wheels have currently some limitations :
video related functionality is not supported (not compiled with FFmpeg)"
Is it possible to post-hoc connect FFMPEG to the binary ? That is download FFMPEG and its libraries separately and still read video ? I know this is contrived, but are are there any options here besides building opencv from source for every new worker ?
-
Using ffmpeg with vid.stab on Ubuntu 17.06
29 juillet 2017, par Andreas MuellerI’m trying to use ffmpeg with vid.stab on Ubuntu 17.04 as described here. However, it seems like there is no ppa for 17.04, so I was trying to build from source following these instructions.
I was able to build ffmpeg and vid.stab from the git repositories, but I was not able to install the ffmpeg debian package that was created. The package has file conflicts with the
libavcodec57
package (both containlibavcodec.so.57
), so I tried uninstalling that. Butffmpeg
also has a dependency onlibchromaprint1
which in turn depends onlibavcodec57
. So there seems to be no way to fulfill the package requirements.Any help compiling or even better, pointers to pre-compiled packages would be much appreciated.