Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (105)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

Sur d’autres sites (8442)

  • hwcontext_vaapi : Add driver quirks to the hwdevice

    12 juin 2016, par Mark Thompson
    hwcontext_vaapi : Add driver quirks to the hwdevice
    

    The driver being used is detected inside av_hwdevice_ctx_init() and
    the quirks field then set from a table of known device. If this
    behaviour is unwanted, the user can also set the quirks field
    manually.

    Also adds the Intel i965 driver quirk (it does not destroy parameter
    buffers used in a call to vaRenderPicture()) and detects that driver
    to set it.

    (cherry picked from commit 4926fa9a4aa03f3b751f52e900b9efb87fea0591)

    • [DH] doc/APIchanges
    • [DH] libavutil/hwcontext_vaapi.c
    • [DH] libavutil/hwcontext_vaapi.h
    • [DH] libavutil/version.h
  • avfilter/avf_showfreqs : implement phase display

    26 novembre 2020, par Paul B Mahol
    avfilter/avf_showfreqs : implement phase display
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/avf_showfreqs.c
  • How to create/repair the XingHeader for total stream size using taglib or other tools ?

    6 novembre 2012, par user784637

    I downloaded a video from youtube whose audio was encoded in aac and then I transcoded it to an mp3 using the libmp3lame codec.

    $ ffmpeg -i video.mp4 -vn -acodec libmp3lame -ab 128K -- cold.mp3

    Now when I try to write id3 tags to it using the taglib example tagwriter I get the following warning :

    $ ./testwriter -t 'stuff' cold.mp3
    TagLib: MPEG::XingHeader::parse() -- Xing header doesn't contain the total stream size.

    The id3 tags are written and display correctly, but the lack of well formed XingHeaders causes older mp3 players to loop the song several times or even crash (I don't know why, this song has been encoded as cbr not vbr.) In windows 7 the Bit rate displays as 0kbps.
    enter image description here

    How do I create a wellformed XingHeader for total stream size using taglib or other tools that can be executed from the commandline ?

    Here's some documentation for xingheaders on taglib

    http://taglib.github.com/api/classTagLib_1_1MPEG_1_1XingHeader.html#ac0ba25f2922757c4bdd2851fdc2ccdde

    http://taglib.github.com/api/xingheader_8h_source.html