Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (37)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Path to publish FFMPEG video files to Azure Blob Storage ?

    25 janvier 2016, par CG-Guy

    Please kindly help me get out of a bad situation with a very very unhappy client. I am using FFMPEG based app to publish video files to Azure Blob storage, but the files are not going through the network. FFMPEG app has full access to firewall ports. FFMPEG communication shell show files are published without errors. A look at TCP connections shows the app is making connection with Azure account remote address 104.208.XXX.XX and remote port 443. However, it drops the connection and starts repeating attempts over and over. It will then time out after countless attempts and crash the app. Here is my publish point. Is this the correct publish point for this kind of connection ? What is the proper connection string ? :

    https://account-name.blob.core.windows.net/video/video.flv /DestKey :account-storage-key

    I have also tried http:// without success. Same thing happens. It attempts connecting to remote address and port 80. Again, after several attempts it will timeout and crash. System is a Server 2008 R2 unit on-site, not VM. Your help is much appreciated. Thanks a lot !

  • hwcontext_vdpau : implement av_hwdevice_get_hwframe_constraints()

    13 janvier 2018, par wm4
    hwcontext_vdpau : implement av_hwdevice_get_hwframe_constraints()
    

    In addition, this does not allow creating frames contexts with sw_format
    for which no known transfer formats exist. In theory, we should check
    whether the chroma format (i.e. the sw_format) is supported at all by
    the vdpau driver, but checking for transfer formats has the same effect.

    Note that the pre-existing code adds 1 to priv->nb_pix_fmts[i] for
    unknown reason, and some checks need to account for that to check for
    empty lists. They are not off-by-one errors.

    • [DH] libavutil/hwcontext_vdpau.c
  • Anomalie #2773 (Nouveau) : Boucle recherche Forum : mauvaise selection avec le critère {tout}

    24 juin 2012, par Hossein ROTY

    Le résultat d’une recherche dans les forums est différent selon que l’on emploie le critère plat ou le critère tout. Alors que le critère plat sélectionne correctement les messages contenant l’occurence recherchée, le critère tout sélectionne le premier message du thread et non la réponse à ce message (...)