Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (69)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (10553)

  • Find out what people are searching when coming from search engines

    7 novembre 2017, par InnoCraft — Plugins

    At InnoCraft, we know that SEO is an important topic for most of you. If you have not heard of this term before, SEO stands for Search Engine Optimization. It consists in having your content website visible within the search result pages without paying for ads. SEO is also often referred as “natural” or “organic” traffic.

    In SEO, one of the most valuable data to analyze is the keyword used by the visitor to come to your website. Since 2011, major search engines decided to not disclose this data anymore, that’s the reason why you are seeing the “Keyword not defined” data within some of your Piwik reports, also called “not provided” :

    keyword not defined in Piwik

    Keyword not defined in Piwik

    The solution

    As your keyword data is collected by search engines, each of them provides the searched keywords within different services such as :

    • Google Search Console
    • Bing/Yahoo Webmaster tools
    • Yandex Webmaster

    Those services allow website owners to see how many times their website appeared within the SERP (Search Engine Results Page), how bots are crawling your pages, which search terms they used, and more. The drawback is, that they make take this data available only for a short period, you need to log in to all these services to get the insights you need and you cannot get aggregated overall keyword reports (over all search engines combined).

    The solution that gives you all this data in Piwik

    Would you like to know what the not defined search keywords in Piwik really are ? Would you like to combine keywords data from major search engines in one place ? Would you like to know how important your website is according to Google and Microsoft Bing and Yahoo ?

    At InnoCraft, the company behind Piwik, we created a plugin called “Search Engine Performance Keywords”. With this plugin, you will :

    1. be able to keep the search terms forever
    2. save time by crossing data from Google and Bing search within Piwik
    3. get an overview of how Google and Bing are crawling your site
    4. monitor search rankings and click-through rates for each keyword

    1 – Data ownership & data retention

    Once more, it is going back to Piwik roots. As Piwik is a Free software, you own the data you collect. Once the import is successful, you will be able to keep the keywords data as long as you wish. In the case of services such as Google Search Console, they will delete the data after 90 days !! Without our plugin you will not be able to analyze precisely how your SEO is doing month by month, year by year.

    2 – Save time by using a single interface

    Google and Bing have no interest in gathering data coming from various search engines… we do. As a result, with our plugin you can visualize the data coming from those two sources within a single report in order to analyze your SEO in a better way.
    You will not have to use spreadsheets anymore and no chance to miss some important keywords which you would maybe miss when you don’t aggregate them in a single report.

    3 – Crawl overview check

    Both Google and Bing have a crawl “budget”. This budget needs to be optimized in order for search engine bots to consider the most relevant pages. By gathering all the data within Piwik you will have a clear view of how well your website is appreciated by search engines :

    4 – Monitor search rankings

    The Search Engine Keywords Performance feature allows you to monitor search rankings for a given keyword and see his evolution :

    it also gives you the possibility to compare the performances of several keywords in order to see how your website is performing as a whole :

    How to get started ?

    The “Search Engine Keywords Performance” plugin has been developed by the InnoCraft team as a premium feature.

    If you are not sure, note that InnoCraft is offering an unconditional and hassle-free 30-day money back guarantee period.

    Once you have installed the plugin, follow the guide in order to have it up and running.
    The installation process is not difficult in itself but takes some time as it requires to access to Google and Bing APIs.

    If you enjoyed this article, you may appreciate the following one about how to integrate ad services to Piwik : Make better online marketing decisions with the AOM plugin.

  • lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before...

    14 novembre 2017, par Sasi Inguva
    lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before edit list start.
    

    After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 this can happen on normal edit lists starting on a B-frame.

    Signed-off-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-bbi-elst-starts-b
  • ffmpeg : get duration using a script : Unable to find a suitable output format for '2>&1 | grep "Duration"' [duplicate]

    6 novembre 2017, par A_Matar

    This question already has an answer here :

    I am trying to get the duration of a media file I have by running these lines from a python script :

    test_file = 'path_to_file.mp4'
    ffmpeg_get_mediafile_length = ["ffmpeg", "-i", test_file, '2>&amp;1 | grep "Duration"']
    output = subprocess.Popen(ffmpeg_get_mediafile_length,
                           stdout = subprocess.PIPE
                           ).stdout.read()
    print output # this gives None
    matches = re_length.search(output)
    print matches

    Here is the ffmpeg logs I get alongside with the error I get :

    ffmpeg version 3.4 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.37)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'path_to_media_file':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf57.83.100
     Duration: 00:22:25.89, start: 0.000000, bitrate: 6059 kb/s
       Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 6057 kb/s, 15 fps, 30 tbr, 90k tbn, 180k tbc (default)
       Metadata:
         handler_name    : VideoHandler
    [NULL @ 0x7fedac802200] Unable to find a suitable output format for '2>&amp;1 | grep "Duration"'
    2>&amp;1 | grep "Duration": Invalid argument