
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (45)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7113)
-
FFmpeg Lame output buffer too small, fix in Windows ?
4 juillet 2012, par TylerAll 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 DKI 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 WilkinsChanged 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