Recherche avancée

Médias (91)

Autres articles (24)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (2188)

  • ffmpeg screen blending mode with transparency

    17 novembre 2013, par gilad s

    I have a sequence of PNG files with transparency and a video- video1.mp4

    1. I'd like to convert the PNG files into a video with an alpha channel- video2.mp4

    2. I'd like to merge video2.mp4 with video1.mp4 while the transparent parts in video2 are

    not seen and the other parts are blended using screen blending mode with video1

    when I do :

    ffmpeg -i "%03d.png" -vf scale=640:480 -vcodec libx264 video2.mp4

    a video is created with a black color where the transperent parts are supposed to be (I'm not sure if it's really transparent - I tryied other encoders - all gave the same result).

    afterwards when I do :

    ffmpeg -i video1.mp4 -i video2.mp4 -filter_complex "blend=all_mode='screen'" output.mp4

    the videos are indeed merged but the video has a pink overlay ?!

  • ffplay : eliminate pictq_prev_picture

    28 novembre 2013, par Marton Balint
    ffplay : eliminate pictq_prev_picture
    

    Instead of directly rolling back the frame queue, keep the last displayed
    picture in the queue and use a boolean variable to keep track if it is
    displayed or not. This makes the code cleaner because it removes the
    complicated logic in pictq_prev_picture.

    There should be no change in functionality.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • Anomalie #3809 : Impossibilité d’écrire "javascript :" ou "data :" dans le texte d’un article

    21 juillet 2016, par b b

    Salut et merci pour le signalement, de mon côté je ne reproduis pas le bug que ça soit sous SPIP 3.1.1 SVN [23110] ou SPIP 3.2.

    As-tu activé le mode "parano" avec $filtrer_javascript = -1; ?