
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (26)
-
Les formats acceptés
28 janvier 2010, parLes 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 (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (4915)
-
How to wmv video file in alfresco
14 mai 2014, par sameerI am using Media Viewer add on to preview documents. For video files I am using FFMPEG as described in Media Viewer configuration page. It is able to convert for .avi files. But when I preview .wmv file it says
could not load thumbnail list
and the page is stuck. When I reload all I get is black screen and only volume is audible no video is available.How to preview wmv video file ?
-
Media viewer add on cannot convert wmv file in alfresco
14 mai 2014, par sameerI am using Media Viewer add on to preview documents. For video files I am using FFMPEG as described in Media Viewer configuration page. It is able to convert for .avi files. But when I preview .wmv file it says
could not load thumbnail list
and the page is stuck. When I reload all I get is black screen and only volume is audible no video is available. -
Overlay two sequences of png's and turn them into a movie
12 mai 2014, par Lau LlobetI’ve found how to turn a png sequence into a movie and I’ve found how to overlay two movies using transparency but I don’t know how to do both things at once (using png’s transparency).
The bottom layer of png’s is smaller than the top one and needs to be stretched to a certain resolution and also have a padding to be centered.
The output doesn’t have to have alpha (black for alpha is ok). I’m a bit confused by the abundance of filter options.
For the moment I’ve found :
./ffmpeg -i ./seq1/%d.bmp -vf "movie=./%d.png [a]; [in][a] overlay=0:366" combined.m2v
It works, now I’ve got to find the padding and resize things