Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (33)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5706)

  • avcodec/h264 : enable sse2 chroma deblock/loop filter functions

    22 février 2017, par James Darnley
    avcodec/h264 : enable sse2 chroma deblock/loop filter functions
    

    Between 1.00 and 1.16 times faster on Intel Yorkfield Core 2 Quad.
    Between 1.11 and 1.39 times faster on Intel Kaby Lake Pentium.

    • [DH] libavcodec/x86/h264_deblock.asm
    • [DH] libavcodec/x86/h264dsp_init.c
  • avcodec/h264 : add sse2 versions of previous idct functions

    5 avril 2017, par James Darnley
    avcodec/h264 : add sse2 versions of previous idct functions
    

    Kaby Lake Pentium :
    - ff_h264_idct_add_8_sse2 : 1.18x faster than mmxext
    - ff_h264_idct_dc_add_8_sse2 : 1.07x faster than mmxext

    • [DH] libavcodec/x86/h264_idct.asm
    • [DH] libavcodec/x86/h264dsp_init.c
  • optimize hevc_toolbox encoding to look like x265 encoding in ffmeg

    23 juillet 2021, par Misha

    I am encoding videos from h264 to h265 using ffmpeg. First I used the x265 software version for a 30 sec movie clip reducing the file size from 18Mb to 2Mb and got the following still-frame result in 45 sec
enter image description here

    



    Next I used the hevc_videotoolbox hardware accelerated version, first going from 18 to 1.6 Mb and the results were so poor I decided to up the bitrate to 1.5Mbit/s, thus getting a 5.7Mb file in 12 sec. However, the result is clearly inferior to the x265 version despite the almost 3x increase in filesize.

    



    enter image description here

    



    Any ideas if it is possible to improve the hevc_toolbox quality and still retain the speed advantage ?

    



    ffmpeg -i test.mp4 -an -c:v libx265 -vtag hvc1 -y test_x265.mp4 

ffmpeg -i test.mp4 -an -c:v hevc_videotoolbox -vtag hvc1 -y -b:v 1.5M test_vt.mp4


    



    I am on a MB pro late 2017 version with kaby lake