Recherche avancée

Médias (91)

Autres articles (87)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (9915)

  • Is there a video processing test set to cover most scenarios ? [closed]

    9 avril 2024, par 砸石头的西西弗

    My application integrates ffmpeg, and there are often some special videos or parameters that I cannot handle correctly, but they cannot be discovered in advance, so I need a test set to help find bugs.I nedd a video processing test set to cover most scenarios.

    


    A test set which has some different kinds type of sample videos.

    


  • linux vs windows in ffmpeg conversion

    1er février 2012, par user1183169

    I am trying to convert flv files to mp3. Requirement is windows platform.

    so whenever I execute the command in php code it results in failure.

    I have tried to find how to use this command in windows but failed.

    here is the command

    ffmpeg -i /video.flv -vn -acodec copy /video.mp3

    now i know the above command is linux based. I only want to know how to implement it in a windows environement.

    THx in advance

  • ffmpeg blurring a virtual camera

    30 avril 2021, par Paul Smith

    At the moment, I am directing the video of my physical webcam to a virtual camera by using the following command :

    


    ffmpeg -i /dev/video1 -f v4l2 /dev/video0


    


    It works fine. However, I would like to add a square or a circle to show my face clearly but blurring everything around the square or the circle.

    


    Could someone please help me ?

    


    Thanks in advance !