Recherche avancée

Médias (91)

Autres articles (56)

  • 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 statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4151)

  • Is anyone willing to join a GTK+3 project started in 2009 and still active ?

    15 mars 2020, par GiuTor

    first of all if my question is not relevant to stackoverflow website please delete it, I apologize in advance.

    I started Imagination, a DVD slideshow maker developed with GTK+2 in 2009. Along the years users have contributed with few patches. The software was ported to GTK+3 last year. Imagination works by using Cairo to paint the transition on a GTK drawing area and ffmpeg run in the background to encode the video. I’m currently getting rid of ffmpeg and using libav to encode the video.

    Does anybody want to help with libav coding ? The software is available through SVN :

    svn co https://svn.code.sf.net/p/imagination/code/trunk imagination

    The web site is hosted at sourceforge : http://imagination.sourceforge.net/

    Thanks :)

  • avutil/log : drop support for NO_COLOR environment variable

    28 janvier 2020, par Marton Balint
    avutil/log : drop support for NO_COLOR environment variable
    

    Deprecated for more than 9 years now.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/fftools-common-opts.texi
    • [DH] libavutil/log.c
  • What's the best way to get video metadata from a video file in ASP.Net MVC using C# ?

    15 mars 2021, par Maddhacker24

    I've been searching on Google and StackOverflow for a good couple of hours. There seems to be a lot of similar questions on StackOverflow but they are all about 3-5 years old.

    &#xA;&#xA;

    Is using FFMPEG still the best way these days to pull metadata from a video file in a .NET web application ? And if so, what's the best C# wrapper out there ?

    &#xA;&#xA;

    I've tried MediaToolkit, MediaFile.dll without any luck. I saw ffmpeg-csharpe but that looks like it hasn't been touched in a few years.

    &#xA;&#xA;

    I haven't found any current data on this subject. Is the ability to pull metadata from a video built into the latest version of .NET now ?

    &#xA;&#xA;

    I'm basically looking for any direction at this point.

    &#xA;&#xA;

    I should add that whatever I use could be invoked thousands of times per hour so it will need to be efficient.

    &#xA;