Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (63)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9297)

  • avcodec/hevc_sei : split Dynamic HDR10+ SEI parsing into its own function

    6 décembre 2020, par James Almer
    avcodec/hevc_sei : split Dynamic HDR10+ SEI parsing into its own function
    

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

    • [DH] libavcodec/hevc_sei.c
  • 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
  • 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