Recherche avancée

Médias (91)

Autres articles (29)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • is there any functional build of ffmpeg to android

    11 mai 2018, par Rafael Lima

    I’ve searching the last 3 days for a usable API for android access ffmpeg.
    Since FFMpeg group doesn’t release an official lib for android I found several paralel projects trying to build it.

    So it brings me to my nightmare that is called compile.

    i’ve followed all these tutorials : https://trac.ffmpeg.org/wiki/CompilationGuide/Android

    And others found in different places. but none of them build

    NONE OF THEM IS LESS THAN 3 YEARS OLD

    Sorry for the caps, but it is frustrating... no ffmpeg build projects I found deal with nkd above 14 and google doesn’t keep in archive nkds older than that, so even if i agree with get all outdated libraries source i cant reproduce de compiler i cant download the same ndk...

    The only api i manage to download with a functional build of ffmpeg probably was compiled without some codecs, because on my tests i can only handle few types of videos

    ===============================================================

    The question is, does anyone know an actual, stable, project for building ffmpeg to android ?

    I’m even willing to pay in order to get a working version of it

  • avconv/ffmpeg command to encode nice full hd webm for chrome

    18 mars 2016, par xavier.seignard

    People from the artistic direction gave me big .mov and .mp4 that I need to put on a web app, but so far they are so huge that decoding/rendering is kinda bad on chrome (this is a chrome only experience since it will run on electron at the end).

    I’d like to re-encode them in .webm since it seems to have the best support in chrome.

    But I’m kinda lost on how to re-encode them without significative visual quality lost.

    For now I use (taken from https://trac.ffmpeg.org/wiki/Encode/VP8)

    ffmpeg -i myVid.mp4 -c:v libvpx -crf 8 -b:v 2M -c:a libvorbis myVid.webm

    So, does anyone have a nice avconv/ffmpeg command that will produce nice and easy to render .webm ?

    Regards.

  • gdb and ffmpeg compilation

    6 octobre 2019, par toutou0091

    I installed ffmpeg using the instructions of the web site ffmpeg : http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide, compilation works fine, they generates a file "ffmpeg_201207131721-git-1_amd64.deb " then, I excute

    sudo dpkg-i ffmpeg_201207131721-git-1_amd64.deb

    When I excute the command

    ffmpeg -i -f toto.flv mp3-vn-acodec copy new_video.mp3

    file "new_video. mp3" is well established. I would like to know what is the command "gdb" that I could use to find the file that have been consulted when i run the command ffmpeg -i -f toto.flv mp3-vn-acodec copy new_video.mp3

    Thank you in advance

    Toufik