Recherche avancée

Médias (91)

Autres articles (81)

  • 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 (10604)

  • How to convert BITMAP variables directly to FFMPEG

    12 octobre 2018, par yyms

    "nl.bravobit : android-ffmpeg : 1.1.5" Using the library
    Is there any way to give the FFMPEG command line directly from the BITMAP variable ?

  • how to convert 1080px mp4 video to 360p,480,720px,1080 like availbe in youtube via ffmpeg

    14 février 2016, par Deep dhaliwal

    This is code..i am in doubt about "-b" what about it. what about it. is it correct ? pls check and give improved version

    ffmpeg -i 'input.mp4' -ab 192k -ar 44000 -r 24 -aspect 4:3 -b 899k -vcodec mpeg4 -s 640*360 'output.mp4'
  • How can I specify a GPU using ffmpeg API ?

    9 janvier 2024, par idontidontknowknow

    As I know, it can use -hwaccel_device or -gpu to specify a GPU device in command line, but how can I specify a GPU while using API ?

    


    I have tryed to find out it in ffmpeg.c while that is too complicated for a new guy to c++ and ffmpeg.

    


    Can I use AVDictionary ? What is Keyword ?

    


    it is much appreciate if someone can give some hints !