Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (4457)

  • How do i convert videos uploaded by user to .swf ?

    3 avril 2020, par Anish Silwal

    I am creating a website which enables to upload videos. But we know that user can upload any kind of video but the browser can't play them. So, I thought that I somehow can convert them into .swf and play them using a flash player. I tried to use ffmpeg-php but it didn't worked. my code was :

    



    shell_exec('ffmpeg -i in.mp4 out.swf');


    



    It does not show any error neither it returns out.swf.

    



    Please ! help me.

    


  • FFMPEG Extra just codec information

    18 juin 2014, par Jim

    I am planning on using FFMPeg with Java, to detect a specific codec and convert this to another. Using the FFMpeg line -

       ffprobe -v quiet -print_format json -show_streams "input.avi"

    I can print off all of the stream information of the video, but this includes video information, audio information, all metadata, all tags and other information which I just don’t need.

    Question : Is it possible to launch an FFMpeg command which only returns the video codec, so I don’t have to wave through unnecessary information ?

  • OpenCV : VideoCapture not working with DSHOW backend

    12 juin 2017, par nji9

    I built OpenCV (with mingw 4.9.2 @ Win7Prof64) with
    CMake switches for WITH_FFMPEG and WITH_DSHOW turned on.
    When I access a movie file with VideoCapture (fileName) works fine (it uses ffmpeg backend then).

    But VideoCapture (fileName, cv::CAP_DSHOW) doesn’t work
    (isOpened() returns false).

    What is missing/ what do I do wrong ?
    Are there any kind of dshow libs/ dlls needed ?