Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (81)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9024)

  • Video processing with ffmpeg on Windows Azure

    29 août 2014, par alekz

    I am working on the project that needs to process videos that are already stored at the AzureBlob storage.

    The processing itself lookes following

    1. Grab frame with ffMpegFrameGrabber
    2. Draw some elements on top of the frame
    3. save it with the ffMpegFrameRecorder

    basicaly I have working version of this algorithm in Java (using java wrapper over native ffmpeg)

    Now I need to implement that processing with Azure Cloud Services.

    My question is
    What is a good ffmpeg wrapper for .net (console interface is not enough for my scenario) ?
    How to use it in Azure Cloud Service (sorry for noob question, but I am new to Azure) ?

  • avcodec/get_bits : add BITS_LEFT() for finding the bits left with an opened reader

    11 août 2014, par Michael Niedermayer
    avcodec/get_bits : add BITS_LEFT() for finding the bits left with an opened reader
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/get_bits.h
  • FFMPEG giving error on compiling on Windows

    1er août 2014, par user2384410

    Hi I am trying to build FFMPEG following :http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
    I have set up all the things including changes in configure file and preparing build_android.sh but when I am trying to compile this using cygwin on my Windows machine,I get following error :-

    d :/android-ndk/android-ndk-r10/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe : error : libavutil/libavutil.so:1:1 : syntax error, unexpected ’ !’, expecting $end

    I am using NDK-r10 and Windows-7(64-bit).