Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (100)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (5985)

  • Joining a video stream in ffmpeg by passing an SDP file as inline data

    8 novembre 2019, par user1447903

    Afternoon.
    Using ffmpeg I can open an SDP file using the syntax :

    ffmpeg -protocol_whitelist file -i file.sdp

    Does anyone know if it is possible to join the stream described in the sdp file without first writing the contents to a file ?

    So, for example, if the SDP file contents is :

    v=0
    m=video 1234 RTP/AVP 96
    c=IN IP4 232.1.2.3
    a=rtpmap:96 MP4V-ES/90000
    a=source-filter: incl IN IP4 232.1.2.3 1.2.3.4

    Can I use the data input type described here :
    https://ffmpeg.org/ffmpeg-protocols.html#data

    To join the same stream doing something like :

    ffmpeg -protocol_whitelist data -i "data:application/sdp;charset=UTF-8,v=0 \r\n...."

    The answer /seems/ to be no, but I thought I’d ask "the internet" in case I am simply doing something wrong...

  • FFmpeg drawtext issue when apply hindi language font file or other language font file

    1er septembre 2024, par Jaydip Nathani

    We are trying to use FFmpeg draw text to support Hindi fonts. but some characters are not rendering properly.

    


    Used Hindi Language Font file :-https://fonts.google.com/specimen/Khula

    


    Input string :- **जिन्दगी सिर्फ हकीक़त है हकीक़त समझो,**


    


    But output renders as
output of code

    


    I want some perfect solution to apply assets font on FFmpeg.

    


    Thank you in Advance.

    


  • How Can I Edit a Video File's "Comments" Field ? [migrated]

    24 avril 2021, par spaceman

    If you open a Video File using VLC,
    
and then press Ctrl-I (Media Information),
    
you can then see a "Comments" textbox on the bottom,
    
and some more textboes for other fields.

    


    Can FFMPEG Edit these fields, without re-encoding the video ?

    


    Specifically I would like to Edit the Comments field.

    


    enter image description here