
Recherche avancée
Autres articles (79)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (12678)
-
Accord.VIdeo.FFMPEG the type or namspace name 'FFMPEG' does not exist
26 mars 2022, par Tobias SchoberI am trying to make a simple C# console app (later in WinForms) in Visual Studio which converts images into a video.
I tried it with AForge.Video.FFMpeg but it always said 'Could not load file or assembly...wrong format' even though i had just .jpg.
My problem now is that i cant work with this libaray because i cant use it. I installed it over NuGet and have already tried .NET Core 3.1 and .NET 5.0 and diffrent versions of Accord.Video.FFMPEG.
I also tried changing to x64 and x86.
What am i doing wrong or am missing ? Or is there any other solution ?


-
How to compile ffmpeg for Android
3 octobre 2016, par user1190248As we know ,we can compile ffmpeg for android in linux or windows(cygwin),But now the latest ndk has integrated the cygwin. I guess I can use android studio and ndk to compile ffmpeg directly,so is it ok ?
-
Huffman table decode error with FFmpeg
22 janvier 2018, par subhaI am able to build FFmpeg older versions using Visual Studio 12 2013 in Windows 8.1 and integrated those set of generated libs with the sample application which calls FFmpeg API functions.
When "avcodec_decode_video2()" function call is executed, I am getting following error
[mjpeg @ 000000FC02AB1900] huffman table decode error
Can someone please help me to find why above error is thrown ?