Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (23)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6762)

  • ffmpeg compose multiple files [on hold]

    28 avril 2017, par Seba

    We are looking for an ffmpeg development to compose multiple matroska files to a single mpeg4 file.
    Bellow are the requirements definition for this composer :

    • Technology :
      FFmpeg Fast Video Processing.
      AWS to iOS and Android Streaming.

    • Input :
      Webm Video and Audio Individual files.

    • Output :
      MPEG4 Video and Audio Single file.

    • Resizable :
      Mobile Phone Display Size.

    • Background
      Vertical Video.
      0 (Transparent) to 1 Video.

    • Front :
      Circular Videos.
      0 to 9 Videos.

    • Layout : image

    Any help would be appreciated

  • Any suggestion for a reliable video format for industrial applications ?

    2 juin 2017, par fstab

    I am currently using videos encoded in MPEG4 (h264). This makes the content of the frames rely on the content of other frames.

    In my case this is undesirable as I often need to quickly split video files without re-compressing or altering the content and seek many times trough the video.

    The video format that I need needs to be reliable and the frames need to be independent from each other.

    Any idea on which video format might be best for these requirements ?

    Maybe there is a sub-type of MPEG4 encoding that allows to reach this result ?

  • Is seeking to specific frames of an MJPEG video faster than doing the same for an h.264 file ?

    9 février 2018, par David Parks

    I am recording video and will need to seek to a specific frame in the video quickly and randomly.

    I can record the video in MJPEG or h.264 compression standards.

    I understand that MJPEG produces individual jpegs and produce larger file sizes than h.264, and h.264 compresses across multiple frames of video.

    Does this difference mean that I will get faster seek times when
    seeking to a random location in the file using ffmpeg or gstreamer
    programmatically ?

    Will the MJPEG allow the frame-seek operation to reduce the IO requirements when reading just 1 frame from a video file ?