Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (13834)

  • avformat/mp3dec : split position sync code out

    19 juillet 2015, par Michael Niedermayer
    avformat/mp3dec : split position sync code out
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mp3dec.c
  • ffmpeg split video not working with starting with 0 second [closed]

    9 mars 2013, par SmitShah

    I got one issue regarding splitting video which is starting from 0th second say 0 to 15 second. I had seen many post and i followed syntax of them.

    e.g

    ffmpeg -ss 00:00:00 -t 00:00:15 -i &#39;Wildlife.wmv&#39; &#39;1.wmv&#39;

    or

    ffmpeg -i &#39;Wildlife.wmv&#39; -ss 00:00:00 -t 00:00:15 &#39;1.wmv&#39;

    or

    ffmpeg -ss 00:00:00 -i &#39;Wildlife.wmv&#39; -t 00:00:15 &#39;1.wmv&#39;

    none of above syntax is able to split video from begging of time to 15 seconds of video.

    can anyone help me with this ,actually i'm new with ffmpeg. ffmpeg version information

    ffmpeg-php version string: 0.6.0-svn ffmpeg-php build date string: Mar 7 2013 16:54:24 libavcodec build number: 3426306 libavcodec version number: 3426306
  • swresample/rematrix : split filling the matrix array into its own function

    2 février, par James Almer
    swresample/rematrix : split filling the matrix array into its own function
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libswresample/rematrix.c