Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (8812)

  • avformat/segment : fix increment_tc

    14 juin 2019, par Gyan Doshi
    avformat/segment : fix increment_tc
    

    inner stream avg_frame_rate wasn't populated, so tc formation failed.

    Also, extended increment_tc to cover individual stream timecode.

    • [DH] libavformat/segment.c
  • 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

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