Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (35)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (4881)

  • process multiple streams in videofile with one call

    18 décembre 2019, par The Bndr

    I’m working on an video-processing script, which has to process large video files (100 - 500 GB) using ffmpeg.
    The video file contains 9 streams :

    1 video streams and 8 audio streams.

    Now I like to calculate the sha256 hash for each stream. This works fine for a single stream, like this :

    ffmpeg -i /my/video/file -map 0:v -f hash -hash sha256 -

    This should generate the sha256 hash from stream 0 (video).

    I could loop that command for all streams, which would result in reading and processing that file 9 times.

    Is there a way to read that file once and process all 9 bitstreams parallel ?
    I like to avoid reading that file from disk againg and again.

  • Revision 17209 : fix line endings

    13 mai 2010, par j — Log

    fix line endings

  • dpx : use aligned line starts

    13 août 2014, par Christophe Gisquet
    dpx : use aligned line starts
    

    SMPTE 268M-2003 specifies that each line starts at a 4-bytes boundary.
    Therefore, modify correspondingly the input buffer strides and size.

    Partially fixes ticket #3692 : DLAD_8b_3c_big.dpx still has inverted
    colors, which might be related to endianness.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dpx.c