
Recherche avancée
Autres articles (18)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 (4150)
-
Merge remote-tracking branch ’cus/stable’
7 décembre 2013, par Michael NiedermayerMerge remote-tracking branch ’cus/stable’
* cus/stable :
ffplay : set default window size before starting audio
ffplay : factor out function setting default window size
ffplay : remove no longer necessary codec flush
ffplay : do not wait for flushing the picture queue on flush packetMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
Unable To Add Comment Metadata to MP3 File Using Windows FFMPEG
4 avril 2019, par MuldesiaI’ve previously used FFMPEG to successfully add various ID3 tags to MP3 files. However, I’m having trouble adding a ’comment’ tag.
ffmpeg -i "InputFile.wav" -metadata comment="comment text" "OutputFile.mp3"
ffprobe.exe, when examing the output file, shows the comment tag with the expected value. If I then go into the file properties in Windows, and view the Details tab, I see an empty comments field. Also appears empty in iTunes.
If I give a value to the ’comments’ field using the Window’s file properties window, and then run ffprobe on the file again, I can see the comment tag with the updated value. So Windows can write to it successfully. The tag name appears identical as to when I use FFMPEG to set the comment.
Does FFMPEG support writing the comment ID3 tag to MP3 files ? If so, how can I do this ?
Many thanks !
-
How to change Chromuim alsa sound device [closed]
25 mai 2020, par Edik AmperyanI need to run multiple browser windows at multiple alsa sound devices to record them using snd-aloop and ffmpeg in Ubuntu 18.04. I created three loopback devices :



sudo modprobe snd-aloop enable=1,1,1 index=10,11,12



and tried to run chromium-browser with —alsa-output-device flag with different values (such as device name, number, "plug :" + name) but it always uses default device (checking it using pavucontrol).



Does this flag work ? Is there any other way to select sound device for application ? I can do it using pavucontrol GUI but I need to do it programmatically.



Not working examples :



chromium-browser https://youtu.be/Rb0UmrCXxVA?t=2744 --new-window --autoplay-policy=no-user-gesture-required --incognito --alsa-output-device=hw:11,1



chromium-browser https://youtu.be/Rb0UmrCXxVA?t=2744 --new-window --autoplay-policy=no-user-gesture-required --incognito --alsa-output-device=plug:surround51



chromium-browser https://youtu.be/y65necIJU2Y?t=1434 --new-window --autoplay-policy=no-user-gesture-required --incognito --alsa-output-device=Loopback_2