Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (11390)

  • lavd : add control message enums

    10 avril 2014, par Lukasz Marek
    lavd : add control message enums
    

    Adds messages that allows to control (audio) buffer and play/pause state.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] libavdevice/avdevice.h
    • [DH] libavdevice/version.h
  • Is there any way to control the video bitrate using FFmpeg Complex Filter other than -b:v ?

    8 février 2017, par srujith poondla

    I am trying to compress the video size by reducing the bitrate. I successfully achieved using -b:v in ffmpeg, its working perfectly. But that is not a filter so i am unable to chain the ffmpeg commands one after the other. Is there any other video filter in ffmpeg that controls the bitrate of the video so that i can chain the ffmpeg commands like mentioned in this link Filter Chaining FFmpeg

  • Frame rate control of a ts file

    6 janvier 2017, par Prasanth Kumar Arisetti

    I have a ts file, which is created by encoding raw yuv data using x264enc and muxing it with mpegtsmux.

    And this file contains more than one stream. For example it may contain two video streams, or it may contain two video and one text stream like that.

    It is of 25 fps, and 720X576 resolution. I would like to change it’s fps to say 10, and all the three streams must present in the new ts file also.

    Is there any pipeline for this in gstreamer ? or any command in ffmpeg ? How can i do this ?