Recherche avancée

Médias (91)

Autres articles (51)

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

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7246)

  • Upgrading an existing h.264 solution of Level-4.1 to support 4K(Level-5.2)

    11 août 2015, par Codec Guy

    I am currently studying to support 4K(3840x2160) on H.264 Encoder.
    When I studied the specs of H.264, it says 4K resolution is supported in Level-5.2(XAVC).
    In order to check the implementation I encoded my full HD(1920x1080)bitstream using x264 in FFMPEG for three different levels(Level-4,4.1 and 5.2).

    Here is what I noticed
    - All the three Encoded bitstreams, encoded for different levels matched pixel by pixel.
    - I was wondering if the encoding is done for different levels(Level-4,4.1 and 5.2), how come there is no change in bitstream.

    • I have a solution of high 422 Level-4.1, are there any changes in the core modules like Transformation, Quantazition, CAVLC to support 4K(3840 x 2160)/XAVC.

    • or the processing of all Level-5.2 is same as Level-4.1.

    It would be very helpful, if somebody can refer me to any documents which explains the diffrence in processing of H.264/AVC and XAVC

  • Upgrading an existing h.264 solution of Level-4.1 to support 4K(Level-5.2)

    11 août 2015, par Codec Guy

    I am currently studying to support 4K(3840x2160) on H.264 Encoder.
    When I studied the specs of H.264, it says 4K resolution is supported in Level-5.2(XAVC).
    In order to check the implementation I encoded my full HD(1920x1080)bitstream using x264 in FFMPEG for three different levels(Level-4,4.1 and 5.2).

    Here is what I noticed
    - All the three Encoded bitstreams, encoded for different levels matched pixel by pixel.
    - I was wondering if the encoding is done for different levels(Level-4,4.1 and 5.2), how come there is no change in bitstream.

    • I have a solution of high 422 Level-4.1, are there any changes in the core modules like Transformation, Quantazition, CAVLC to support 4K(3840 x 2160)/XAVC.

    • or the processing of all Level-5.2 is same as Level-4.1.

    It would be very helpful, if somebody can refer me to any documents which explains the diffrence in processing of H.264/AVC and XAVC

  • My Video Filesize Does Not Equal Bitrate x Time

    16 juin 2019, par Supercreature

    I’m trying to use ffmpeg to encode some videos with h264. I’m trying to hit a target filesize.

    My code is :

    D:\SOFTWARE\ffmpeg\bin\test\ffmpeg.exe -i "%~1" -c:v libx264 -preset veryslow -b:v 200k -an "%~n1.mp4"

    The video is 15 seconds long.

    So I’ve read that my filesize should be 200 x 15 (bitrate x duration). But it’s not. The filesize is 400kb, when it should be 3000kb.

    What gives ?