Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (112)

  • 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

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10707)

  • ffmpeg : Cut a video to get an output of a given size

    9 septembre 2020, par Timoteo Espinoza

    I'm currently developing a ffmpeg App and I want to divide a video in parts of a given size, for instance, divide a video of 200Mb in parts of 50Mb each one, any idea how to do it so ?
Thanks in advance.

    


  • Custom routes for ffmpeg

    3 avril 2014, par Diego Castro

    I want to know how to configure the routes in and out of ffmpeg,

    I have ffmpeg in : C :/Programs/Executable/

    the input folder is : D :/Diego/sequence/

    and output folder is : E :/project/video/

    I want to do is to convert a sequence of images (jpg) to video (mp4)
    and I do not know how to set all the routes, in advance I appreciate your help

  • using ffmpeg to decode h264 streaming video in C# [on hold]

    4 août 2015, par DanielY

    I’m wokring on a small project which I get h264 video packets live, and would like to decode them and present it on the screen (in a picturebox or simillar).

    I’ve googled alot about ffmpeg usage in C# but haven’t found neither the required dll’s to load in C# project nor code examples for me to review.

    Can someone please show me some example and\or direct me to where I can download the necessary avcodec dll’s ?

    Thanks in advance