Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (32)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (4142)

  • 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 'Wildlife.wmv' '1.wmv'

    or

    ffmpeg -i 'Wildlife.wmv' -ss 00:00:00 -t 00:00:15 '1.wmv'

    or

    ffmpeg -ss 00:00:00 -i 'Wildlife.wmv' -t 00:00:15 '1.wmv'

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