Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (70)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (13228)

  • May I use OpenCV in a customized FFMPEG filter ?

    20 mai 2016, par Codecodeup

    I am new to FFMPEG and OpenCV. I hope to overlay a heatmap video on top of a video. There could be two solutions :
    (1) Make a customized FFMPEG filter. When looping over each frame, calculate the heatmap for that frame and overlay it with the video frame. Here, I need some matrix operations to calculate the heatmap. May I use OpenCV for these operations inside the FFMPEG filter ?
    (2) Generate the heatmap, using OpenCV, as a video and then use FFMPEG to overly the heatmap video on top of the original video.

    Looks like the first one fits the FFMPEG workflow, but I am still not sure which solution is better, or if there are better solutions. Especially, I am not sure if I can use OpenCV inside FFMPEG.

    Thanks.

  • Video composition

    16 avril 2016, par Perry Davies

    I am trying to recover some pictures from an old movie. However when I pause the movie not all of the picture is complete. My question - is there some software or method I can use to take some of the video frames and compress them into a single image that I can then use to print a picture from ?

    Hope someone can help

  • Join two videos with unmatching audio streams in ffmpeg

    1er janvier 2013, par graup

    I already know how to concat multiple files using ffmpeg (e.g. like this).

    However, I have a specific problem. Due to an error while recording, the first video's video stream ends after about 14 minutes, while the audio stream is about 20 minutes long.
    The second video has complete video and audio streams.

    I hope this will make my situation clear :

    File 1:
    V1: vvvvvvvvvvvvvvv________
    A1: aaaaaaaaaaaaaaaaaaaaaaa

    File 2:
    V2: vvvvvvvvvvvv
    A2: aaaaaaaaaaaa

    Result after converting to MPEG-TS, concatting and encoding to mp4:
       vvvvvvvvvvvvvvvvvvvvvvvvvvv________
       aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    Expected:
       vvvvvvvvvvvvvvv________vvvvvvvvvvvv
       aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    Anyone know how to do that ?