Recherche avancée

Médias (91)

Autres articles (43)

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (4904)

  • Revision 0cfd3c18a1 : Added support for the AMF NULL value type. Fixed a video size computation bug fo

    24 mars 2008, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /amf.c


     Modify /amf.h


     Modify /flvmeta.c


     Modify /types.c



    Added support for the AMF NULL value type.
    Fixed a video size computation bug for the VP60 profile, reported by
    zouguangxian@gmail.com.

  • ffmpeg to transcode streaming video and storage

    8 septembre 2011, par icarus74

    Examples of ffmpeg that I've seen so far all seem to accept a file on disk storage as input, to transcode it into another file in disk storage as output. Also i've come accross ffserver which can be used to stream-out video. However, yet to find a good tutorial or example of ffmpeg used to transcode streaming video/audio, constrained by say parameters like running-time or no. of frames or other event, and save the transcoded media on disk.

    Any pointers, tips or hints would really help.

  • How do I make a video with a static image background in FFMPEG ?

    21 février 2012, par Tim Scollick

    I have an image. I have a transparent FLV. I want to use the image as a background to the transparent FLV and have it outputted as FLV.

    This command works but the video is one frame long :

    ffmpeg -i background.png -f flv -vcodec flv -b 1500k -vf "movie=test_videos/alpha.flv [logo]; [in][logo] overlay=0:0 [out]" -s 800x464 -y output.flv

    I have tried to use the -t and -vframes parameters to no avail.

    Does anyone have any tips ?