Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (108)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (14112)

  • mpegvideo_motion : Handle edge emulation even without unrestricted_mv

    12 novembre 2013, par Michael Niedermayer
    mpegvideo_motion : Handle edge emulation even without unrestricted_mv
    

    Fix out of bounds read.

    Bug-Id : 962
    Found by : F4B3CD@STARLAB and Agostino Sarubbo
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/mpegvideo_motion.c
  • I'm trying to merge videos using fluent-ffmpeg, but some times it merges videos , but whenever we tries to merge videos second time it shows error

    9 janvier 2024, par Asif Mujawar
    const express =require(&#x27;express&#x27;)&#xA;const app = express()&#xA;const ffmpeg = require(&#x27;fluent-ffmpeg&#x27;)&#xA;const ffmpegPath = require(&#x27;@ffmpeg-installer/ffmpeg&#x27;)&#xA;const ffprobe = require(&#x27;@ffprobe-installer/ffprobe&#x27;)&#xA;&#xA;const first = &#x27;./videos/first.mp4&#x27;&#xA;const second = &#x27;./videos/second.mp4&#x27;&#xA;const third = &#x27;./videos/third.mp4&#x27;&#xA;const fourth = &#x27;./videos/fourth.mp4&#x27;&#xA;&#xA;ffmpeg.setFfprobePath(ffprobe.path)&#xA;ffmpeg.setFfmpegPath(ffmpegPath.path)&#xA;&#xA;app.use(express.json())&#xA;&#xA;app.use("/",(req,res)=>{&#xA;    res.send("hello")&#xA;&#xA;    ffmpeg()&#xA;    .input(first)&#xA;    .input(second)&#xA; &#xA;    .on(&#x27;end&#x27;, function() {&#xA;      console.log(&#x27;files have been merged succesfully&#x27;);&#xA;    })&#xA;    .on(&#x27;error&#x27;, function(err) {&#xA;      console.log(&#x27;an error happened: &#x27; &#x2B; err.message);&#xA;    })&#xA;    .mergeToFile("final.mp4")&#xA;  })&#xA;  &#xA;&#xA;app.listen(8800,()=>{&#xA;    console.log("backend is running 8800")&#xA;})&#xA;&#xA;

    &#xA;

    but it shows error whenever we try to merge videos second time

    &#xA;

    an error happened : ffmpeg exited with code 1 : Cannot find a matching stream for unlabeled input pad 3 on filter Parsed_concat_0

    &#xA;

    an error happened : ffmpeg exited with code 1 : Cannot find a matching stream for unlabeled input pad 3 on filter Parsed_concat_0

    &#xA;

  • Révision 19894 : La fonction notifications_envoyer_mails est capable de prendre en charge un mail...

    11 septembre 2012, par cedric -

    +PHPDoc