Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (48)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (8098)

  • split/select/overlay Buffer queue overflow, dropping

    18 août 2015, par basin

    This command is a simplified version of the real command. It’s supposed to write 4 seconds of first input into out0.mkv and overlay the same first input on top of second input and write the result into out1.mkv

    ffmpeg -y \
       -f lavfi -i testsrc=s=640x480:d=10:r=25 \
       -f lavfi -i testsrc=s=640x480:d=10:r=25 \
       -filter_complex "
           [0:v]split=2[in0-0][in0-1];
           [in0-0]select='lt(t,4)'[out0];
           [1:v][in0-1]overlay[out1]
           " \
       -map '[out0]' out0.mkv \
       -map '[out1]' out1.mkv

    During processing it prints Buffer queue overflow and in the end there’s a still image in out1.mkv.

    My guess is that one of the nodes in filter graph cannot consume new frames from one input, because it’s waiting for another input, but I don’t understand why.

    It looks like out1 is waiting for out0, although they should be independent

  • avformat/utils : Do not select audio streams with unknown sample rate in av_find_best_...

    6 juin 2015, par Michael Niedermayer
    avformat/utils : Do not select audio streams with unknown sample rate in av_find_best_stream()
    

    Together with the next commit this prevents non-PCM S302M from being selected unless either
    it can be decoded or the user selects passthrough/copy

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c
  • fate/filter : use aperms to test volume filter.

    29 mars 2013, par Clément Bœsch

    fate/filter : use aperms to test volume filter.