Recherche avancée

Médias (91)

Autres articles (63)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

Sur d’autres sites (2887)

  • avcodec/ac3enc_template : Perform compile-time checks at compile-time

    3 décembre 2020, par Andreas Rheinhardt
    avcodec/ac3enc_template : Perform compile-time checks at compile-time
    

    Runtime checks for whether the encoder is fixed-point or not are
    unnecessary here as this is a template ; furthermore, there is no
    fixed-point EAC-3 encoder, so some checks for whether one is in EAC-3
    mode can be omitted when doing fixed-point encoding.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/ac3enc_template.c
  • FFMPEG split audio files accurately

    5 mai 2015, par Jakob Hougaard Andersen

    I am trying to use ffmpeg to split uncompressed audio files. I would like to split them very precisely at certain points.
    My experiments so far have led me to this procedure :

    ffmpeg -ss 1.126 -i someInputFile.wav -acodec copy -t 0.634 someOutputFile.wav

    So I am seeking (-ss) to a certain point in the input file and then I am outputting to a file with a defined length (-t).

    The -ss parameter seems to locate the starting point very accurately, but the length of the file doesn’t seem to match my defined length exactly.
    It seems that the file size jumps in steps of 4096 bytes (and the length with it) so that I can not define a file length in between two steps.

    I know that 4096 bytes is not a lot, but for a mono wave file (44.1kHz, 16 bit) it equals a step size of approximately 45 ms. I would really like to be able to define the length as precisely as the starting point.

    So my question is : is it possible to avoid this 4096 byte quatization on the output file length ?

    I have tried to use the ’chomp’ bitstream filter, and it seems to make the length exactly what it should be, but it also causes the output audio file to have strange regions with pure noise...

    Best regards, Jakob

  • How to count from zero to 1200.80 in ffmpeg ?

    19 avril 2020, par Josias da Paixao junior

    I am wanting to create a count from a number starting from zero until another number specified in the variable, I intend to choose at which point in the video this number appears and at what point it should disappear.

    &#xA;&#xA;

    It would be like this, I choose when the number zero appears and starts counting up to the number 1200.80, then I choose when the number disappears.

    &#xA;&#xA;

    I have no idea how to start.

    &#xA;&#xA;

    The code I have is this :

    &#xA;&#xA;

    ffmpeg -loop 1 -i bgImage.png -vf "drawtext=fontfile=&#x27;C:\\Windows\\fonts\\Arial.ttf&#x27;:&#xA;              fontcolor=yellow:fontsize=45:x=100:y=65:text=codCountnumberHere out.mp4&#xA;

    &#xA;&#xA;

    if possible I would like to choose the counting speed.

    &#xA;&#xA;

    Every help is welcome.

    &#xA;&#xA;

    HELP-ME !!!

    &#xA;