Recherche avancée

Médias (91)

Autres articles (51)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6229)

  • Capture desktop with ffmpeg on Windows virtual machine [closed]

    1er octobre 2020, par Lirium

    I’d like to record what happens on my virtual machine with ffmpeg. My command is the following :

    


    ffmpeg -draw_mouse 1 -r 10 -f gdigrab -i desktop -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -y -an myfile.mp4

    


    My machine is Windows Server 2016 and it runs in the cloud. It works only with RDP connection. Is there any way to fake it ?
I thought about PyVirtualDisplay, but it seems to be a tool for Unix-like OS.

    


  • Couldn't find platform family in Info.plist for dylib CFBundleSupported platforms or Mach-O LC_VERSION_MIN

    1er décembre 2016, par user2331687

    enter image description here

    I have developed a App (Mac OS) and I want release it to Mac App Store, and my App use the FFMPEG library, so there are many .dylib (as you can see, for example, libSDL-1.2.0.dylib), when I upload my App, and I got this error, I have googled several days, but I don’t know how to add the "platform family" to a .dylib, since the dylib is build from command line. Can anyone help me to solve this problem, thanks very much !

  • mem : Document the av_realloc family of functions properly

    1er septembre 2013, par Luca Barbato
    mem : Document the av_realloc family of functions properly
    

    realloc() does not accept pointers from memalign().

    • [DBH] libavutil/mem.h