Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (37)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6307)

  • tta : read ape tags last

    16 juin 2013, par Paul B Mahol
    tta : read ape tags last
    

    Otherwise, cover art will create video stream with index 0.
    Fixes #2677.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavformat/tta.c
  • How can i implement of video editor on ffmpeg

    13 octobre 2014, par Baek Seung Hoon

    I’m using ffmpeg least version.

    I want to make video editor on Windows or Android Application through NDK..

    Video Editor must be supported to add Text(front or end frame), add transition effects between two clips, add fade-in/out effect..

    So I found some libraries, such as ffmpeg, opencv, mlt framework, kdenlive etc but I don’t know what to choose.

    If I use ffmpeg library on the project, how can I implements this function ??

  • Overlay one video onto another video ? - FFmpeg [closed]

    26 janvier 2024, par Bangkit

    ENTER IMAGE HERE

    &#xA;

    I have 2 videos, video1.mov in the transparent middle and video2.mp4, I want to combine the two videos but, video2.mp4 is on the back and video1,mov is on the front..

    &#xA;

    ffmpeg -i video2.mp4" -i video1.mov -filter_complex "[0:v]scale=1280:720:force_original_aspect_ratio=decrease[fg];[1][fg]overlay=(W-w)/2:(H-h)/2" output.mp4"

    &#xA;