Recherche avancée

Médias (91)

Autres articles (31)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (6663)

  • ffmpeg compile for visual studio 2012

    3 octobre 2020, par user2290878

    Was trying to compile ffmpeg using vs2012 , its saying unsupported ms version used 2013 or above .

    


    also tried compiling with mingw , got the shared libraries , but unable to link with vs 2012 project giving unresolved symbols error .

    


    error LNK2019 : unresolved external symbol _avcodec_get_class referenced in function _wmain
 : error LNK2019 : unresolved external symbol _avcodec_find_encoder_by_name referenced in function _wmain

    


    not sure how to proceed . could nay help on this pls .

    


    tried the way specified in the link https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC but could not make it .

    


  • FFmpeg build using Eclipse - Linux

    24 septembre 2015, par goldenmean

    I am trying to import ffmpeg source into Eclipse on Linux. I have followed every step mentioned at
    https://trac.ffmpeg.org/wiki/Setup_Ecli ... peg_(Linux)

    But When i try to create a new project in Eclipse , I am not able to import it as a Makefile project .
    I do not see any option in my Eclipse Indigo import wizard as ""C/C++" and then "Makefile Project with Existing Code"

    Any pointers on how to create a Eclipse project from ffmpeg source taken from git repository.

    Details-
    Linux Ubuntu 11.10
    Eclipse Indigo version 3.7.0
    ffmpeg 2.8

  • gdb and ffmpeg compilation

    10 mars 2013, 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