Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (66)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (12343)

  • plot freezedetect and blackdetect graphs ffmpeg

    7 juillet 2021, par Anup

    I want to plot freezedetect and blackdetect responses from ffmpeg onto a graph. Is there any method to do it ?

    


    Example : A line graph with frames/ seconds in the x-axis, that will have a value 1 when no freeze or black screen, and 0 when it detects an anomaly.

    


    Any pointers would be helpful. Thanks in advance.

    


  • vp6 : Support cropping to AVCodecContext.width/height

    14 août 2013, par Martin Storsjö
    vp6 : Support cropping to AVCodecContext.width/height
    

    In these cases, there is no extradata but only the properly set
    width/height values by the demuxer.

    This makes sure VP6 in F4V files is cropped properly.

    This is similar to what is done for H264 for letting the container
    width/height override what’s in the bitstream, since 30f515091.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/vp6.c
  • Suggestion query : Someone should add 'percent-complete' to ffmpeg's status line

    19 février 2018, par Dave

    I use the PC-platform’s ffmpeg (on Windows and Linux). I’ve always
    wondered why, down on that bottom dynamic status line, it does NOT
    show a ’percent-complete’ value.

    e.g. There’s already a line showing what time-line value is being worked
    on, so I’d expect it would be straight-forward to grab total duration, compute percent-complete, and show it, right after the running time value. Or,
    if based on frames, then show it in parentheses after the frame value.

    The reason I think it would be straight-forward is because I see it
    discussed in detail, for ffmpeg on Android, here :
    How to add progress bar to FFMPEG android
    and it talks about time-values and frame-count based calculations.

    Any volunteers to tackle this ? ^ ;)