Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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, par

    Certains 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 2011

    Vous 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
    vaapi_encode_h265 : Query encoding block sizes and features
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • Which value exactly tells the video stream bit rate in ffmpeg output ?

    24 octobre 2020, par userffmpeg

    I have a basic doubt. In the following ffmpeg output, which of the bit rate values (in bold) tells us the video bit rate ?

    &#xA;

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

    &#xA;

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

    &#xA;

  • How do I stop FFMPEG-Python from continuing to run in the background after execution ? [closed]

    3 juin 2023, par Alvar Gómez

    I'm using the ffmpeg wrapper for python 'Ffmpeg-python'.

    &#xA;

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

    &#xA;

    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.

    &#xA;

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

    &#xA;

    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.

    &#xA;

    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.

    &#xA;

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

    &#xA;