
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (101)
-
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (...)
Sur d’autres sites (12832)
-
Does ffmpeg now natively support DTS-HD decoding ?
20 octobre 2017, par Tom ArrowI know there used to be a —enable-libdcadec switch, but the newest builds available on ffmpeg.org don’t have it enabled.
Also, DTS-HD is listed in the available decoders list.
Also, I’ve seen some commit from not long ago that said "Remove libdcadec, we already have it merged internally"
Also, I do get different results depending on whether I try to decode dtshd or dts files. (encoded directly to flac 5.1)
So, any official statement on this ? Can I trust this ?
-
Canopus HQ/HQA decoder
9 avril 2015, par Vittorio GiovaraCanopus HQ/HQA decoder
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
- [DBH] Changelog
- [DBH] doc/general.texi
- [DBH] libavcodec/Makefile
- [DBH] libavcodec/allcodecs.c
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/codec_desc.c
- [DBH] libavcodec/hq_hqa.c
- [DBH] libavcodec/hq_hqa.h
- [DBH] libavcodec/hq_hqadata.c
- [DBH] libavcodec/hq_hqadsp.c
- [DBH] libavcodec/hq_hqadsp.h
- [DBH] libavcodec/version.h
- [DBH] libavformat/riff.c
- [DBH] tests/fate/video.mak
- [DBH] tests/ref/fate/canopus-hq_hqa-hq
- [DBH] tests/ref/fate/canopus-hq_hqa-hqa
- [DBH] tests/ref/fate/canopus-hq_hqa-inter
-
Streaming through FFMpeg stdout
30 juin 2014, par SandyEmeraldI need to stream my generating images using ffmpeg througth stdout. Is it possible ? If yes, could you give me some ffmpeg examples like commands or general conceptions ?
The final task is to create streaming video server through RTP, so i could connect to it via VLC or other client. And i need to do it without using diskspace - only through streams.
Now i have Qt program which generates images. I know that i can give them to stdout using QDataStream.