Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (48)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8576)

  • Create a bat file to exit FFMPEG (Windows)

    20 juillet 2016, par user3812737

    Hello everyone I am using this bat file in order to capture my screen.

    ffmpeg -f dshow -i video=screen-capture-recorder -r 240001001 -q 1 lma_recording.avi

    When I press the q button the video capture stops.

    However I would like to stop the screen capturing with another bat file.

    I have tried this :

    taskkill /im ffmpeg.exe

    without luck

    Any suggestions ?

  • How to compile ffmpeg-1.2.1 on windows with cygwin and android ndk r8e

    17 juin 2013, par Pratik

    I have been trying to find the solution from last few days but unfortunately not even found a single solution which provides me the right direction..! I have goggled no of posts,examples etc.Lots of developers are facing the same problem.I know these things are easy to compile on OS X or any Linux.

    so my question is that :

    How to compile ffmpeg-1.2.1 on windows with cygwin and android ndk r8e
    or
    if anybody had successfully complied the previous releases of ff-mpeg on windows they can tell me the necessary steps.

    I am using windows-7(32-bit)

    Downloaded sources :

    1) I have downloaded latest FFmpeg 1.2.1 "Magic" from FFMPEG sources.

    2) I have downloaded all the necessary packages in cygwin.

    3) I have also downloaded android-ndk-r8e from Android dev site.

    I am trying to find the solution but
    any help would be appriciated.

  • configure : Don’t explicitly disable PIC for windows targets

    28 mai 2013, par Martin Storsjö
    configure : Don’t explicitly disable PIC for windows targets
    

    This reverts e08c946c6 and 05165c2f7a. The actual intention of
    e08c946c6 was to fix shared library builds for arm/win32, which
    can also be accomplished in other ways.

    Disabling pic on those platforms broke inline assembly on cygwin/64
    (since some inline assembly requires knowing whether we are building
    as PIC or not), and might also break inline assembly on other
    compilers on windows.

    As a side-effect, this unfortunately brings back all the warnings
    about PIC not having any effect on that platform.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure