Recherche avancée

Médias (91)

Autres articles (19)

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (4829)

  • ffplay : do not cycle through unavailable show modes

    23 février 2013, par Marton Balint

    ffplay : do not cycle through unavailable show modes

  • 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);
             }
  • ffprobe : show bitmap subtitles size.

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

    Fix trac ticket #2930.

    • [DH] ffprobe.c