Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (55)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6200)

  • how to change the frame rate for a part of video using ffmpeg

    19 août 2013, par Aditya Shanker Tagirisa

    I want to change the frame rate of a video from 20 seconds to 30 seconds and want to keep the rest of the video running with the default frame rate using ffmpeg.

    is it possible to do the specified action using ffmpeg. if so please specify the command to do the same or else please help me to find the correct software in ubuntu to do the same.

    thanks in advance.

  • Vp8 videos packetization

    9 juillet 2013, par Computer_Engineer

    I want to evaluate H.264 and Vp8 videos using Evalvid framework, but when I reached to Mp4Box step(for packetize and hint track)there is no problem in H264 because Mp4Box support it , but it doesn't support Vp8 videos. Please I want an alternative for Mp4Box to use it vp8 packetization.

    Thanks in advance.

  • Configuring PHPVideoToolkit library

    21 novembre 2013, par mrpotatohead

    I'm trying to set up PHPVideoToolkit to use for converting videos on a server and can't seem to get the documentation/examples working. After setting the basic configuration, as well as making some slight changes to even be able to see the documentation I'm getting the following error (among others) :

    Declaration of PHPVideoToolkit\FfmpegProcess::getExecBuffer() should be compatible
    with that of PHPVideoToolkit\ProcessBuilder::getExecBuffer()

    and this one, several times :

    Undefined offset: 2
           [2] => /var/www/media_html/phpvideotoolkit-v2/src/PHPVideoToolkit/FfmpegParserAbstract.php

    After digging around for a little bit in various source files I realized I'm probably doing more harm than good changing stuff around and am probably doing something wrong.
    I'm stumped as to how to fix this so thanks in advance to anyone who knows how to.