Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (15)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (4847)

  • Anomalie #3800 (Nouveau) : Auto-comptage en lien entrant

    1er juillet 2016, par jluc -

    Le site lui même apparaît dans ses liens entrants.

    - Dans "Identité du site" l’url déclarée est http://www.ndd.ext

    - Dans ’Liens entrants", figure www.ndd.ext

    Ça se vérifier sur contrib : ?exec=stats_referers par exemple

    La présence du site lui même en "lien entrant" est contrintuitive. Ça semble une erreur. Et sinon que signifie ce décompte ?

  • How to batch auto-generate videos according to audio length

    16 septembre 2020, par yociba

    I have hundreds of folders of Spanish short stories, with each folder having dozens of individual .MP3 files for each dialogue spoken. Along with the .MP3 files, lies in the folder, a JSON file of the format ["folder1-dialogue-1", "folder1-dialogue-2",...].

    


    I want to generate images, each containing the text values of the JSON file, like folder1-dialogue-1 and generate videos combining that image with its corresponding audio (folder1-dialogue-1.mp3), and then merge all the videos in the folder into one - folder1.mp4

    


    How do I go about doing this ?

    


    P.S I'm not straight up asking for code, but just advice as to how I go about doing this.

    


  • Revision fe5e2a91bb : Auto min and max partition size experiment. Speed feature experiment to set an

    24 juillet 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Auto min and max partition size experiment.

    Speed feature experiment to set an upper and lower
    partition size limit based on what has been seen
    in spatial neighbors.

    This seems to gives quite reasonable speed gains in local
    (10-15%) and when used with speed 0 the losses are small
    (0.25% derf, 0.35% stdhd). However, for now I am only
    enabling it on speed 1 as there may be clashes with the existing
    temporal partition selection in speed 2.

    Using a tighter min / max around the range derived from the
    neighbors increases speed further but at the cost of a
    bigger quality loss. However, I think this spatial method could
    be combined with data from either the last frame or a variance
    method (or both) to refine the range of minimum and maximum
    partition size. I.e. consider the min and max from spatial and
    temporal neighbors and the variance recommendation.

    Change-Id : I1b96bf8b84368d6aad0c7aa600fe141b4f07435f