
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (23)
-
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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (...)
Sur d’autres sites (6762)
-
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.