Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (43)

  • 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

  • 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

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

Sur d’autres sites (4124)

  • How to join two videos containing audio as well using Python ? [on hold]

    5 janvier 2018, par Sarthak Agarwal

    I have to join two videos (contains audio as well). The second video has to be appended to the first after some adjustment (ie. some movement in XY axis, so that the second video appears to seamlessly/continuously join the first one). OpenCV is essentially a computer vision library, and does not support audio. I have to use python for that. How to go about it ? Please help me out here ? Thanks in advance.

  • how to improve ffmpeg encode speed for png to webm ?

    24 septembre 2021, par Xiang Chen

    I used the following computer command to get the webm format video, but the processing efficiency is too low. Is there a better way to deal with this problem.
ffmpeg -loop 1 -framerate 1 -i ${filename2}.png -i ${filename2}.mp3 -shortest -fflags +shortest -max_interleave_delta 100M ${dest_video_dir_1}${filename2}.webm

    


  • Video streaming to a single PC using ffmpeg

    9 janvier 2014, par elz13

    I would like to stream an mp4 video file from a computer to another connected over a local network using ffmpeg. On the client side i need to record/save from the streaming video for a particular duration, say 1 minute video from 00:01:02 to 00:02:02 secs.

    How can i do this ?What are the command line options for achieving this ?

    Suppose there is only 1 keyframe for every 5 seconds. Is it possible to record/play the video in ffmpeg ?