Recherche avancée

Médias (91)

Autres articles (25)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (5167)

  • ffmpeg 'or' filter - what's the significance of red and blue ?

    9 juillet 2020, par BETLOG

    I'm tinkering with various ffmpeg filters to help me visualise the magnitude of difference certain presets use, and I notice a couple of filters display a lot of certain primary colours.
Specifically in this case : red and blue in an 'or' filter, and green in an 'and' filter.

    


    It seems useful to be able to tell WHICH input is being indicated, or to understand how the filters act in terms of sequence, and I'm hoping these colourations will help with this.
Or at least I'd like to better understand whatever they do represent.

    


    In the screenshot of the video segment above I see pure red and blue occasionally featuring strongly, and as the two extremes in the RgB palette it logically seems (and I'm hoping) they might indicate particular video inputs.
Similarly, the 'and' filter shows a lot of green shades, so I'm hoping someone can explain the meaning of the R,G, and B highlights in the 'or' and the 'and' filters.

    


    The relevant input and preset info in the images below is at the extreme left and right of each drawtext line.

    


    'or' filter - red vs blue

    


    'and' filter - greens

    


  • ffmpeg : Low framerate when capturing with -vcodec mjpeg but not with -vcodec copy

    23 septembre 2016, par justme

    I’m trying to capture video from a webcam, and I find that when I use the -vcodec copy option, it works really well (far better than any other software I’ve tried). However, I’d like my files to be a bit smaller, and it seems that every attempt I make to compress the video leads to extremely jumpy video. If, for example, I switch the output vcodec to mjpeg, it changes from reporting 15 fps to reporting between 3 and 4 fps. Am I doing something wrong ?? Here is the call with -vcodec copy :

    ffmpeg -y -f dshow -vcodec mjpeg -s 1184x656 -framerate 25 -i video="HD 720P Webcam" -vcodec copy test.avi

    — which gets me 15 fps. But if I change to mjpeg, I get only 3-4 fps :

    ffmpeg -y -f dshow -vcodec mjpeg -s 1184x656 -framerate 25 -i video="HD 720P Webcam" -vcodec mjpeg test.avi

    Experimental attempts to put -framerate 25 or -r 25 before test.avi also does nothing to help the situation. I’m not getting any smoother video when experimenting with mpeg4 or libx264 either. Only the copy option gives me smooth video (btw I’m filming my hands playing a piano, so there is a lot of fast motion in the videos).

    Help !!!! And thank you...

  • ffmpeg command line for converting flv to mp3 using vbr @128

    30 janvier 2019, par user1910852

    I have extensively searched google and red through the FFmpeg documentation was hoping some one with a bit more experience could help.