Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (53)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (9503)

  • Revision 21952bab12 : vp9_encoder_parms_get_to_decoder : delete dead code the only input is y4m, there

    10 septembre 2015, par James Zern

    Changed Paths :
     Modify /test/vp9_encoder_parms_get_to_decoder.cc



    vp9_encoder_parms_get_to_decoder : delete dead code

    the only input is y4m, there’s no need to test for yuv.

    Change-Id : Ie5b55ea4af44ad79a55304ef5636a8ad7ed30bb8

  • ffmpeg - works through terminal, but not online

    13 mars 2014, par stinkysGTI

    I have installed ffmpeg onto the server using the terminal. All I need it for is to generate a thumbnail when someone uploads a video. I tested the command in Terminal, and it works great. However, when I post it to the site, nothing happens. No errors and no thumbnails are generated.

    Does anybody know why this is ? I read something about the server is running as a different user than what I log in with. I don't really understand that though, and there was no information on how to gain the proper permissions or switch to a user that has the permissions already. All I found was how to show the current user and list all users through SSH.

    When I try and do anything in Terminal using usermod, I get the following error :

    -bash: usermod: command not found

    So can I modify permissions for a user, or change the user that it's using somehow ?

  • lavc/pngdec : use a separate bytestream reader for each chunk

    2 avril 2021, par Anton Khirnov
    lavc/pngdec : use a separate bytestream reader for each chunk
    

    This makes sure that reading a truncated chunk will never overflow into
    the following chunk. It also allows to remove many repeated lines
    skipping over the trailing crc checksum.

    • [DH] libavcodec/pngdec.c