
Recherche avancée
Autres articles (65)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (9428)
-
Is there anyway to capture lock screen with ffmpeg or electron getUserMedia
17 février 2023, par Craig ZychI'm trying to create a remote desktop app.



Everything is working great except I can't find a way to capture the windows lock screen to allow login from remote.



I'm using electron and getUserMedia which will show the lock screen on macOS but just hangs with a still image on Windows until the screen is unlocked.



Is there any way to capture the lock screen on windows using the built in getUserMedia or ffmpeg ?
If not do you have any other suggestions of ways to capture ? I don't need high framerate on the lock screen.


-
FFmpeg - how to adjust video duration to sound duration if sound is longer, possible without re-encoding it with mp3 file ?
21 décembre 2017, par DarioBBI have a problem. I have recorded my videos separately, and then added sound to it. Sometimes, sound is longer or less in duration compared to video duration. Usually sound is longer, sometimes around 20 seconds. To me, when running on my PC through flv or some Windows Media player, that is not problem, since after video is over, last capture of video stays displayed (like an image), and sounds is still executing, and video ends after sound is over. So everything is ok at my PC when running it like .flv or .mp4 file. But, when I upload that on Google drive or some other place on web (that is, when I run it in my browser for viewing after upload), I see my video is cutted to the lenght of the video duration (so my sound is cutted). I understand that this is because of different duration sizes of sound and video.
Now I need a command with ffmpeg that can make my video to be extened to my sound duration. I would like not to reencode my videos with sound again (in sense that I would need to put my mp3 file in ffmpeg command) if I don’t need (since I have many videos and sound is already inserted in them), but just to reencode video with some ffmpeg command.
I have watched this (not sure at the momen if this would even help me) :
https://superuser.com/questions/801547/ffmpeg-add-audio-but-keep-video-length-the-same-not-shortestBut with this approach, you have to reencode video with sound (mp3 or similar) file first.
Can it be done, and what would be command, or commands for it ?
(Edit : And if only way is to re-encode it with mp3 file, what would be command for it ?)Edit : I don’t want to cut my sound, I need to hold last frame till my sound is over. Currently last frame is holded only when viewing on my PC, when I upload that, clip is cutted immediately when video stops.
-
How to remove the background sound of sport commentary sound clip in ffmpeg
28 juillet 2015, par user0001I’m working on a project which needs to convert sport commentary to text. For that I have already used Microsoft system speech library. It’s working fine without background noises. Can any one tell me a way of removing this background noise from the given audio file by using ffmpeg-like tool or in some other programmatic way.