Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (50)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (6193)

  • 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