Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (97)

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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9463)

  • Meaning of ffmpeg output (tbc, tbn, tbr) [closed]

    18 juillet 2018, par user7289

    I am using ffmpeg to tell me video info. Specifically :

    ffmpeg -i video.ext

    I get the output :

    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc

    Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?

  • Anomalie #3811 (Nouveau) : Sur le Wiki de Contrib = versionning apparent incorrect !

    24 juillet 2016, par YannX DYX

    Bonsoir,
    au passage /je rajoutais une suggestion sur le Carnet/ j’ai aperçu un soulignement pas exact lors de l’examen de versionning d’article :
    https://contrib.spip.net/ecrire/?exec=article&id_article=4088

    Voici le texte exact qui avait été rajouté :

    viser l’intégration de http://www.templatemo.com/tm-455-vi... (avec une sous-couche de mapping &lt ;code&gt ;.less&lt ;/code&gt ; pour faire correspondre les styles spipr/Z-core aux styles de Visual Admin)..
    

    L’image d’extrait prend en fait deux modifications : voir piece jointe...
    pour le lien [1]

    Serait-ce dû à la présence de la balise cachée .less!! dans le texte inséré ??

  • Video conversion on different server than app server

    13 mars 2016, par yakuzafu

    I’ve got my application running on server A.

    When a user uploads a video via that application, the video should be transferred via FTP to another server B. I don’t know how to make something like this work :

    • User uploads a video (like .avi, .webm, .mkv)
    • Application puts it on the FTP server
    • FTP server converts that video to .mp4

    I’ve tried using FFmpeg on PHP, but it executes only on the server where the application is located, but I need it to run on the FTP server.

    How can I make it work like that ?