
Recherche avancée
Autres articles (17)
-
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (6268)
-
ffmpeg : transcode over socket
19 septembre 2020, par user14258924I am consuming multiple streams of h264 video and aac audio data in my own RTMP server and I want to transcode these streams into different codecs so I want to send these tracks, in chunks, into ffmpeg and get the transcoded result back. But due to performance requirements I want to use some kind of streaming where I can just open up a socket to get files in/out instead of dumping the data into individual files and then reading transcoded files back.


Is it possible with ffmpeg ?


-
FFmpeg encode video on the fly from images
13 septembre 2017, par user1658593I have an experiment setup (LabVIEW based) which produces png images at 40fps each with timestamp filename. The number of images is substantial (several thousands) and each of 6MB.
I was wondering if I could use ffmpeg to create a lossless video on-the fly from those images (instead of saving individual frames as image files).Unfortunately I do not know how to set up input parameter to ffmpeg in my case.
I have full control over image saving process, so I can substitute _save_to_png_ function with a dll call, or command line call.
Could you come up with some suggestions ?
-
Revision 0451c6b6dd : Refactor per block rate distortion estimate Move the rate-distortion estimate f
22 avril 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Refactor per block rate distortion estimateMove the rate-distortion estimate function outside the recursion
as an individual operating module.Change-Id : I662199223c256664bcd312084b3aebffb8a8034b