Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (79)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

Sur d’autres sites (5536)

  • How play AVI with sound by OpenCV on Win32

    4 janvier 2015, par Andrei Shumilov

    I need play AVI by OpenCV and any sound player (vfw/ffmpeg...) on Win32. It seems to me this is very secret or useless thing ’cos I found only one sample in the world : Audio output with video processing with opencv

    Mr. Karl Phillip wrote there :
    "On my Mac I compiled it with :
    g++ ffmpeg_snd.cpp -o ffmpeg_snd -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/opencv -I/usr/local/include -I/usr/local/include/SDL -Wl,-framework,Cocoa ...."

    But I must use MSVS2010 (I have working project). Ok, I installed mingw to try, but still don’t know what could replace "framework,Cocoa".

    Give me please links to WORKING examples OpenCV+anysoundplayer on Win32 or help me port Karl’s example at least.

  • Looking for a self contained simple c# example of FFmpeg AutoGen encoding

    24 décembre 2022, par Lee

    I'm unable to get the FFmpeg.AutoGen.Example code to work in my own project. The example has the FFmpeg.AutoGen.Abstractions project as a dependency. I can't figure out how to replicate or reference it in my project. The only other example that I can find has data elements that Visual Studio isn't able to resolve.

    


    The FFmpeg.AutoGen.Bindings.DynamicallyLoaded project is referenced in the same way but I was able to compile it and add the DLL as an assembly in my project. When I do the same for the Abstractions class, the data classes defined in it weren't equivalent to the FFmpeg.AutoGen data classes. It's like I need a reference to Abstractions in FFmpeg.AutoGen but it's not there.

    


    enter image description here

    


  • Compilation of FFMPEG Decoder BY mooncatventures-group

    27 mai 2013, par user1744691

    I download FFMPEG Decoder from here but i am unable to compile as i know nothing about static libraries (does it to be added in a project as static library or some static library to be added in this project). If static library to be added into this project how i can create a static library and link that to this project.

    Thanks.