Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (76)

  • 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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (13043)

  • FFMPEG concat video and audios with certain start point for each

    6 août 2022, par Jybrcfn CA

    I have some video files without voice and some audios and all of them are in .flv format. I want to combine them as a single file in way that each video or audio start at given start_time. the start_times are in way that no two videos or two audios overlap but there might be a distance between end of a video/audio and start of the next video/audio. Is there any way to do it using FFMPEG ?

    


    for example :

    


    





    


    


    


    


    



    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    


    file start_time(milliseconds)
    audio1 400
    audio2 1400
    audio3 3100
    video1 0
    video2 1000
    video3 2000
    video4 3700

    


    


    audio -> *

    


    video -> +

    


    emty -> -

    


    final result should be some thing like

    


    ---*******---**************---**********************--

    


    +++++++--+++++++---++++++++++++++---++++++++++++++++++

    


    Thank you in advance.

    


  • Revision 81c6041922 : Fix SIMD unsafe use of floating point. This commit fixes unsafe simd / floating

    5 octobre 2012, par Paul Wilkins

    Changed Paths : Modify /vp8/common/idctllm.c Modify /vp8/encoder/dct.c Fix SIMD unsafe use of floating point. This commit fixes unsafe simd / floating point interactions arising from the current hybrid and 16x16 transform implementation. These led to a raft of bugs and issues when the project was (...)

  • avcodec/tiff : add read support for compressed rgb floating point formats

    1er octobre 2022, par Mark Reid
    avcodec/tiff : add read support for compressed rgb floating point formats
    

    floating point uses a slightly different predictor technique describe here
    http://chriscox.org/TIFFTN3d1.pdf

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/tiff.c
    • [DH] tests/fate/image.mak
    • [DH] tests/ref/fate/tiff-lzw-rgbaf32le
    • [DH] tests/ref/fate/tiff-lzw-rgbf32le
    • [DH] tests/ref/fate/tiff-uncompressed-rgbaf32le
    • [DH] tests/ref/fate/tiff-uncompressed-rgbf32le
    • [DH] tests/ref/fate/tiff-zip-rgbaf32le
    • [DH] tests/ref/fate/tiff-zip-rgbf32le