Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (51)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8998)

  • FFMPEG - Doesn't show -vstats

    22 juillet 2015, par Mateusz Kasprzak

    I’m working with ffmpeg library and PHP. I want to get informations about video.mp4.
    The problem is that it works on my localhost( Windows 7/ Xampp ) , but on my linux server it doesn’t... I’m able to convert videos, but I’m not able to use :

    -vstats

    I’m using that command :

    $output = shell_exec( '/usr/bin/ffmpeg  -i video.mp4 -vstats 2>&1');  

    And I can get proper output on localhost, but not on my server. What could be the problem here ? I’m trying to finish it, but it seems it’s impossible...

    Best Regards,

    Mateusz

  • FFmpeg slide show duration from text file

    8 mai 2022, par krv

    I am using ffmpeg to create a slideshow of images from a list of files. I am using the following command.

    


    ffmpeg -f concat -i List.txt output.mp4


    


    How can is set the duration of all the images in the list to 5 seconds so each image is displayed for 5 seconds ?

    


    Thanks

    


  • How to print(show) video(or image) on mfc window with ffmpeg [on hold]

    3 septembre 2014, par user3867261

    I want to make a video editor that has functions like playing video (h.264), drawing lines and figures on frames and video.

    So I got c++ ffmpeg library, and example code for encoding h.264.

    But I don’t know how to display video and image on mfc window.

    How can I do this ?

    I want to develop simple h.264 player on my mfc-project.