Recherche avancée

Médias (91)

Autres articles (36)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Try out the latest Piwik 3.0.0 beta version : Piwik 3.0.0 is almost here !

    15 novembre 2016, par Matthieu Aubry — Uncategorized

    Dear Piwik community,

    We are excited today to announce our publicly available Piwik 3.0.0 beta 3 release. We have been been working hard behind the scenes on the new 3.0.0 release for almost one year now. We, the passionate team at Piwik, are dedicated to bringing you a new and improved Piwik experience and invite you to join our beta channel to switch to Piwik 3 today !

    Enable the beta release channel

    Ready to enjoy a much faster Piwik experience and the magic of a modern user interface ? Follow the instructions here and you can upgrade to Piwik 3.0.0 beta in just one click.

    Please note that beta versions have a risk of containing bugs so we don’t recommend to use on a production server. If you find and report a bug in a beta version, we will aim to fix it as quickly as possible.

    Premium plugins in Piwik 3

    In the Piwik Marketplace you can discover & download plugins to enrich the functionality of your Piwik, as well as themes to change the look and feel of your Piwik user interface. The Marketplace integration was much improved in this new release, most notably : you can now purchase and download Premium plugins within Piwik !

    Important changes

    The Piwik 3 upgrade comes with some important changes that may require your attention which we detail in this blog post and in the developer changelog.

    The full list of more than 150 changes can be found in the Piwik 3 beta changelogs : beta 1, beta 2, beta 3.

    What to do next

    When you use the Piwik beta channel and if you come across any issues in Piwik such as a bug, feature missing, regression… let us know on our tracker and create a new issue so we can get this sorted.

    As we are in the final days of Piwik 3 development, we are looking forward to your feedback and help testing !

    Welcome to the future of Piwik,

    Happy Analytics !

  • String input in .bat script for ffmpeg encoder

    27 janvier 2016, par Ѕвонко Петровски

    Okay, I have this script which does batch encoding in ffmpeg. It basically calls upon ffmpeg for every file. What I want to do is to make the script ask for input and output locations before it starts executing.

    Here is the original script :

    for %%a in ("*.mp4") do "G:\ffmpeg\bin\ffmpeg" -i "%%a" -c:v libx264 -preset slow -crf 20 -maxrate 15000k -bufsize 2000k -acodec copy "newfiles\%%~na.mp4"

    Now I’d like to be able to input a string with a location for the files in he first brackets ("*.mp4") and at the end for "newfiles\%% na.mp4".

    I would presume that %% na is used to generate number orders or something but I’m not completely sure.

    I would presume that two variables/strings need to be created and then utilized by reading from keyboard. Sadly I have absolutely no experience with this. Did some c++ in school but that was that.

    Thanks in advance.

  • Best multiplatform C++ Library for screen, audio and microphonecapture [closed]

    15 novembre 2019, par Baschdel

    Im searching for some librarys C++.
    I’m trying to record an microphone and capture the computerscreen.

    At the moment I am recording audio with portaudioand use the screencapture part of ffmpeg.
    Muxing the streams together should be accomplished by ffmpeg.

    The whole project should run on macOS, Windows and Linux.

    I’m relativly new to this subject so I really don’t know if this are the right tools to use, or if there are much easyer and better tools.

    For my understanding ffmpeg is the biggest and best library for sclaing muxing, etc. But ffmpeg is not great in recordig screen or audio.

    Does somebody got experience with this librarys or ideas of different librarys ?