Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (62)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12667)

  • FFmpeg Lame output buffer too small, fix in Windows ?

    4 juillet 2012, par Tyler

    All the search results for this seem to return Linux command line solutions.

    The bug means that although a video is successfully converted, an error message

    "lame : output buffer too small (buffer index : 10398, free bytes : 394)
    Audio encoding failed (avcodec_encode_audo2)"

    is returned to the software that I am using with it. Apparently, downgrading the version of lame to 3.97 will solve this problem. But again, I have only found fixes for this in Linux.

    Edit : I get the above error message when I try to convert a given Mpeg file to flv using the following (or similar) command :

    "-i " + sourceVideoPath + " -sameq -ar 22050 " + outputVideoPath;

    The error message is same whether run from my program or direct from the command line.

    I have also tried to download the latest static version of FFmpeg from here but the error message remains.

    Could anyone direct me on how to downgrade the lame version in windows, or point me to a download without the bug, or tell me of any other way to solve this ?

  • ffmpeg and windows command line

    6 janvier 2013, par Kasper DK

    I am trying to use ffmpeg for windows to convert thousands of images and sounds to a single video file.

    ffmpeg -i apples.jpg -i oranges.jpg -i orangessound.wav -i bananas.jpg -vcodec mpeg4 test.avi

    My delphi program generates the command line as a string, and I use shellexecute to call it.

    But is it true that a command line cannot be longer than 8191 characters ? If so, can ffmpeg read the parameters from a file instead ?

    It is not possible in this case to rename the pictures with consecutive numbers

  • Revision cad4a91429 : Change INT64_MAX to LLONG_MAX This is needed to make the windows build work aft

    2 janvier 2013, par Paul Wilkins

    Changed Paths : Modify /vp9/encoder/vp9_rdopt.c Change INT64_MAX to LLONG_MAX This is needed to make the windows build work after the removal of vp9_type_alisases.h. Change-Id : I8addf38e9f3c8b864e0e30a8916a26e0264dd02c