Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11385)

  • ffmpeg how make uniq signature video after processing

    29 décembre 2018, par ktskiun

    I need to make uniq signature for video file, in this moment i use this command :

    ffmpeg -i video.mp4 -vf scale="1278:trunc(ow/a/2)*2" -r 24 uniq.mp4

    I this moment i change resolution (1278) and -r framerate 20-30. Exist different solution ? i need solution to make more different files

  • Revision 8b4b28a5ea : fix make test invocation for msvc win64 Change-Id : If5d4b7ffa67223ed72b53a6c9b9

    5 avril 2013, par James Zern

    Changed Paths : Modify /build/make/configure.sh Modify /libs.mk fix make test invocation for msvc win64 Change-Id : If5d4b7ffa67223ed72b53a6c9b9e42b4de5718f2

  • Make Effects in ffmpeg

    5 mars 2014, par user2727765

    How to make a zoom-in effect using ffmpeg. I need to create a video with a single image with Zoom-in as effect using FFMPEG. The Zoom-in should be bit slow. I have searched in the document and could find a sample. Can I get a command line sample ?