Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (58)

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

  • avcodec/mpegvideo : Fix edge emu buffer overlap with interlaced mpeg4

    12 novembre 2016, par Michael Niedermayer
    avcodec/mpegvideo : Fix edge emu buffer overlap with interlaced mpeg4
    

    Fixes Ticket5936
    Regression since c5fc8ae12622a507d7b9ee30ddcd3734e6de6b1d

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpegpicture.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideo_motion.c
    • [DH] libavcodec/version.h
  • macos video editing library with custom curving

    20 octobre 2017, par samuelius

    Looking for a video editing solution to be used in a macos app.
    Main goals are :

    • overlaying text/images on top of video
    • stitching several video fragments with common transitioning effects (fade, dissolve, wipe) controlling the curve of the effect (i.e. custom easing)

    Right now I’m considering several possible options of achieving this - AVFoundation, FFmpeg, GPUImage. Shifting towards FFmpeg as it seems I’ll have to code the least with it.

    Haven’t been able to find any examples of custom curving with it though. Will I have to do that myself, i.e. cut videos into images and apply effects framewise or I’m just missing something ?

    I’m also opened to any other suggestions in case this isn’t doable with ffmpeg solely (without manual frame manipulation).

  • ffprobe : only use custom logging callback if -show_log is set

    5 avril 2017, par Marton Balint
    ffprobe : only use custom logging callback if -show_log is set
    

    The custom callback can cause significant CPU usage on Windows for some large
    files with many index entries for some reason.

    v2 : Move check after parsing options.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffprobe.c