Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (68)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (7191)

  • hevc : Do not turn 32bit timebases into negative numbers

    15 février 2014, par Michael Niedermayer
    hevc : Do not turn 32bit timebases into negative numbers
    

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind

    • [DBH] libavcodec/hevc.c
  • Name ffmpeg generated images using timestamp rather than sequential numbers

    15 décembre 2015, par weotch

    As far as I can tell from the ffmpeg docs, they don’t provide a way to use timestamps in the filename rather than sequential numbers. What they provide allows you to create 0001.jpg, 0002.jpg, 0003.jpg but not 2011-08-01 7:30:00.jpg, 2011-08-01 7:30:01.jpg, 2011-08-01 7:30:02.jpg. Can anyone think of a solution that could take the sequentially named files from ffmpeg and name them using their created time ?

  • Is there a video format with enumerated frame numbers ?

    8 décembre 2015, par d3vid

    We are providing a video file to a video editor (person, not program) for use in Adobe Premiere Pro. The video is an extract from a sequence, so the first frame of the file is considered frame 0, even though it is frame 100 of the sequence.

    The relative frame number (100) is typically burned into the frame like a subtitle, so that the editor can see it.

    We’d like to also provide the relative frame number in the file itself, so that Premiere is aware of it. This way the first frame of the file will actually be enumerated as frame 100.

    Is there a video format that supports frame numbering in this way ?