Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5546)

  • Introducing Matomo SEO Web Vitals

    13 septembre 2021, par Ben Erskine — About, Analytics Tips, Plugins

    SEO Web Vitals track your critical website performance metrics and are a core element of SEO best practice. 

    Start using Matomo SEO Web Vitals to monitor your website performance, optimise your visitor experience, improve your search result rankings, and see how your site compares to your competitors.

    SEO Web Vitals

    What are SEO Web Vitals ?

    Web Vitals are made up of a number of important metrics, such as your website’s page speed and loading performance, these metrics all play an important role in search engine optimisation. 

    The more technical terms for these metrics are Page Speed Score, First Contentful Paint (FCP), Final Input Delay (FID), Last Contentful Paint (LCP) and Cumulative Layout Shift (CLS).

    Why should you use SEO Web Vitals ?

    SEO Web Vitals are being used more and more by search engines such as Google to rank websites so they help ensure a great page experience for users who arrive via links from their search results. 

    By monitoring your SEO Web Vitals you can see how good or bad a single page performs and then prioritise the optimisation of strategically important pages to help improve the ranking position within search engine results.

    For ease of use you can receive regular reports in your email inbox and you can configure custom alerts to automatically notify you when a page score changes significantly. This saves time by not having to check page performance scores manually while ensuring you will be notified should there be any important change that needs to be actioned.

    You should use SEO Web Vitals to understand how your site performance is impacting your overall visitor experience.

    Four key benefits of using SEO Web Vitals :

    Improve your search result rankings

    • SEO Web Vitals are a core element of SEO best practice and directly impact your search rankings.
    • Pages that load quickly and are more stable deliver a better user experience, so they’re ranked higher by search engines.

    Optimise your website visitor experience

    • Know how quickly pages on your website load to ensure you deliver an optimal visitor experience.
    • Identify page stability issues and implement the changes needed to enhance your visitor experience.

    Automate your website performance monitoring

    • Have peace of mind knowing if your metrics decrease, you can find and fix the root cause quickly.
    • Configure performance alerts and get automated reports sent to you.

    Incorporate website performance into your competitor analysis

    • These performance metrics are essentially open for anyone to inspect, so you can measure and benchmark your site against competitors. 

    How can I improve my SEO Web Vitals ?

    There are so many ways to improve these performance metrics, here are five of the common contributing factors.

    1. Your page speed score is a weighted average of your other performance metrics, so focus on improving the underlying metrics that contribute to this score.
    2. Ensure you use a high quality web host with an appropriate plan for your level of traffic to help improve your FCP time.
    3. Try removing large elements that aren’t required on your page to improve your LCP time.
    4. Optimise against Total Blocking Time to Improve your FID score.
    5. Consider using a Layout Shift Debugger to improve Your CLS Score

    Guide to Matomo SEO Web Vitals

    For more information and to learn how to configure SEO Web Vitals in Matomo, check out our full guide to SEO Web Vitals.

    You will learn :

    Need more resources ?

    Matomo Plugin SEO Web Vitals

    Matomo SEO Web Vitals FAQs

  • FFMPEG : audio unsynchronized, losing framerate and strange behavior when pavucontrol is open

    10 mars 2021, par Rik Ferreira

    I'm trying to record my desktop screen with internal audio and mic, but I'm noticing some issues with the output, according to this empirical scale :

    


      

    • If I record only the desktop, the output is GOOD.
    • 


    • If I record the desktop + mic, the output is GOOD.
    • 


    • If I record the desktop + internal audio only, the output is BAD.
    • 


    • If I record the desktop + mic + internal audio, the output is BAD.
    • 


    • If I record the desktop + mic + internal audio + open pavucontrol, the output is GOOD.
    • 


    


    Good means the two audio sources and the video are acceptably synchronized and bad means not synchronized at all.

    


    I recorded some samples to show what is going on :

    


    


    I'm snapping my fingers near the microphone when the Beep! message appears along with the sound.

    


    I'm using a simple script to play a sound and show a message in the terminal instead of using pavucontrol because it masks the problem.

    


    FFMPEG call

    


    Although the entire script is visible in the videos, here is the ffmpeg call in plain text :

    


    Dual audio

    


    ffmpeg -y \
    -f x11grab -s 1920x1080 -i :0.0 \
    -f pulse -i 0 \
    -f pulse -i 1 \
    -filter_complex amix=inputs=2 \
    output.mp4


    


    Only microphone

    


    ffmpeg -y \
    -f x11grab -s 1920x1080 -i :0.0 \
    -f pulse -i 1 \
    output.mp4


    


    Other info

    


    SO : Arch Linux

    


    When pavucontrol isn't open, pacmd list-source-outputs returns : 0 source output(s) available., but when pavucontrol is open :

    


    pacmd list-source-outputs | grep source

2 source output(s) available.
        source: 0 
                module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        source: 1 
                module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"


    


    What am I missing ? Why the ffmpeg works fine when pavucontrol is open ?

    


  • avcodec : MPEG-5 EVC codec registration

    26 mai 2023, par Dawid Kozinski
    avcodec : MPEG-5 EVC codec registration
    

    Added prerequisites that must be met before providing support for the MPEG-5 EVC codec
    - Added new entry to codec IDs list
    - Added new entry to the codec descriptor list
    - Bumped libavcodec minor version
    - Added profiles for EVC codec

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h
    • [DH] libavcodec/profiles.c
    • [DH] libavcodec/profiles.h
    • [DH] libavcodec/version.h