Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (88)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • La gestion des forums

    3 novembre 2011, par

    Si les forums sont activés sur le site, les administrateurs ont la possibilité de les gérer depuis l’interface d’administration ou depuis l’article même dans le bloc de modification de l’article qui se trouve dans la navigation de la page.
    Accès à l’interface de modération des messages
    Lorsqu’il est identifié sur le site, l’administrateur peut procéder de deux manières pour gérer les forums.
    S’il souhaite modifier (modérer, déclarer comme SPAM un message) les forums d’un article particulier, il a à sa (...)

Sur d’autres sites (11511)

  • Get a thumb from a partial loaded file [closed]

    6 novembre 2024, par JD11

    I use ffmpegwasm to get thumbnail of video files. Some time files are very large. Can i download only a part of file (using html header range) and get a thumbnail.

    


    i use this command for extraction :

    


    ffmpegWasm!.run(['-y','-ss','00:00:01','-i','temp.mp4','-vframes','1',"-an","-vf",
    "scale=$width:-1",outName
  ]);


    


    thank you in advance

    


  • how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it

    27 février 2019, par Deepak Prajapati

    My aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable

    enter image description here

    Look images, In properties detail section there is no property and there value
    please fix it because i tried to find solution
    Also i don’t have enough knowledge
    THANKS IN ADVANCE STACKOVERFLOW

  • FFMpeg Android : libvideokit.so library failed to load

    7 décembre 2015, par mhl1291

    I am Working on taking a picture from video
    I am using FFMpeg Library downloaded from here

    It Works Perfectly but in some device i got the message "libvideokit.so load Fail" and then crash the application
    any solution for this ?

    Thanking you in advance