
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (103)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (6894)
-
Can't get Accord-FFMPEG-Package working in my .NET-Core-Application
6 août 2019, par FlixRoI have an ASP.NET-CORE 2.1-Application in which I am trying to use the
Accord.Video.FFMPEG -Version 3.8.0
-Package. I’ve tried to install it via NuGet-Package-Manager as well as via the Package-Manager-Console.(x64 AND normal Version)Installing works like a charm but as soon as I am trying to set the using-directives it does not work.
using Accord.Video;
works
If I try this :using Accord.Video.FFMPEG;
i get the following error..csproj-Files are set like this :
If set up for example a new
VideoFileWriter
there is no reference to the Accord-Package.Is there some incompatibility that I am missing ?
-
Is there way to compile ffmpeg in VS 2019 without (1) installing MSYS, (2) using assembler sources ? [duplicate]
21 octobre 2023, par TobicI want to compile
ffmpeg
in VS 2019 without installing additional components such asMSYS
and assembler sources.
If I understand correctly, I have to install MSYS to do that and I would like not install it.

Can I do it without
MSYS
- and if it is real, in what way ?

I have downloadedffmpeg
sources and the first step to install it - execute a file.\configure
(bash script ?) that comes withffmpeg
.

-
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 ?