Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (51)

  • 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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7479)

  • mov : Do not allow updating the time scale after it has been set

    15 juillet 2013, par Martin Storsjö
    mov : Do not allow updating the time scale after it has been set
    

    The time scale is set in mdhd, and later validated in the
    enclosing trak atom once all of its children have been parsed.

    A loose mdhd atom outside of a trak atom could update the time
    scale of the last stream without any validation.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/mov.c
  • avformat/mxf : Always evaluate PRINT_KEY() arguments at compile time

    7 mai 2015, par Michael Niedermayer
    avformat/mxf : Always evaluate PRINT_KEY() arguments at compile time
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mxf.h
  • ffmpeg : real time buffer full frame dropped

    10 mai 2015, par Nyaruko

    I am using ffmpeg to write a simple program to read the webcam.
    However, in some case I get the printing said :

    real time buffer 80% full frame dropped

    But the program still keeps running.
    I’ve checked the internet and the reason is due to the limited buffer size.
    My question is : will this cause any problems ? should I write code to deal with it ?
    For my application, I am just viewing the frames and loss some frames are totally fine.