Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (103)

  • 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 ;

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (9074)

  • Additional : BIC : allow digits 1-9 in second place of location

    28 janvier 2016, par stefanb
    Additional : BIC : allow digits 1-9 in second place of location
    

    It seems that the BIC specification https://en.wikipedia.org/wiki/ISO_9362
    was interpreted too strictly, only allowing digits 1 and 2 while those 2 just
    have a special meaning, but all 1-9 are allowed.

    Example : SSKNDE77XXX Sparkasse Nuernberg. Closes #1658.

  • indeo : Refactor ff_ivi_init_tiles and ivi_decode_blocks

    3 juillet 2013, par Luca Barbato
    indeo : Refactor ff_ivi_init_tiles and ivi_decode_blocks
    

    Spin large and mostly self contained blocks into stand alone
    functions.

    • [DBH] libavcodec/ivi_common.c
  • Can multiple instances of ffmpeg share the same input sdp file - live transcoding h264

    27 avril 2018, par mikeyb976

    I have a ffmpeg encoder producing a h264/rtp video stream at 1080p resolution. I also use the ffmpeg to generate the sdp file that describes this stream.

    While the encoder is running, I have a live transcoder also using ffmpeg, that takes in the sdp file as input, and produces rtsp output stream at lower resolution 720p.

    My question is,

    If I want to later transcode this rtp 1080p stream to 360p, Can I spin up a new ffmpeg instance and perform the conversion OR will the ffmpeg instance that is transcoding to 720p, lock out access to the original rtp stream ??

    I do know I can have one ffmpeg instance that takes in the sdp file as input and produce multiple outputs, but that means I have to create my outstreams at lower resolutions all in one go regardless if the client consumer wants that resolution

    Any help would be great, thanks