
Recherche avancée
Autres articles (39)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 : (...)
Sur d’autres sites (5467)
-
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 ?