Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (12539)

  • ffprobe : show bitmap subtitles size.

    3 septembre 2013, par Nicolas George
    ffprobe : show bitmap subtitles size.
    

    Fix trac ticket #2930.

    • [DH] ffprobe.c
  • How to show watermark in real time with ffmpeg by Node JS & Angular JS

    29 juillet 2016, par Md. Nazmul Hossain Bilash

    I am working with ffmpeg. I have already worked with watermark by ffmpeg. In my process, I have saved that video(which is marked with watermark) & then I am able to show that video. But I want to show watermark in real time. How can I able this ? Need help for this real time show.

    Here is my code :

           try {
               var process = new ffmpeg('public/'+req.body.video);
               process.then(function (video) {
                 console.log('The video is ready to be processed');
                 var watermarkPath = 'public/images/logo.png',
                   newFilepath = 'public/videos/watermarked/'+name,
                   settings = {
                       position        : "SC"      // Position: NE NC NW SE SC SW C CE CW
                     , margin_nord     : null      // Margin nord
                     , margin_sud      : null      // Margin sud
                     , margin_east     : null      // Margin east
                     , margin_west     : null      // Margin west
                   };
                 var callback = function (error, files) {
                   if(error){
                     console.log('ERROR: ', error);
                   }
                   else{
                     console.log('TERMINOU', files);
                     res.send('videos/watermarked/'+name)
                   }
                 }
                 //add watermark
                 video.fnAddWatermark(watermarkPath, newFilepath, settings, callback)

               }, function (err) {
                 console.log('Error: ' + err);
               });
             } catch (e) {
               console.log(e.code);
               console.log(e.msg);
             }
  • ffplay : do not cycle through unavailable show modes

    23 février 2013, par Marton Balint

    ffplay : do not cycle through unavailable show modes