Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (63)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (6328)

  • Use ffmpeg to stream an updating progress-bar

    24 juin 2020, par Falk

    Is there a way to stream a filling progress-bar showing a percentage written in either a (e.g. txt) file or mysql db that updates often ? Ideally streaming to obs or straight to the platform/stream (such as twitch) ?

    


    I thought about using the text function, something like this :
    
-vf "drawtext=fontsize=40:fontfile=FreeSerif.ttf:textfile=/path/livetext.txt:x=(w-text_w)/2:y=(h-text_h)/2:reload=1"

    


  • how to upload video and generate thumbnail with ffmpeg in codeigniter

    11 février 2020, par Danish Laeeq

    I need to upload video with FFMPEG in codeigniter and save value to mysql database. and after uploading how do i get the duration of video and generates thumbnail from video and insert thumbnail path to mysql database

    here is my code for uploading video :

     public function uploadvideo()
     {
       $config['upload_path'] = "./admin_assets/videos/";
       $config['allowed_types'] = "3gp|mp4|mpeg4|avi|flv";
       $this->load->library('upload',$config);

       $uploadedby = $this->input->post('uploadedby');
       $video_title = $this->input->post('video_title');
       $privacy = $this->input->post('privacy');
       $description = $this->input->post('description');

       $vid_one_name= $this->upload->do_upload('video').$this->upload->data('file_name');

       $file_size =  $this->upload->data('file_size');

       $fs = $file_size." kbytes";
       $vid_one_path= substr($vid_one_name,1);

       $insert_video = $this->db->insert('videos',['uploadedby'=>$uploadedby,'video'=>$vid_one_path,'description'=>$description,'privacy'=>$privacy,'video_title'=>$video_title,'uploadDate'=>date('M-d-Y'),'file_size'=>$fs]);
       if ($insert_video) {
           return true;
       } else {
           return false;
       }
    }

    It is working but I want to upload video using ffmpeg so that I can generate thumbnail from it and get the duration and other data.

  • Anomalie #4442 : Notice quand ajout d’un dépôt

    22 octobre 2020, par Franck D

    Hello, je viens de faire l’installation d’un spip tout neuf pour refaire un test, et c’est bien toujours présent (voir copie d’écran).
    Il s’agit du dépôt principal

    Windows 10 (1909)
    Firefox 81.0.2

    Easyphp avec :
    Apache 2.4.43 x64
    PHP 8.0.0 beta 1 x64
    MySQL 8.0.20 x64
    PhpMyAdmin 5.0.2

    SPIP 3.3.0-dev GIT [master : 08981b68]