Recherche avancée

Médias (91)

Autres articles (88)

  • 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 (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9996)

  • iOS record screen inside the contents of an SDL Window

    12 avril 2018, par Law Gimenez

    I’m using ffmpeg/SDL stack for streaming RTSP from the server. I was able to save the screen shot image from the SDL_Window. But now I wanted to record the content inside it into an mp4 file.

    First, I tried using iOS’ ReplayKit framework but it can’t detect the SDL Window. It will record the ViewController that opened the SDL Window.

    Is there any way to record content inside an SDL Window ?

    I’m using SDL’s official library.

  • How can I capture/record screen of a specific Chrome's tab ?

    31 juillet 2020, par RedEyes

    I would like to capture/record the screen of a specific Google Chrome's tab using gdigrab.
I have tried the following cmd but no success.

    


    ffmpeg -f gdigrab -framerate 6 -i title= out.mpg


    


    When I play the returned result with ffplay, the video content captured is all in black or white.
My Chrome version is 84.0.4147.105 (Official Build) (64-bit).

    


    Any help would be appreciated.

    


  • fftools/cmdutils : Avoid crash when opts could not be allocated

    15 décembre 2021, par Yu Yang
    fftools/cmdutils : Avoid crash when opts could not be allocated
    

    If 'opts' could not be allocated, exiting the program to avoid crash when release it.

    Reported-by : TOTE Robot <oslab@tsinghua.edu.cn>
    Signed-off-by : Yu Yang <yuyang14@kuaishou.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h