
Advanced search
Medias (2)
-
GetID3 - Bloc informations de fichiers
9 April 2013, by
Updated: May 2013
Language: français
Type: Picture
-
GetID3 - Boutons supplémentaires
9 April 2013, by
Updated: April 2013
Language: français
Type: Picture
Other articles (62)
-
Le profil des utilisateurs
12 April 2011, byChaque 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 (...) -
HTML5 audio and video support
13 April 2011, byMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Configurer la prise en compte des langues
15 November 2010, byAccé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 (...)
On other websites (4810)
-
Create a bat file to exit FFMPEG (Windows)
18 December 2024, by user3812737Hello everyone I am using this bat file in order to capture my screen.



ffmpeg -f dshow -i video=screen-capture-recorder -r 240001001 -q 1 lma_recording.avi




When I press the q button the video capture stops.



However I would like to stop the screen capturing with another bat file.



I have tried this:



taskkill /im ffmpeg.exe



without luck



Any suggestions?


-
ffmpeg mov to mp4 plays fine on linux no video on windows
26 February 2018, by scopaI am using the cmd
ffmpeg -i MAG.mov -c:a aac -strict -2 MAG.mp4
On my linux box playback video & audio is fine. On Windows there is audio only. Any idea how to fix?
-
lavf: Don’t try to update files atomically with renames on windows
18 November 2014, by Martin Storsjölavf: Don’t try to update files atomically with renames on windows
On windows, rename(2) will fail if the target file exists. On
unix this trick is used to make sure that people reading the file
either will get the full previous file, or the full new version
of the file, but no intermediate version.Signed-off-by: Martin Storsjö <martin@martin.st>