Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (72)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

Sur d’autres sites (12777)

  • Compress a video using libavcodec / libavformat

    6 juillet 2016, par Manicat

    I have written a MS Windows c++ application in Visual Studio that shows a certain animation in OpenGL. I have managed to grab this animation as frames and save these to a mpg file by using libavcodec.

    Now I want to compress this video and save it as a mp4 file. I can do this with ffmpeg -i input.mpg -c:v libx264 -qmin 15 -qmax 35 -crf 28 output.mp4 which typically reduces the file size by a factor 10.

    However, I would like to achieve the same result by using libavcodec / libavformat directly. Can somebody please show me c++ code that managesthis conversion.

    PS
    I have very limited experience with libavcodec / libavformat so far. I am learning by the day ...

  • use ffmpeg to split video [closed]

    16 mai 2012, par wumengjun

    how to use ffmpeg to split video ,i have a mp4 media ,i want to use ffmpeg split this video,i set start time ,and end time to split it ,but it is have some problem,it is split not Accurate. who have split video Experience。i need some help.

  • How do I create RTMP stream from a picture ? [on hold]

    6 février 2017, par Muhammad Umer

    Now first the goal :

    I want to create a live video stream where people can vote and such, and it shows total votes in the live video.

    However, I have zero experience with streaming.

    After some thought My solution is this :

    Create a picture every 5 seconds and replace the old picture, new picture contain total number of votes.

    From old picture somehow create a continous live stream.

    I think it could be very easy or very hard.

    I am using nodejs, open to better performance oriented language suggestions.