Recherche avancée

Médias (91)

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

  • Limit number of output files in ffmpeg (rorating filenames)

    22 août 2016, par VanDahlen

    I want to convert an MJPEG Stream to JPEG Files by using ffmpeg :

    ffmpeg -i foo.mjpg -vcodec mjpeg -f image2 image%d.jpg

    This works fine, but I want to have "rotating" filenames, that means setting a max. number of output files. When this limit is reached, it shall start with "image1.jpg" again : image1.jpg .. imageN.jpg .. image1.jpg etc.
    I was hoping a specifiger like "%02d" would limit the numbers from 1..99, but this doesn’t seem t o work.

    I have found the "-vframes"-Parameter, but this is the abolsute number of frames to be output.
    Is there any option to make the filenames rotate ?

    Thanks
    VanDahlen

  • ffmpeg 3.3.2 and newer native aac encoder maximum number of channels [on hold]

    21 mars 2018, par AndySP

    I’m attempting to convert a MOGG (Multi-channel OGG) audio file with 16 channels into an AAC file using FFMPEG native AAC encoder (tried version 3.3.2 and also version 86344-gb5a0971). I’m using Audacity as the source and Export -> External Application to pipe the output to FFMPEG using the command :

    ffmpeg -i - -c:a aac -b:a 240k "%f"

    Its returning "Unsupported number of channels : 16" and then failing. If I reduce the number of channels to 6 it works fine but obviously I’m not willing to remove 10 channels before exporting.

    Does anyone have an idea if its possible to get ffmpeg to accept more than 6 channels in AAC ?

  • Total number of frames with ffmpeg

    7 juillet 2012, par Utkarsh Sinha

    How do I find the total number of frames in a video with ffmpeg ?