Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10526)

  • Rails using ffmpeg to make a screenshot of a video

    1er septembre 2016, par Felix

    I want to use ffmpeg to make a screenshot of a uploaded video.

    What I do is : uploading a video with carrierwave to amazonS3
    when or while it is uploading I want to make a screenshot as thumbnail for this video.

    How can I make this ? How can I call ffmpeg with rails ?

    Thanks for your help

  • Best way to make a video merging mobile app

    31 juillet 2014, par JoshDavis

    I am looking to make a mobile app that will allow the users to take X number of videos and it will combine them together to make a single video. Users will also be able to choose what to put in between each video recording and background music.

    I have more experience with Xamarin/C# than with native Java/Obj-C but the only method I have found online that might accomplish this would be with using native with FFMPEG. Is this the case ? Is FFMPEG even going to work for this ? Is there a way to use Xamarin to accomplish what I need to do ?

    Thanks

  • Upgrade ffmpeg (or rust) on OSX 10.12 cannot find make

    22 septembre 2020, par gemp

    Trying to brew upgrade ffmpeg on OSX 10.12 Sierra but when it arrived to install rust I had the following error :

    


    make: error: unable to find utility "make", not a developer tool or in PATH
xcodebuild: error: SDK "/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk" cannot be located.
clang: error: unable to find utility "clang", not a developer tool or in PATH


    


    But which make gives /usr/bin/make and xcrun make is recognized and
    
ls -l /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk gives
    
lrwxr-xr-x  1 root  wheel  10 Dec 21  2017 /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -> MacOSX.sdk

    


    How can I force the rust install to use /usr/bin/make instead of the XTools one ? Or something else.

    


    EDIT

    


    I have rustc 1.46.0 which is the dependency that Homebrew wants ./configure --prefix=/usr/local/Cellar/rust/1.46.0 --release-channel=stable