Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (99)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (7418)

  • ffmpeg convert images with name pattern into video [duplicate]

    27 mars 2017, par passion

    This question already has an answer here :

    I am converting png images into a video using ffmpeg.

    My png file names are like this :

    image1_xy.png
    image2_xy.png
    image3_xy.png
    image4_xy.png
    ...
    image10_xy.png
    image11_xy.png
    ...
    image100_xy.png
    image101_xy.png
    ...

    my script is the following :

    ffmpeg -r 1 -f image2 -s 1920x1080 -i image%03d.png -vcodec libx264 -crf 25  -pix_fmt yuv420p test.mp4

    which is working only when the file names are like image001.png , image002.png...

    How should i modify this to take into account the file name pattern I have ?

    update

    i don’t mind if the answer suggests to use a bash script to rename files in the order they appear with the right pattern.

  • videos converted to gif with ffmpeg have a box pattern background

    18 mars 2017, par vasisdas

    I recently started using ffmpeg to convert small videos I make into gifs. However, I’m noticing that all gifs I make have a pattern background of some kind. It’s not too noticeable of a difference between the video and the gif, but you can see it clearly in the difference between the video preview and the gif preview :

    Original video on youtube

    Gif in imgur album, along with a thumbnail of the gif and the video

    The command I send to ffmpeg to convert :

    ffmpeg -i "video path" -pix_fmt rgb24 "output file path"

    I’ve tried it with and without the -pix_fmt rgb24. Any ideas what else it could be ?

  • vformat/hlsenc : typo in default localtime pattern

    5 janvier 2017, par Bela Bodecs
    vformat/hlsenc : typo in default localtime pattern
    

    in get_default_pattern_localtime_fmt the default pattern contains
    %Y%m%d%H%I%S but the original intention was %Y%m%d%H%M%S

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c