Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (107)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11200)

  • PHP FFmpeg conversion issues for mp4 files

    20 avril 2013, par Rouge

    I want to get the images out of a mp4 file by using ffmpeg-php.

    I have

    $str_command= '/usr/bin/ffmpeg -i /test/ts.mp4 -r 1 -ss 00:00:10 -t 00:00:01 -s 300x300 -f image2 /test/images/';
    shell_exec($str_command);

    However, I got an error message saying

    Buffering several frames is not supported. Please consume all available frames before adding a new one.

    I have spent hours on web but couldn't find the answer for this. Can anyone help me about this ? Thanks so much !

  • PHP get screenshot from YouTube video

    26 août 2014, par drizzy

    I have a website that has a variety of embedded YouTube videos. When a user pauses a given video I want a screenshot to be taken of the playing video. Now, I’ve taken many approaches in tackling this problem such as copying the video frame to canvas (this doesn’t work because the videos are external to my site), and also through the use of FFMpeg, and FFMpeg-PHP. The latter two- although very powerful- also do not work as the given piece of media has to be hosted on my server.

    I’m at my wits end about what to do as I’ve spent countless hours trying to do this, and I’m ready to accept defeat.

    Any ideas ?

    Regards,

    Andre.

  • how ffmpeg work on server for different type of users example window mac linux [on hold]

    5 août 2016, par sam

    I have a question about ffmpeg and i am using mac and xampp and php and jquery and i make a function that upload video or image file or another type and i when i saw examples of ffmpeg in stackoverflow. that seems to be confusing but my questions are

    1. client can be window user or mac or another than we have to download all different type of ffmpeg file for example ffmpeg.exe and mac can be another because when i saw how to download ffmpeg than they show me different operating system.

    2. And where we have to save ffmpeg file in xampp and how

    3. If i download all things for mac and i run it and it works and i make my website online and than any window user or linux user will upload video it will work for him also. But we donot client download ffmpeg in their system

    Please help me that is my question and if anybody know good example of create thumbnail for video please tell me

    thankyou i will wait for your reply