
Recherche avancée
Autres articles (47)
-
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5540)
-
ffmpeg 32 bit crashed on x64 Windows for av01 format
17 décembre 2018, par SuperBerryI have tried to use ffmpeg to convert av01 videos to H264 on x64 Windows, and the ffmpeg 64bit worked very well. However when I try to use ffmpeg 32bit exe to convert av01 to H264 or any other video format on Win7/Win10 x64, the ffmpeg crashed immediately and the window throws "ffmpeg has stopped working".
My command line :
ffmpeg.exe -i av01.mkv av01.mp4
If I test this with ffmpeg 32 bit and Windows 7 32 bit, it could work.
And, I can convert all other formats to H264 on Win7/Win10 x64 with ffmpeg 32 bit, except av01 format.ffmpeg 32 bit version : ffmpeg-20181215-011c911-win32-static
So, it seems ffmpeg 32bit could only not work on 64 bit Windows for av01 format. Is it a bug or the av01 decoder’s issue ?
Thanks a lot for your help.
-
Android ndk r7, ffmpeg on Windows
10 janvier 2013, par MalaiselvanWe are developing an android App which should convert the .3GP file to .FLV and upload to the web server.
We completed the overall framework to upload a file to web server. But we are facing problem on converting the .3GP to .FLV.
We searched google and couldn't able to find a working solution.
- We are using Windows OS
- We managed to install the NDK r7
- We managed to install cygwin.
- We downloaded the latest ffmpeg
Now we need to compile the FFMPEG using the android NDK and use FFMPEG to convert the video file.
Could someone help me to compile ffmpeg on android (windows) ?
Or is there any other way simplest way to convert a video ? -
Issues in building ffmpeg on windows
18 janvier 2024, par RKumI have to use ffmpeg in our c++ on windows project. I have visual studio 2017.
For this I have to use
ffmpeg-cpp( https://github.com/Raveler/ffmpeg-cpp )
.
ffmpeg-cpp is dependent onffmpeg( https://ffmpeg.org/download.html )
.

To build ffmpeg I am following instructions in https://ffmpeg.org/platform.html#Windows.
I installed "
MSYS2 MINGW64
" using installermsys2-x86_64-20240113.exe
.

But I am not seeing files like msys_shell.bat or mingw64_shell.bat or mingw32_shell.bat.


How do I get these file ?


Also if I run commands like "
pacman -S make pkgconf diffutils
" I get error

error: failed retrieving file 'pkgconf-2.1.0-1-x86_64.pkg.tar.zst' from mirror.iscas.ac.cn : SSL certificate problem: self-signed certificate in certificate chain



How to resolve this certificate issue ?