Recherche avancée

Médias (91)

Autres articles (75)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10529)

  • Need to get audio video structure for automation ffmpeg or ffprobe

    10 mai 2012, par Sapan Doshi

    I need to get video audio stream information in separate form.

    I have tried ffprobe and mediainfo, but they give full information which needs to be parsed.

    I think there could be option like, where I do not need to parse the full information and get required data.

    $ffprobe -XXX
    audio channels 8

    $ffprobe -YYY
    video_resolution 512x288

    Can anybody help with this.

  • ffmpeg rotate and trim video 4k horizontal -> 2k vertical

    19 juillet 2015, par Flash Thunder

    I was looking for solution, but seems that the ones that google finds are not valid anymore... I think that you have to use mapping for that, but not sure how...

    I need to rotate horizontal 4K video and trim it (leaving center part), so the output would be vertical 1080p. Could anybody give me a hand with that ?

    Of course I need to keep the best possible quality.

    PS. ffmpeg compiled from git-8250943 (2015-07-17)

  • Convert FFMPEG's AVFrame suitable for RTMP Protocol

    3 octobre 2012, par mmmaaak

    Can anybody help m with converting AVFrame data suitable RTMP streaming (stream is realized without ffmpeg, I use ffmpeg only for getting video from RTSP stream, and I need keep this data and give to user/users by querying it).

    ffmpeg has such instrument ? Or any other ?