Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (72)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9285)

  • fate/mpeg4 : Add test for MPEG-4 Simple Studio Profile

    26 janvier 2022, par Andreas Rheinhardt
    fate/mpeg4 : Add test for MPEG-4 Simple Studio Profile
    

    The sample mpeg4/mpeg4_sstp_dpcm.m4v existed in the FATE-suite,
    but it was surprisingly unused.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/mpeg4.mak
    • [DH] tests/ref/fate/mpeg4-simple-studio-profile
  • Writing a video with H.264 in OpenCV with High profile from a high profile mp4 file

    7 avril 2022, par dinesh47

    I have High profile mp4 video i am using opencv to overlay some text inside but output.mp4 is writing in simple profile format. is there a way to write it in high profile&#xA;I am using opencv 3.4.16 latest

    &#xA;

    Devlopment platform is : Windows C++ VS2019

    &#xA;

    &#xA;

    VideoWriter videocc(destFile, VideoWriter::fourcc('M', 'P', '4', 'V'), fps, cv::Size(width, height)) ;

    &#xA;

    &#xA;

    I have tried X264 , H264 ,AVC1 in fourcc, But not writing in high profile

    &#xA;

    Is there a way or sample available to generate high profile output video format

    &#xA;

    please find the following attachment for main profile coded problem

    &#xA;

    enter image description here

    &#xA;

  • avcodec/mpegvideo_enc : Ignore ICC profile size when not MJPEG

    11 avril 2022, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Ignore ICC profile size when not MJPEG
    

    MJPEG is the only mpegvideo-based encoder making use of it.
    Fixes linking failures in case mpegvideo_enc.c is compiled
    with AMV, LJPEG and MJPEG encoders disabled.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_enc.c