Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (90)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

Sur d’autres sites (9574)

  • Fetch frame count with ffmpeg

    2 mars 2023, par Hansl

    Does anyone know how to fetch the number of total frames from a video file using ffmpeg ? The render output of ffmpeg shows the current frame and I need the frame count to calculate the progress in percent.

    


  • flvenc : Don’t over-count metadata.

    11 juin 2014, par Josh Allmann
    flvenc : Don’t over-count metadata.
    

    Over-counting occurs if framerate is not set.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/flvenc.c
    • [DH] tests/ref/lavf/flv_fmt
    • [DH] tests/ref/vsynth/vsynth1-flashsv
    • [DH] tests/ref/vsynth/vsynth1-flv
    • [DH] tests/ref/vsynth/vsynth2-flashsv
    • [DH] tests/ref/vsynth/vsynth2-flv
  • Android FFmpeg : get frame count from video

    17 août 2017, par Tix

    I only want to filter out 20% of frames from the start of the video and the end of the video, but i cant do that if i dont have total frame count.

    I alr know how to filter out frames, i just need to know how to get total frame count of a video.

    I’ve looked this up, and there was answers saying use ffprobe to fetch total number of frames in a video. However ffmpeg for android doesnt have it.. is there another way to get the frame count from a video ?

    Compiled ffmpeg for android using :

    compile ’com.writingminds:FFmpegAndroid:0.3.2’