Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (23)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • FFmpeg cut off video also add image over video in 1 line

    11 avril 2017, par Anıl Türk

    I need to cut off video for first 8 seconds and also add image over video to right-bottom (like logo). And I need that one in one line to not keep me waiting.

    Hope you can help me, thank you already :)

  • creating thumbnails and merge it in one image using ffmpeg

    23 avril 2017, par Nick

    I’m trying to create thumbnails using ffmpeg & php every x second from mp4 video file, I did it successfully but now I want to merge these images into one simple .jpg image.
    I’ve searched everywhere but can’t find any suggestion, I hope you all can help me in this case, any links to source or suggestions will be very helpful for me.
    best regards !

  • FFmpeg : Image scrolling, with green background ?

    23 avril 2017, par John Reese

    Good morning, I hope you are well.

    Please, I need help with the following...

    I’m moving an image vertically, and I see that the background of the video is green.
    How can I change this background color ?

    Example code :

    ffmpeg -loop 1 -t 24 -i "image.jpg" -filter_complex "nullsrc=size=640x360[background] ;[background][0:v]overlay=shortest=1:y=’min(0,-(t)*26)’" -qscale 1 -y out.mpg

    Video Result : https://youtu.be/98rKLVO56wA

    I hope I can help,

    Thank you very much,
    Greetings,
    Hugo