Recherche avancée

Médias (0)

Mot : - Tags -/xmp

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (72)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5302)

  • Efficient low latency stream forwarding in intel atom

    31 juillet 2017, par Sönke Felsing

    I have a certain problem in forwarding a stream from a web camera to my local network.

    My Network camera provides a RTP video stream 720p24 to NIC1 of my Gateway PC (Intel Atom, 1.8GHz , Ubuntu 16.04). Now I would like to forward this stream to all PCs (Intel i5, i7,...) which are connected to NIC2 of the Gateway PC.

    I tested already some stuff with ffmpeg and VLC. VLC does not even run the Video on the Atom due to Hardware limitatons and ffmpeg is just capable of 1-2fps at 480p, but ffserver works fine. MPlayer at least Shows the Video in all its beauty but does not support Streaming unfortunately.

    Does anybody know a well performing way to get access to the stream of the camera through the Gateway PC without directly connecting the two Networks ? Due to the fact that we would like to make some remote operations there may not be introduced any further latency for buffering, transcoding, ...

    If the Solutions uses multicast I would be happy.

    I really look forward to your responses !

  • avformat/movenc : add write_clli flag to write clli atom

    28 mars 2020, par Michael Bradshaw
    avformat/movenc : add write_clli flag to write clli atom
    

    The clli atom isn't in ISO/IEC 14496-12:2015 so the flag is marked as
    experimental and the clli atom is not written by default.

    The clli atom is already parsed by FFmpeg in mov.c.

    Signed-off-by : Michael Bradshaw <mjbshaw@google.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • Post processing in ffmpeg to move 'moov atom' in MP4 files (qt-faststart)

    9 janvier 2023, par siliconpi

    Is it possible to run ffmpeg from the command line which will either place the 'moov atom' metadata in the beginning of the MP4 file or run the qt-faststart as a post processing operation in ffmpeg so the generated file is stream-able through the internet ?

    &#xA;&#xA;

    I can of course run it as a separate command, but would prefer it to be something

    &#xA;&#xA;

      &#xA;
    • as an option within ffmpeg, or
    • &#xA;

    • as part of a post conversion, command line option when converting the video files via ffmpeg
    • &#xA;

    &#xA;&#xA;


    &#xA;&#xA;

    Edit 1

    &#xA;&#xA;

    http://ffmpeg.org/ffmpeg.html#mov

    &#xA;&#xA;

    &#xA;

    MOV / MP4 muxer

    &#xA; &#xA;

    The muxer options are :

    &#xA; &#xA;

    ‘-moov_size bytes’

    &#xA;&#xA;

    Reserves space for the moov atom at the beginning of the file instead of &#xA;placing the moov atom at the end. If the space reserved is insufficient, &#xA;muxing will fail.&#xA;

    &#xA;

    &#xA;