Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (80)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11822)

  • using ffmpeg to replace a single frame based on timestamp

    3 avril 2022, par user1361529

    Is it possible to CLI ffmpeg to replace a specific frame at a specified interval with another image ? I know how to extract all frames from a video, and re-stitch as another video, but I am looking to avoid this process, if possible.

    



    My goal :

    



      

    • Given a video file input.mp4
    • 


    • Given a PNG file, image.png and given its known to occur at exactly a specific timestamp within input.mp4
    • 


    • create out.mp4 with image.png replacing that position of input.mp4
    • 


    


  • Insert Frame to middle of Video

    9 août 2015, par user1815241

    I have a case where I need to insert a frame (or many frames) to the middle of a video. I looked at doing ffmpeg cutting, inserting, and then concatenation but unfortunately I have a lot of cuts and the "stitch back" has a lot of choppiness. My thought was that I could leave the video "whole" and then insert frames as the exact spot(s) that I need to do that. This way I would solve the choppiness problem.

    I am currently using ffmpeg and don’t really see any way to accomplish this task with that tool. Google doesn’t seem to be providing much help either.

    Has anyone done this before ? What did you do to insert frames at specific spots.

    As an FYI - I am doing my processing in Java, using FFMPEG, and my video files are mp4 (although I could convert).

    Thank you in advance.

  • Build FFMPEG Library for Android

    10 novembre 2019, par Gunaseelan

    I have downloaded FFMPEG 4.2.1, but I don’t know how to use it on Android project, Some threads said, you have to build .so files, but don’t use Windows/CYGWIN, Some threads said directly extracts ffmpeg source into android project, and build with NDK, I can’t get any threads as much as clear,

    It would be helpful if somebody redirects me on right path, I want to build my own, because existing libraries seems using old FFMPEG version, and also leads me huge app size.