
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (43)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (5641)
-
What is the difference between a stream and channel in ffmpeg ?
16 septembre 2022, par Thomas BrattThe documentation refers to streams but it is not clear if an audio channel is a stream or whether a stream contains multiple audio channels.


-
YouTube-dl - How to pass template fields to the postprocessor ?
2 février 2019, par Sweeney ToddI am trying to set the playlist name to the album field, using the
--postprocessor-args
option (using ffmpeg) :youtube-dl -f bestaudio -x --audio-format mp3 --add-metadata --metadata-from-title "%(artist)s - %(title)s" --postprocessor-args "-metadata album=%(playlist)s" PLyIFQr1wryPJ-yUyeBcansxX093B9ug4y
Artist and title fields are set correctly as expected,
However, the%(playlist)s
field is not replaced with the correct playlist name, but instead it is directly passed to ffmpeg, so the album field is set to%(playlist)s
(literally).Is there a way to fix this problem ?
-
Is there a way to scale an avi using ffmpeg while keeping the videos alpha channel ?
25 septembre 2016, par MegumiarakiI have been trying to change the scale of an avi but also keep the alpha channel. Also the video needs to open in after effects but when I try to open it I get the error below. I have this running in a for loop to work for all the videos in the folder.
ffmpeg -i %%X -vf scale=!newWidth!:!newHeight! -pix_fmt bgra -r 24 -c:v rawvideo "resized\%%X"
It seems to work but when I try to test the alpha channel in After Effects I get the error below :
The item has an `unlabeled alpha Channel`....
If I select the Straight-Unmatted (option).....
I get the error :
After Effects error :(error(4) reading frame from file (86::2)
Any help would be great !