Recherche avancée

Médias (91)

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

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (11434)

  • Why video size is increasing after adding watermark to video using FFMPEG ?

    18 novembre 2019, par Milan Tejani

    I am adding watermark to video using FFMPEG where i use -preset ultrafast in FFMPEG command.which add watermark to video very fast but due to this my output video size increased.

    ffmpeg -i input.mp4 -i mt.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy -preset ultrafast output.mp4

    Without Using -preset ultrafast

    input video size 5MB and output video size 5MB

    Using -preset ultrafast

    input video size 5MB and output video size 11MB

  • How to display annotation data on video and render that video in nodejs ?

    8 juillet 2019, par Rahul Dubey

    I’m having a JSON data of annotation’s coordinates which I wanted to display on the video for a particular time and render the video with the annotation.

    I saw ffmpeg module. But it doesn’t have this feature

  • How to use to ffmpeg create video collage from a video captured by an app ? [closed]

    18 février 2021, par Bharat singh

    I am working on a android app, which is based on video collage, in which I have to create collage from selected or captured video. There are different types of collage I have to implement. I have implemented most of them.

    


    But I am stuck when I try to create a specific type of collage.

    


    I have to create a collage in which all video should play one be one.

    


    I have to combine 16 videos all together in a frame, and play them one by one.

    


    It should be look like this :

    


    enter image description here

    


    For now all video are playing together. What should I do so that all videos play one by one ?