
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (97)
-
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. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9888)
-
Live recording udp to flv and remove old frame
24 octobre 2018, par Yachana GargI want to record udp data in mpts flv file and remove frames from flv file after every 10 seconds but how it should be done ???
-
I using ffmpeg to live stream a hd video to rtmp server of facebook but when see it only show 360 quality
29 octobre 2018, par jack maThis is my ffmpeg code :
'ffmpeg -i "{}" ' \
'-vf "zoompan=z=\'min(max(zoom,pzoom)+0.0015,2)\':d=1:x=\'iw/2-(iw/zoom/2)\':y=\'ih/2-(ih/zoom/2)\'" ' \
'-vcodec libx264 ' \
'-preset veryfast ' \
'-maxrate 2932k ' \
'-bufsize 2500k ' \
'-vf "format=yuv420p" ' \
'-g 60 ' \
'-acodec libmp3lame ' \
'-b:a 198k ' \
'-ar 44100 ' \
'-s 1280x720 ' \
'-f flv "{}"I have wasted 2 day for this problem. Thanks for reading !
-
Icecast to Youtube Live
21 novembre 2018, par eusidSo I know how to send my stream to youtube live with ffmpeg and use an image as the video. I wanted to have the track meta data on this image though.
I figure one could write a script to execute everytime icecast changes tracks to overwrite the image with the meta data. Not sure if this would update the streams image or not. I was hoping someone already had done this.
Does anyone have some code to add to my FFMPEG setup to put the meta data up ?