Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (106)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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 (...)

Sur d’autres sites (10128)

  • avdevice/x11grab : rename the "w" Window to "root" in paint_mouse_pointer

    8 septembre 2014, par Antonio Ospite
    avdevice/x11grab : rename the "w" Window to "root" in paint_mouse_pointer
    

    This specifies better the meaning of the variable, and is also in
    preparation of a subsequent change which will introduce a temporary
    Window variable for which "w" is an good name.

    Signed-off-by : Antonio Ospite <ao2@ao2.it>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/x11grab.c
  • how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it

    27 février 2019, par Deepak Prajapati

    My aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable

    enter image description here

    Look images, In properties detail section there is no property and there value
    please fix it because i tried to find solution
    Also i don’t have enough knowledge
    THANKS IN ADVANCE STACKOVERFLOW

  • How to set max bitrate and max frame rate in ffmpeg ?

    28 août 2014, par Swapnil Dalvi

    I am using ffmpeg to convert my mp4 format video with Specific set values :

    "audio_bitrate" : 128,
    "audio_sample_rate" : 44100,
    "height" : 720,
    "width" : 1280,
    "max_frame_rate" : 30,
    "max_video_bitrate" : 1500

    How to set limit to frame rate and bitrate ?
    I want to know how to write command with these limitations ?

    thanks in advance