Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (89)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

Sur d’autres sites (6309)

  • How to set up FFMPEG library on windows with Android-NDK-r16b ? [on hold]

    12 décembre 2017, par Ghodasara Bhaumik

    I have search it but not found any step-by-step configuration for windows with NDK-r16b.
    I need FFMPEG for my Android Application to Compress Video and Trim Video file.
    Thanks in advance for the help !

  • How can I record video and clip into peace at the same time using ffmpeg ?

    19 septembre 2023, par Noisy-JohnSmith

    Here is my question, I need to implement a function that satisfy the following :

    


      

    1. Record your computer monitor(or any other video) into video in any format
    2. 


    3. You have a button, every time you click the button, the process will ouput a 20 seconds clip with mp4 format.
.e.g :
I start a ffmpeg recording process at 00:00:00, and I click the button at 00:01:20, that will output a mp4 video from the Video recorded by step 1 from 60th second to 80th second
    4. 


    5. The mp4 produce by step 2 is allow some bias for seconds. Maybe from 61st second to 79th second in step 2
    6. 


    7. the clipping process is quick, need just few second
    8. 


    


    Is there any way to implement this function ?

    


  • Steps of using ffmpeg in visual studio 2019 ? [closed]

    15 avril 2020, par taimoor1990

    I have to use ffmpeg libraries which I am new to. Currently I am trying to build a basic hello world application that uses ffmpeg. I have googled multiple times there are some answers, saying something like static include these libraries and such comments which I am not sure how. I am looking for a step by step guide to link ffmpeg with a basic hello world app.