Recherche avancée

Médias (91)

Autres articles (10)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

Sur d’autres sites (2059)

  • avcodec/mips : Improve hevc uni-w copy mc msa functions

    21 septembre 2017, par Kaustubh Raste
    avcodec/mips : Improve hevc uni-w copy mc msa functions
    

    Load the specific destination bytes instead of MSA load and pack.
    Pack the data to half word before clipping.
    Use immediate unsigned saturation for clip to max saving one vector register.

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
    Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/hevc_mc_uniw_msa.c
    • [DH] libavutil/mips/generic_macros_msa.h
  • sending variables to subprocess call with spaces - python 2.7

    24 novembre 2015, par Tandy Freeman

    I want to add ffmpeg options to a variable and later use it in a subprocess call. If the variable contains one word, all is well, but if it contains more than one, I get errors. I am working on a larger script and I will need to have extra options such as this for certain codecs. How can I get this working ?

    The following works perfectly for me :

    import subprocess
    import sys

    video_codec = 'libx264'
    output = sys.argv[1] + '.mkv'
    subprocess.call(['ffmpeg',
               '-i',sys.argv[1],
               '-c:v',video_codec,
               '-c:a','copy',        
               output])    

    Once I introduce new options/spaces to video_options as such :

    video_codec = "'libx264', '-pix_fmt', 'yuv420p'"

    I get an ffmpeg error :

    Unknown encoder ''libx264', '-pix_fmt', 'yuv420p''

    If I remove the double quotes and just use
    video_codec = ’libx264’, ’-pix_fmt’, ’yuv420p’

    I get a python error :

    Traceback (most recent call last):
     File "testo.py", line 10, in <module>
       output])<br />
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 524, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__
       errread, errwrite)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
       raise child_exception
    TypeError: execv() arg 2 must contain only strings
    </module>
  • Discovering our premium on-premise features

    28 novembre 2023, par Erin — Community, Plugins

    In our latest release (Matomo 4.16), we’ve enhanced visibility to the premium On-Premise features within Matomo. Now, it’s easier to maximise the potential of your Matomo On-Premise setup while also supporting our open-source project.

    By default, Matomo On-Premise instances will now display available premium features in the left-menu navigation bar. If you prefer, we’ve made it easy to hide or disable the menu items (steps provided below). Note that no features were removed and you still have full access to the same features as before.

    We would encourage you to check out our premium features, as thousands of users already find them powerful additions to their analytics.

    How to hide or disable menu items

    We understand that not everyone will need these premium features listed in their left-menu navigation. That’s why we’ve made it very easy to remove them. 

    • If you prefer not to see these features listed, each user can hide them by clicking the link “hide this section”. This option is available in each of the new feature pages.
    • Alternatively, for administrators wanting to disable these features at an organisational level and for all users at once, you simply need to follow these steps :
      • Login as Super User (to your On-Premise Matomo instance)
      • Go to Administration > System > Plugins
      • Scroll down to the “ProfessionalServices” plugin, and click “Deactivate”

    The revenue from premium features helps us innovate and improve Matomo, fueling our strong commitment to the open-source ethos that’s at the heart of everything we do.

    Explore the complete range of Matomo On-Premise premium features, developed by Matomo and our passionate community, available in our marketplace. Start a 30-day free trial today and unlock a new level of analytics excellence.