Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (62)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11553)

  • Ffmpeg Split lost one second

    4 décembre 2012, par Ahmet Ka

    I got a problem with ffmpeg video cutting. Videos not cut properly. 1 second between the first and second video is lost.
    part1.avi split code :

    ffmpeg -i input.avi -ss 00:00:00 -t 00:01:00 -vcodec copy -acodec copy part1.avi

    part2.avi split code

    ffmpeg -i input.avi -ss 00:01:00 -t 00:01:00 -vcodec copy -acodec copy part2.avi

    ffmpeg -i part1.avi = 00:01:00.02
    ffmpeg -i part2.avi = 00:01:00.02

  • Split videos into segments using ffmpeg

    21 janvier 2019, par RJFF

    I have 10000 videos and I want to split each video into five segments

    I know previously how to segment video using ffmpeg but I do not know how to use it with a large number of videos

    the names of videos are :
    1.avi,
    2.avi,
    3.avi,
    .......
    .....,
    10000.avi

    I want to use for loop with ffmpeg
    can you please help me ?!!!!

  • Split videos into five segment using ffmpeg

    20 janvier 2019, par RJFF

    I have 10000 videos and I want to split each video into five segments

    I know previously how to segment video using ffmpeg but I do not know how to use it with a large number of videos

    the names of videos are :
    1.avi,
    2.avi,
    3.avi,
    .......
    .....,
    10000.avi

    I want to use for loop with ffmpeg
    can you please help me ?!!!!