Recherche avancée

Médias (91)

Autres articles (103)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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, par

    Le 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 FlixRo

    I 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.

    enter image description here

    .csproj-Files are set like this :

    enter image description here

    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 Tobic

    I want to compile ffmpeg in VS 2019 without installing additional components such as MSYS 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 downloaded ffmpeg sources and the first step to install it - execute a file .\configure (bash script ?) that comes with ffmpeg.

    


  • Accord.VIdeo.FFMPEG the type or namspace name 'FFMPEG' does not exist

    26 mars 2022, par Tobias Schober

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