Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (103)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8792)

  • How to specify image in FFmpeg command

    12 décembre 2018, par Caleb

    I was able to successfully compile & import FFmpeg into my existing iOS app. However now I would like to run the following commands. Can anyone tell me, how to pass image name in FFmpeg command, I would like to form command in iOS swift.

    
I have an example in android :

    

String command = “ -i beach.jpg output.jpg“

    If I mention image name “beach.jpg”, after adding it to my project, 
in logs,

    error “No such file or directory”

    Then I have created format


    var resourceFolder = Bundle.main.resourcePath

    var image1 = URL(fileURLWithPath: resourceFolder ?? "").appendingPathComponent("beach.jpeg").absoluteString

    Not supported

    let imag = UIImage(named: "beach")

    Not supported

    What is the correct way to achieve this ?

  • Is there an way to capture audio and video of a window ? [on hold]

    10 mai 2019, par Supertiger

    So, I’m trying to capture audio and video of a single window and not the whole desktop ? For instance, I want to capture a game and the sounds that are coming out from it and not from any other program running (Just like discords screen share)

    I have already tried this code but it only captures the video and not the audio of the window.

    ./ffmpeg.exe -f gdigrab -framerate 30 -i title="Minecraft" output.mkv
  • is there a way to auto trim parts of my video when a specefic color or text shows up on those parts

    10 novembre 2022, par Yousif K Al Ameen 1

    I play a game and record it, but unfortunately many parts of that recording is when my internet connection gets lost for several seconds. During that period it only shows a text that says "connection lost". Then the game resumes normally in few seconds after the connection is back.
Is there a software or a way that allows me to auto trim these connection lost periods from my viedeo ? Please help I need to trim a lot of these periods so that I can post cool gaming videos online without the "connection lost" scenes included.

    


    I tried searching on youtube and found some ffmpeg, python, and opencv methods but none of which is suitabal or easy to apply for my situation