
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (28)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (5017)
-
Decrease video resolution
9 septembre 2013, par Gonzalo SoleraI need to change programmatically the resolution of diferent video files. I want to decrease them so I suppose it wouldn´t be a problem.
I need to decrease the video resolutions from higher resolutions to 480.I think I could use FFmpeg to do that (using the android version ffmpeg4android) but I´m not sure it will work so I´m waiting for alternatives or a confirmation.
Thanks for help !!
-
Révision 18715 : copie_locale() peut recevoir en 3eme argument le nom du fichier dans lequel on v...
10 novembre 2011, par cedric -Le chemin passé est nettoyé de son début _DIR_RACINE si présent. Et sinon on suppose qu’il est référencé depuis la racine. Cela permet d’utiliser la fonction pour stocker une url dans un fichier cache d’un repertoire temporaire, avec les facilités de son second argument tes/auto/force/modif Dans tous (...)
-
Inject frames into stream
5 avril 2022, par John M.I'm trying to inject and replace 100 frames in a RTSP stream every 3mins with those in another RTSP stream. For example, suppose streams A and B are both running at 25fps. Between t=00:00 and 03:00, the resulting stream will contain frames from A. Between t=3:00 and t=3:04 will contain frames from B - and repeat. The end result should be a RTSP/RTMP stream.


Is there a way to achieve this in FFMPEG (perhaps, without transcoding) ?


Any advice appreciated.