Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (90)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (5408)

  • can ffmpeg videos command be used for images ? [closed]

    14 janvier, par Mary

    I came across this question but I see it is for videos only .
Does anyone knows if this command, from the above post, ffmpeg -r VIDEOFPS -i VIDEO -r VIDEOFPS -i VIDEO -lavfi blend=all_mode=grainextract -c:v libx264 -crf 0 -an ./out.mp4 can be used for images ?, to extract the difference between 2 images in an output image ?

    


  • Is it possible to concatenate few videos together, setting their timings and displaying background image, if no video for the current frame ?

    13 juillet 2020, par Valeryi Cherdakov

    I have an audio track, say, a few minutes long, as well as several short videos of several tens of seconds. For each of these videos I have a timing - the video should start at a certain second. The audio tracks of these videos are not needed.
The output video should last exactly as long as the audio lasts.
If at the moment there is no video to display, a picture should be displayed (as if the picture is on layer #1, and the rest of the videos are on layer #2).

    


    Is it possible to complete this task using a command or a series of ffmpeg commands ?

    


  • Converting videos in php without ffmpeg [on hold]

    16 février 2016, par Matheus Prado

    I wanted to know if there is any way to convert videos in PHP without using ffmpeg. If you have no way, does anyone know of any API that makes converting videos and audios for free. In this case need something like http://[api host name]/convert ?target=[url to source]&output=[name of output file.your mime type] that by GET or by post with AJAX or cURL ?.