
Recherche avancée
Autres articles (107)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (17697)
-
capture video preview with ffmpeg during encoding
9 juillet 2013, par Hitesh GuptaI am trying to implement an encoder using ffmpeg which should work similar to Expression Encoder. Till now, I am able to connect with live sources (camera etc.) and started encoding on publish points by command :
ffmpeg -f dshow -i video="My video device":audio="My audio device." -pix_fmt yuv420p -movflags isml+frag_keyframe -f ismv -threads 0 -c:v libx264 -map 0:v -b:v:0 124k -map 0:a -b:a:0 244k -r 240 http://My_Server.com/PublishPoints/mypublishpoint.isml/Streams(Encoder1)But before start encoding, I also need to show preview on my form.
I Googled a lot about capturing video from ffmpeg and display on windows form but could not find any way.
so, please somebody suggest me the best way to perform this.Thanks in advanced.
-
ape : Unbreak adaptcoeffs computation
21 avril 2016, par Luca Barbato -
avfilter/vf_fps : extend support for expressions
24 février 2021, par James Almeravfilter/vf_fps : extend support for expressions
AV_OPT_TYPE_VIDEO_RATE AVOption types are parsed as expressions, but in a
limited way. For example, name constants can only be parsed alone and not as
part of a longer expression.This change allows usage like
ffmpeg -i IN -vf fps="if(eq(source_fps\,film)\,ntsc_film\,source_fps)" OUT
Suggested-by : ffmpeg@fb.com
Signed-off-by : James Almer <jamrial@gmail.com>