Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (59)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (12427)

  • FFMPEG How to make a video with image concat demuxer, transition effects

    13 septembre 2017, par BOORO

    I made a video with images concat demuxer txt file.
    But I want to put some fade in/out transition on my video.
    All other samples are use -loop option for set images.
    How can I make images concat demuxer with transition effects to a video ?

    here’s my args

    "ffmpeg", "-f", "concat", "-safe", "0", "-i", "images/input.txt",
    "-i",
    "input.mp3", "OUTPUT.mp4"

    i’m working on java by the way

  • ffmpeg watermark has no affect on video

    4 juin 2016, par Felix

    I’m using carrierwave to upload movies, and I want to use stremio-ffmpeg to wartermark the uploading video.

    for this I have the following function in the uploader

    gem 'streamio-ffmpeg', '1.0.0'

    The function is now in the carrierwave uploader and looks like this :

     process :watermark_movie

     def watermark_movie
         options = {watermark: "#{Rails.root}/public/images/logo_klein.png", resolution: "640x360", watermark_filter: {position: "RT", padding_x: 10, padding_y: 10},custom: '-strict experimental'}
         #debugger
         tmp_path = File.join File.dirname(current_path), "tmp_file.mp4"
         file = FFMPEG::Movie.new(self.file.path)
         file.transcode tmp_path, options
         File.rename tmp_path, current_path
     end

    At the moment there are no more errors, problem is that the watermark is not working.

    What is my failure in this ?

  • Evolution #2370 (En cours) : Activation d’une pétition et autres options relativement rares

    22 février 2019, par b b

    Done, merci pour la PR :)