Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (36)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

Sur d’autres sites (6809)

  • Revision cdc18067a4 : obj_int_extract.bat is not a generated file Trying to create Visual Studio proj

    29 janvier 2013, par Johann

    Changed Paths : Modify /libs.mk obj_int_extract.bat is not a generated file Trying to create Visual Studio project files would fail with : make[1] : *** No rule to make target `obj_int_extract.bat', needed by `.projects'. Stop. Change-Id : (...)

  • vlc in android studio with ffmpeg in linux

    11 mai 2017, par Eva Zana

    I am using VLC in android studio with FFMPEG in Linux, I need to change some code in FFMPEG c file but when I compile FFMPEG and run VLC application in android it uses the original version of FFMPEG and not the modified

    my compile code is :

    ./configue
    sudo make install
    make

    I have tried everything
    Why has this occurred ? Maybe there is another way to compile or how to find the source of FFMPEG if I delete the file of FFMPEG and compile it restore the FFMPEG file from somewhere ? However I don’t know how ?

  • vlc in android studio with ffmpeg in linux

    2 juin 2017, par Eva Zana

    I am using VLC in android studio with FFMPEG in Linux, I need to change some code in FFMPEG c file but when I compile FFMPEG and run VLC application in android it uses the original version of FFMPEG and not the modified

    my compile code is :

    ./configue
    sudo make install
    make

    I have tried everything
    Why has this occurred ? Maybe there is another way to compile or how to find the source of FFMPEG if I delete the file of FFMPEG and compile it restore the FFMPEG file from somewhere ? However I don’t know how ?