Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (108)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11619)

  • Find timestamps of videos split using FFmpeg

    13 décembre 2017, par Spandan Thakur

    I am able successfully able to split a video with FFmpeg using the below command

    ffmpeg -i Sample.mp4 -c copy -map 0 -segment_time 900 -f segment -reset_timestamps 1 output%03d.mp4

    This will split videos into 15 mins chunks (900 seconds) however this is not 100% accurate.

    Is there a way to add the starting and ending timestamp of each segment, in the output file name, relative to the original file ? Or generate a file containing the timestamps ?

    I want to know exactly where the cuts where made. I do not want to slow down the process though by forcing FFmpeg to cut at exactly 15 mins.

  • Révision 23835 : Complément à r23834. Code css inutile.

    12 décembre 2017, par marcimat@rezo.net
  • java.lang.UnsatisfiedLinkError couldn't find "libavcore.so"runtime error

    12 décembre 2017, par Shivani Vasundhara

    I am using FFmpegExample and have included pre compiled .so files.There are only 2 CPU structure .so files. "armeabi" and "armeabi-v7a".I already added below code in build.gradle file of app module.It didn’t worked for me.

    ndk {
           abiFilters "armeabi","armeabi-v7a"
       }

    I am getting this error message :

    enter image description here