Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (98)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (9927)

  • Where to find simple YUV (YUV420P possibly) images to test ? (can I extract with ffmpeg ?)

    4 octobre 2020, par Guerlando OCs

    I need to test an OpenGL shader that renders YUV420P (and other YUV formats) into RGB. Decoding a video just for that would be too much.

    


    Are there any image samples with Y, U, and V buffers for me to send to the shader ?

    


    On google I only found old websites that no longer host these images.

    


    Maybe there's a way to easily extract a frame from any video using ffmpeg ?

    


  • Find Percentage of difference between two Videos Using FFMPEG

    8 octobre 2020, par Jai

    I am working with Video comparison using FFmpeg on Java. I have videos name "video1 and Video2". I can find the difference between two video using FFmpeg.

    


    It shows the result Video with difference. But here I want to find how many percent (IE : 20%) Video1 different from Video2. How to achieve this ?

    


  • Unable to find a suitable output format for ' : Invalid argument [closed]

    12 octobre 2020, par Sankalpa Sarkar

    ffmpeg -i a.webm -i b.webm -filter_complex '[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' -map [vid] -c:v libx264 -crf 23 -preset veryfast outputfin.webm

    


    This was meant to be a simple code to merge two videos side-by-side. However, it is throwing the following error :

    


    'NULL @ 0x55aafb8828e0] Unable to find a suitable output format for '
: Invalid argument


    


    What is the error here ?