Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (61)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (10910)

  • Media type not supported after FFMpeg compression

    9 décembre 2017, par amit srivastava

    I am compressing a video(mp4) in android using FFMpeg it is getting compressed successfully, but when I am trying to open compressed file in mobile device it says "Media type not supported", though I can play that media in my computer’s VLC player.

    My purpose is to compress and post it to server as Multipart but it is also failing because server can’t read media Metadata.

    I am using EpMedia android library to rum FFMpeg command which is :

    String[] command = {"-y", "-i", sourceFile.getAbsolutePath(), "-s", "160x120", "-r", "25", "-vcodec", "mp4", "-b:v", "150k", "-b:a", "48000", "-ac", "2", "-ar", "22050", destFile.getAbsolutePath()};
    EpEditor epEditor =  new EpEditor(context);
    epEditor.execCmd(cmd, 0, new OnEditorListener(){
          @Override
          public void onSuccess(){
              Log.d("Compress", "Success");}

          @Override
          public void onFailure(){
              Log.d("Compress", "Failed");
          }

          @Override
          public void onProgress(float progress){
              Log.d("Compress", "Running");
          }
      });

    I have also tried using SiliCompressor android library but same thing happened Media type not supported resulting issue in uploading to server.

    What can be done in this scenario, even if I upload the media to server what if I want to play that media on mobile device.

  • Cannot clip videos using FFMpeg in laravel

    22 novembre 2017, par Programmmereg

    I am building script where I can clip videos in laravel. Here’s my code :

    public function clip($id)
       {
           $video = Video::where('id', $id)->first();

           $vid = Storage::get('public/uploads/videos/' . $video->file_name);

           $ffmpeg = \FFMpeg\FFMpeg::create();

           $media = \FFMpeg::open($vid);

           dd($media);

           $video->filters()->clip(FFMpeg\Coordinate\TimeCode::fromSeconds(30), FFMpeg\Coordinate\TimeCode::fromSeconds(15));

       }

    And I have problem because there is error :

    FatalErrorException in ProcessUtils.php line 74:
    escapeshellarg(): Input string contains NULL bytes

    I think that is in line :

    $media = \FFMpeg::open($vid);

    But I do not know what happened. Can you help me ?

  • Community survey revealed – Discover the profile of a Piwik user

    7 novembre 2017, par Piwik Core Team — Community

    In January 2017 we launched a Piwik community survey which gathered more than a thousand responses. It is now time for us to release the results of this study. We release today the results of this survey painting a picture of the growing Piwik Analytics community !

    What types of businesses are using Piwik ?

    Just a reminder : Piwik is currently used on over 1 million websites and mobile apps.

    According to the community survey, 75% of businesses using Piwik are small companies and 25% are medium to large enterprises. Out of those 25%, more than 7% are large enterprises with more than a 1,000 of employees.

    Why choosing Piwik ?

    With a large majority, Open Source came first with almost 50% of the answers, then come the data security aspect (27%) in third comes the raw data access (10,5%) and for a minor part customizability with 1,9%.

    How often is Piwik used ?

    92% of respondents said that they are using Piwik regularly (at least once per month) :

    • on a daily basis 28%
    • on a weekly basis 41%
    • on a monthly basis 23%

    Is Piwik mostly installed on Intranet or External websites ?

    Piwik is mainly installed on external websites, 80% of the cases. However, 12% of respondents answer that they are using it on intranet too. The remaining 8% have chosen not to answer.

    Which CRM for Piwik users ?

    As CRM is a high valuable asset within the company, we wanted to check if there were any needs for Piwik to develop something specifically for CRM.
    The answers showed us that in almost 60% of the cases no CRM was used at all, for the rest there is no clear leading CRM which is used more than others.

    Do Piwik users wish more integrations to third party applications such as CRM, support systems ?

    60% of responders said no, which can clearly be understood from previous question. But the 40% remaining are clearly showing that they wish more integrations. We heard you, we are constantly updating our integration page. If there are any integrations you wish to have, do not hesitate to contact the solution provider and suggest them to integrate their product with Piwik.

    How do Piwik users get notified when a KPI reach a specific value ?

    Great question, great answers. Almost 50% of responders are not notified when something happens in Piwik and prefer to have a look at the UI instead. 15% did not know that it was possible using Custom Alerts but may have a look it. Some of you are also designing their own system. It made us realize here that we need to change our UI and integrate custom alerts to the main UI directly. Custom alerts is a great feature that you can access within the administration panel to get notified when something happened in your Piwik data.

    Which improvements could be made to Piwik ?

    Only 20% of you answered to this question, which is a good thing for us