Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (105)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • 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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (7629)

  • Adding metadata to mp3 file by PHP-FFMpeg doesn't save

    17 août 2017, par saeedhbi

    I’m using PHP-FFMpeg plugin for converting and saving mp3 files uploaded to my server and everything works great but metadata.

    This is my code

    $ffmpeg = FFMpeg\FFMpeg::create();
    $audio = $ffmpeg->open($file_tmp);
    $f_audio = new FFMpeg\Format\Audio\Mp3();

    $f_audio->setAudioKiloBitrate($new_bitrate);

    $audio->filters()->addMetadata(["title" => 'my title']);

    $audio->save($f_audio, $path);

    File is created by custom bitrate but none of metadata has been assigned to file.

    Thanks for your help.

  • How to get raw frame data from AVFrame.data[] and AVFrame.linesize[] without specifying the pixel format ?

    25 janvier 2016, par vivienlwt

    I get the general idea that the frame.data[] is interpreted depending on which pixel format is the video (RGB or YUV). But is there any general way to get all the pixel data from the frame ? I just want to compute the hash of the frame data, without interpret it to display the image.

    According to AVFrame.h :

    uint8_t* AVFrame::data[AV_NUM_DATA_POINTERS]

    pointer to the picture/channel planes.

    int AVFrame::linesize[AV_NUM_DATA_POINTERS]

    For video, size in bytes of each picture line.

    Does this mean that if I just extract from data[i] for linesize[i] bytes then I get the full pixel information about the frame ?

  • Revision e8a4a3e2b1 : Avoid scaling last_source, unless needed. Save some encoding time, for the case

    11 septembre 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Avoid scaling last_source, unless needed.

    Save some encoding time, for the case of spatial layers
    or under dynamic resizing mode.

    Change-Id : If4a8eb6f0376c3d2dde8465fde6bfd86ab704920