Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (60)

  • 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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9248)

  • inpoint on command not working on text file

    30 mars 2023, par Peter

    I have FFMPEG command that draws the in and out of timecodes from a mp4 and puts them all together via the code below and renders a new .mp3 ; The outpoint gets ended but the audio doesnt start on the inpoint but several seconds before hand.

    


    Anyone can point me to suggestions how to fix this ?

    


    ffmpeg -f concat -safe 0 -i exportlist_1172153534.txt -codec:a libmp3lame -qscale:a 2 exported_1172153534.mp3 ```


    


    And within the text file

    


    file '/home2/awakenst/public_html/oneclip/uploads/1172153534.mp4'
inpoint 00:00:04
outpoint 00:00:07


    


  • ffmpeg amix : process pcm data stream realtime

    29 décembre 2020, par YouCL

    I am building an exe with ffmpeg libs. In this exe, I got 2 3 pcm data streams from lower level sdk, I need to mix/merge these data to an audio file on the fly. Now I am trying amix filter, my questions are :

    


      

    1. How to send raw pcm data to ffmpeg filter graph by hand instead of frames from decoder as usual ?
    2. 


    3. One of the pcm data streams starts and ends randomly. If I set 3 source filters, is it going to work ?
    4. 


    


  • How do I grab snippets from a video and put them together ? [closed]

    9 janvier 2021, par Occam

    I'm trying to turn fullres videos of variable length into 30 second lowres previews for a react-native-web project.

    


    That's easy enough, but the catch is that I need to take 5 second clips from DIFFERENT sections of the fullres video and compile them into a 30 second clip.

    


    Turn the video ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

    


    Into this ||||||||||||||||||

    


    I haven't seen anyone do this, maybe it's just not doable.

    


    If someone could give me a hand, I'd be infinitely grateful.