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 (10547)

  • Lossless conversion from XVID to iPad-compatible mp4 container [closed]

    3 juin 2013, par forthrin

    Is it possible to do a lossless (ie. without re-encoding) conversion from XVID ("Advanced Simple Profile") to an mp4 container which plays smoothly on an iPad ?

    Current attempts give a lot of "jumping" in the video stream ?

    ffmpeg -i in.avi -fflags +genpts -strict -2 -an -vcodec copy out.mp4
  • How to include ffmpeg in my python program to be run in any pc ?

    23 mai 2019, par Kodeeo

    I made a little python program to convert audio files from one to another format. My program uses PyDub and ffmpeg to do the job.
    I now want to export my py to exe and give the program to my girlfriend, but she is bad with computers and will never understand how to install ffmpeg.
    Will my program work anyway if I pack it up with pyinstaller —onefile ?
    If not, is there some way to make the install process of ffmpeg simpler or to include it in my code ?

  • Can use AVCaptureMoiveFileOutput send stream video to the Network ?

    18 avril 2016, par X.Rodi

    I need to send screen video in real-time from Mac to a multicast group,like"239.1.1.110:46110".

    I know the AVCaptureMovieFileOutput has a method"startRecordingToOutputFileURL : recordingDelegate :".

    I just want to know the parameter of URL can be a multicast group address ? Or if is no,what can I do to send the stream video to the multicast group ?

    Someone said using ffmpeg,but I nothing about that.Could anybody give some sample demo ?

    Any help is appreciated.Thanks a lat in advance.