
Recherche avancée
Autres articles (111)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (15806)
-
libfdk-aacdec : Enable Dynamic Range Control Metadata Support
14 octobre 2014, par Omer Osmanlibfdk-aacdec : Enable Dynamic Range Control Metadata Support
For streams which contain DRC metadata, the FDK decoder is able to
control rendering of the decoded output. The rendering parameters
are detailed in fdk_aac_dec_options [].The default behavior is left up to the decoder.
Signed-off-by : Martin Storsjö <martin@martin.st>
-
Is there a way to control ffplay audio volume from command line and from key commands on Mac OSX ?
20 avril 2023, par smartblondeWe want to use ffplay to monitor live RTMP feeds. We have a script to open an instance of ffplay for each feed. We would like to control the initial volume of the video to be around 30 out of 100. We would also like to be able to raise or lower the volume via key commands during the stream. We are referring to this doc : http://ffmpeg.org/ffplay.html



We've tried the main option -volume 30, to try and start the volume at 30/100. FFplay says unrecognized option when it sees -volume on the command line.



Also, we've tried using 9 and 0 to lower or raise the volume once the player is up and playing the live RTMP feed. These key commands seem to have no effect on the player's volume.



Are there other shell parameters, and other key commands, that are known to work on all builds/OS's for ffplay ? If not, why change these basic functions from release and O/S ato other release ? In any case what works on MacOSX ? Thank you !


-
C# Problem Reading Console Output to string
25 septembre 2012, par MoreThanChaosi want to launch ffmpeg from my app and retrive all console output that ffmpeg produces. Thing seems obvious, i followed many forum threads/articles like this one but i have problem, though i follow all information included there I seem to end up in dead end.
String that should contain output from ffmpeg is always empty. I've tried to see where is the problem so i made simple c# console application that only lists all execution parameters that are passed to ffmpeg, just to check if problem is caused by ffmpeg itself. In that case everything work as expected.
I also did preview console window of my app. When i launch ffmpeg i see all the output in console but the function that should recieve that output for further processing reports that string was empty. When my param-listing app is launched the only thing I see is the expected report from function that gets output.
So my question is what to do to get ffmpeg output as i intended at first place.
Thanks in advance
MTH