
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (103)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (11001)
-
vaapi_encode_h265 : Query encoding block sizes and features
17 mars 2022, par Mark Thompson -
Which value exactly tells the video stream bit rate in ffmpeg output ?
24 octobre 2020, par userffmpegI have a basic doubt. In the following ffmpeg output, which of the bit rate values (in bold) tells us the video bit rate ?


Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_0135.MOV':
 Metadata:
 major_brand : qt
 minor_version : 537331968
 compatible_brands: qt CAEP
 creation_time : 2011-04-25 14:59:29
 Duration: 00:00:33.03, start: 0.000000, bitrate: **20588 kb/s**
 Stream #0.0(eng): Video: h264 (Constrained Baseline), yuvj420p, 1280x720, **19028 kb/s**, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc
 Metadata:
 creation_time : 2011-04-25 14:59:29
 Stream #0.1(eng): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
 Metadata:
 creation_time : 2011-04-25 14:59:29



Its a very basic question, but I would appreciate if anyone could tell me...


-
How do I stop FFMPEG-Python from continuing to run in the background after execution ? [closed]
3 juin 2023, par Alvar GómezI'm using the ffmpeg wrapper for python 'Ffmpeg-python'.


I'm doing a basic program that concatenate different short videos.


I process each video separately to later concatenate them all together. I do it to make sure all the videos have the same resolution and frame rate.


I'm using a basic tkinter interface to modify some parameters.


My problem is that, for any reason, after executing the different ffmpeg commands, some of them keep running in the background(doing nothing, not even using CPU) so I can't open some of the videos in case i want to check something. In the moment i close the python script, those processes dissapear.


This is my first post here, so i don't really know if this is the way I should do the posts. Thanks in advance.


End those ffmpeg processes that keep running in the background without having to close the python script.