Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (7847)

  • How to reduce size of an WAV audio format file using Java ? [closed]

    2 avril 2021, par Abraham Arnold

    Programmatically I am generating WAV audio files. But the size is bigger. So is there any good library to reduce size of those audio files ? And FFMPEG can be used to reduce ? If yes how can I do that ? Or are there any other good libraries that do it ? Anybody can help me ? Thanks in advance.

    


  • convert h264 codec to h263 using avconv

    11 juillet 2013, par Bagesh Sharma

    I am new to this conversion process and also have very little understanding of this.

    My requirement is to convert an .mp4 video having H.264 codec to .mp4 video having H.263 codec. I tried this
    avconv -y -i input_video.mp4 -c:v h263 -c:a libmp3lame output_video.mp4

    But i am getting error like
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Please suggest. Any help is appreciated . Thanks in Advance !!!

  • Installing FFmpeg in Red Hat 5 without internet connection

    22 septembre 2014, par kobain8

    I am trying to install the last working version of FFmpeg over Red Hat 5 and the machine has no internet connection, so I have to bring all the packages and required dependencies in a USB. The problem I am having is to get everything I would need for it.

    I searched through Google to find some guide or documentation to hep me, but there is nothing valuable for me.

    The version I got install was FFmpeg 0.6, but it is too old for my purpose of grabbing with x11grab, so anyone has any suggestion in order to get install one of the last versions of FFmpeg.

    Thanks in advance, right now I need some light !!